2022-12-01T10:12:06.0983071Z Requested labels: linux.4xlarge.nvidia.gpu 2022-12-01T10:12:06.0983147Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:12:06.0983171Z Waiting for a runner to pick up this job... 2022-12-01T10:12:06.3154767Z Job is about to start running on the runner: i-018e0e4aec04bc1bb (organization) 2022-12-01T10:12:10.7034763Z Current runner version: '2.299.1' 2022-12-01T10:12:10.7042808Z Runner name: 'i-018e0e4aec04bc1bb' 2022-12-01T10:12:10.7043570Z Runner group name: 'Default' 2022-12-01T10:12:10.7044336Z Machine name: 'ip-10-0-4-114' 2022-12-01T10:12:10.7047141Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:12:10.7048105Z Actions: read 2022-12-01T10:12:10.7048619Z Checks: read 2022-12-01T10:12:10.7049000Z Contents: read 2022-12-01T10:12:10.7049521Z Deployments: read 2022-12-01T10:12:10.7049980Z Discussions: read 2022-12-01T10:12:10.7050374Z Issues: read 2022-12-01T10:12:10.7050806Z Metadata: read 2022-12-01T10:12:10.7051286Z Packages: read 2022-12-01T10:12:10.7051683Z Pages: read 2022-12-01T10:12:10.7052145Z PullRequests: read 2022-12-01T10:12:10.7052693Z RepositoryProjects: read 2022-12-01T10:12:10.7053185Z SecurityEvents: read 2022-12-01T10:12:10.7053613Z Statuses: read 2022-12-01T10:12:10.7054067Z ##[endgroup] 2022-12-01T10:12:10.7058277Z Secret source: None 2022-12-01T10:12:10.7059216Z Prepare workflow directory 2022-12-01T10:12:11.0298864Z Prepare all required actions 2022-12-01T10:12:11.0542203Z Getting action download info 2022-12-01T10:12:11.2551901Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:12:14.6770719Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:12:14.9422380Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:12:15.0755059Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:12:15.4271972Z Getting action download info 2022-12-01T10:12:15.6431254Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:12:15.8544879Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:12:15.8547395Z ##[group] Inputs 2022-12-01T10:12:15.8547832Z build-environment: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:12:15.8549049Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2022-12-01T10:12:15.8550342Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:12:15.8551112Z sync-tag: 2022-12-01T10:12:15.8551377Z ##[endgroup] 2022-12-01T10:12:15.8552277Z Complete job name: linux-bionic-cuda11.6-py3.10-gcc7 / test (default, 3, 4, linux.4xlarge.nvidia.gpu) 2022-12-01T10:12:15.9625738Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:12:15.9626173Z with: 2022-12-01T10:12:15.9626438Z submodules: recursive 2022-12-01T10:12:15.9626717Z fetch-depth: 0 2022-12-01T10:12:15.9626972Z env: 2022-12-01T10:12:15.9627209Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:12:15.9627494Z ##[endgroup] 2022-12-01T10:12:15.9938674Z ##[group]Run retry () { 2022-12-01T10:12:15.9939044Z retry () { 2022-12-01T10:12:15.9939379Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:12:15.9939691Z } 2022-12-01T10:12:15.9939947Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:12:15.9940263Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:12:15.9940590Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:12:15.9941068Z else 2022-12-01T10:12:15.9941361Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:12:15.9941680Z fi 2022-12-01T10:12:15.9942017Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:12:15.9961933Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:12:15.9962289Z env: 2022-12-01T10:12:15.9962559Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:12:15.9962812Z NO_SUDO: 2022-12-01T10:12:15.9963066Z ##[endgroup] 2022-12-01T10:12:16.0198069Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:12:18.9589596Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:12:18.9589940Z with: 2022-12-01T10:12:18.9590235Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:12:18.9590879Z fetch-depth: 0 2022-12-01T10:12:18.9591158Z submodules: recursive 2022-12-01T10:12:18.9591436Z quiet-checkout: true 2022-12-01T10:12:18.9591729Z repository: pytorch/pytorch 2022-12-01T10:12:18.9592206Z token: *** 2022-12-01T10:12:18.9592481Z ssh-strict: true 2022-12-01T10:12:18.9592765Z persist-credentials: true 2022-12-01T10:12:18.9593020Z clean: true 2022-12-01T10:12:18.9593273Z lfs: false 2022-12-01T10:12:18.9593543Z set-safe-directory: true 2022-12-01T10:12:18.9593780Z env: 2022-12-01T10:12:18.9594032Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:12:18.9594299Z ##[endgroup] 2022-12-01T10:12:19.1209041Z Syncing repository: pytorch/pytorch 2022-12-01T10:12:19.1210916Z ##[group]Getting Git version info 2022-12-01T10:12:19.1211472Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:12:19.1212070Z [command]/usr/bin/git version 2022-12-01T10:12:19.1212357Z git version 2.37.1 2022-12-01T10:12:19.1219547Z ##[endgroup] 2022-12-01T10:12:19.1238942Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b3acab9d-63fe-41a2-85d7-802b114af641' before making global git config changes 2022-12-01T10:12:19.1240112Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:12:19.1246185Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:12:19.1292536Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:12:19.1298946Z ##[group]Initializing the repository 2022-12-01T10:12:19.1302660Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:12:19.1338840Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:12:19.1339301Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:12:19.1339739Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:12:19.1340046Z hint: 2022-12-01T10:12:19.1340447Z hint: git config --global init.defaultBranch 2022-12-01T10:12:19.1340750Z hint: 2022-12-01T10:12:19.1341152Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:12:19.1341653Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:12:19.1341987Z hint: 2022-12-01T10:12:19.1342443Z hint: git branch -m 2022-12-01T10:12:19.1343557Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:12:19.1354544Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:12:19.1389942Z ##[endgroup] 2022-12-01T10:12:19.1390436Z ##[group]Disabling automatic garbage collection 2022-12-01T10:12:19.1394873Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:12:19.1427068Z ##[endgroup] 2022-12-01T10:12:19.1427945Z ##[group]Setting up auth 2022-12-01T10:12:19.1437274Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:12:19.1473353Z [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:12:19.1780707Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:12:19.1811062Z [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:12:19.2107088Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:12:19.2154781Z ##[endgroup] 2022-12-01T10:12:19.2155287Z ##[group]Fetching the repository 2022-12-01T10:12:19.2163405Z [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:13:18.0888999Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:13:18.0932886Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:13:19.5332528Z ##[endgroup] 2022-12-01T10:13:19.5333212Z ##[group]Determining the checkout info 2022-12-01T10:13:19.5335144Z ##[endgroup] 2022-12-01T10:13:19.5335612Z ##[group]Checking out the ref 2022-12-01T10:13:19.5340360Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:13:21.2415512Z ##[endgroup] 2022-12-01T10:13:21.2416123Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:13:21.2422167Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:13:21.2482820Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:13:21.2517495Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:13:21.2552180Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:13:21.2581928Z ##[endgroup] 2022-12-01T10:13:21.2582410Z ##[group]Fetching submodules 2022-12-01T10:13:21.2586949Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:13:21.2910827Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:13:21.3217763Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:13:21.3220204Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:13:21.3222955Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:13:21.3226024Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:13:21.3229242Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:13:21.3234404Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:13:21.3237515Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:13:21.3241195Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:13:21.3245013Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:13:21.3248948Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:13:21.3253247Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:13:21.3257130Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:13:21.3261529Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:13:21.3265931Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:13:21.3271179Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:13:21.3275874Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:13:21.3280699Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:13:21.3285653Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:13:21.3290977Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:13:21.3296250Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:13:21.3301858Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:13:21.3307198Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:13:21.3313448Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:13:21.3319047Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:13:21.3324921Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:13:21.3331044Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:13:21.3337382Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:13:21.3343510Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:13:21.3350052Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:13:21.3357052Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:13:21.3363573Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:13:21.3370448Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:13:21.3377195Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:13:21.3384372Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:13:21.3392381Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:13:21.3399382Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:13:21.3406577Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:13:21.3414079Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:13:21.3421878Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:13:21.3429813Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:13:21.3438930Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:13:21.3466326Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:13:21.6273825Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:13:21.8606541Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:13:22.0685678Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:13:22.3909667Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:13:22.6659670Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:13:25.2526527Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:13:31.5843215Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:13:31.9775690Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:13:32.6586715Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:13:34.3791486Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:13:35.7714136Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:13:37.4067118Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:13:45.2675810Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:13:46.1040083Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:13:47.5004285Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:13:48.9433396Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:13:49.1415244Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:13:49.8026226Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:13:50.1424524Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:13:51.2506983Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:13:51.7324723Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:13:51.9560852Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:13:52.3418200Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:13:54.0222827Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:13:54.4831715Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:13:54.8980208Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:14:01.6306161Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:14:03.6380939Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:14:04.1600935Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:14:04.4323198Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:14:10.8231709Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:14:11.0324331Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:14:11.2995126Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:14:12.2578150Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:14:12.5146809Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:14:12.8884709Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:14:13.2240589Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:14:13.8560369Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:14:16.4865156Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:14:17.0298859Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:14:19.4244680Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:14:19.4365961Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:14:19.4460460Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:14:19.4741934Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:14:19.5010154Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:14:19.5440797Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:14:20.3544199Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:14:20.3880154Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:14:20.5132877Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:14:20.5541668Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:14:20.9216816Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:14:21.4631783Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:14:21.7690530Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:14:21.8258538Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:14:21.8275363Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:14:21.8278301Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:14:21.8281433Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:14:21.8284944Z 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:14:21.8311136Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:14:22.8221249Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:14:23.4302587Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:14:24.6027293Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:14:25.1705679Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:14:25.2977869Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:14:25.3701355Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:14:25.3816595Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:14:25.4940544Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:14:25.5372261Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:14:25.5473585Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:14:25.5950161Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:14:25.6251366Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:14:25.6805977Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:14:25.6941390Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:14:25.6958940Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:14:25.6986424Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:14:34.3571094Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:14:34.3590334Z 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:14:34.3625711Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:14:43.1425976Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:14:43.1548546Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:14:43.1721104Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:14:43.2876120Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:14:43.2893926Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:14:43.2897003Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:14:43.2924655Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:14:45.6209379Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:14:46.8387882Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:14:46.9039097Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:14:46.9285403Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:14:46.9440730Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:14:47.0792698Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:14:47.3984342Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:14:47.4016592Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:14:47.4020064Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:14:47.4047962Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:14:47.8793657Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:14:48.8528411Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:14:48.8901726Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:14:48.9081551Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:14:48.9097983Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:14:48.9124123Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:14:50.8455572Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:14:50.8478807Z 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:14:50.8481225Z 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:14:50.8509071Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:14:51.2920174Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:14:53.6675785Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:14:53.7462677Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:14:53.7481303Z 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:14:53.7508341Z 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:14:53.9681842Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:14:53.9784883Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:14:54.2992435Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:14:54.3016448Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:14:54.3019682Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:14:54.3051279Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:14:54.7405025Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:14:56.1034630Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:14:56.1880622Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:14:56.1979509Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:14:56.2108264Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:14:56.2506223Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:14:56.2608771Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:14:56.2955145Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:14:56.3061625Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:14:56.3602124Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:14:56.5015134Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:14:56.5345896Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:14:56.5364742Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:14:56.5368555Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:14:56.5372427Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:14:56.5376428Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:14:56.5404870Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:14:57.7171836Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:14:57.9901742Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:14:59.3977257Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:15:00.3283238Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:15:00.3457253Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:15:00.4266334Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:15:00.4597370Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:15:00.4614712Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:15:00.4643435Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:15:00.7541030Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:15:00.9167000Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:15:00.9202144Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:15:00.9530950Z Entering 'android/libs/fbjni' 2022-12-01T10:15:00.9573922Z Entering 'third_party/FP16' 2022-12-01T10:15:00.9617137Z Entering 'third_party/FXdiv' 2022-12-01T10:15:00.9659703Z Entering 'third_party/NNPACK' 2022-12-01T10:15:00.9703137Z Entering 'third_party/QNNPACK' 2022-12-01T10:15:00.9745597Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:15:00.9789261Z Entering 'third_party/XNNPACK' 2022-12-01T10:15:00.9845944Z Entering 'third_party/benchmark' 2022-12-01T10:15:00.9889086Z Entering 'third_party/cpuinfo' 2022-12-01T10:15:00.9932200Z Entering 'third_party/cub' 2022-12-01T10:15:00.9975857Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:15:01.0024548Z Entering 'third_party/cutlass' 2022-12-01T10:15:01.0074697Z Entering 'third_party/eigen' 2022-12-01T10:15:01.0120541Z Entering 'third_party/fbgemm' 2022-12-01T10:15:01.0163330Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:15:01.0205794Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:15:01.0249079Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:15:01.0290632Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:15:01.0335476Z Entering 'third_party/flatbuffers' 2022-12-01T10:15:01.0380381Z Entering 'third_party/fmt' 2022-12-01T10:15:01.0424026Z Entering 'third_party/foxi' 2022-12-01T10:15:01.0466455Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:15:01.0509283Z Entering 'third_party/gloo' 2022-12-01T10:15:01.0552559Z Entering 'third_party/googletest' 2022-12-01T10:15:01.0595487Z Entering 'third_party/ideep' 2022-12-01T10:15:01.0638117Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:15:01.0681226Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:15:01.0730603Z Entering 'third_party/ios-cmake' 2022-12-01T10:15:01.0772555Z Entering 'third_party/ittapi' 2022-12-01T10:15:01.0814376Z Entering 'third_party/kineto' 2022-12-01T10:15:01.0856065Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:15:01.0898058Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:15:01.0942091Z Entering 'third_party/nccl/nccl' 2022-12-01T10:15:01.0984228Z Entering 'third_party/neon2sse' 2022-12-01T10:15:01.1026160Z Entering 'third_party/nlohmann' 2022-12-01T10:15:01.1070347Z Entering 'third_party/onnx' 2022-12-01T10:15:01.1125875Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:15:01.1168118Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:15:01.1212387Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:15:01.1253413Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:15:01.1300864Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:15:01.1343140Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:15:01.1385114Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:15:01.1432825Z Entering 'third_party/pocketfft' 2022-12-01T10:15:01.1474180Z Entering 'third_party/protobuf' 2022-12-01T10:15:01.1521618Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:15:01.1562900Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:15:01.1607324Z Entering 'third_party/psimd' 2022-12-01T10:15:01.1649225Z Entering 'third_party/pthreadpool' 2022-12-01T10:15:01.1693916Z Entering 'third_party/pybind11' 2022-12-01T10:15:01.1736405Z Entering 'third_party/python-enum' 2022-12-01T10:15:01.1779262Z Entering 'third_party/python-peachpy' 2022-12-01T10:15:01.1821449Z Entering 'third_party/python-six' 2022-12-01T10:15:01.1864976Z Entering 'third_party/sleef' 2022-12-01T10:15:01.1909129Z Entering 'third_party/tbb' 2022-12-01T10:15:01.1954231Z Entering 'third_party/tensorpipe' 2022-12-01T10:15:01.1997620Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:15:01.2040225Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:15:01.2082408Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:15:01.2125120Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:15:01.2165631Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:15:01.2210079Z Entering 'third_party/zstd' 2022-12-01T10:15:01.2265167Z ##[endgroup] 2022-12-01T10:15:01.2265795Z ##[group]Persisting credentials for submodules 2022-12-01T10:15:01.2274509Z [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:15:01.2591242Z Entering 'android/libs/fbjni' 2022-12-01T10:15:01.2631985Z Entering 'third_party/FP16' 2022-12-01T10:15:01.2674252Z Entering 'third_party/FXdiv' 2022-12-01T10:15:01.2716585Z Entering 'third_party/NNPACK' 2022-12-01T10:15:01.2758719Z Entering 'third_party/QNNPACK' 2022-12-01T10:15:01.2801378Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:15:01.2843611Z Entering 'third_party/XNNPACK' 2022-12-01T10:15:01.2897417Z Entering 'third_party/benchmark' 2022-12-01T10:15:01.2939676Z Entering 'third_party/cpuinfo' 2022-12-01T10:15:01.2982131Z Entering 'third_party/cub' 2022-12-01T10:15:01.3024830Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:15:01.3074094Z Entering 'third_party/cutlass' 2022-12-01T10:15:01.3123085Z Entering 'third_party/eigen' 2022-12-01T10:15:01.3168919Z Entering 'third_party/fbgemm' 2022-12-01T10:15:01.3210022Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:15:01.3251475Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:15:01.3292546Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:15:01.3333956Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:15:01.3375144Z Entering 'third_party/flatbuffers' 2022-12-01T10:15:01.3419339Z Entering 'third_party/fmt' 2022-12-01T10:15:01.3460463Z Entering 'third_party/foxi' 2022-12-01T10:15:01.3502084Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:15:01.3543584Z Entering 'third_party/gloo' 2022-12-01T10:15:01.3586745Z Entering 'third_party/googletest' 2022-12-01T10:15:01.3628590Z Entering 'third_party/ideep' 2022-12-01T10:15:01.3669850Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:15:01.3712578Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:15:01.3760225Z Entering 'third_party/ios-cmake' 2022-12-01T10:15:01.3801905Z Entering 'third_party/ittapi' 2022-12-01T10:15:01.3842587Z Entering 'third_party/kineto' 2022-12-01T10:15:01.3884360Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:15:01.3925520Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:15:01.3967639Z Entering 'third_party/nccl/nccl' 2022-12-01T10:15:01.4010047Z Entering 'third_party/neon2sse' 2022-12-01T10:15:01.4051876Z Entering 'third_party/nlohmann' 2022-12-01T10:15:01.4094284Z Entering 'third_party/onnx' 2022-12-01T10:15:01.4151106Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:15:01.4192373Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:15:01.4235157Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:15:01.4277356Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:15:01.4323948Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:15:01.4365706Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:15:01.4406688Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:15:01.4453070Z Entering 'third_party/pocketfft' 2022-12-01T10:15:01.4495754Z Entering 'third_party/protobuf' 2022-12-01T10:15:01.4540999Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:15:01.4582704Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:15:01.4627052Z Entering 'third_party/psimd' 2022-12-01T10:15:01.4669402Z Entering 'third_party/pthreadpool' 2022-12-01T10:15:01.4712022Z Entering 'third_party/pybind11' 2022-12-01T10:15:01.4753757Z Entering 'third_party/python-enum' 2022-12-01T10:15:01.4795245Z Entering 'third_party/python-peachpy' 2022-12-01T10:15:01.4837689Z Entering 'third_party/python-six' 2022-12-01T10:15:01.4879025Z Entering 'third_party/sleef' 2022-12-01T10:15:01.4921630Z Entering 'third_party/tbb' 2022-12-01T10:15:01.4965822Z Entering 'third_party/tensorpipe' 2022-12-01T10:15:01.5009113Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:15:01.5051143Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:15:01.5092926Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:15:01.5134556Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:15:01.5174973Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:15:01.5219332Z Entering 'third_party/zstd' 2022-12-01T10:15:01.5276540Z [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:15:01.5600873Z Entering 'android/libs/fbjni' 2022-12-01T10:15:01.5640312Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:15:01.5657558Z Entering 'third_party/FP16' 2022-12-01T10:15:01.5695966Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:15:01.5713606Z Entering 'third_party/FXdiv' 2022-12-01T10:15:01.5752668Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:15:01.5770902Z Entering 'third_party/NNPACK' 2022-12-01T10:15:01.5810045Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:15:01.5827351Z Entering 'third_party/QNNPACK' 2022-12-01T10:15:01.5865431Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:15:01.5883463Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:15:01.5923163Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:15:01.5940703Z Entering 'third_party/XNNPACK' 2022-12-01T10:15:01.5979268Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:15:01.6009780Z Entering 'third_party/benchmark' 2022-12-01T10:15:01.6049043Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:15:01.6066656Z Entering 'third_party/cpuinfo' 2022-12-01T10:15:01.6106382Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:15:01.6124419Z Entering 'third_party/cub' 2022-12-01T10:15:01.6162706Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:15:01.6180624Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:15:01.6219846Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:15:01.6244020Z Entering 'third_party/cutlass' 2022-12-01T10:15:01.6282886Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:15:01.6307880Z Entering 'third_party/eigen' 2022-12-01T10:15:01.6346814Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:15:01.6367698Z Entering 'third_party/fbgemm' 2022-12-01T10:15:01.6406336Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:15:01.6423314Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:15:01.6463084Z 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:15:01.6480650Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:15:01.6518989Z 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:15:01.6537032Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:15:01.6576736Z 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:15:01.6594353Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:15:01.6632722Z 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:15:01.6650394Z Entering 'third_party/flatbuffers' 2022-12-01T10:15:01.6688969Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:15:01.6708472Z Entering 'third_party/fmt' 2022-12-01T10:15:01.6747762Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:15:01.6765099Z Entering 'third_party/foxi' 2022-12-01T10:15:01.6803300Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:15:01.6820728Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:15:01.6859950Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:15:01.6877743Z Entering 'third_party/gloo' 2022-12-01T10:15:01.6916776Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:15:01.6934262Z Entering 'third_party/googletest' 2022-12-01T10:15:01.6972635Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:15:01.6990469Z Entering 'third_party/ideep' 2022-12-01T10:15:01.7029541Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:15:01.7046250Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:15:01.7084057Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:15:01.7103648Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:15:01.7141499Z 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:15:01.7165710Z Entering 'third_party/ios-cmake' 2022-12-01T10:15:01.7203422Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:15:01.7220832Z Entering 'third_party/ittapi' 2022-12-01T10:15:01.7258969Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:15:01.7277188Z Entering 'third_party/kineto' 2022-12-01T10:15:01.7315740Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:15:01.7332585Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:15:01.7370889Z 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:15:01.7387910Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:15:01.7426414Z 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:15:01.7445352Z Entering 'third_party/nccl/nccl' 2022-12-01T10:15:01.7483914Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:15:01.7501365Z Entering 'third_party/neon2sse' 2022-12-01T10:15:01.7539765Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:15:01.7557535Z Entering 'third_party/nlohmann' 2022-12-01T10:15:01.7596156Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:15:01.7614931Z Entering 'third_party/onnx' 2022-12-01T10:15:01.7653942Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:15:01.7685751Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:15:01.7724516Z 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:15:01.7742264Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:15:01.7781435Z 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:15:01.7801552Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:15:01.7841360Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:15:01.7858107Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:15:01.7897674Z 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:15:01.7920915Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:15:01.7961389Z 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:15:01.7979165Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:15:01.8019333Z 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:15:01.8037386Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:15:01.8078153Z 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:15:01.8100413Z Entering 'third_party/pocketfft' 2022-12-01T10:15:01.8140212Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:15:01.8158124Z Entering 'third_party/protobuf' 2022-12-01T10:15:01.8197113Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:15:01.8219737Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:15:01.8260448Z 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:15:01.8278752Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:15:01.8318774Z 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:15:01.8338468Z Entering 'third_party/psimd' 2022-12-01T10:15:01.8378358Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:15:01.8396890Z Entering 'third_party/pthreadpool' 2022-12-01T10:15:01.8436330Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:15:01.8453427Z Entering 'third_party/pybind11' 2022-12-01T10:15:01.8493444Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:15:01.8511058Z Entering 'third_party/python-enum' 2022-12-01T10:15:01.8549639Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:15:01.8567764Z Entering 'third_party/python-peachpy' 2022-12-01T10:15:01.8608024Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:15:01.8626076Z Entering 'third_party/python-six' 2022-12-01T10:15:01.8665896Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:15:01.8683647Z Entering 'third_party/sleef' 2022-12-01T10:15:01.8721966Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:15:01.8739360Z Entering 'third_party/tbb' 2022-12-01T10:15:01.8778586Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:15:01.8800122Z Entering 'third_party/tensorpipe' 2022-12-01T10:15:01.8840043Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:15:01.8857440Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:15:01.8896323Z 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:15:01.8914821Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:15:01.8953306Z 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:15:01.8970955Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:15:01.9010208Z 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:15:01.9028533Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:15:01.9068859Z 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:15:01.9085481Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:15:01.9126629Z 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:15:01.9147370Z Entering 'third_party/zstd' 2022-12-01T10:15:01.9191593Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:15:01.9981225Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:15:02.0322598Z Entering 'android/libs/fbjni' 2022-12-01T10:15:02.0364942Z Entering 'third_party/FP16' 2022-12-01T10:15:02.0410588Z Entering 'third_party/FXdiv' 2022-12-01T10:15:02.0453655Z Entering 'third_party/NNPACK' 2022-12-01T10:15:02.0498159Z Entering 'third_party/QNNPACK' 2022-12-01T10:15:02.0542179Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:15:02.0586816Z Entering 'third_party/XNNPACK' 2022-12-01T10:15:02.0645474Z Entering 'third_party/benchmark' 2022-12-01T10:15:02.0688728Z Entering 'third_party/cpuinfo' 2022-12-01T10:15:02.0733817Z Entering 'third_party/cub' 2022-12-01T10:15:02.0778113Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:15:02.0829918Z Entering 'third_party/cutlass' 2022-12-01T10:15:02.0880349Z Entering 'third_party/eigen' 2022-12-01T10:15:02.0928422Z Entering 'third_party/fbgemm' 2022-12-01T10:15:02.0972941Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:15:02.1017285Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:15:02.1061177Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:15:02.1106184Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:15:02.1150454Z Entering 'third_party/flatbuffers' 2022-12-01T10:15:02.1198545Z Entering 'third_party/fmt' 2022-12-01T10:15:02.1243726Z Entering 'third_party/foxi' 2022-12-01T10:15:02.1287042Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:15:02.1332086Z Entering 'third_party/gloo' 2022-12-01T10:15:02.1375608Z Entering 'third_party/googletest' 2022-12-01T10:15:02.1421100Z Entering 'third_party/ideep' 2022-12-01T10:15:02.1465217Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:15:02.1511919Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:15:02.1563798Z Entering 'third_party/ios-cmake' 2022-12-01T10:15:02.1607282Z Entering 'third_party/ittapi' 2022-12-01T10:15:02.1650724Z Entering 'third_party/kineto' 2022-12-01T10:15:02.1695653Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:15:02.1738577Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:15:02.1783314Z Entering 'third_party/nccl/nccl' 2022-12-01T10:15:02.1828111Z Entering 'third_party/neon2sse' 2022-12-01T10:15:02.1871522Z Entering 'third_party/nlohmann' 2022-12-01T10:15:02.1916619Z Entering 'third_party/onnx' 2022-12-01T10:15:02.1975743Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:15:02.2019186Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:15:02.2064917Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:15:02.2110887Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:15:02.2160478Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:15:02.2204622Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:15:02.2248074Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:15:02.2297167Z Entering 'third_party/pocketfft' 2022-12-01T10:15:02.2341696Z Entering 'third_party/protobuf' 2022-12-01T10:15:02.2389528Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:15:02.2433249Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:15:02.2479126Z Entering 'third_party/psimd' 2022-12-01T10:15:02.2523222Z Entering 'third_party/pthreadpool' 2022-12-01T10:15:02.2567624Z Entering 'third_party/pybind11' 2022-12-01T10:15:02.2611918Z Entering 'third_party/python-enum' 2022-12-01T10:15:02.2655627Z Entering 'third_party/python-peachpy' 2022-12-01T10:15:02.2699979Z Entering 'third_party/python-six' 2022-12-01T10:15:02.2742950Z Entering 'third_party/sleef' 2022-12-01T10:15:02.2787043Z Entering 'third_party/tbb' 2022-12-01T10:15:02.2833445Z Entering 'third_party/tensorpipe' 2022-12-01T10:15:02.2876779Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:15:02.2919897Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:15:02.2962344Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:15:02.3005971Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:15:02.3047306Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:15:02.3095021Z Entering 'third_party/zstd' 2022-12-01T10:15:02.3153957Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:15:02.3474700Z Entering 'android/libs/fbjni' 2022-12-01T10:15:02.3516910Z Entering 'third_party/FP16' 2022-12-01T10:15:02.3560781Z Entering 'third_party/FXdiv' 2022-12-01T10:15:02.3605423Z Entering 'third_party/NNPACK' 2022-12-01T10:15:02.3648776Z Entering 'third_party/QNNPACK' 2022-12-01T10:15:02.3692180Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:15:02.3736830Z Entering 'third_party/XNNPACK' 2022-12-01T10:15:02.3793192Z Entering 'third_party/benchmark' 2022-12-01T10:15:02.3837629Z Entering 'third_party/cpuinfo' 2022-12-01T10:15:02.3881901Z Entering 'third_party/cub' 2022-12-01T10:15:02.3925039Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:15:02.3976559Z Entering 'third_party/cutlass' 2022-12-01T10:15:02.4028312Z Entering 'third_party/eigen' 2022-12-01T10:15:02.4074936Z Entering 'third_party/fbgemm' 2022-12-01T10:15:02.4118466Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:15:02.4161061Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:15:02.4204816Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:15:02.4247321Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:15:02.4291880Z Entering 'third_party/flatbuffers' 2022-12-01T10:15:02.4336855Z Entering 'third_party/fmt' 2022-12-01T10:15:02.4379583Z Entering 'third_party/foxi' 2022-12-01T10:15:02.4424062Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:15:02.4467642Z Entering 'third_party/gloo' 2022-12-01T10:15:02.4511462Z Entering 'third_party/googletest' 2022-12-01T10:15:02.4554462Z Entering 'third_party/ideep' 2022-12-01T10:15:02.4597881Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:15:02.4643371Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:15:02.4693844Z Entering 'third_party/ios-cmake' 2022-12-01T10:15:02.4737112Z Entering 'third_party/ittapi' 2022-12-01T10:15:02.4779956Z Entering 'third_party/kineto' 2022-12-01T10:15:02.4822976Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:15:02.4864818Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:15:02.4909083Z Entering 'third_party/nccl/nccl' 2022-12-01T10:15:02.4952072Z Entering 'third_party/neon2sse' 2022-12-01T10:15:02.4995212Z Entering 'third_party/nlohmann' 2022-12-01T10:15:02.5038863Z Entering 'third_party/onnx' 2022-12-01T10:15:02.5095442Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:15:02.5138603Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:15:02.5183370Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:15:02.5226102Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:15:02.5276012Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:15:02.5319039Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:15:02.5362572Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:15:02.5410270Z Entering 'third_party/pocketfft' 2022-12-01T10:15:02.5453559Z Entering 'third_party/protobuf' 2022-12-01T10:15:02.5499851Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:15:02.5541321Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:15:02.5586001Z Entering 'third_party/psimd' 2022-12-01T10:15:02.5629283Z Entering 'third_party/pthreadpool' 2022-12-01T10:15:02.5671893Z Entering 'third_party/pybind11' 2022-12-01T10:15:02.5714624Z Entering 'third_party/python-enum' 2022-12-01T10:15:02.5757325Z Entering 'third_party/python-peachpy' 2022-12-01T10:15:02.5801029Z Entering 'third_party/python-six' 2022-12-01T10:15:02.5842662Z Entering 'third_party/sleef' 2022-12-01T10:15:02.5884088Z Entering 'third_party/tbb' 2022-12-01T10:15:02.5929937Z Entering 'third_party/tensorpipe' 2022-12-01T10:15:02.5972992Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:15:02.6015517Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:15:02.6057834Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:15:02.6099515Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:15:02.6140259Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:15:02.6186648Z Entering 'third_party/zstd' 2022-12-01T10:15:02.6241566Z ##[endgroup] 2022-12-01T10:15:02.6288152Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:15:02.6318002Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:15:02.6488764Z Prepare all required actions 2022-12-01T10:15:02.6524387Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:15:02.6524711Z env: 2022-12-01T10:15:02.6525000Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:02.6525281Z ##[endgroup] 2022-12-01T10:15:02.6547247Z ##[group]Run set -euo pipefail 2022-12-01T10:15:02.6547613Z set -euo pipefail 2022-12-01T10:15:02.6547944Z function get_ec2_metadata() { 2022-12-01T10:15:02.6548330Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:15:02.6548845Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:15:02.6549303Z  category=$1 2022-12-01T10:15:02.6549690Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:15:02.6550219Z } 2022-12-01T10:15:02.6550757Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:15:02.6551216Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:15:02.6551652Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:15:02.6552022Z echo "system info $(uname -a)" 2022-12-01T10:15:02.6566725Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:15:02.6567069Z env: 2022-12-01T10:15:02.6567345Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:02.6567656Z ##[endgroup] 2022-12-01T10:15:02.6679061Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:15:02.6742454Z instance-id: i-018e0e4aec04bc1bb 2022-12-01T10:15:02.6805054Z instance-type: g3.4xlarge 2022-12-01T10:15:02.6814167Z system info Linux ip-10-0-4-114.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:15:02.6873871Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:15:02.6874246Z if systemctl is-active --quiet docker; then 2022-12-01T10:15:02.6874586Z  echo "Docker daemon is running..."; 2022-12-01T10:15:02.6874872Z else 2022-12-01T10:15:02.6875183Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:15:02.6875487Z fi 2022-12-01T10:15:02.6887740Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:15:02.6888025Z env: 2022-12-01T10:15:02.6888265Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:02.6888516Z ##[endgroup] 2022-12-01T10:15:02.6940529Z Docker daemon is running... 2022-12-01T10:15:02.6962402Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:15:02.6962880Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:15:02.6963266Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:15:02.6963776Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:15:02.6964260Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:15:02.6976603Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:15:02.6976908Z env: 2022-12-01T10:15:02.6977150Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:02.6977414Z AWS_RETRY_MODE: standard 2022-12-01T10:15:02.6977691Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:15:02.6977971Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:15:02.6978221Z ##[endgroup] 2022-12-01T10:15:03.6649077Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:15:03.6649864Z Configure a credential helper to remove this warning. See 2022-12-01T10:15:03.6650556Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:15:03.6650990Z 2022-12-01T10:15:03.6651163Z Login Succeeded 2022-12-01T10:15:03.6693020Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:15:03.6693493Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:15:03.6694050Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:15:03.6708415Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:15:03.6708775Z env: 2022-12-01T10:15:03.6709077Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:03.6709383Z ##[endgroup] 2022-12-01T10:15:03.6807447Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:15:03.6807819Z with: 2022-12-01T10:15:03.6808317Z github-secret: *** 2022-12-01T10:15:03.6808615Z activate-with-label: false 2022-12-01T10:15:03.6808877Z label: with-ssh 2022-12-01T10:15:03.6809158Z remove-existing-keys: true 2022-12-01T10:15:03.6809425Z env: 2022-12-01T10:15:03.6809653Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:03.6809919Z ##[endgroup] 2022-12-01T10:15:04.1973008Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:15:04.3161993Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:15:04.3183766Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:15:04.3226169Z Login using: ssh ec2-user@ec2-35-175-105-170.compute-1.amazonaws.com 2022-12-01T10:15:04.3319689Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:15:04.3320140Z with: 2022-12-01T10:15:04.3320622Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:15:04.3321104Z env: 2022-12-01T10:15:04.3321360Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:04.3321609Z ##[endgroup] 2022-12-01T10:15:04.3341722Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:15:04.3342390Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:15:04.3342710Z # ignore output since only exit code is used for conditional 2022-12-01T10:15:04.3343104Z # only pull docker image if it's not available locally 2022-12-01T10:15:04.3343498Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:15:04.3343927Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:15:04.3344221Z fi 2022-12-01T10:15:04.3358668Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:15:04.3358920Z env: 2022-12-01T10:15:04.3359164Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:15:04.3359663Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:15:04.3360148Z ##[endgroup] 2022-12-01T10:15:04.5749151Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-12-01T10:15:04.5749742Z 40dd5be53814: Pulling fs layer 2022-12-01T10:15:04.5752784Z bd44602516a4: Pulling fs layer 2022-12-01T10:15:04.5763508Z 8ebfb31ea67d: Pulling fs layer 2022-12-01T10:15:04.5766898Z 1589dc294916: Pulling fs layer 2022-12-01T10:15:04.5767447Z 2c3a764ff1ef: Pulling fs layer 2022-12-01T10:15:04.5768013Z 2fb24fb5f7cb: Pulling fs layer 2022-12-01T10:15:04.5768563Z d6e4b45751c9: Pulling fs layer 2022-12-01T10:15:04.5826867Z 98a26bc0781e: Pulling fs layer 2022-12-01T10:15:04.5827540Z 07c42b0591b2: Pulling fs layer 2022-12-01T10:15:04.5828015Z 1589dc294916: Waiting 2022-12-01T10:15:04.5828460Z a7b4d9098b01: Pulling fs layer 2022-12-01T10:15:04.5828927Z 98a26bc0781e: Waiting 2022-12-01T10:15:04.5829355Z 9b965084d7f3: Pulling fs layer 2022-12-01T10:15:04.5829923Z 306938abc720: Pulling fs layer 2022-12-01T10:15:04.5830463Z 06e616940749: Pulling fs layer 2022-12-01T10:15:04.5831129Z a7b4d9098b01: Waiting 2022-12-01T10:15:04.5831414Z 540637333efa: Pulling fs layer 2022-12-01T10:15:04.5831648Z 9b965084d7f3: Waiting 2022-12-01T10:15:04.5831815Z 2fb24fb5f7cb: Waiting 2022-12-01T10:15:04.5832286Z 306938abc720: Waiting 2022-12-01T10:15:04.5832761Z 06e616940749: Waiting 2022-12-01T10:15:04.5833121Z 540637333efa: Waiting 2022-12-01T10:15:04.5833398Z 5cd3ebaf3e1b: Pulling fs layer 2022-12-01T10:15:04.5833796Z d6e4b45751c9: Waiting 2022-12-01T10:15:04.5834428Z dd7a31bfac90: Pulling fs layer 2022-12-01T10:15:04.5834956Z 6416ca3f405b: Pulling fs layer 2022-12-01T10:15:04.5835428Z 5cd3ebaf3e1b: Waiting 2022-12-01T10:15:04.5835928Z 19c44dd1f4cf: Pulling fs layer 2022-12-01T10:15:04.5836348Z dd7a31bfac90: Waiting 2022-12-01T10:15:04.5836725Z 33688bb73038: Pulling fs layer 2022-12-01T10:15:04.5837326Z 570b8809d75f: Pulling fs layer 2022-12-01T10:15:04.5837910Z 3ea8b8f31abf: Pulling fs layer 2022-12-01T10:15:04.5838244Z 690eecb8c64c: Pulling fs layer 2022-12-01T10:15:04.5838510Z e2285545a8bf: Pulling fs layer 2022-12-01T10:15:04.5838786Z 555faed4e286: Pulling fs layer 2022-12-01T10:15:04.5839055Z 6416ca3f405b: Waiting 2022-12-01T10:15:04.5839306Z c53c37f056ac: Pulling fs layer 2022-12-01T10:15:04.5839763Z 570b8809d75f: Waiting 2022-12-01T10:15:04.5840015Z 690eecb8c64c: Waiting 2022-12-01T10:15:04.5840247Z 3ea8b8f31abf: Waiting 2022-12-01T10:15:04.5840517Z 75bd8ea35c95: Pulling fs layer 2022-12-01T10:15:04.5840798Z b18c1d97e9da: Pulling fs layer 2022-12-01T10:15:04.5841089Z e2285545a8bf: Waiting 2022-12-01T10:15:04.5841446Z c53c37f056ac: Waiting 2022-12-01T10:15:04.5841721Z d90720873b3b: Pulling fs layer 2022-12-01T10:15:04.5841975Z 53b1597ec1c2: Pulling fs layer 2022-12-01T10:15:04.5842249Z ef984347a312: Pulling fs layer 2022-12-01T10:15:04.5842515Z 53b1597ec1c2: Waiting 2022-12-01T10:15:04.5842760Z 343a1b6dc08c: Pulling fs layer 2022-12-01T10:15:04.5843042Z 16fdefc9f32c: Pulling fs layer 2022-12-01T10:15:04.5843321Z de0913f5235c: Pulling fs layer 2022-12-01T10:15:04.5843563Z ef984347a312: Waiting 2022-12-01T10:15:04.5843831Z bf99e81d1939: Pulling fs layer 2022-12-01T10:15:04.5844112Z c0f36b953c44: Pulling fs layer 2022-12-01T10:15:04.5844376Z 343a1b6dc08c: Waiting 2022-12-01T10:15:04.5844630Z 7456bfaa70b2: Pulling fs layer 2022-12-01T10:15:04.5844890Z bf99e81d1939: Waiting 2022-12-01T10:15:04.5845137Z de0913f5235c: Waiting 2022-12-01T10:15:04.5845376Z 68e8ef95b145: Pulling fs layer 2022-12-01T10:15:04.5845638Z c0f36b953c44: Waiting 2022-12-01T10:15:04.5845899Z e497d45bb922: Pulling fs layer 2022-12-01T10:15:04.5846151Z 68e8ef95b145: Waiting 2022-12-01T10:15:04.5846422Z bf4a66dadd84: Pulling fs layer 2022-12-01T10:15:04.5846706Z fd0d4928961f: Pulling fs layer 2022-12-01T10:15:04.5846962Z 6df8346812f8: Pulling fs layer 2022-12-01T10:15:04.5847238Z 8b46f8aa8681: Pulling fs layer 2022-12-01T10:15:04.5847504Z bf4a66dadd84: Waiting 2022-12-01T10:15:04.5847748Z 6db5688b5394: Pulling fs layer 2022-12-01T10:15:04.5848007Z 6df8346812f8: Waiting 2022-12-01T10:15:04.5848268Z daa053ac35f3: Pulling fs layer 2022-12-01T10:15:04.5848527Z c9a8257f8dc0: Pulling fs layer 2022-12-01T10:15:04.5848794Z 16fdefc9f32c: Waiting 2022-12-01T10:15:04.5849058Z 30f21817172d: Pulling fs layer 2022-12-01T10:15:04.5849301Z fd0d4928961f: Waiting 2022-12-01T10:15:04.5849551Z daa053ac35f3: Waiting 2022-12-01T10:15:04.5849812Z bb9282afce05: Pulling fs layer 2022-12-01T10:15:04.5850071Z 909c475d21ec: Pulling fs layer 2022-12-01T10:15:04.5850330Z 30f21817172d: Waiting 2022-12-01T10:15:04.5850589Z 192b8944f15a: Pulling fs layer 2022-12-01T10:15:04.5850834Z bb9282afce05: Waiting 2022-12-01T10:15:04.5851103Z 3dd92c832839: Pulling fs layer 2022-12-01T10:15:04.5851367Z 909c475d21ec: Waiting 2022-12-01T10:15:04.5851609Z 5e1b0146a21d: Pulling fs layer 2022-12-01T10:15:04.5851866Z 192b8944f15a: Waiting 2022-12-01T10:15:04.5852130Z c76cf0339419: Pulling fs layer 2022-12-01T10:15:04.5852390Z 2dc4928eecf0: Pulling fs layer 2022-12-01T10:15:04.5852656Z c9a8257f8dc0: Waiting 2022-12-01T10:15:04.5852905Z c76cf0339419: Waiting 2022-12-01T10:15:04.5853134Z 2dc4928eecf0: Waiting 2022-12-01T10:15:04.5853388Z 3dd92c832839: Waiting 2022-12-01T10:15:04.5853637Z 8b46f8aa8681: Waiting 2022-12-01T10:15:04.7299512Z bd44602516a4: Verifying Checksum 2022-12-01T10:15:04.7300137Z bd44602516a4: Download complete 2022-12-01T10:15:04.8117030Z 1589dc294916: Verifying Checksum 2022-12-01T10:15:04.8117664Z 1589dc294916: Download complete 2022-12-01T10:15:04.8988695Z 40dd5be53814: Download complete 2022-12-01T10:15:04.9383971Z 2c3a764ff1ef: Verifying Checksum 2022-12-01T10:15:04.9384616Z 2c3a764ff1ef: Download complete 2022-12-01T10:15:04.9437056Z 8ebfb31ea67d: Verifying Checksum 2022-12-01T10:15:04.9437406Z 8ebfb31ea67d: Download complete 2022-12-01T10:15:05.0342100Z d6e4b45751c9: Verifying Checksum 2022-12-01T10:15:05.0342710Z d6e4b45751c9: Download complete 2022-12-01T10:15:05.1194087Z 07c42b0591b2: Verifying Checksum 2022-12-01T10:15:05.1194393Z 07c42b0591b2: Download complete 2022-12-01T10:15:05.2003356Z a7b4d9098b01: Download complete 2022-12-01T10:15:05.7518575Z 40dd5be53814: Pull complete 2022-12-01T10:15:06.0503139Z bd44602516a4: Pull complete 2022-12-01T10:15:06.6351622Z 8ebfb31ea67d: Pull complete 2022-12-01T10:15:06.7637644Z 1589dc294916: Pull complete 2022-12-01T10:15:06.8762250Z 2c3a764ff1ef: Pull complete 2022-12-01T10:15:07.3325177Z 9b965084d7f3: Verifying Checksum 2022-12-01T10:15:07.3325614Z 9b965084d7f3: Download complete 2022-12-01T10:15:07.4196247Z 306938abc720: Verifying Checksum 2022-12-01T10:15:07.4196584Z 306938abc720: Download complete 2022-12-01T10:15:07.5042269Z 06e616940749: Verifying Checksum 2022-12-01T10:15:07.5042665Z 06e616940749: Download complete 2022-12-01T10:15:07.5847740Z 540637333efa: Verifying Checksum 2022-12-01T10:15:07.5848074Z 540637333efa: Download complete 2022-12-01T10:15:08.3599241Z 5cd3ebaf3e1b: Verifying Checksum 2022-12-01T10:15:08.3599615Z 5cd3ebaf3e1b: Download complete 2022-12-01T10:15:08.4504883Z dd7a31bfac90: Verifying Checksum 2022-12-01T10:15:08.4505229Z dd7a31bfac90: Download complete 2022-12-01T10:15:08.5227128Z 6416ca3f405b: Verifying Checksum 2022-12-01T10:15:08.5227663Z 6416ca3f405b: Download complete 2022-12-01T10:15:24.8742779Z 2fb24fb5f7cb: Verifying Checksum 2022-12-01T10:15:24.8743338Z 2fb24fb5f7cb: Download complete 2022-12-01T10:15:24.9631574Z 33688bb73038: Verifying Checksum 2022-12-01T10:15:24.9632208Z 33688bb73038: Download complete 2022-12-01T10:15:25.0564441Z 570b8809d75f: Verifying Checksum 2022-12-01T10:15:25.0565066Z 570b8809d75f: Download complete 2022-12-01T10:15:25.1743960Z 3ea8b8f31abf: Verifying Checksum 2022-12-01T10:15:25.1744646Z 3ea8b8f31abf: Download complete 2022-12-01T10:15:25.2575640Z 690eecb8c64c: Download complete 2022-12-01T10:15:25.3543697Z e2285545a8bf: Verifying Checksum 2022-12-01T10:15:25.3544203Z e2285545a8bf: Download complete 2022-12-01T10:15:25.4370027Z 555faed4e286: Verifying Checksum 2022-12-01T10:15:25.4371006Z 555faed4e286: Download complete 2022-12-01T10:15:27.4368953Z c53c37f056ac: Verifying Checksum 2022-12-01T10:15:27.4369441Z c53c37f056ac: Download complete 2022-12-01T10:15:27.5232934Z 75bd8ea35c95: Verifying Checksum 2022-12-01T10:15:27.5233330Z 75bd8ea35c95: Download complete 2022-12-01T10:15:27.6117403Z b18c1d97e9da: Verifying Checksum 2022-12-01T10:15:27.6118201Z b18c1d97e9da: Download complete 2022-12-01T10:15:27.7248018Z d90720873b3b: Verifying Checksum 2022-12-01T10:15:27.7248595Z d90720873b3b: Download complete 2022-12-01T10:15:27.8146241Z 53b1597ec1c2: Verifying Checksum 2022-12-01T10:15:27.8146574Z 53b1597ec1c2: Download complete 2022-12-01T10:15:27.8915288Z ef984347a312: Verifying Checksum 2022-12-01T10:15:27.8915709Z ef984347a312: Download complete 2022-12-01T10:15:33.8765402Z 343a1b6dc08c: Verifying Checksum 2022-12-01T10:15:33.8766167Z 343a1b6dc08c: Download complete 2022-12-01T10:15:33.9305841Z 98a26bc0781e: Verifying Checksum 2022-12-01T10:15:33.9306451Z 98a26bc0781e: Download complete 2022-12-01T10:15:33.9606305Z 16fdefc9f32c: Verifying Checksum 2022-12-01T10:15:33.9606929Z 16fdefc9f32c: Download complete 2022-12-01T10:15:33.9948227Z de0913f5235c: Verifying Checksum 2022-12-01T10:15:33.9948825Z de0913f5235c: Download complete 2022-12-01T10:15:34.0690525Z c0f36b953c44: Verifying Checksum 2022-12-01T10:15:34.0691095Z c0f36b953c44: Download complete 2022-12-01T10:15:34.1748579Z 7456bfaa70b2: Verifying Checksum 2022-12-01T10:15:34.1749030Z 7456bfaa70b2: Download complete 2022-12-01T10:15:34.6743106Z 68e8ef95b145: Verifying Checksum 2022-12-01T10:15:34.6743698Z 68e8ef95b145: Download complete 2022-12-01T10:15:34.7857571Z e497d45bb922: Verifying Checksum 2022-12-01T10:15:34.7857993Z e497d45bb922: Download complete 2022-12-01T10:15:34.8179560Z bf99e81d1939: Verifying Checksum 2022-12-01T10:15:34.8179901Z bf99e81d1939: Download complete 2022-12-01T10:15:34.9286250Z fd0d4928961f: Verifying Checksum 2022-12-01T10:15:34.9286686Z fd0d4928961f: Download complete 2022-12-01T10:15:35.0347137Z 6df8346812f8: Verifying Checksum 2022-12-01T10:15:35.0347746Z 6df8346812f8: Download complete 2022-12-01T10:15:35.9470508Z bf4a66dadd84: Verifying Checksum 2022-12-01T10:15:35.9471512Z bf4a66dadd84: Download complete 2022-12-01T10:15:36.0208647Z 6db5688b5394: Verifying Checksum 2022-12-01T10:15:36.0209121Z 6db5688b5394: Download complete 2022-12-01T10:15:36.1057313Z daa053ac35f3: Verifying Checksum 2022-12-01T10:15:36.1058075Z daa053ac35f3: Download complete 2022-12-01T10:15:36.1912402Z c9a8257f8dc0: Verifying Checksum 2022-12-01T10:15:36.1913106Z c9a8257f8dc0: Download complete 2022-12-01T10:15:36.2829791Z 30f21817172d: Verifying Checksum 2022-12-01T10:15:36.2830331Z 30f21817172d: Download complete 2022-12-01T10:15:36.8111594Z bb9282afce05: Verifying Checksum 2022-12-01T10:15:36.8112164Z bb9282afce05: Download complete 2022-12-01T10:15:36.8889730Z 909c475d21ec: Verifying Checksum 2022-12-01T10:15:36.8890241Z 909c475d21ec: Download complete 2022-12-01T10:15:38.5491514Z 192b8944f15a: Verifying Checksum 2022-12-01T10:15:38.5491941Z 192b8944f15a: Download complete 2022-12-01T10:15:38.6315892Z 3dd92c832839: Verifying Checksum 2022-12-01T10:15:38.6316512Z 3dd92c832839: Download complete 2022-12-01T10:15:40.7468840Z 2fb24fb5f7cb: Pull complete 2022-12-01T10:15:42.8605058Z d6e4b45751c9: Pull complete 2022-12-01T10:15:44.9454605Z 8b46f8aa8681: Verifying Checksum 2022-12-01T10:15:44.9455097Z 8b46f8aa8681: Download complete 2022-12-01T10:15:45.0856790Z c76cf0339419: Verifying Checksum 2022-12-01T10:15:45.0857294Z c76cf0339419: Download complete 2022-12-01T10:15:45.1512041Z 2dc4928eecf0: Verifying Checksum 2022-12-01T10:15:45.1512627Z 2dc4928eecf0: Download complete 2022-12-01T10:15:57.0488114Z 19c44dd1f4cf: Verifying Checksum 2022-12-01T10:15:57.0488846Z 19c44dd1f4cf: Download complete 2022-12-01T10:16:06.2862994Z 98a26bc0781e: Pull complete 2022-12-01T10:16:08.1632130Z 07c42b0591b2: Pull complete 2022-12-01T10:16:10.0096012Z a7b4d9098b01: Pull complete 2022-12-01T10:16:18.5279563Z 9b965084d7f3: Pull complete 2022-12-01T10:16:20.6165218Z 306938abc720: Pull complete 2022-12-01T10:16:22.6427554Z 06e616940749: Pull complete 2022-12-01T10:16:24.6565717Z 540637333efa: Pull complete 2022-12-01T10:16:27.5567651Z 5cd3ebaf3e1b: Pull complete 2022-12-01T10:16:27.6524653Z dd7a31bfac90: Pull complete 2022-12-01T10:16:27.7642346Z 6416ca3f405b: Pull complete 2022-12-01T10:17:03.4265389Z 19c44dd1f4cf: Pull complete 2022-12-01T10:17:05.3296894Z 33688bb73038: Pull complete 2022-12-01T10:17:07.1106322Z 5e1b0146a21d: Verifying Checksum 2022-12-01T10:17:07.1142658Z 5e1b0146a21d: Download complete 2022-12-01T10:17:07.4524035Z 570b8809d75f: Pull complete 2022-12-01T10:17:09.9862429Z 3ea8b8f31abf: Pull complete 2022-12-01T10:17:12.1876026Z 690eecb8c64c: Pull complete 2022-12-01T10:17:14.0317246Z e2285545a8bf: Pull complete 2022-12-01T10:17:15.9086444Z 555faed4e286: Pull complete 2022-12-01T10:17:20.4325381Z c53c37f056ac: Pull complete 2022-12-01T10:17:22.5882732Z 75bd8ea35c95: Pull complete 2022-12-01T10:17:22.6926219Z b18c1d97e9da: Pull complete 2022-12-01T10:17:22.8419812Z d90720873b3b: Pull complete 2022-12-01T10:17:22.9564449Z 53b1597ec1c2: Pull complete 2022-12-01T10:17:23.0641748Z ef984347a312: Pull complete 2022-12-01T10:17:31.2325278Z 343a1b6dc08c: Pull complete 2022-12-01T10:17:33.7714270Z 16fdefc9f32c: Pull complete 2022-12-01T10:17:36.1991271Z de0913f5235c: Pull complete 2022-12-01T10:17:39.8324885Z bf99e81d1939: Pull complete 2022-12-01T10:17:41.7674690Z c0f36b953c44: Pull complete 2022-12-01T10:17:43.7037788Z 7456bfaa70b2: Pull complete 2022-12-01T10:17:45.9881690Z 68e8ef95b145: Pull complete 2022-12-01T10:17:47.9784353Z e497d45bb922: Pull complete 2022-12-01T10:17:51.8100269Z bf4a66dadd84: Pull complete 2022-12-01T10:17:53.6558006Z fd0d4928961f: Pull complete 2022-12-01T10:17:56.0258053Z 6df8346812f8: Pull complete 2022-12-01T10:18:02.8590070Z 8b46f8aa8681: Pull complete 2022-12-01T10:18:04.6257037Z 6db5688b5394: Pull complete 2022-12-01T10:18:04.7521620Z daa053ac35f3: Pull complete 2022-12-01T10:18:04.8957251Z c9a8257f8dc0: Pull complete 2022-12-01T10:18:05.0074585Z 30f21817172d: Pull complete 2022-12-01T10:18:05.8532269Z bb9282afce05: Pull complete 2022-12-01T10:18:05.9612038Z 909c475d21ec: Pull complete 2022-12-01T10:18:07.9378882Z 192b8944f15a: Pull complete 2022-12-01T10:18:08.0574824Z 3dd92c832839: Pull complete 2022-12-01T10:18:51.2677210Z 5e1b0146a21d: Pull complete 2022-12-01T10:18:53.1775877Z c76cf0339419: Pull complete 2022-12-01T10:18:55.2137442Z 2dc4928eecf0: Pull complete 2022-12-01T10:18:56.4990086Z Digest: sha256:217fd7de680e1dd5bca4b2b4054bd05a8d454df5e210ffbf1e5955e01cf1f340 2022-12-01T10:18:56.9993569Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:18:57.2814542Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:18:57.2911392Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T10:18:57.2911771Z with: 2022-12-01T10:18:57.2911989Z timeout_minutes: 10 2022-12-01T10:18:57.2912242Z max_attempts: 3 2022-12-01T10:18:57.2912630Z command: set -ex bash .github/scripts/install_nvidia_utils_linux.sh echo "GPU_FLAG=--gpus all" >> "${GITHUB_ENV}" 2022-12-01T10:18:57.2913018Z retry_wait_seconds: 10 2022-12-01T10:18:57.2913291Z polling_interval_seconds: 1 2022-12-01T10:18:57.2913564Z warning_on_retry: true 2022-12-01T10:18:57.2913825Z continue_on_error: false 2022-12-01T10:18:57.2914052Z env: 2022-12-01T10:18:57.2914289Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:18:57.2914546Z ##[endgroup] 2022-12-01T10:18:57.3484324Z 2022-12-01T10:18:57.3508044Z ##[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:18:57.3550558Z + bash .github/scripts/install_nvidia_utils_linux.sh 2022-12-01T10:18:57.3552473Z == Installing nvidia driver NVIDIA-Linux-x86_64-515.57.run == 2022-12-01T10:18:57.3554528Z + HAS_NVIDIA_DRIVER=0 2022-12-01T10:18:57.3558544Z ++ command -v nvidia-smi 2022-12-01T10:18:57.3561764Z + '[' -x /usr/bin/nvidia-smi ']' 2022-12-01T10:18:57.3564736Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader 2022-12-01T10:18:59.5547145Z + INSTALLED_DRIVER_VERSION=515.76 2022-12-01T10:18:59.5548086Z + '[' 515.76 '!=' 515.57 ']' 2022-12-01T10:18:59.5548362Z + HAS_NVIDIA_DRIVER=1 2022-12-01T10:18:59.5549147Z + echo 'NVIDIA driver (515.76) has been installed, but we expect to have 515.57 instead. Skipping NVIDIA driver installation for now until torchrec and FBGEMM are updated to use PyTorch NVIDIA installation script instead of RHEL repo' 2022-12-01T10:18:59.5549916Z + '[' 1 -eq 0 ']' 2022-12-01T10:18:59.5551088Z + nvidia-smi 2022-12-01T10:18:59.5553291Z NVIDIA driver (515.76) has been installed, but we expect to have 515.57 instead. Skipping NVIDIA driver installation for now until torchrec and FBGEMM are updated to use PyTorch NVIDIA installation script instead of RHEL repo 2022-12-01T10:19:01.4987484Z Thu Dec 1 10:19:01 2022 2022-12-01T10:19:01.4988225Z +-----------------------------------------------------------------------------+ 2022-12-01T10:19:01.4988739Z | NVIDIA-SMI 515.76 Driver Version: 515.76 CUDA Version: 11.7 | 2022-12-01T10:19:01.4989250Z |-------------------------------+----------------------+----------------------+ 2022-12-01T10:19:01.4989829Z | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-12-01T10:19:01.4990363Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-12-01T10:19:01.4991274Z | | | MIG M. | 2022-12-01T10:19:01.4991605Z |===============================+======================+======================| 2022-12-01T10:19:01.5032997Z | 0 Tesla M60 Off | 00000000:00:1E.0 Off | 8589873468 | 2022-12-01T10:19:01.5033473Z | N/A 26C P0 37W / 150W | 0MiB / 7680MiB | 88% Default | 2022-12-01T10:19:01.5033938Z | | | N/A | 2022-12-01T10:19:01.5034685Z +-------------------------------+----------------------+----------------------+ 2022-12-01T10:19:01.5035260Z 2022-12-01T10:19:01.5035708Z +-----------------------------------------------------------------------------+ 2022-12-01T10:19:01.5036073Z | Processes: | 2022-12-01T10:19:01.5036427Z | GPU GI CI PID Type Process name GPU Memory | 2022-12-01T10:19:01.5036783Z | ID ID Usage | 2022-12-01T10:19:01.5037188Z |=============================================================================| 2022-12-01T10:19:01.5037637Z | No running processes found | 2022-12-01T10:19:01.5037994Z +-----------------------------------------------------------------------------+ 2022-12-01T10:19:01.7670175Z == Installing nvidia container toolkit for amzn2 == 2022-12-01T10:19:01.7673444Z + sudo yum install -y yum-utils 2022-12-01T10:19:02.3228293Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-12-01T10:19:03.7438165Z Package yum-utils-1.1.31-46.amzn2.0.1.noarch already installed and latest version 2022-12-01T10:19:03.7438874Z Nothing to do 2022-12-01T10:19:03.8380585Z + sudo yum-config-manager --add-repo https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-12-01T10:19:04.4745543Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-12-01T10:19:04.5070806Z adding repo from: https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-12-01T10:19:04.5072066Z grabbing file https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo to /etc/yum.repos.d/nvidia-docker.repo 2022-12-01T10:19:04.5072555Z repo saved to /etc/yum.repos.d/nvidia-docker.repo 2022-12-01T10:19:04.5235755Z + sudo yum install -y nvidia-docker2 2022-12-01T10:19:05.0863261Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-12-01T10:19:06.4805733Z Package nvidia-docker2-2.11.0-1.noarch already installed and latest version 2022-12-01T10:19:06.4806193Z Nothing to do 2022-12-01T10:19:06.5779247Z + sudo systemctl restart docker 2022-12-01T10:19:24.1528907Z + echo 'GPU_FLAG=--gpus all' 2022-12-01T10:19:24.3845791Z Command completed after 1 attempt(s). 2022-12-01T10:19:24.3845933Z 2022-12-01T10:19:24.3848776Z ##[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:19:24.3904283Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:19:24.3904674Z python3 -m pip install psutil==5.9.1 2022-12-01T10:19:24.3905017Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:19:24.3905389Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:19:24.3905776Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:19:24.3920381Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:19:24.3920688Z env: 2022-12-01T10:19:24.3920932Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:24.3921187Z GPU_FLAG: --gpus all 2022-12-01T10:19:24.3921443Z ##[endgroup] 2022-12-01T10:19:24.6996507Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:19:24.7289423Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:19:25.3170553Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:19:25.3405904Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:19:25.6330880Z ##[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:19:25.6396579Z Prepare all required actions 2022-12-01T10:19:25.6425710Z Getting action download info 2022-12-01T10:19:25.8237926Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:19:26.0275692Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:19:26.1580416Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:19:26.1580744Z with: 2022-12-01T10:19:26.1581043Z name: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:19:26.1581316Z env: 2022-12-01T10:19:26.1581566Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:26.1581850Z GPU_FLAG: --gpus all 2022-12-01T10:19:26.1582091Z ##[endgroup] 2022-12-01T10:19:26.1614496Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:19:26.1614795Z with: 2022-12-01T10:19:26.1615064Z name: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:19:26.1615386Z s3-bucket: gha-artifacts 2022-12-01T10:19:26.1615700Z region: us-east-1 2022-12-01T10:19:26.1615948Z env: 2022-12-01T10:19:26.1616196Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:26.1616454Z GPU_FLAG: --gpus all 2022-12-01T10:19:26.1616714Z ##[endgroup] 2022-12-01T10:19:26.7170078Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-bionic-cuda11.6-py3.10-gcc7/ 2022-12-01T10:19:26.7170757Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:19:35.9015765Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:19:35.9016456Z 2022-12-01T10:19:35.9022306Z ##[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:19:35.9023646Z Artifact download has finished successfully 2022-12-01T10:19:35.9219837Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:19:35.9220194Z unzip -o artifacts.zip 2022-12-01T10:19:35.9234886Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:19:35.9235183Z env: 2022-12-01T10:19:35.9235449Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:35.9235729Z GPU_FLAG: --gpus all 2022-12-01T10:19:35.9235969Z ##[endgroup] 2022-12-01T10:19:35.9281454Z Archive: artifacts.zip 2022-12-01T10:19:35.9284264Z creating: dist/ 2022-12-01T10:19:38.0208779Z inflating: dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl 2022-12-01T10:19:38.0209514Z creating: build/custom_test_artifacts/ 2022-12-01T10:19:38.0210357Z creating: build/custom_test_artifacts/custom-op-build/ 2022-12-01T10:19:38.0211295Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-12-01T10:19:38.0218938Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:19:38.0220086Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-12-01T10:19:38.0221281Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:19:38.0222387Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:19:38.0223412Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:19:38.0225220Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:19:38.0227374Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:19:38.0228541Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:19:38.0229629Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:19:38.0233373Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:19:38.0235167Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:19:38.0237312Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:19:38.0238668Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:19:38.0240791Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:19:38.0241979Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:19:38.0242594Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-12-01T10:19:38.0243165Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-12-01T10:19:38.0298552Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-12-01T10:19:38.0299312Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-12-01T10:19:38.0300290Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-12-01T10:19:38.0301283Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-12-01T10:19:38.0302049Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-12-01T10:19:38.0302849Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-12-01T10:19:38.0303681Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-12-01T10:19:38.0304474Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-12-01T10:19:38.0305611Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-12-01T10:19:38.0348464Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-12-01T10:19:38.0390178Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-12-01T10:19:38.0391452Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-12-01T10:19:38.0392478Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-12-01T10:19:38.0393451Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-12-01T10:19:38.0394261Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-12-01T10:19:38.0395218Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-12-01T10:19:38.0396208Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-12-01T10:19:38.0398242Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-12-01T10:19:38.0472553Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-12-01T10:19:38.0546307Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-12-01T10:19:38.0546973Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-12-01T10:19:38.0547551Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:19:38.0548848Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-12-01T10:19:38.0549427Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-12-01T10:19:38.0549989Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-12-01T10:19:38.0551072Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-12-01T10:19:38.0551968Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-12-01T10:19:38.0552565Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-12-01T10:19:38.0553400Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-12-01T10:19:38.0554371Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-12-01T10:19:38.0556482Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-12-01T10:19:38.0557114Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-12-01T10:19:38.0557741Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-12-01T10:19:38.0558698Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-12-01T10:19:38.0580554Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-12-01T10:19:38.0695810Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-12-01T10:19:38.0696597Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-12-01T10:19:38.0697218Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-12-01T10:19:38.0698023Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-12-01T10:19:38.0699274Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-12-01T10:19:38.0700674Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-12-01T10:19:38.0701842Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-12-01T10:19:38.0703205Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-12-01T10:19:38.0704479Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-12-01T10:19:38.0705745Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-12-01T10:19:38.0706902Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-12-01T10:19:38.0728808Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-12-01T10:19:38.0812667Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-12-01T10:19:38.0813974Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:19:38.0815167Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:19:38.0816446Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-12-01T10:19:38.0817444Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-12-01T10:19:38.0818651Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-12-01T10:19:38.0819728Z inflating: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc 2022-12-01T10:19:38.0823227Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-12-01T10:19:38.0824426Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-12-01T10:19:38.0825353Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-12-01T10:19:38.0918621Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-12-01T10:19:38.0981515Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-12-01T10:19:38.0982007Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-12-01T10:19:38.0982479Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-12-01T10:19:38.0990073Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:19:38.0990856Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-12-01T10:19:38.0991439Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:19:38.0992023Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:19:38.0992573Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:19:38.0996265Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:19:38.0998175Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:19:38.0998753Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:19:38.0999308Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:19:38.1002707Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:19:38.1004567Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:19:38.1006646Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:19:38.1007322Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:19:38.1009856Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:19:38.1010994Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:19:38.1012199Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-12-01T10:19:38.1013358Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-12-01T10:19:38.1069058Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-12-01T10:19:38.1070880Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-12-01T10:19:38.1072470Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-12-01T10:19:38.1073907Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-12-01T10:19:38.1075460Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-12-01T10:19:38.1076965Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-12-01T10:19:38.1078291Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-12-01T10:19:38.1079765Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-12-01T10:19:38.1081348Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-12-01T10:19:38.1121885Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-12-01T10:19:38.1164513Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-12-01T10:19:38.1165991Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-12-01T10:19:38.1167161Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-12-01T10:19:38.1168581Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-12-01T10:19:38.1169840Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-12-01T10:19:38.1171072Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-12-01T10:19:38.1172363Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-12-01T10:19:38.1174545Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-12-01T10:19:38.1249342Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-12-01T10:19:38.1324373Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-12-01T10:19:38.1325600Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-12-01T10:19:38.1326827Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:19:38.1327948Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-12-01T10:19:38.1329026Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-12-01T10:19:38.1329997Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-12-01T10:19:38.1331303Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-12-01T10:19:38.1332542Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-12-01T10:19:38.1333877Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-12-01T10:19:38.1334958Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-12-01T10:19:38.1336293Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-12-01T10:19:38.1337472Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-12-01T10:19:38.1338737Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-12-01T10:19:38.1339946Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-12-01T10:19:38.1341095Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-12-01T10:19:38.1361895Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-12-01T10:19:38.1427134Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-12-01T10:19:38.1428418Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:19:38.1429587Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:19:38.1431092Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-12-01T10:19:38.1432432Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-12-01T10:19:38.1433611Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-12-01T10:19:38.1434627Z inflating: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc 2022-12-01T10:19:38.1437937Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-12-01T10:19:38.1438828Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-12-01T10:19:38.1439638Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-12-01T10:19:38.1490029Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-12-01T10:19:38.1490529Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-12-01T10:19:38.1491017Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-12-01T10:19:38.1498575Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:19:38.1499170Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-12-01T10:19:38.1499765Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:19:38.1500359Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:19:38.1501183Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:19:38.1504410Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:19:38.1506412Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:19:38.1507023Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:19:38.1507603Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:19:38.1510509Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:19:38.1512689Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:19:38.1514974Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:19:38.1516221Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:19:38.1518571Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:19:38.1520250Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:19:38.1521453Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-12-01T10:19:38.1522689Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-12-01T10:19:38.1578006Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-12-01T10:19:38.1579590Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-12-01T10:19:38.1581174Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-12-01T10:19:38.1582738Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-12-01T10:19:38.1584262Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-12-01T10:19:38.1585780Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-12-01T10:19:38.1587364Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-12-01T10:19:38.1589015Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-12-01T10:19:38.1590797Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-12-01T10:19:38.1631242Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-12-01T10:19:38.1674158Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-12-01T10:19:38.1675679Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-12-01T10:19:38.1677209Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-12-01T10:19:38.1678534Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-12-01T10:19:38.1679882Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-12-01T10:19:38.1681271Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-12-01T10:19:38.1682537Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-12-01T10:19:38.1683819Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-12-01T10:19:38.1758430Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-12-01T10:19:38.1832740Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-12-01T10:19:38.1833454Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-12-01T10:19:38.1834037Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:19:38.1835479Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-12-01T10:19:38.1836802Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-12-01T10:19:38.1837959Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-12-01T10:19:38.1839283Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-12-01T10:19:38.1840650Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-12-01T10:19:38.1841990Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-12-01T10:19:38.1843213Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-12-01T10:19:38.1844580Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-12-01T10:19:38.1845844Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-12-01T10:19:38.1847217Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-12-01T10:19:38.1848370Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-12-01T10:19:38.1849603Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-12-01T10:19:38.1853424Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-12-01T10:19:38.2002818Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-12-01T10:19:38.2004192Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-12-01T10:19:38.2005443Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-12-01T10:19:38.2006944Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-12-01T10:19:38.2008188Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-12-01T10:19:38.2009536Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-12-01T10:19:38.2010903Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-12-01T10:19:38.2012187Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-12-01T10:19:38.2013507Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-12-01T10:19:38.2014743Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-12-01T10:19:38.2015947Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-12-01T10:19:38.2035677Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-12-01T10:19:38.2095516Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-12-01T10:19:38.2096926Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:19:38.2098153Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:19:38.2099385Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-12-01T10:19:38.2100599Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-12-01T10:19:38.2101771Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-12-01T10:19:38.2102857Z inflating: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc 2022-12-01T10:19:38.2105859Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-12-01T10:19:38.2107189Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-12-01T10:19:38.2108397Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-12-01T10:19:38.2228822Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-12-01T10:19:38.2276094Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-12-01T10:19:38.2276726Z creating: build/lib/ 2022-12-01T10:19:38.2277361Z inflating: build/lib/libclog.a 2022-12-01T10:19:38.2344830Z inflating: build/lib/libgtest.a 2022-12-01T10:19:38.2356156Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:19:38.2463741Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:19:38.2556558Z inflating: build/lib/libbenchmark.a 2022-12-01T10:19:38.2566717Z inflating: build/lib/libittnotify.a 2022-12-01T10:19:38.2644757Z inflating: build/lib/libasmjit.a 2022-12-01T10:19:38.3182609Z inflating: build/lib/libprotobuf.a 2022-12-01T10:19:38.3215659Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:19:38.3350565Z inflating: build/lib/libgloo.a 2022-12-01T10:19:38.3371594Z inflating: build/lib/libfmt.a 2022-12-01T10:19:38.3373521Z inflating: build/lib/libcaffe2_nvrtc.so 2022-12-01T10:19:38.3374139Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:19:38.3451352Z inflating: build/lib/libc10.so 2022-12-01T10:19:38.3452743Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:19:38.3462655Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:19:38.4037734Z inflating: build/lib/libprotoc.a 2022-12-01T10:19:38.4046685Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:19:38.4062666Z inflating: build/lib/libqnnpack.a 2022-12-01T10:19:38.4087256Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:19:38.4089890Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:19:38.4112277Z inflating: build/lib/libnnpack.a 2022-12-01T10:19:38.4131390Z inflating: build/lib/libgmock.a 2022-12-01T10:19:38.4132093Z inflating: build/lib/libgtest_main.a 2022-12-01T10:19:38.4132924Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:19:39.2349354Z inflating: build/lib/libdnnl.a 2022-12-01T10:19:39.2492877Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:19:39.3152194Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:19:39.3194471Z inflating: build/lib/libc10_cuda.so 2022-12-01T10:19:39.4752149Z inflating: build/lib/libfbgemm.a 2022-12-01T10:19:39.4752820Z inflating: build/lib/libgmock_main.a 2022-12-01T10:19:39.5894771Z inflating: build/lib/libdnnl_graph.a 2022-12-01T10:19:39.6318973Z inflating: build/lib/libkineto.a 2022-12-01T10:19:39.6612168Z inflating: build/lib/libtensorpipe_cuda.a 2022-12-01T10:19:39.6658226Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:19:39.6706578Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:19:39.7393136Z inflating: build/lib/libonnx.a 2022-12-01T10:19:39.7828598Z inflating: build/lib/libgloo_cuda.a 2022-12-01T10:19:42.1238814Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:19:42.4701261Z inflating: build/lib/libtorch_cuda_cpp.so 2022-12-01T10:19:44.2506092Z inflating: build/lib/libtorch_cuda_cu.so 2022-12-01T10:19:44.2506925Z inflating: build/lib/libtorch_cuda.so 2022-12-01T10:19:44.2508013Z inflating: build/lib/libtorch.so 2022-12-01T10:19:45.2442068Z inflating: build/lib/libtorch_cuda_linalg.so 2022-12-01T10:19:45.2444100Z inflating: build/lib/libc10d_cuda_test.so 2022-12-01T10:19:45.2467885Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:19:45.2528505Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:19:45.2559434Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:19:45.2564100Z inflating: build/lib/libshm.so 2022-12-01T10:19:45.4349059Z inflating: build/lib/libtorch_python.so 2022-12-01T10:19:45.4388648Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:19:45.4389019Z creating: build/bin/ 2022-12-01T10:19:45.4442197Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:19:45.4497789Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:19:45.4551823Z inflating: build/bin/c10_Device_test 2022-12-01T10:19:45.4614778Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:19:45.4666037Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:19:45.4719838Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:19:45.4779473Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:19:45.4839331Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:19:45.4900333Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:19:45.4951744Z inflating: build/bin/c10_Array_test 2022-12-01T10:19:45.5008465Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:19:45.5060338Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:19:45.5115093Z inflating: build/bin/c10_C++17_test 2022-12-01T10:19:45.5167515Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:19:45.5220436Z inflating: build/bin/c10_Half_test 2022-12-01T10:19:45.5282225Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:19:45.5349451Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:19:45.5505946Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:19:45.5559942Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:19:45.5621069Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:19:45.5677410Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:19:45.5728646Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:19:45.5783879Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:19:45.5838265Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:19:45.5898126Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:19:45.5956135Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:19:45.6015938Z inflating: build/bin/c10_complex_test 2022-12-01T10:19:45.6134660Z inflating: build/bin/c10_either_test 2022-12-01T10:19:45.6190720Z inflating: build/bin/c10_exception_test 2022-12-01T10:19:45.6244744Z inflating: build/bin/c10_flags_test 2022-12-01T10:19:45.6298889Z inflating: build/bin/c10_irange_test 2022-12-01T10:19:45.6483314Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:19:45.6545428Z inflating: build/bin/c10_logging_test 2022-12-01T10:19:45.6625910Z inflating: build/bin/c10_optional_test 2022-12-01T10:19:45.6693036Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:19:45.6751900Z inflating: build/bin/c10_registry_test 2022-12-01T10:19:45.6815584Z inflating: build/bin/c10_string_view_test 2022-12-01T10:19:45.6870922Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:19:45.6932156Z inflating: build/bin/c10_typeid_test 2022-12-01T10:19:45.6992781Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:19:45.7520225Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:19:45.8046704Z inflating: build/bin/protoc 2022-12-01T10:19:45.8098812Z inflating: build/bin/c10_cuda_CUDATest 2022-12-01T10:19:45.8418845Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:19:45.8776418Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:19:45.8834430Z inflating: build/bin/HashStoreTest 2022-12-01T10:19:45.8899618Z inflating: build/bin/TCPStoreTest 2022-12-01T10:19:45.8958081Z inflating: build/bin/FileStoreTest 2022-12-01T10:19:45.8974227Z inflating: build/bin/ProcessGroupMPITest 2022-12-01T10:19:45.8978168Z inflating: build/bin/example_allreduce 2022-12-01T10:19:45.9034788Z inflating: build/bin/Dimname_test 2022-12-01T10:19:45.9113983Z inflating: build/bin/Dict_test 2022-12-01T10:19:45.9182896Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:19:45.9247337Z inflating: build/bin/apply_utils_test 2022-12-01T10:19:45.9309002Z inflating: build/bin/NamedTensor_test 2022-12-01T10:19:45.9372842Z inflating: build/bin/atest 2022-12-01T10:19:45.9431301Z inflating: build/bin/broadcast_test 2022-12-01T10:19:45.9497705Z inflating: build/bin/basic 2022-12-01T10:19:45.9560973Z inflating: build/bin/cpu_generator_test 2022-12-01T10:19:45.9617518Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:19:45.9671758Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:19:45.9767539Z inflating: build/bin/cpu_rng_test 2022-12-01T10:19:45.9820740Z inflating: build/bin/dlconvertor_test 2022-12-01T10:19:45.9883939Z inflating: build/bin/extension_backend_test 2022-12-01T10:19:45.9944069Z inflating: build/bin/half_test 2022-12-01T10:19:45.9997251Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:19:46.0099919Z inflating: build/bin/ivalue_test 2022-12-01T10:19:46.0157788Z inflating: build/bin/math_kernel_test 2022-12-01T10:19:46.0215795Z inflating: build/bin/memory_format_test 2022-12-01T10:19:46.0272642Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:19:46.0327302Z inflating: build/bin/operator_name_test 2022-12-01T10:19:46.0387911Z inflating: build/bin/native_test 2022-12-01T10:19:46.0444321Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:19:46.0498321Z inflating: build/bin/operators_test 2022-12-01T10:19:46.0555089Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:19:46.0625894Z inflating: build/bin/pow_test 2022-12-01T10:19:46.0688087Z inflating: build/bin/quantized_test 2022-12-01T10:19:46.0742613Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:19:46.0795475Z inflating: build/bin/reduce_ops_test 2022-12-01T10:19:46.0856130Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:19:46.0919380Z inflating: build/bin/scalar_test 2022-12-01T10:19:46.0974969Z inflating: build/bin/stride_properties_test 2022-12-01T10:19:46.0977611Z inflating: build/bin/thread_init_test 2022-12-01T10:19:46.1062506Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:19:46.1122638Z inflating: build/bin/type_ptr_test 2022-12-01T10:19:46.1182573Z inflating: build/bin/test_parallel 2022-12-01T10:19:46.1248688Z inflating: build/bin/type_test 2022-12-01T10:19:46.1301868Z inflating: build/bin/variant_test 2022-12-01T10:19:46.1357944Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:19:46.1432871Z inflating: build/bin/vmap_test 2022-12-01T10:19:46.1434475Z inflating: build/bin/verify_api_visibility 2022-12-01T10:19:46.1489007Z inflating: build/bin/weakref_test 2022-12-01T10:19:46.1543967Z inflating: build/bin/wrapdim_test 2022-12-01T10:19:46.1608631Z inflating: build/bin/IListRef_test 2022-12-01T10:19:46.1661580Z inflating: build/bin/xla_tensor_test 2022-12-01T10:19:46.1780841Z inflating: build/bin/List_test 2022-12-01T10:19:46.1851313Z inflating: build/bin/KernelFunction_test 2022-12-01T10:19:46.1984134Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:19:46.2089085Z inflating: build/bin/kernel_function_test 2022-12-01T10:19:46.2229276Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:19:46.2341543Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:19:46.2406009Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:19:46.2510284Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:19:46.2564740Z inflating: build/bin/CppSignature_test 2022-12-01T10:19:46.2615988Z inflating: build/bin/op_allowlist_test 2022-12-01T10:19:46.2672690Z inflating: build/bin/inline_container_test 2022-12-01T10:19:46.2987666Z inflating: build/bin/op_registration_test 2022-12-01T10:19:46.3048690Z inflating: build/bin/backend_fallback_test 2022-12-01T10:19:46.3104753Z inflating: build/bin/cuda_apply_test 2022-12-01T10:19:46.3162689Z inflating: build/bin/cuda_caching_host_allocator_test 2022-12-01T10:19:46.3227707Z inflating: build/bin/cuda_atomic_ops_test 2022-12-01T10:19:46.3301283Z inflating: build/bin/cuda_complex_math_test 2022-12-01T10:19:46.3354305Z inflating: build/bin/cuda_device_test 2022-12-01T10:19:46.3418070Z inflating: build/bin/cuda_complex_test 2022-12-01T10:19:46.3482914Z inflating: build/bin/cuda_cub_test 2022-12-01T10:19:46.3536654Z inflating: build/bin/cuda_dlconvertor_test 2022-12-01T10:19:46.3592182Z inflating: build/bin/cuda_integer_divider_test 2022-12-01T10:19:46.3665014Z inflating: build/bin/cuda_distributions_test 2022-12-01T10:19:46.3728217Z inflating: build/bin/cuda_generator_test 2022-12-01T10:19:46.3781628Z inflating: build/bin/cuda_half_test 2022-12-01T10:19:46.3834141Z inflating: build/bin/cuda_optional_test 2022-12-01T10:19:46.3890613Z inflating: build/bin/cuda_reportMemoryUsage_test 2022-12-01T10:19:46.3956408Z inflating: build/bin/cuda_stream_test 2022-12-01T10:19:46.4011243Z inflating: build/bin/cuda_packedtensoraccessor_test 2022-12-01T10:19:46.4063269Z inflating: build/bin/cuda_cudnn_test 2022-12-01T10:19:46.4119880Z inflating: build/bin/cuda_vectorized_test 2022-12-01T10:19:46.4137535Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:19:46.4207771Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:19:46.4270399Z inflating: build/bin/ProcessGroupGlooAsyncTest 2022-12-01T10:19:46.4336866Z inflating: build/bin/ProcessGroupNCCLTest 2022-12-01T10:19:46.4399980Z inflating: build/bin/ProcessGroupNCCLErrorsTest 2022-12-01T10:19:46.4456798Z inflating: build/bin/ProcessGroupUCCTest 2022-12-01T10:19:46.4515494Z inflating: build/bin/test_dist_autograd 2022-12-01T10:19:46.4518170Z inflating: build/bin/parallel_benchmark 2022-12-01T10:19:46.4593763Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:19:46.4668334Z inflating: build/bin/test_mobile_nnc 2022-12-01T10:19:46.5598926Z inflating: build/bin/test_tensorexpr 2022-12-01T10:19:46.5610238Z inflating: build/bin/aot_model_compiler_test 2022-12-01T10:19:46.5996306Z inflating: build/bin/test_lazy 2022-12-01T10:19:46.6001869Z inflating: build/bin/torch_shm_manager 2022-12-01T10:19:46.7334328Z inflating: build/bin/test_api 2022-12-01T10:19:46.8511771Z inflating: build/bin/test_jit 2022-12-01T10:19:46.8513968Z inflating: .pytorch-test-times.json 2022-12-01T10:19:46.8548910Z ##[group]Run df -H 2022-12-01T10:19:46.8549182Z df -H 2022-12-01T10:19:46.8563812Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:19:46.8564118Z env: 2022-12-01T10:19:46.8564374Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:46.8564657Z GPU_FLAG: --gpus all 2022-12-01T10:19:46.8564900Z ##[endgroup] 2022-12-01T10:19:46.8605915Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:19:46.8606256Z devtmpfs 65G 0 65G 0% /dev 2022-12-01T10:19:46.8608412Z tmpfs 65G 0 65G 0% /dev/shm 2022-12-01T10:19:46.8608928Z tmpfs 65G 484k 65G 1% /run 2022-12-01T10:19:46.8609219Z tmpfs 65G 0 65G 0% /sys/fs/cgroup 2022-12-01T10:19:46.8609518Z /dev/xvda1 162G 30G 132G 19% / 2022-12-01T10:19:46.8635894Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:19:46.8636247Z .github/scripts/parse_ref.py 2022-12-01T10:19:46.8648325Z shell: /usr/bin/bash -e {0} 2022-12-01T10:19:46.8648590Z env: 2022-12-01T10:19:46.8648820Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:46.8649103Z GPU_FLAG: --gpus all 2022-12-01T10:19:46.8649370Z ##[endgroup] 2022-12-01T10:19:46.8891772Z ##[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:19:46.8952501Z ##[group]Run set -x 2022-12-01T10:19:46.8952950Z set -x 2022-12-01T10:19:46.8953188Z  2022-12-01T10:19:46.8953448Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:19:46.8953805Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:19:46.8954161Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:19:46.8954478Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:19:46.8954756Z else 2022-12-01T10:19:46.8955046Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:19:46.8955308Z fi 2022-12-01T10:19:46.8955532Z  2022-12-01T10:19:46.8955869Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:19:46.8956178Z  2022-12-01T10:19:46.8956481Z # sanitize the input commit message and PR body here: 2022-12-01T10:19:46.8956781Z # 2022-12-01T10:19:46.8957150Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:19:46.8957664Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:19:46.8958095Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:19:46.8958415Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:19:46.8958660Z  2022-12-01T10:19:46.8959021Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:19:46.8959405Z # wreak havoc internally 2022-12-01T10:19:46.8959718Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:19:46.8960209Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:19:46.8960476Z  2022-12-01T10:19:46.8960792Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:19:46.8961187Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:19:46.8961571Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:19:46.8961905Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:19:46.8962195Z container_name=$(docker run \ 2022-12-01T10:19:46.8962478Z  ${GPU_FLAG:-} \ 2022-12-01T10:19:46.8962757Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:19:46.8963020Z  -e PR_NUMBER \ 2022-12-01T10:19:46.8963291Z  -e GITHUB_ACTIONS \ 2022-12-01T10:19:46.8963556Z  -e BASE_SHA \ 2022-12-01T10:19:46.8963804Z  -e BRANCH \ 2022-12-01T10:19:46.8964039Z  -e SHA1 \ 2022-12-01T10:19:46.8964303Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:19:46.8964585Z  -e IN_WHEEL_TEST \ 2022-12-01T10:19:46.8964834Z  -e SHARD_NUMBER \ 2022-12-01T10:19:46.8965100Z  -e TEST_CONFIG \ 2022-12-01T10:19:46.8965370Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:19:46.8965619Z  -e PR_BODY \ 2022-12-01T10:19:46.8965890Z  -e COMMIT_MESSAGES \ 2022-12-01T10:19:46.8966185Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:19:46.8966487Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:19:46.8966779Z  -e PR_LABELS \ 2022-12-01T10:19:46.8967071Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:19:46.8967348Z  -e SCCACHE_BUCKET \ 2022-12-01T10:19:46.8967633Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:19:46.8967908Z  -e XLA_CUDA \ 2022-12-01T10:19:46.8968192Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:19:46.8968517Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:19:46.8968851Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:19:46.8969169Z  --security-opt seccomp=unconfined \ 2022-12-01T10:19:46.8969464Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:19:46.8969739Z  --ipc=host \ 2022-12-01T10:19:46.8970087Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:19:46.8970345Z  --tty \ 2022-12-01T10:19:46.8970592Z  --detach \ 2022-12-01T10:19:46.8970868Z  --name="${container_name}" \ 2022-12-01T10:19:46.8971130Z  --user jenkins \ 2022-12-01T10:19:46.8971458Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:19:46.8971805Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:19:46.8972094Z  "${DOCKER_IMAGE}" 2022-12-01T10:19:46.8972323Z ) 2022-12-01T10:19:46.8972693Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:19:46.8984228Z shell: /usr/bin/bash -e {0} 2022-12-01T10:19:46.8984490Z env: 2022-12-01T10:19:46.8984730Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:19:46.8984983Z GPU_FLAG: --gpus all 2022-12-01T10:19:46.8985314Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:19:46.8985637Z PR_NUMBER: 89997 2022-12-01T10:19:46.8985873Z BRANCH: pull/89997 2022-12-01T10:19:46.8986168Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:19:46.8986503Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:19:46.8986792Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:19:46.8987083Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:19:46.8987356Z TEST_CONFIG: default 2022-12-01T10:19:46.8987601Z SHARD_NUMBER: 3 2022-12-01T10:19:46.8987826Z NUM_TEST_SHARDS: 4 2022-12-01T10:19:46.8988695Z 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:19:46.8989684Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:19:46.8990019Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:19:46.8990261Z SHM_SIZE: 2g 2022-12-01T10:19:46.8990984Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:19:46.8991469Z XLA_CUDA: 2022-12-01T10:19:46.8991823Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:19:46.8992162Z ##[endgroup] 2022-12-01T10:19:46.9019550Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:19:46.9020075Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *onnx* ]] 2022-12-01T10:19:46.9020427Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:19:46.9023516Z ++ git cherry -v origin/master 2022-12-01T10:19:47.3682858Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:19:47.3683636Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:19:47.3684275Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:19:47.3684839Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:19:47.3685741Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:19:47.3686364Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:19:47.3686899Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:19:47.3687498Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:19:47.3688174Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:19:47.3688930Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:19:47.3689500Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:19:47.3690129Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:19:47.3690599Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:19:47.3691194Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:19:47.3691828Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:19:47.3692309Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:19:47.3693111Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:19:47.3693729Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:19:47.3694193Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:19:47.3694608Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:19:47.3695179Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:19:47.3695898Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:19:47.3696522Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:19:47.3696982Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:19:47.3697570Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:19:47.3698167Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:19:47.3698770Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:19:47.3699239Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:19:47.3699872Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:19:47.3700495Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:19:47.3701109Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:19:47.3701633Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:19:47.3702255Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:19:47.3702863Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:19:47.3703421Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:19:47.3704063Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:19:47.3704716Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:19:47.3705307Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:19:47.3705926Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:19:47.3706569Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:19:47.3707226Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:19:47.3707836Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:19:47.3708382Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:19:47.3708935Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:19:47.3709393Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:19:47.3709922Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:19:47.3710358Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:19:47.3711204Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:19:47.3725991Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:19:47.3726613Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:19:47.3727226Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:19:47.3727915Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:19:47.3728599Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:19:47.3729180Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:19:47.3729774Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:19:47.3730292Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:19:47.3730848Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:19:47.3731432Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:19:47.3731871Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:19:47.3732414Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:19:47.3750077Z + 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:19:47.3759149Z + 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:19:47.3777718Z + 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:19:47.3801972Z + 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:19:47.3810596Z + 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:19:47.3812428Z + 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:19:47.3813277Z +++ nproc --ignore=2 2022-12-01T10:19:47.3815301Z ++ docker run --gpus all -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=14 -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=2g --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-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:20:01.0579904Z + container_name=4be83cd88baacf04eb7c3fcd4bfb8c07c55f01009c816e2eafdb0aa9b2b591a2 2022-12-01T10:20:01.0584877Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl 2022-12-01T10:20:01.0587213Z + docker exec -t 4be83cd88baacf04eb7c3fcd4bfb8c07c55f01009c816e2eafdb0aa9b2b591a2 sh -c 'pip install dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl[opt-einsum] && .jenkins/pytorch/test.sh' 2022-12-01T10:20:01.6476616Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl 2022-12-01T10:20:01.7464013Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.10/site-packages (from torch==1.13.0a0+gitc13d400) (4.3.0) 2022-12-01T10:20:01.7477013Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/lib/python3.10/site-packages (from torch==1.13.0a0+gitc13d400) (3.3.0) 2022-12-01T10:20:01.7559958Z Requirement already satisfied: numpy>=1.7 in /opt/conda/lib/python3.10/site-packages (from opt-einsum>=3.3->torch==1.13.0a0+gitc13d400) (1.21.2) 2022-12-01T10:20:02.7154220Z Installing collected packages: torch 2022-12-01T10:20:13.6053749Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:20:13.7847856Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:20:13.8072392Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.10/site-packages/torch 2022-12-01T10:20:13.8072907Z + TORCH_BIN_DIR=/opt/conda/lib/python3.10/site-packages/torch/bin 2022-12-01T10:20:13.8073461Z + TORCH_LIB_DIR=/opt/conda/lib/python3.10/site-packages/torch/lib 2022-12-01T10:20:13.8075839Z + TORCH_TEST_DIR=/opt/conda/lib/python3.10/site-packages/torch/test 2022-12-01T10:20:13.8076533Z + BUILD_DIR=build 2022-12-01T10:20:13.8076956Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:20:13.8077472Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:20:13.8078454Z + export VALGRIND=ON 2022-12-01T10:20:13.8078843Z + VALGRIND=ON 2022-12-01T10:20:13.8079543Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *clang9* ]] 2022-12-01T10:20:13.8080025Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *bazel* ]] 2022-12-01T10:20:13.8080392Z ++ realpath build/custom_test_artifacts 2022-12-01T10:20:13.8089086Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:20:13.8093062Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:20:13.8099946Z + source .jenkins/pytorch/common.sh 2022-12-01T10:20:13.8105236Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:20:13.8116354Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:20:13.8118614Z +++ declare -f -t trap_add 2022-12-01T10:20:13.8123112Z ++ set -ex 2022-12-01T10:20:13.8123520Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-12-01T10:20:13.8123846Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:20:13.8124678Z ++ [[ default == *xla* ]] 2022-12-01T10:20:13.8125035Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-12-01T10:20:13.8125921Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *linux-bionic* ]] 2022-12-01T10:20:13.8126561Z ++ which conda 2022-12-01T10:20:13.8135711Z /opt/conda/bin/conda 2022-12-01T10:20:13.8136460Z ++ conda install -q -y cmake 2022-12-01T10:20:17.3503709Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:20:18.6517011Z Solving environment: ...working... done 2022-12-01T10:20:18.7549050Z 2022-12-01T10:20:18.7549289Z ## Package Plan ## 2022-12-01T10:20:18.7549544Z 2022-12-01T10:20:18.7549701Z environment location: /opt/conda 2022-12-01T10:20:18.7549936Z 2022-12-01T10:20:18.7550089Z added / updated specs: 2022-12-01T10:20:18.7550507Z - cmake 2022-12-01T10:20:18.7550855Z 2022-12-01T10:20:18.7550876Z 2022-12-01T10:20:18.7551043Z The following packages will be downloaded: 2022-12-01T10:20:18.7551254Z 2022-12-01T10:20:18.7551397Z package | build 2022-12-01T10:20:18.7551794Z ---------------------------|----------------- 2022-12-01T10:20:18.7555721Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:20:18.7556443Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:20:18.7556934Z certifi-2022.9.24 | py310h06a4308_0 154 KB 2022-12-01T10:20:18.7557344Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:20:18.7557834Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:20:18.7558578Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:20:18.7559435Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:20:18.7559850Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:20:18.7560259Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:20:18.7560658Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:20:18.7561055Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:20:18.7561450Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:20:18.7561862Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:20:18.7562390Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:20:18.7562905Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:20:18.7563304Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:20:18.7563700Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:20:18.7564098Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:20:18.7564489Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:20:18.7564895Z ------------------------------------------------------------ 2022-12-01T10:20:18.7565237Z Total: 26.3 MB 2022-12-01T10:20:18.7565422Z 2022-12-01T10:20:18.7565569Z The following NEW packages will be INSTALLED: 2022-12-01T10:20:18.7565781Z 2022-12-01T10:20:18.7566170Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:20:18.7566678Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:20:18.7567176Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:20:18.7567806Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:20:18.7568298Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:20:18.7568826Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:20:18.7569335Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:20:18.7569835Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:20:18.7570353Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:20:18.7570845Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:20:18.7571319Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:20:18.7571805Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:20:18.7572287Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:20:18.7572512Z 2022-12-01T10:20:18.7572731Z The following packages will be UPDATED: 2022-12-01T10:20:18.7572974Z 2022-12-01T10:20:18.7573241Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:20:18.7573925Z certifi 2022.9.14-py310h06a4308_0 --> 2022.9.24-py310h06a4308_0 None 2022-12-01T10:20:18.7574502Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:20:18.7575042Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:20:18.7575526Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:20:18.7576069Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:20:18.7576389Z 2022-12-01T10:20:18.7576407Z 2022-12-01T10:20:20.2155159Z Preparing transaction: ...working... done 2022-12-01T10:20:20.8288195Z Verifying transaction: ...working... done 2022-12-01T10:20:21.7700828Z Executing transaction: ...working... done 2022-12-01T10:20:21.8717902Z Retrieving notices: ...working... done 2022-12-01T10:20:22.0906625Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-12-01T10:20:22.0907199Z + echo 'Environment variables' 2022-12-01T10:20:22.0907816Z Environment variables 2022-12-01T10:20:22.0908114Z + env 2022-12-01T10:20:22.0916897Z SHARD_NUMBER=3 2022-12-01T10:20:22.0917822Z NV_LIBCUBLAS_DEV_VERSION=11.9.2.110-1 2022-12-01T10:20:22.0918567Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-6 2022-12-01T10:20:22.0919190Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2022-12-01T10:20:22.0920001Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.12.10-1+cuda11.6 2022-12-01T10:20:22.0920819Z UCC_HOME=/usr 2022-12-01T10:20:22.0922256Z BUILD_ENVIRONMENT=linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:20:22.0922873Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-11-6=11.6.3.124-1 2022-12-01T10:20:22.0923419Z INSTALLED_DB=yes 2022-12-01T10:20:22.0923975Z HOSTNAME=4be83cd88baa 2022-12-01T10:20:22.0924704Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:20:22.0925616Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:20:22.0926116Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:20:22.0926724Z UCC_COMMIT=12944da33f911daf505d9bbc51411233d0ed85e1 2022-12-01T10:20:22.0928096Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_f251720b-0770-4dc3-8a89-3e3f178b3ed3 2022-12-01T10:20:22.0928926Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:20:22.0930020Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:20:22.0930507Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:20:22.0931193Z TEST_CONFIG=default 2022-12-01T10:20:22.0931866Z NV_LIBNPP_VERSION=11.6.3.124-1 2022-12-01T10:20:22.0932738Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-11-6=11.6.124-1 2022-12-01T10:20:22.0933155Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:20:22.0933500Z GITHUB_ACTIONS=true 2022-12-01T10:20:22.0933787Z NVIDIA_VISIBLE_DEVICES=all 2022-12-01T10:20:22.0934455Z NV_NVPROF_VERSION=11.6.124-1 2022-12-01T10:20:22.0934830Z NV_LIBCUSPARSE_VERSION=11.7.2.124-1 2022-12-01T10:20:22.0935109Z CI=true 2022-12-01T10:20:22.0935450Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:20:22.0935951Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-11-6=11.9.2.110-1 2022-12-01T10:20:22.0936329Z BRANCH=pull/89997 2022-12-01T10:20:22.0936731Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:20:22.0937147Z UCX_COMMIT=31e74cac7bee0ef66bef2af72e7d86d9c282e5ab 2022-12-01T10:20:22.0937525Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:20:22.0987356Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2022-12-01T10:20:22.0987676Z GITHUB_ACTION_REF= 2022-12-01T10:20:22.0988014Z NCCL_VERSION=2.12.10-1 2022-12-01T10:20:22.0988277Z GITHUB_ACTION=__self 2022-12-01T10:20:22.0988531Z VALGRIND=ON 2022-12-01T10:20:22.0988779Z GITHUB_REF_PROTECTED=false 2022-12-01T10:20:22.0989239Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:20:22.0990000Z *** 2022-12-01T10:20:22.0990236Z INSTALLED_VISION=yes 2022-12-01T10:20:22.0990760Z NVARCH=x86_64 2022-12-01T10:20:22.0991076Z NV_LIBCUSPARSE_DEV_VERSION=11.7.2.124-1 2022-12-01T10:20:22.0991353Z HOME=/var/lib/jenkins 2022-12-01T10:20:22.0991896Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_f251720b-0770-4dc3-8a89-3e3f178b3ed3 2022-12-01T10:20:22.0992295Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:20:22.0992581Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:20:22.0992829Z GITHUB_REF_TYPE=branch 2022-12-01T10:20:22.0993131Z NV_LIBNCCL_PACKAGE_VERSION=2.12.10-1 2022-12-01T10:20:22.0993423Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:20:22.0993799Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:20:22.0994201Z NV_LIBNCCL_PACKAGE=libnccl2=2.12.10-1+cuda11.6 2022-12-01T10:20:22.0994756Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_f251720b-0770-4dc3-8a89-3e3f178b3ed3 2022-12-01T10:20:22.0995160Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:20:22.0995524Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2022-12-01T10:20:22.0995814Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:20:22.0996128Z NV_CUDA_LIB_VERSION=11.6.2-1 2022-12-01T10:20:22.0996449Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:20:22.0996742Z INSTALLED_PROTOBUF=yes 2022-12-01T10:20:22.0997169Z GITHUB_RUN_ID=3591403534 2022-12-01T10:20:22.0997548Z NV_LIBNPP_PACKAGE=libnpp-11-6=11.6.3.124-1 2022-12-01T10:20:22.0997845Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2022-12-01T10:20:22.0998154Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2022-12-01T10:20:22.0998477Z NV_NVTX_VERSION=11.6.124-1 2022-12-01T10:20:22.0998767Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:20:22.0999052Z MAX_JOBS=14 2022-12-01T10:20:22.0999342Z NV_LIBCUBLAS_VERSION=11.9.2.110-1 2022-12-01T10:20:22.0999706Z NV_LIBCUBLAS_PACKAGE=libcublas-11-6=11.9.2.110-1 2022-12-01T10:20:22.1000198Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:20:22.1000543Z UCX_HOME=/usr 2022-12-01T10:20:22.1000780Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:20:22.1001114Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:20:22.1001476Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:20:22.1001810Z NV_CUDA_CUDART_DEV_VERSION=11.6.55-1 2022-12-01T10:20:22.1003087Z 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:20:22.1004040Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:20:22.1004302Z TERM=xterm 2022-12-01T10:20:22.1004530Z XLA_CUDA= 2022-12-01T10:20:22.1004792Z NV_NVML_DEV_VERSION=11.6.55-1 2022-12-01T10:20:22.1005074Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:20:22.1005447Z CUDA_VERSION=11.6.2 2022-12-01T10:20:22.1005781Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-11-6 2022-12-01T10:20:22.1006091Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:20:22.1006640Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_f251720b-0770-4dc3-8a89-3e3f178b3ed3 2022-12-01T10:20:22.1007012Z GITHUB_JOB=test 2022-12-01T10:20:22.1007277Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:20:22.1022706Z 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:20:22.1030213Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2022-12-01T10:20:22.1030740Z NUM_TEST_SHARDS=4 2022-12-01T10:20:22.1031013Z PR_NUMBER=89997 2022-12-01T10:20:22.1031574Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_f251720b-0770-4dc3-8a89-3e3f178b3ed3 2022-12-01T10:20:22.1031939Z SHLVL=1 2022-12-01T10:20:22.1032301Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-11-6 2022-12-01T10:20:22.1032656Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:20:22.1033283Z NVIDIA_REQUIRE_CUDA=cuda>=11.6 brand=tesla,driver>=418,driver<419 brand=tesla,driver>=450,driver<451 brand=tesla,driver>=470,driver<471 brand=unknown,driver>=470,driver<471 brand=nvidia,driver>=470,driver<471 brand=nvidiartx,driver>=470,driver<471 brand=quadrortx,driver>=470,driver<471 2022-12-01T10:20:22.1033875Z NV_LIBNPP_DEV_VERSION=11.6.3.124-1 2022-12-01T10:20:22.1034208Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:20:22.1034530Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:20:22.1034834Z NV_CUDA_CUDART_VERSION=11.6.55-1 2022-12-01T10:20:22.1035199Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:20:22.1035510Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:20:22.1035765Z GITHUB_WORKFLOW=pull 2022-12-01T10:20:22.1036201Z PATH=/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:20:22.1036774Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.12.10-1 2022-12-01T10:20:22.1037237Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:20:22.1037634Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:20:22.1037900Z _=/usr/bin/env 2022-12-01T10:20:22.1038201Z + echo 'Testing pytorch' 2022-12-01T10:20:22.1038455Z Testing pytorch 2022-12-01T10:20:22.1038747Z + export LANG=C.UTF-8 2022-12-01T10:20:22.1039253Z + LANG=C.UTF-8 2022-12-01T10:20:22.1039509Z + PR_NUMBER=89997 2022-12-01T10:20:22.1039783Z + [[ default == \d\e\f\a\u\l\t ]] 2022-12-01T10:20:22.1040077Z + export CUDA_VISIBLE_DEVICES=0 2022-12-01T10:20:22.1040343Z + CUDA_VISIBLE_DEVICES=0 2022-12-01T10:20:22.1040626Z + export HIP_VISIBLE_DEVICES=0 2022-12-01T10:20:22.1040914Z + HIP_VISIBLE_DEVICES=0 2022-12-01T10:20:22.1041184Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:20:22.1041530Z + [[ default == \s\l\o\w ]] 2022-12-01T10:20:22.1042255Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *slow-gradcheck* ]] 2022-12-01T10:20:22.1043249Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda* ]] 2022-12-01T10:20:22.1043793Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-12-01T10:20:22.1044120Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-12-01T10:20:22.1044537Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda11* ]] 2022-12-01T10:20:22.1044847Z + export BUILD_SPLIT_CUDA=ON 2022-12-01T10:20:22.1045114Z + BUILD_SPLIT_CUDA=ON 2022-12-01T10:20:22.1045381Z + [[ default == *crossref* ]] 2022-12-01T10:20:22.1045627Z + [[ default == *dynamo* ]] 2022-12-01T10:20:22.1045916Z + [[ -n 89997 ]] 2022-12-01T10:20:22.1046187Z + [[ -z '' ]] 2022-12-01T10:20:22.1046468Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:20:22.1046810Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:20:22.1047221Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-12-01T10:20:22.1047654Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *-bazel-* ]] 2022-12-01T10:20:22.1048029Z + pip_install --user ninja 2022-12-01T10:20:22.1048406Z + pip install --progress-bar off --user ninja 2022-12-01T10:20:22.6694809Z Collecting ninja 2022-12-01T10:20:22.7349736Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:20:23.6217035Z Installing collected packages: ninja 2022-12-01T10:20:23.6328005Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:20:23.6328704Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:20:23.6395815Z Successfully installed ninja-1.11.1 2022-12-01T10:20:23.7159041Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:20:23.7159758Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:20:23.7160395Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *asan* ]] 2022-12-01T10:20:23.7160740Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:20:23.7161064Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:20:23.7165267Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *tbb* ]] 2022-12-01T10:20:23.7180669Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *libtorch* ]] 2022-12-01T10:20:23.7181078Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-bazel-* ]] 2022-12-01T10:20:23.7185248Z + cd test 2022-12-01T10:20:23.7186044Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:20:24.9622506Z PyTorch built with: 2022-12-01T10:20:24.9623506Z - GCC 7.5 2022-12-01T10:20:24.9624152Z - C++ Version: 201402 2022-12-01T10:20:24.9625326Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:20:24.9626549Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:20:24.9627421Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:20:24.9628664Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:20:24.9629346Z - NNPACK is enabled 2022-12-01T10:20:24.9630024Z - CPU capability usage: AVX2 2022-12-01T10:20:24.9631023Z - CUDA Runtime 11.6 2022-12-01T10:20:24.9631882Z - NVCC architecture flags: -gencode;arch=compute_52,code=sm_52 2022-12-01T10:20:24.9632739Z - CuDNN 8.3.2 (built against CUDA 11.5) 2022-12-01T10:20:24.9633383Z - Magma 2.6.1 2022-12-01T10:20:24.9640259Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CUDA_VERSION=11.6, CUDNN_VERSION=8.3.2, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -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, FORCE_FALLBACK_CUDA_MPI=1, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=ON, USE_CUDNN=ON, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=ON, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-12-01T10:20:24.9645189Z 2022-12-01T10:20:25.1435777Z + cd test 2022-12-01T10:20:25.1436529Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:20:26.3471764Z ATen/Parallel: 2022-12-01T10:20:26.3472193Z at::get_num_threads() : 8 2022-12-01T10:20:26.3472811Z at::get_num_interop_threads() : 8 2022-12-01T10:20:26.3473342Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:20:26.3473617Z omp_get_max_threads() : 8 2022-12-01T10:20:26.3474618Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:20:26.3475051Z mkl_get_max_threads() : 8 2022-12-01T10:20:26.3475515Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:20:26.3475887Z std::thread::hardware_concurrency() : 16 2022-12-01T10:20:26.3476195Z Environment variables: 2022-12-01T10:20:26.3476482Z OMP_NUM_THREADS : [not set] 2022-12-01T10:20:26.3476757Z MKL_NUM_THREADS : [not set] 2022-12-01T10:20:26.3477054Z ATen parallel backend: OpenMP 2022-12-01T10:20:26.3477240Z 2022-12-01T10:20:26.5214847Z + [[ default == *backward* ]] 2022-12-01T10:20:26.5215443Z + [[ default == *xla* ]] 2022-12-01T10:20:26.5216052Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:20:26.5216786Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *libtorch* ]] 2022-12-01T10:20:26.5217117Z + [[ default == distributed ]] 2022-12-01T10:20:26.5217402Z + [[ default == *dynamo* ]] 2022-12-01T10:20:26.5217690Z + [[ default == *dynamo* ]] 2022-12-01T10:20:26.5217921Z + [[ 3 == 1 ]] 2022-12-01T10:20:26.5218174Z + [[ 3 == 2 ]] 2022-12-01T10:20:26.5218460Z + [[ 3 -gt 2 ]] 2022-12-01T10:20:26.5218692Z + install_torchdynamo 2022-12-01T10:20:26.5218954Z + local commit 2022-12-01T10:20:26.5220854Z ++ get_pinned_commit torchdynamo 2022-12-01T10:20:26.5221198Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-12-01T10:20:26.5237508Z + commit=6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:20:26.5238186Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:20:26.5238849Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:20:27.0183020Z Collecting git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:20:27.0189468Z Cloning https://github.com/pytorch/torchdynamo.git (to revision 6ead5cae0d1234aa64db06fe230ef56e12ec76fe) to /tmp/pip-req-build-jigu0o2v 2022-12-01T10:20:27.0211593Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-jigu0o2v 2022-12-01T10:20:27.6967319Z Running command git rev-parse -q --verify 'sha^6ead5cae0d1234aa64db06fe230ef56e12ec76fe' 2022-12-01T10:20:27.6989141Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:20:27.9870430Z Running command git checkout -q 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:20:28.5008699Z Resolved https://github.com/pytorch/torchdynamo.git to commit 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:20:30.4290792Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:20:30.4359889Z [?25hRequirement already satisfied: torch>=1.12.0 in /opt/conda/lib/python3.10/site-packages (from torchdynamo==1.13.0.dev0) (1.13.0a0+gitc13d400) 2022-12-01T10:20:30.4364573Z Requirement already satisfied: numpy in /opt/conda/lib/python3.10/site-packages (from torchdynamo==1.13.0.dev0) (1.21.2) 2022-12-01T10:20:30.4826694Z Collecting tabulate 2022-12-01T10:20:30.5086420Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2022-12-01T10:20:30.5149657Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.10/site-packages/PyYAML-6.0-py3.10-linux-x86_64.egg (from torchdynamo==1.13.0.dev0) (6.0) 2022-12-01T10:20:30.5155070Z Requirement already satisfied: sympy in /opt/conda/lib/python3.10/site-packages (from torchdynamo==1.13.0.dev0) (1.11.1) 2022-12-01T10:20:30.5192821Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.10/site-packages (from torch>=1.12.0->torchdynamo==1.13.0.dev0) (4.3.0) 2022-12-01T10:20:30.5227033Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.10/site-packages (from sympy->torchdynamo==1.13.0.dev0) (1.2.1) 2022-12-01T10:20:30.5348119Z Building wheels for collected packages: torchdynamo 2022-12-01T10:20:34.8422465Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - done 2022-12-01T10:20:34.8527027Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp310-cp310-linux_x86_64.whl size=2693820 sha256=c65cf7a900469db649ecab92525819498257a837ad8a8c0f703a147d1762b49b 2022-12-01T10:20:34.8528705Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/6c/b6/c8/fbfe87a581aa24ccebb62be69424794eca3c035823c5b100d9 2022-12-01T10:20:34.8551942Z Successfully built torchdynamo 2022-12-01T10:20:35.7016968Z Installing collected packages: tabulate, torchdynamo 2022-12-01T10:20:36.0740472Z Successfully installed tabulate-0.9.0 torchdynamo-1.13.0.dev0 2022-12-01T10:20:36.1674077Z + test_python_shard 3 2022-12-01T10:20:36.1674489Z + [[ -z 4 ]] 2022-12-01T10:20:36.1675118Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 3 4 --verbose 2022-12-01T10:20:37.9118016Z Ignoring disabled issues: [] 2022-12-01T10:20:37.9446422Z /var/lib/jenkins/workspace/test/run_test.py:1050: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-12-01T10:20:37.9447039Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-12-01T10:20:37.9475289Z Found test time stats from artifacts 2022-12-01T10:20:37.9514342Z Selected tests: 2022-12-01T10:20:37.9514627Z test_linalg 2022-12-01T10:20:37.9514879Z test_torch 2022-12-01T10:20:37.9515175Z test_jit_cuda_fuser 2022-12-01T10:20:37.9515376Z test_cuda 2022-12-01T10:20:37.9515619Z test_tensor_creation_ops 2022-12-01T10:20:37.9515935Z test_cpp_extensions_jit 2022-12-01T10:20:37.9516234Z distributions/test_distributions 2022-12-01T10:20:37.9516551Z test_autograd 2022-12-01T10:20:37.9516762Z test_cuda_trace 2022-12-01T10:20:37.9517082Z test_mobile_optimizer 2022-12-01T10:20:37.9517367Z test_cpp_extensions_open_device_registration 2022-12-01T10:20:37.9518034Z test_namedtuple_return_api 2022-12-01T10:20:37.9518558Z test_jit_disabled 2022-12-01T10:20:37.9518976Z test_cpp_extensions_aot_ninja 2022-12-01T10:20:37.9519459Z test_comparison_utils 2022-12-01T10:20:37.9519662Z test_pruning_op 2022-12-01T10:20:37.9520108Z test_meta 2022-12-01T10:20:37.9520555Z test_quantization 2022-12-01T10:20:37.9520914Z test_jit_fuser_te 2022-12-01T10:20:37.9521142Z test_schema_check 2022-12-01T10:20:37.9521369Z test_foreach 2022-12-01T10:20:37.9521626Z test_unary_ufuncs 2022-12-01T10:20:37.9521884Z test_binary_ufuncs 2022-12-01T10:20:37.9522120Z test_dataloader 2022-12-01T10:20:37.9522371Z test_sparse 2022-12-01T10:20:37.9522668Z test_jit_autocast 2022-12-01T10:20:37.9522901Z test_jiterator 2022-12-01T10:20:37.9523151Z test_mkldnn 2022-12-01T10:20:37.9523434Z test_functional_autograd_benchmark 2022-12-01T10:20:37.9523704Z test_tensorboard 2022-12-01T10:20:37.9523956Z test_masked 2022-12-01T10:20:37.9524219Z test_type_promotion 2022-12-01T10:20:37.9524460Z nn/test_embedding 2022-12-01T10:20:37.9524719Z test_spectral_ops 2022-12-01T10:20:37.9524976Z test_maskedtensor 2022-12-01T10:20:37.9525266Z profiler/test_profiler 2022-12-01T10:20:37.9525529Z test_scatter_gather_ops 2022-12-01T10:20:37.9525804Z test_mkl_verbose 2022-12-01T10:20:37.9526060Z test_transformers 2022-12-01T10:20:37.9526295Z test_mkldnn_verbose 2022-12-01T10:20:37.9526559Z test_import_stats 2022-12-01T10:20:37.9526818Z test_proxy_tensor 2022-12-01T10:20:37.9527047Z test_logging 2022-12-01T10:20:37.9527294Z test_package 2022-12-01T10:20:37.9527553Z test_python_dispatch 2022-12-01T10:20:37.9527794Z test_vmap 2022-12-01T10:20:37.9528039Z test_module_init 2022-12-01T10:20:37.9528295Z test_model_dump 2022-12-01T10:20:37.9528542Z backends/xeon/test_launch 2022-12-01T10:20:37.9528807Z test_autocast 2022-12-01T10:20:37.9529052Z test_datapipe 2022-12-01T10:20:37.9529303Z profiler/test_profiler_tree 2022-12-01T10:20:37.9529582Z test_fx_passes 2022-12-01T10:20:37.9529848Z nn/test_packed_sequence 2022-12-01T10:20:37.9530084Z test_monitor 2022-12-01T10:20:37.9530338Z test_cuda_sanitizer 2022-12-01T10:20:37.9530590Z test_license 2022-12-01T10:20:37.9530808Z test_type_info 2022-12-01T10:20:37.9531061Z test_per_overload_api 2022-12-01T10:20:37.9531452Z test_itt 2022-12-01T10:20:37.9531714Z test_set_default_mobile_cpu_allocator 2022-12-01T10:20:37.9531993Z test_namedtensor 2022-12-01T10:20:37.9532239Z test_native_mha 2022-12-01T10:20:37.9532469Z nn/test_dropout 2022-12-01T10:20:37.9532728Z lazy/test_ts_opinfo 2022-12-01T10:20:37.9532984Z test_dlpack 2022-12-01T10:20:37.9533217Z test_jit_llga_fuser 2022-12-01T10:20:37.9533485Z test_numba_integration 2022-12-01T10:20:37.9533756Z test_numpy_interop 2022-12-01T10:20:38.1508053Z Prioritized test from test file changes. 2022-12-01T10:20:38.1508813Z reordering tests for PR: 2022-12-01T10:20:38.1511108Z prioritized: ['test_linalg', 'test_torch', 'test_jit_cuda_fuser', 'test_cuda', 'test_cpp_extensions_jit', 'distributions/test_distributions', 'test_autograd', 'test_meta', 'test_quantization', 'test_jit_fuser_te', 'test_foreach', 'test_binary_ufuncs', 'test_dataloader', 'test_sparse', 'test_jit_autocast', 'test_mkldnn', 'test_type_promotion', 'nn/test_embedding', 'test_spectral_ops', 'profiler/test_profiler', 'test_transformers', 'test_proxy_tensor', 'test_python_dispatch', 'test_vmap', 'test_module_init', 'test_autocast', 'test_datapipe', 'profiler/test_profiler_tree', 'test_fx_passes', 'test_native_mha', 'nn/test_dropout', 'lazy/test_ts_opinfo', 'test_jit_llga_fuser'] 2022-12-01T10:20:38.1513892Z the rest: ['test_tensor_creation_ops', 'test_cuda_trace', 'test_mobile_optimizer', 'test_cpp_extensions_open_device_registration', 'test_namedtuple_return_api', 'test_jit_disabled', 'test_cpp_extensions_aot_ninja', 'test_comparison_utils', 'test_pruning_op', 'test_schema_check', 'test_unary_ufuncs', 'test_jiterator', 'test_functional_autograd_benchmark', 'test_tensorboard', 'test_masked', 'test_maskedtensor', 'test_scatter_gather_ops', 'test_mkl_verbose', 'test_mkldnn_verbose', 'test_import_stats', 'test_logging', 'test_package', 'test_model_dump', 'backends/xeon/test_launch', 'nn/test_packed_sequence', 'test_monitor', 'test_cuda_sanitizer', 'test_license', 'test_type_info', 'test_per_overload_api', 'test_itt', 'test_set_default_mobile_cpu_allocator', 'test_namedtensor', 'test_dlpack', 'test_numba_integration', 'test_numpy_interop'] 2022-12-01T10:20:38.1515258Z 2022-12-01T10:20:38.1515806Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to /var/lib/jenkins/workspace/test/.pytorch-slow-tests.json 2022-12-01T10:20:38.1735062Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-12-01T10:20:38.1919988Z parallel (file granularity) tests: 2022-12-01T10:20:38.1920370Z test_meta 2022-12-01T10:20:38.1920575Z test_quantization 2022-12-01T10:20:38.1920907Z test_jit_fuser_te 2022-12-01T10:20:38.1921322Z test_foreach 2022-12-01T10:20:38.1921887Z test_binary_ufuncs 2022-12-01T10:20:38.1922441Z test_dataloader 2022-12-01T10:20:38.1923059Z test_sparse 2022-12-01T10:20:38.1923591Z test_jit_autocast 2022-12-01T10:20:38.1924009Z test_mkldnn 2022-12-01T10:20:38.1924498Z test_type_promotion 2022-12-01T10:20:38.1925075Z nn/test_embedding 2022-12-01T10:20:38.1925549Z test_spectral_ops 2022-12-01T10:20:38.1925848Z profiler/test_profiler 2022-12-01T10:20:38.1926122Z test_transformers 2022-12-01T10:20:38.1926359Z test_proxy_tensor 2022-12-01T10:20:38.1926623Z test_python_dispatch 2022-12-01T10:20:38.1926881Z test_vmap 2022-12-01T10:20:38.1927108Z test_module_init 2022-12-01T10:20:38.1927356Z test_autocast 2022-12-01T10:20:38.1927595Z test_datapipe 2022-12-01T10:20:38.1927842Z profiler/test_profiler_tree 2022-12-01T10:20:38.1928112Z test_fx_passes 2022-12-01T10:20:38.1928381Z test_native_mha 2022-12-01T10:20:38.1928618Z nn/test_dropout 2022-12-01T10:20:38.1928870Z lazy/test_ts_opinfo 2022-12-01T10:20:38.1929121Z test_jit_llga_fuser 2022-12-01T10:20:38.1929367Z test_comparison_utils 2022-12-01T10:20:38.1929627Z test_pruning_op 2022-12-01T10:20:38.1929874Z test_schema_check 2022-12-01T10:20:38.1930102Z test_unary_ufuncs 2022-12-01T10:20:38.1930516Z test_jiterator 2022-12-01T10:20:38.1930811Z test_functional_autograd_benchmark 2022-12-01T10:20:38.1931071Z test_tensorboard 2022-12-01T10:20:38.1931310Z test_masked 2022-12-01T10:20:38.1931551Z test_maskedtensor 2022-12-01T10:20:38.1931797Z test_scatter_gather_ops 2022-12-01T10:20:38.1932059Z test_mkl_verbose 2022-12-01T10:20:38.1932313Z test_mkldnn_verbose 2022-12-01T10:20:38.1932548Z test_import_stats 2022-12-01T10:20:38.1932792Z test_logging 2022-12-01T10:20:38.1933030Z test_package 2022-12-01T10:20:38.1933255Z test_model_dump 2022-12-01T10:20:38.1933512Z backends/xeon/test_launch 2022-12-01T10:20:38.1933789Z nn/test_packed_sequence 2022-12-01T10:20:38.1934025Z test_monitor 2022-12-01T10:20:38.1934276Z test_cuda_sanitizer 2022-12-01T10:20:38.1934528Z test_license 2022-12-01T10:20:38.1934752Z test_type_info 2022-12-01T10:20:38.1935013Z test_per_overload_api 2022-12-01T10:20:38.1935269Z test_itt 2022-12-01T10:20:38.1935542Z test_set_default_mobile_cpu_allocator 2022-12-01T10:20:38.1935816Z test_namedtensor 2022-12-01T10:20:38.1936065Z test_dlpack 2022-12-01T10:20:38.1936322Z test_numba_integration 2022-12-01T10:20:38.1936568Z test_numpy_interop 2022-12-01T10:20:38.1936856Z serial (file granularity) tests: 2022-12-01T10:20:38.1937131Z test_linalg 2022-12-01T10:20:38.1937350Z test_torch 2022-12-01T10:20:38.1937601Z test_jit_cuda_fuser 2022-12-01T10:20:38.1937852Z test_cuda 2022-12-01T10:20:38.1938088Z test_cpp_extensions_jit 2022-12-01T10:20:38.1938393Z distributions/test_distributions 2022-12-01T10:20:38.1938676Z test_autograd 2022-12-01T10:20:38.1938917Z test_tensor_creation_ops 2022-12-01T10:20:38.1939186Z test_cuda_trace 2022-12-01T10:20:38.1939540Z test_mobile_optimizer 2022-12-01T10:20:38.1939831Z test_cpp_extensions_open_device_registration 2022-12-01T10:20:38.1940151Z test_namedtuple_return_api 2022-12-01T10:20:38.1940426Z test_jit_disabled 2022-12-01T10:20:38.1940680Z test_cpp_extensions_aot_ninja 2022-12-01T10:20:39.9732310Z Ignoring disabled issues: [] 2022-12-01T10:20:40.0055251Z Running test_meta ... [2022-12-01 10:20:40.005057] 2022-12-01T10:20:40.0058560Z Executing ['/opt/conda/bin/python', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:20:40.005446] 2022-12-01T10:20:40.0133460Z Ignoring disabled issues: [] 2022-12-01T10:20:40.0459620Z Running test_quantization ... [2022-12-01 10:20:40.045534] 2022-12-01T10:20:40.0462808Z Executing ['/opt/conda/bin/python', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:20:40.045918] 2022-12-01T10:35:02.2026123Z 2022-12-01T10:35:02.2026725Z Expand the folded group to see the log file of test_quantization 2022-12-01T10:35:02.2036409Z ##[group]PRINTING LOG FILE of test_quantization (/var/lib/jenkins/workspace/test/test-reports/test_quantization_8lp3mkng) 2022-12-01T10:35:02.2038265Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:35:02.2039541Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:35:02.2039885Z 2022-12-01T10:35:02.2040148Z Running tests... 2022-12-01T10:35:02.2040909Z ---------------------------------------------------------------------- 2022-12-01T10:35:02.2041832Z Test results will be stored in test-reports/python-unittest/test_quantization 2022-12-01T10:35:02.2051085Z test_modules_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.014s) 2022-12-01T10:35:02.2052096Z test_modules_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-12-01T10:35:02.2053302Z test_package_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-12-01T10:35:02.2054842Z test_package_import_nn_intrinsic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-12-01T10:35:02.2055574Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2022-12-01T10:35:02.2056397Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:35:02.2057394Z Tests the migration of the torch.nn.quantized.functional ... ok (0.001s) 2022-12-01T10:35:02.2058247Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2059292Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2060431Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2061524Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2062599Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2063808Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2064875Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2066061Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2067167Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2068418Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2069526Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2070804Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2071937Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2073110Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2074256Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2075355Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2076530Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2077647Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2078874Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:35:02.2079786Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-12-01T10:35:02.2080731Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:35:02.2081588Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-12-01T10:35:02.2082632Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2083700Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:35:02.2084728Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.001s) 2022-12-01T10:35:02.2085580Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2086521Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:35:02.2087208Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:35:02.2087741Z Tests the migration of the torch.nn.quantized.modules ... ok (0.002s) 2022-12-01T10:35:02.2088383Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:35:02.2089353Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2022-12-01T10:35:02.2090452Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2091633Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2092803Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2093908Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2095121Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2096322Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2097554Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2098919Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2100125Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2101488Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2102599Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2103730Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2105028Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2106081Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2106725Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2107336Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2107984Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2108851Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2109618Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2110954Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2112154Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2113292Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:35:02.2114655Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2115920Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2117158Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2118341Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2119855Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2121045Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2122319Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2123577Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2124846Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2125994Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2127238Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2128493Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2129785Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2130851Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2131994Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2133138Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2134363Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2135569Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2136697Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2137947Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2139167Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2140358Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2141480Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2142620Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:35:02.2143696Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.005s) 2022-12-01T10:35:02.2144823Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:35:02.2146084Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2147138Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-12-01T10:35:02.2148149Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2149180Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-12-01T10:35:02.2150325Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2151544Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2152603Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2153710Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2154767Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2155833Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2156923Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2158130Z test_backend_op_config_set_overwrite_output_fake_quantize (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2159047Z test_backend_op_config_set_overwrite_output_observer (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2159743Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2160341Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2160913Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2161496Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2162059Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-12-01T10:35:02.2162608Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2163125Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:35:02.2163687Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.722s) 2022-12-01T10:35:02.2164258Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.147s) 2022-12-01T10:35:02.2164820Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.748s) 2022-12-01T10:35:02.2165334Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.364s) 2022-12-01T10:35:02.2165917Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.015s) 2022-12-01T10:35:02.2166527Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.132s) 2022-12-01T10:35:02.2167723Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:510: UserWarning: quantize_rnn_cell_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-12-01T10:35:02.2168600Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-12-01T10:35:02.2169572Z /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:100: UserWarning: torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-12-01T10:35:02.2170202Z warnings.warn( 2022-12-01T10:35:02.2171021Z /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:213: UserWarning: torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTMCell instead. 2022-12-01T10:35:02.2171623Z warnings.warn( 2022-12-01T10:35:02.2172402Z /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:236: UserWarning: torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRUCell instead. 2022-12-01T10:35:02.2173007Z warnings.warn( 2022-12-01T10:35:02.2173807Z /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:178: UserWarning: torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-12-01T10:35:02.2174388Z warnings.warn( 2022-12-01T10:35:02.2174617Z ok (0.153s) 2022-12-01T10:35:02.2175527Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:556: UserWarning: quantize_rnn_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-12-01T10:35:02.2176288Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-12-01T10:35:02.2177232Z /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:264: UserWarning: torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic instead. 2022-12-01T10:35:02.2177775Z warnings.warn( 2022-12-01T10:35:02.2178563Z /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:369: UserWarning: torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTM instead. 2022-12-01T10:35:02.2179131Z warnings.warn( 2022-12-01T10:35:02.2179901Z /opt/conda/lib/python3.10/site-packages/torch/jit/quantized.py:449: UserWarning: torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRU instead. 2022-12-01T10:35:02.2180443Z warnings.warn( 2022-12-01T10:35:02.2180697Z ok (0.123s) 2022-12-01T10:35:02.2181243Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:35:02.2181787Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:35:02.2182296Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.004s) 2022-12-01T10:35:02.2182797Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:35:02.2183293Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.010s) 2022-12-01T10:35:02.2183769Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:35:02.2184799Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-12-01T10:35:02.2185432Z warnings.warn( 2022-12-01T10:35:02.2186909Z ok (0.007s) 2022-12-01T10:35:02.2187272Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:35:02.2187888Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.002s) 2022-12-01T10:35:02.2188468Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:35:02.2188932Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.002s) 2022-12-01T10:35:02.2189710Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2190903Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2191661Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2192368Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2193032Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2193718Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2194410Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2195209Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2195899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2196564Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2197246Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2197941Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2198621Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2199280Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2199961Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2200643Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2201321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2202006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2202727Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2203419Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2204100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2204779Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2205460Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2206124Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2206801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2207477Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2208149Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2208900Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2209555Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2210241Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2210921Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2211600Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2212261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2212944Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2213623Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2214306Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2214985Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2215696Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2216386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2217068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2217524Z ok (0.437s) 2022-12-01T10:35:02.2218493Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.10/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:58: UserWarning: The current implementation of the DynamicQuantizedConv1d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:35:02.2219196Z warnings.warn( 2022-12-01T10:35:02.2219686Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2220814Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp:76.) 2022-12-01T10:35:02.2221480Z return callable(*args, **kwargs) 2022-12-01T10:35:02.2221957Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2222699Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2223369Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2224035Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2224663Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2225313Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2225991Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2226659Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2227310Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2227936Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2228608Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2229264Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2229973Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2230964Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2231639Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2232092Z ok (0.862s) 2022-12-01T10:35:02.2233079Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.10/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:123: UserWarning: The current implementation of the DynamicQuantizedConv2d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:35:02.2233780Z warnings.warn( 2022-12-01T10:35:02.2234242Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2234918Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2235579Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2236235Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2236860Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2237636Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2238297Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2238960Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2239585Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2240236Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2240905Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2241566Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2242220Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2242843Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2243509Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2244235Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2244689Z ok (0.854s) 2022-12-01T10:35:02.2245640Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.10/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:188: UserWarning: The current implementation of the DynamicQuantizedConv3d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:35:02.2246343Z warnings.warn( 2022-12-01T10:35:02.2246608Z ok (0.418s) 2022-12-01T10:35:02.2247622Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.10/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:258: UserWarning: The current implementation of the DynamicQuantizedConvTranpose1d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:35:02.2248323Z warnings.warn( 2022-12-01T10:35:02.2248815Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2249490Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2250151Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2250803Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2251543Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2252214Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2252879Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2253530Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2254159Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2254811Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2255488Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2256151Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2256806Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2257434Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2258101Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2258820Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2259270Z ok (0.737s) 2022-12-01T10:35:02.2260279Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.10/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:319: UserWarning: The current implementation of the DynamicQuantizedConvTranpose2d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:35:02.2261016Z warnings.warn( 2022-12-01T10:35:02.2261547Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2262224Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2262862Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2263525Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2264194Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2264858Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2265517Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2266209Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2266866Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2267529Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2268185Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2268842Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2269478Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2270150Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2271177Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2271834Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:35:02.2272243Z ok (0.794s) 2022-12-01T10:35:02.2273364Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.10/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:380: UserWarning: The current implementation of the DynamicQuantizedConvTranpose3d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:35:02.2274120Z warnings.warn( 2022-12-01T10:35:02.2274385Z ok (0.401s) 2022-12-01T10:35:02.2274991Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2275828Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2276527Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2277230Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2277918Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2278578Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2279266Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2279960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2280742Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2281406Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2282087Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2282768Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2283450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2284139Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2284792Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2285475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2286156Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2286838Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2287569Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2288241Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2288695Z ok (0.162s) 2022-12-01T10:35:02.2289370Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2290207Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2290872Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2291568Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2292253Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2293404Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:239.) 2022-12-01T10:35:02.2294144Z return callable(*args, **kwargs) 2022-12-01T10:35:02.2294641Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2295322Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2296003Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2296673Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2297326Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2298000Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2298674Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2299346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2300014Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2300667Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2301398Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2302085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2302755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2303426Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2304081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2304753Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2305426Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2306085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2306731Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2307453Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2308128Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2308795Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2309465Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2310114Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2311152Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2311837Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2312508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2313175Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2313822Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2314496Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2315247Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2315925Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2316595Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2317238Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2317916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2318591Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2319259Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2319905Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2320570Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2321314Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2321990Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2322654Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2323303Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2323969Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2324642Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2325313Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2325981Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2326626Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2327293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2328011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2328687Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2329331Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2329987Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2330655Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2331329Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2332001Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2332645Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2333312Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2333976Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2334700Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2335371Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2336019Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2336689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2337365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2338033Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2338683Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2339348Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2340008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2340684Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2341395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2342058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2342723Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2343393Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2344066Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2344738Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2345384Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2346052Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2346720Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2347442Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2348095Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2348817Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2349485Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2350154Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2351220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2351882Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2352550Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2353221Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2353893Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2354563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2355297Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2355982Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2356653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2357319Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2357970Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2358646Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2359317Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2359991Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2360657Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2361390Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2362067Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2362731Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2363391Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2364038Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2364708Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2365369Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2366030Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2366671Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2367330Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2368042Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2368715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2369372Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2370019Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2370677Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2371342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2372002Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2372661Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2373305Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2374040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2374708Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2375366Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2376009Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2376661Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2377328Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2377994Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2378651Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2379292Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2379950Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2380622Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2381399Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2382072Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2382716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2383375Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2384044Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2384701Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2385345Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2386000Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2386660Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2387379Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2388044Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2388689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2389389Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2390055Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2390927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2391595Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2392237Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2392901Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2393562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2394295Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2394951Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2395613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2396282Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2396937Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2397604Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2398254Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2398912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2399572Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2400236Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2400972Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2401621Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2402279Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2402943Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2403604Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2404271Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2404908Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2405569Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2406229Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2406890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2407588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2408258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2408918Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2409576Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2410241Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2410885Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2411546Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2412209Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2412867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2413586Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2414235Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2414897Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2415560Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2416219Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2416869Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2417529Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2418195Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2418857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2419510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2420161Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2420866Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2421533Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2422191Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2422850Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2423501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2424160Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2424821Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2425480Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2426121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2426841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2427505Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2428165Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2428826Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2429470Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2430135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2431011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2431675Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2432334Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2432980Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2433715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2434390Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2435048Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2435690Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2436352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2437021Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2437686Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2438345Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2438993Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2439725Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2440392Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2441051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2441713Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2442359Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2443020Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2443686Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2444343Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2444983Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2445642Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2446314Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2447024Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2447698Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2448340Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2448997Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2449664Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2450328Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2450986Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2451628Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2452287Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2452999Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2453658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2454302Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2454956Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2455619Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2456289Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2456952Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2457596Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2458258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2458920Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2459646Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2460316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2460960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2461617Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2462282Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2462946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2463608Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2464252Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2464914Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2465658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2466316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2466965Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2467629Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2468295Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2468959Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2469626Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2470269Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2471135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2471798Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2472462Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2473191Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2473849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2474517Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2475183Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2475838Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2476487Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2477144Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2477807Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2478467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2479197Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2479843Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2480499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2481162Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2481823Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2482487Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2483126Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2483790Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2484458Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2485121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2485768Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2486474Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2487155Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2487813Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2488475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2489129Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2489833Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2490489Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2491149Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2491813Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2492518Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2493180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2493844Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2494500Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2495143Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2495805Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2496465Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2497123Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2497772Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2498425Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2499133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2499809Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2500467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2501131Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2501783Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2502451Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2503124Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2503785Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2504427Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2505144Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2505817Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2506485Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2507144Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2507785Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2508450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2509117Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2509774Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2510432Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2511282Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2511955Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2512702Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2513372Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2514027Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2514693Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2515362Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2516029Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2516702Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2517353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2518022Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2518767Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2519440Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2520111Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2520760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2521430Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2522105Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2522769Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2523433Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2524079Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2524751Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2525475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2526152Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2526797Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2527457Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2528122Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2528803Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2529468Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2530118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2530776Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2531505Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2532174Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2532836Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2533482Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2534155Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2534828Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2535494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2536141Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2536803Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2537477Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2538152Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2538867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2539524Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2540182Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2540853Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2541523Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2542196Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2542847Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2543526Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2544196Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2544933Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2545583Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2546252Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2546922Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2547586Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2548258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2548906Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2549564Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2550237Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2551119Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2551797Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2552517Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2553204Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2553871Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2554536Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2555190Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2555854Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2556523Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2557195Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2557863Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2558592Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2559267Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2559938Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2560605Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2561268Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2561920Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2562596Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2563262Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2563927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2564579Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2565293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2565973Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2566644Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2567305Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2567960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2568630Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2569302Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2569972Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2570644Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2571347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2572018Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2572685Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2604273Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2605074Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2605748Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2606432Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2607103Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2607781Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2608449Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2609100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2609951Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2610642Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2611307Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2611962Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2612648Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2613331Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2614018Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2614692Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2615341Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2616100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2616776Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2617447Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2618126Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2618778Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2619455Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2620134Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2620804Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2621452Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2622123Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2622858Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2623534Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2624219Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2624858Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2625526Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2626212Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2626884Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2627549Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2628199Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2628930Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2629607Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2630279Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2631134Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2631806Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2632494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2633170Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2633840Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2634492Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2635156Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2635828Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2636575Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2637258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2637901Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2638664Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2639339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2640012Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2640691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2641340Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2642016Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2642766Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2643448Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2644094Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2644762Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2645434Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2646109Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2646787Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2647433Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2648103Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2648836Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2649517Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2650234Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2650895Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2651566Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2652234Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2652915Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2653564Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2654240Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2654921Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2655592Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2656324Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2656974Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2657645Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2658314Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2658996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2659674Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2660322Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2661000Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2661674Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2662341Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2663044Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2663725Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2664394Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2665069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2665741Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2666389Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2667056Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2667721Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2668383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2669156Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2669814Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2670669Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2671358Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2672027Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2672679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2673364Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2674035Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2674710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2675379Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2676038Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2676777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2677469Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2678141Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2678806Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2679467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2680142Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2680818Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2681491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2682164Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2682877Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2683558Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2684231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2684895Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2685545Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2686221Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2686888Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2687561Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2688231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2688882Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2689651Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2690339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2691006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2691681Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2692327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2693005Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2693684Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2694351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2694996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2695733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2696411Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2697078Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2697755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2698402Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2699073Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2699751Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2700421Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2701089Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2701745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2702424Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2703143Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2703829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2704478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2705141Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2705825Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2706501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2707168Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2707818Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2708489Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2709218Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2709902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2710763Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2711427Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2712105Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2712784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2713450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2714100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2714772Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2715448Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2716128Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2716869Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2717530Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2718203Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2718877Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2719554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2720227Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2720876Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2721544Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2722220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2722960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2723606Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2724281Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2724954Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2725621Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2726305Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2726956Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2727625Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2728306Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2728982Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2729699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2730364Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2731044Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2731717Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2732395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2733045Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2733707Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2734382Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2735051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2735767Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2736425Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2737098Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2737760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2738426Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2739090Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2739730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2740395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2741059Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2741726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2742403Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2743096Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2743776Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2744453Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2745124Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2745774Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2746451Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2747121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2747787Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2748456Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2749162Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2749835Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2750697Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2751383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2752053Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2752713Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2753394Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2754066Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2754738Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2755391Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2756155Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2756848Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2757516Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2758181Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2758830Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2759513Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2760182Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2760858Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2761282Z ok (15.457s) 2022-12-01T10:35:02.2761920Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2762851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2763534Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2764203Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2764849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2765509Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2766178Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2766849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2767511Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2768153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2768819Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2769538Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2770205Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2770853Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2771513Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2772169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2772842Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2773503Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2774143Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2774801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2775526Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2776198Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2776864Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2777505Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2778163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2778830Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2779491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2780135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2780797Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2781469Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2782139Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2782861Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2783518Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2784180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2784855Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2785532Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2786196Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2786849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2787520Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2788190Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2788911Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2789607Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2790276Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2791203Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2791878Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2792549Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2793205Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2793881Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2794552Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2795230Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2795905Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2796626Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2797331Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2797995Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2798657Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2799341Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2799991Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2800662Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2801342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2802013Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2802730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2803404Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2804081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2804751Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2805416Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2806071Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2806737Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2807415Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2808081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2808750Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2809452Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2810131Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2810787Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2811451Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2811780Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2812105Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2812418Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2812745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2813067Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2813451Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2813782Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2814104Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2814433Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2814755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2815079Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2815409Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2815733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2816054Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2816383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2816692Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2817062Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2817404Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2817730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2818059Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2818390Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2818715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2819041Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2819368Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2819693Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2820074Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2820405Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2820733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2821064Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2821367Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2821699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2822036Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2822365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2822689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2823021Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2823395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2823732Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2824059Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2824385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2824707Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2825043Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2825373Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2825675Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2826010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2826394Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2826723Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2827057Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2827384Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2827710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2828042Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2828370Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2828696Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2829026Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2829349Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2829682Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2830031Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2830369Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2830887Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2831227Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2831558Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2831886Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2832215Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2832545Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2832869Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2833296Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2833628Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2833956Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2834286Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2834620Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2834928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2835265Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2835593Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2835921Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2836252Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2836583Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2836963Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2837310Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2837636Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2837964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2838300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2838630Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2838958Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2839267Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2839592Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2839979Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2840311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2840640Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2840965Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2841296Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2841631Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2841959Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2842288Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2842616Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2842947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2843323Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2843658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2843960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2844291Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2844620Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2844950Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2845285Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2845613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2845938Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2846324Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2846657Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2846981Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2847310Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2847637Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2847964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2848277Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2848607Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2848934Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2849269Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2849600Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2849976Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2850314Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2850647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2850970Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2851306Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2851634Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2851960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2852294Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2852623Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2852979Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2853313Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2853640Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2853966Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2854296Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2854627Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2854955Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2855286Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2855612Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2855939Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2856315Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2856652Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2856980Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2857287Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2857619Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2857953Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2858283Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2858612Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2858937Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2859317Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2859645Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2859969Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2860301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2860627Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2860960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2861297Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2861602Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2861927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2862257Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2862588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2862955Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2863295Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2863625Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2863955Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2864284Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2864613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2864936Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2865268Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2865596Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2866008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2866319Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2866647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2866972Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2867306Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2867636Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2867964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2868293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2868619Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2868947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2869344Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2869681Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2870006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2870337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2870823Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2871165Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2871498Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2871826Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2872150Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2872479Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2872889Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2873217Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2873329Z ok (2.002s) 2022-12-01T10:35:02.2873598Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.020s) 2022-12-01T10:35:02.2873859Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.019s) 2022-12-01T10:35:02.2874101Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.021s) 2022-12-01T10:35:02.2874393Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.022s) 2022-12-01T10:35:02.2874679Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.023s) 2022-12-01T10:35:02.2874967Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.005s) 2022-12-01T10:35:02.2875383Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2875627Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2875871Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2876110Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2876342Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2876575Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2876784Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2877079Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2877325Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2877561Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2877793Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2878025Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2878256Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2878492Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2878697Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2878931Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2879159Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2879394Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2879625Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.2879734Z ok (0.055s) 2022-12-01T10:35:02.2879992Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.703s) 2022-12-01T10:35:02.2880269Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.034s) 2022-12-01T10:35:02.2880578Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.285s) 2022-12-01T10:35:02.2880833Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (3.357s) 2022-12-01T10:35:02.2881310Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2881655Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2882000Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2882336Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2882667Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2883010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2883343Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2883664Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2884003Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2884382Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2884722Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2885035Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2885364Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2885696Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2886034Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2886363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2886694Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2887031Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2887410Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2887739Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2888073Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2888403Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2888729Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2889066Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2889434Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2889740Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2890077Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2890401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2890734Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2891125Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2891466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2891793Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2892125Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2892460Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2892789Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2893119Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2893445Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2893773Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2894133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2894464Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2894788Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2895122Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2895449Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2895788Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2896121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2896451Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2896779Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2897116Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2897494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2897832Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2898162Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2898490Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2898792Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2899131Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2899461Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2899791Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2900123Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2900499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2900824Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2901158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2901479Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2901805Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2902143Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2902478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2902799Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2903112Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2903439Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2903767Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2904135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2904463Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2904782Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2905114Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2905450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2905780Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2906111Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2906438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2906761Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2907142Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2907474Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2907777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2908106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2908433Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2908757Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2909092Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2909420Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2909747Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2910078Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2910410Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2910991Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2911341Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2911675Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2912003Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2912318Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2912649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2912974Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2913309Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2913637Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2914031Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2914365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2914691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2915018Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2915350Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2915684Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2916010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2916341Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2916644Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2916974Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2917351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2917688Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2918017Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2918349Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2918680Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2919007Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2919337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2919666Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2919990Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2920372Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2920706Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2921036Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2921342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2921669Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2921996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2922330Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2922662Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2922986Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2923317Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2923647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2924012Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2924353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2924684Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2925013Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2925348Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2925656Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2925984Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2926318Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2926647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2927038Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2927371Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2927699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2928022Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2928353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2928688Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2929014Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2929344Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2929671Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2930001Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2930353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2930692Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2931020Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2931355Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2931682Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2932012Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2933771Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2934113Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2934444Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2934871Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2935203Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2935532Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2935866Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2936172Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2936502Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2936838Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2937168Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2937495Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2937827Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2938159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2938609Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2938951Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2939281Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2939608Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2939943Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2940275Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2940608Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2940915Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2941239Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2941620Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2941959Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2942332Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2942660Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2942990Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2943322Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2943651Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2943984Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2944311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2944639Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2944974Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2945327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2945662Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2945992Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2946323Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2946653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2946984Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2947311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2947635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2947966Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2948347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2948717Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2949057Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2949385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2949689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2950029Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2950365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2950898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2951247Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2951580Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2951991Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2952334Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2952661Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2952984Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2953320Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2953652Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2953980Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2954316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2954626Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2955025Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2955360Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2955689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2956013Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2956345Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2956675Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2957000Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2957338Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2957667Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2957993Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2958327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2958698Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2959010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2959341Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2959669Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2960001Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2960336Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2960663Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2960987Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2961316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2961698Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2962033Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2962364Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2962690Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2963016Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2963351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2963658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2963987Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2964322Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2964654Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2965027Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2965369Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2965697Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2966021Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2966353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2966689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2967017Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2967345Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2967673Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2968025Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2968361Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2968689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2969018Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2969353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2969689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2970020Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2970357Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2970686Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2971011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2971344Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2971713Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2972051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2972383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2972693Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2973026Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2973361Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2973689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2974011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2974341Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2974746Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2975075Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2975404Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2975730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2976051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2976381Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2976715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2977020Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2977347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2977673Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2978002Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2978371Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2978702Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2979019Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2979351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2979681Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2980004Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2980330Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2980652Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2980972Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2981351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2981658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2981977Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2982300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2982623Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2982952Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2983288Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2983614Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2983935Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2984267Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2984640Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2984979Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2985306Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2985635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2985943Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2986275Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2986596Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2986918Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2987246Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2987619Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2987947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2988279Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2988605Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2988927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2989257Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2989632Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2989959Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2990266Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2990778Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2991119Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2991524Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2991863Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2992194Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2992524Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2992854Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2993180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2993509Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2993835Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2994165Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2994567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2994903Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2995205Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2995538Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2995866Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2996200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2996532Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2996859Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2997185Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2997514Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2997896Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2998236Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2998567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2998891Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2999214Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2999533Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.2999861Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3000188Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3000517Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3000920Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3001252Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3001578Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3001901Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3002225Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3002560Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3002892Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3003216Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3003544Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3003873Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3004181Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3004566Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3004904Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3005234Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3005566Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3005894Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3006218Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3006550Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3006874Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3007198Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3007579Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3007909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3008238Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3008548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3008876Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3009207Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3009540Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3009867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3010191Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3010521Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3010854Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3011226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3011571Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3011897Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3012224Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3012559Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3012890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3013194Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3013522Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3013848Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3014229Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3014560Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3014886Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3015212Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3015540Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3015872Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3016200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3016528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3016858Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3016951Z ok (4.830s) 2022-12-01T10:35:02.3017196Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:35:02.3017391Z Sanity checks on _equalize.converged working ... ok (0.003s) 2022-12-01T10:35:02.3017690Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:35:02.3017926Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.003s) 2022-12-01T10:35:02.3018160Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:35:02.3018373Z First checks to see if _equalize.equalize can handle multiple ... ok (0.021s) 2022-12-01T10:35:02.3018623Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:35:02.3018802Z Checks to see if eager mode equalization supports fused ... ok (0.040s) 2022-12-01T10:35:02.3019061Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:35:02.3019270Z Checks to see if eager mode equalization supports fused ... ok (0.026s) 2022-12-01T10:35:02.3019524Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.292s) 2022-12-01T10:35:02.3019796Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:35:02.3020756Z After applying the equalization functions check if the input ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/prepare.py:1530: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-12-01T10:35:02.3020878Z warnings.warn( 2022-12-01T10:35:02.3021552Z /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/prepare.py:1536: UserWarning: Passing a QConfig dictionary to prepare for equalization is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-12-01T10:35:02.3021741Z warnings.warn( 2022-12-01T10:35:02.3021851Z ok (0.083s) 2022-12-01T10:35:02.3022084Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:35:02.3022677Z Tests that graphs containing branches are prepared correctly. ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/prepare.py:759: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-12-01T10:35:02.3022793Z warnings.warn( 2022-12-01T10:35:02.3023241Z /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/prepare.py:759: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-12-01T10:35:02.3023356Z warnings.warn( 2022-12-01T10:35:02.3023460Z ok (0.030s) 2022-12-01T10:35:02.3023708Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:35:02.3024540Z Tests that the modified model for equalization (before quantization) ... /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear1_packed_weight_0 target linear1_packed_weight_0 linear1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3024848Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3025511Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear2_packed_weight_0 target linear2_packed_weight_0 linear2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3025817Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3026500Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear_packed_weight_0 target linear_packed_weight_0 linear_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3026794Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3027509Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv1_packed_weight_0 target conv1_packed_weight_0 conv1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3027813Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3028470Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv2_packed_weight_0 target conv2_packed_weight_0 conv2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3028761Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3029420Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv_packed_weight_0 target conv_packed_weight_0 conv_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3029716Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3029830Z ok (1.891s) 2022-12-01T10:35:02.3030081Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:35:02.3030312Z After applying the equalization functions, check if the equalization ... ok (0.080s) 2022-12-01T10:35:02.3030772Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:35:02.3031405Z Tests that the modified model for equalization has the same graph ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/utils.py:279: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:35:02.3031527Z warnings.warn( 2022-12-01T10:35:02.3032191Z /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/_equalize.py:190: UserWarning: Must run observer before calling calculate_equalization_scale. Returning default equalization scale torch.tensor(1). 2022-12-01T10:35:02.3032313Z warnings.warn( 2022-12-01T10:35:02.3032912Z /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/_equalize.py:102: UserWarning: Must call calculate_equalization_scale before calling calculate_scaled_minmax. Will not scale the next quantization observer. 2022-12-01T10:35:02.3033030Z warnings.warn( 2022-12-01T10:35:02.3033513Z /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/utils.py:287: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:35:02.3033607Z warnings.warn( 2022-12-01T10:35:02.3033713Z ok (0.596s) 2022-12-01T10:35:02.3033968Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:35:02.3034182Z Tests that graphs created after prepare_fx is as expected ... ok (0.310s) 2022-12-01T10:35:02.3034428Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:35:02.3034643Z Tests that for small models, the results of quantized models that ... ok (0.262s) 2022-12-01T10:35:02.3034900Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:35:02.3035123Z After applying the equalization functions check if the weights and ... ok (0.080s) 2022-12-01T10:35:02.3035331Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:35:02.3035542Z Tests that we are able to run numeric suite on the equalized model ... ok (0.259s) 2022-12-01T10:35:02.3035801Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.114s) 2022-12-01T10:35:02.3036075Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.144s) 2022-12-01T10:35:02.3036348Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.048s) 2022-12-01T10:35:02.3036572Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:35:02.3036816Z Verify that graph matching works on methods ... ok (0.065s) 2022-12-01T10:35:02.3037081Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.108s) 2022-12-01T10:35:02.3037874Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-12-01T10:35:02.3037972Z warnings.warn( 2022-12-01T10:35:02.3038079Z ok (0.249s) 2022-12-01T10:35:02.3038333Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:35:02.3038544Z Tests that the mapping of op relationships is complete. ... ok (0.011s) 2022-12-01T10:35:02.3038791Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.096s) 2022-12-01T10:35:02.3039613Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3039912Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3040019Z ok (0.190s) 2022-12-01T10:35:02.3040269Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.114s) 2022-12-01T10:35:02.3040492Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.157s) 2022-12-01T10:35:02.3040748Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.099s) 2022-12-01T10:35:02.3041056Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.115s) 2022-12-01T10:35:02.3041306Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:35:02.3041514Z Verify that graph matching works on user defined functions ... ok (0.130s) 2022-12-01T10:35:02.3041807Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-12-01T10:35:02.3042103Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-12-01T10:35:02.3042382Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.535s) 2022-12-01T10:35:02.3043348Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.10/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-12-01T10:35:02.3043622Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:35:02.3043709Z ok (3.238s) 2022-12-01T10:35:02.3043997Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.044s) 2022-12-01T10:35:02.3044865Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_1 target _packed_weight_1 _packed_weight_1 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3045163Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3045275Z ok (0.847s) 2022-12-01T10:35:02.3045561Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.552s) 2022-12-01T10:35:02.3045882Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:35:02.3046163Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-12-01T10:35:02.3046508Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-12-01T10:35:02.3046701Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-12-01T10:35:02.3046809Z ok (0.252s) 2022-12-01T10:35:02.3047102Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.194s) 2022-12-01T10:35:02.3047384Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.624s) 2022-12-01T10:35:02.3047695Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.105s) 2022-12-01T10:35:02.3048580Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_2 target _packed_weight_2 _packed_weight_2 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3048883Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3049526Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_3 target _packed_weight_3 _packed_weight_3 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3049946Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3050590Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_4 target _packed_weight_4 _packed_weight_4 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3050884Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3051490Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_5 target _packed_weight_5 _packed_weight_5 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3051792Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3051903Z ok (1.133s) 2022-12-01T10:35:02.3052199Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.227s) 2022-12-01T10:35:02.3052488Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.042s) 2022-12-01T10:35:02.3052781Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.261s) 2022-12-01T10:35:02.3053061Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.217s) 2022-12-01T10:35:02.3053353Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.499s) 2022-12-01T10:35:02.3053638Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.572s) 2022-12-01T10:35:02.3053901Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.361s) 2022-12-01T10:35:02.3054184Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.486s) 2022-12-01T10:35:02.3054463Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.075s) 2022-12-01T10:35:02.3055070Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-12-01T10:35:02.3055490Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-12-01T10:35:02.3055817Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-12-01T10:35:02.3056190Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-12-01T10:35:02.3056522Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-12-01T10:35:02.3056905Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-12-01T10:35:02.3057014Z ok (0.223s) 2022-12-01T10:35:02.3057302Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.214s) 2022-12-01T10:35:02.3057559Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.142s) 2022-12-01T10:35:02.3057837Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.192s) 2022-12-01T10:35:02.3058106Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.411s) 2022-12-01T10:35:02.3058390Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.533s) 2022-12-01T10:35:02.3058735Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.496s) 2022-12-01T10:35:02.3059052Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.071s) 2022-12-01T10:35:02.3059333Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.305s) 2022-12-01T10:35:02.3059613Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.066s) 2022-12-01T10:35:02.3059904Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.202s) 2022-12-01T10:35:02.3060139Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:35:02.3060526Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:35:02.3060856Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:35:02.3060966Z ok (1.413s) 2022-12-01T10:35:02.3061255Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.108s) 2022-12-01T10:35:02.3061543Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.815s) 2022-12-01T10:35:02.3061822Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.492s) 2022-12-01T10:35:02.3062097Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:35:02.3062275Z Verify that add_loggers works on methods ... ok (0.204s) 2022-12-01T10:35:02.3062533Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.831s) 2022-12-01T10:35:02.3062811Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.487s) 2022-12-01T10:35:02.3063269Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2022-12-01T10:35:02.3063618Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-12-01T10:35:02.3063939Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:35:02.3064311Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:35:02.3064548Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-12-01T10:35:02.3064885Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-12-01T10:35:02.3065208Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:35:02.3065577Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:35:02.3065870Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:35:02.3066204Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:35:02.3066488Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-12-01T10:35:02.3066810Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:35:02.3067146Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-12-01T10:35:02.3067473Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:35:02.3067793Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:35:02.3068124Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:35:02.3068230Z ok (1.858s) 2022-12-01T10:35:02.3068499Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:35:02.3068701Z Tests that all the ops quantization cares about have input and output ... ok (0.011s) 2022-12-01T10:35:02.3068984Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:35:02.3069408Z Verify that shadowing works with ops which accept either fp32 or ... skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-12-01T10:35:02.3069796Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-12-01T10:35:02.3070088Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:35:02.3070454Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:35:02.3071011Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-12-01T10:35:02.3071310Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:35:02.3071419Z ok (0.882s) 2022-12-01T10:35:02.3071960Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:35:02.3072305Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:35:02.3072628Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:35:02.3072949Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:35:02.3073059Z ok (0.402s) 2022-12-01T10:35:02.3073352Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:35:02.3073566Z Verifies that we can match pairs of ops which have the same aten ... ok (0.558s) 2022-12-01T10:35:02.3073856Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.109s) 2022-12-01T10:35:02.3074161Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.207s) 2022-12-01T10:35:02.3074454Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:35:02.3074847Z Copying a `call_function` node is not implemented, test that this ... skipping shadow loggers for node_b: torch.nn.functional.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-12-01T10:35:02.3075245Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-12-01T10:35:02.3075669Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-12-01T10:35:02.3075783Z ok (0.469s) 2022-12-01T10:35:02.3076051Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:35:02.3076627Z Verify that NS APIs work on user defined functions ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-12-01T10:35:02.3076865Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T10:35:02.3077173Z skipping shadow loggers for node_b: torch._C._nn.linear, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-12-01T10:35:02.3077572Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-12-01T10:35:02.3077686Z ok (0.451s) 2022-12-01T10:35:02.3077917Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:35:02.3078641Z For user defined modules, ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/quantize_fx.py:149: UserWarning: Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported in a future version. Please pass in a PrepareCustomConfig instead. 2022-12-01T10:35:02.3078764Z warnings.warn( 2022-12-01T10:35:02.3078872Z ok (0.326s) 2022-12-01T10:35:02.3079162Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.142s) 2022-12-01T10:35:02.3079469Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.542s) 2022-12-01T10:35:02.3079781Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.824s) 2022-12-01T10:35:02.3080815Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... /opt/conda/lib/python3.10/site-packages/torch/ao/nn/quantized/reference/modules/rnn.py:310: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:35:02.3081037Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-12-01T10:35:02.3081761Z /opt/conda/lib/python3.10/site-packages/torch/ao/nn/quantized/reference/modules/rnn.py:313: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:35:02.3081979Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-12-01T10:35:02.3082069Z ok (0.257s) 2022-12-01T10:35:02.3082386Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.640s) 2022-12-01T10:35:02.3082710Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.934s) 2022-12-01T10:35:02.3083037Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.179s) 2022-12-01T10:35:02.3083335Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.977s) 2022-12-01T10:35:02.3083638Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.584s) 2022-12-01T10:35:02.3083943Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.392s) 2022-12-01T10:35:02.3084329Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-12-01T10:35:02.3084638Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-12-01T10:35:02.3084929Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (6.620s) 2022-12-01T10:35:02.3085459Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:35:02.3085858Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:35:02.3086185Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:35:02.3086552Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:35:02.3086874Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:35:02.3087234Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:35:02.3087628Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:35:02.3087941Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:35:02.3088295Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:35:02.3088621Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:35:02.3088708Z ok (6.759s) 2022-12-01T10:35:02.3089025Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.273s) 2022-12-01T10:35:02.3089313Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.005s) 2022-12-01T10:35:02.3089619Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.002s) 2022-12-01T10:35:02.3089875Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:35:02.3090171Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.098s) 2022-12-01T10:35:02.3090467Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.026s) 2022-12-01T10:35:02.3090763Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.037s) 2022-12-01T10:35:02.3091016Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:35:02.3091202Z Tests the backward method. ... skip: temporarily disable the test (0.006s) 2022-12-01T10:35:02.3091490Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.015s) 2022-12-01T10:35:02.3091780Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.030s) 2022-12-01T10:35:02.3092039Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-12-01T10:35:02.3092326Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.827s) 2022-12-01T10:35:02.3092691Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.007s) 2022-12-01T10:35:02.3092958Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.175s) 2022-12-01T10:35:02.3093246Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.010s) 2022-12-01T10:35:02.3093491Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:35:02.3093698Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.176s) 2022-12-01T10:35:02.3093983Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.020s) 2022-12-01T10:35:02.3094272Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.026s) 2022-12-01T10:35:02.3094570Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-12-01T10:35:02.3094817Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:35:02.3095049Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.143s) 2022-12-01T10:35:02.3095335Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-12-01T10:35:02.3095619Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.032s) 2022-12-01T10:35:02.3095917Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.008s) 2022-12-01T10:35:02.3096157Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.213s) 2022-12-01T10:35:02.3096431Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-12-01T10:35:02.3096849Z test_learnable_backward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-12-01T10:35:02.3097189Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (19.918s) 2022-12-01T10:35:02.3097481Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.537s) 2022-12-01T10:35:02.3097765Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.773s) 2022-12-01T10:35:02.3098045Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.195s) 2022-12-01T10:35:02.3098328Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.300s) 2022-12-01T10:35:02.3098731Z test_learnable_forward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-12-01T10:35:02.3099016Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.207s) 2022-12-01T10:35:02.3099283Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.459s) 2022-12-01T10:35:02.3099571Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.184s) 2022-12-01T10:35:02.3099812Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-12-01T10:35:02.3100038Z Test case that checks whether forward pre hooks of the first module and ... ok (0.025s) 2022-12-01T10:35:02.3100281Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.070s) 2022-12-01T10:35:02.3100523Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.442s) 2022-12-01T10:35:02.3100821Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.088s) 2022-12-01T10:35:02.3101085Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.008s) 2022-12-01T10:35:02.3101327Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.004s) 2022-12-01T10:35:02.3101559Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (1.394s) 2022-12-01T10:35:02.3101820Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.261s) 2022-12-01T10:35:02.3102205Z test_fuse_addtional_fuser_method (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Temprorarily skipping the test case, will enable after the simplepattern format is supported (0.002s) 2022-12-01T10:35:02.3102431Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.034s) 2022-12-01T10:35:02.3102673Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.008s) 2022-12-01T10:35:02.3102905Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.010s) 2022-12-01T10:35:02.3103133Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.008s) 2022-12-01T10:35:02.3103352Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.009s) 2022-12-01T10:35:02.3103583Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:35:02.3103796Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.006s) 2022-12-01T10:35:02.3104029Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:35:02.3104239Z This test tests two keys in backend_config: root_node_getter and ... ok (0.007s) 2022-12-01T10:35:02.3104481Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.017s) 2022-12-01T10:35:02.3104698Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:35:02.3104864Z TODO: add test for all fused modules ... ok (0.048s) 2022-12-01T10:35:02.3105954Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:35:02.3106115Z warnings.warn(msg, FutureWarning) 2022-12-01T10:35:02.3106673Z /var/lib/jenkins/workspace/test/quantization/core/test_workflow_ops.py:1252: UserWarning: _aminmax is deprecated as of PyTorch 1.11 and will be removed in a future release. Use aminmax instead. This warning will only appear once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/ReduceAllOps.cpp:46.) 2022-12-01T10:35:02.3106789Z out = pt_op( 2022-12-01T10:35:02.3106874Z ok (0.010s) 2022-12-01T10:35:02.3107157Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.009s) 2022-12-01T10:35:02.3107430Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-12-01T10:35:02.3107649Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.039s) 2022-12-01T10:35:02.3107933Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-12-01T10:35:02.3108576Z Tests the case where we call the fused_obs_fake_quant op multiple times ... /var/lib/jenkins/workspace/test/quantization/core/test_workflow_ops.py:1139: UserWarning: _aminmax is deprecated as of PyTorch 1.11 and will be removed in a future release. Use aminmax instead. This warning will only appear once per process. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorCompare.cpp:569.) 2022-12-01T10:35:02.3108741Z out = pt_op( 2022-12-01T10:35:02.3108846Z ok (0.150s) 2022-12-01T10:35:02.3109161Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.036s) 2022-12-01T10:35:02.3109441Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.020s) 2022-12-01T10:35:02.3109734Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.024s) 2022-12-01T10:35:02.3110029Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.065s) 2022-12-01T10:35:02.3110322Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.078s) 2022-12-01T10:35:02.3110828Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.001s) 2022-12-01T10:35:02.3111136Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.008s) 2022-12-01T10:35:02.3111441Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.026s) 2022-12-01T10:35:02.3111703Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.022s) 2022-12-01T10:35:02.3112051Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.077s) 2022-12-01T10:35:02.3112383Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.062s) 2022-12-01T10:35:02.3112700Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.014s) 2022-12-01T10:35:02.3112966Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.030s) 2022-12-01T10:35:02.3113273Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.128s) 2022-12-01T10:35:02.3113611Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.034s) 2022-12-01T10:35:02.3113907Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.043s) 2022-12-01T10:35:02.3114152Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:35:02.3114349Z Tests the constructor of the ModelReport class. ... ok (0.020s) 2022-12-01T10:35:02.3114627Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:35:02.3114822Z Tests for generation of qconfigs by ModelReport API ... ok (0.072s) 2022-12-01T10:35:02.3115044Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:35:02.3115626Z Tests model_report.generate_model_report to ensure report generation ... /var/lib/jenkins/workspace/test/quantization/fx/test_model_report_fx.py:1061: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:35:02.3115841Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2022-12-01T10:35:02.3115950Z ok (0.183s) 2022-12-01T10:35:02.3116200Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:35:02.3116467Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.043s) 2022-12-01T10:35:02.3116733Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:35:02.3116995Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.036s) 2022-12-01T10:35:02.3117330Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:35:02.3117507Z Tests for generation of qconfigs by ModelReport API ... ok (0.070s) 2022-12-01T10:35:02.3117827Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.057s) 2022-12-01T10:35:02.3118113Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.029s) 2022-12-01T10:35:02.3118398Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.117s) 2022-12-01T10:35:02.3118697Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.020s) 2022-12-01T10:35:02.3118981Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.026s) 2022-12-01T10:35:02.3119269Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.014s) 2022-12-01T10:35:02.3119550Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.027s) 2022-12-01T10:35:02.3119813Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.014s) 2022-12-01T10:35:02.3120068Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.028s) 2022-12-01T10:35:02.3120354Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.155s) 2022-12-01T10:35:02.3120630Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.004s) 2022-12-01T10:35:02.3120904Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.018s) 2022-12-01T10:35:02.3121190Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:35:02.3121353Z Tests the generate_table_view() ... ok (0.044s) 2022-12-01T10:35:02.3121628Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:35:02.3121833Z Tests the generate_table_view() ... ok (0.047s) 2022-12-01T10:35:02.3122127Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:35:02.3122259Z Tests the generate_table_view() ... ok (0.048s) 2022-12-01T10:35:02.3122530Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:35:02.3122764Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.045s) 2022-12-01T10:35:02.3123040Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (27.712s) 2022-12-01T10:35:02.3123342Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (6.295s) 2022-12-01T10:35:02.3123635Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.453s) 2022-12-01T10:35:02.3123928Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.862s) 2022-12-01T10:35:02.3124205Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.587s) 2022-12-01T10:35:02.3124500Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.201s) 2022-12-01T10:35:02.3124776Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.033s) 2022-12-01T10:35:02.3125071Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.112s) 2022-12-01T10:35:02.3125375Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.230s) 2022-12-01T10:35:02.3125729Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.224s) 2022-12-01T10:35:02.3126046Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.261s) 2022-12-01T10:35:02.3126573Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3126680Z ok (0.021s) 2022-12-01T10:35:02.3126978Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.866s) 2022-12-01T10:35:02.3127494Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3127849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3127955Z ok (0.035s) 2022-12-01T10:35:02.3128228Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.304s) 2022-12-01T10:35:02.3128531Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.256s) 2022-12-01T10:35:02.3129045Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3129157Z ok (0.018s) 2022-12-01T10:35:02.3129457Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.876s) 2022-12-01T10:35:02.3130013Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3130365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3130473Z ok (0.033s) 2022-12-01T10:35:02.3130766Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.770s) 2022-12-01T10:35:02.3131067Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.035s) 2022-12-01T10:35:02.3131339Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.194s) 2022-12-01T10:35:02.3131636Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.011s) 2022-12-01T10:35:02.3131926Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.859s) 2022-12-01T10:35:02.3132225Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.016s) 2022-12-01T10:35:02.3132525Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.001s) 2022-12-01T10:35:02.3132820Z test_mobilenet_v3 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-12-01T10:35:02.3133147Z test_output_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.003s) 2022-12-01T10:35:02.3133416Z test_shadow_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.002s) 2022-12-01T10:35:02.3133692Z test_histogram_observer_consistent_buffer_shape (quantization.core.test_workflow_module.TestObserver) 2022-12-01T10:35:02.3133889Z Ensures that the buffer shapes do not change from uninitialized to ... ok (0.003s) 2022-12-01T10:35:02.3134155Z test_histogram_observer_save_load_state_dict (quantization.core.test_workflow_module.TestObserver) 2022-12-01T10:35:02.3134324Z Smoke test on saving/loading state_dict ... ok (0.002s) 2022-12-01T10:35:02.3134585Z test_memoryless_minmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.032s) 2022-12-01T10:35:02.3134877Z test_memoryless_perchannelminmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.041s) 2022-12-01T10:35:02.3135148Z test_observer_qparams_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) 2022-12-01T10:35:02.3135521Z Ensure that the scale and zero_point returned by the observer ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:35:02.3135778Z test_observer_scriptable (quantization.core.test_workflow_module.TestObserver) ... ok (0.100s) 2022-12-01T10:35:02.3136032Z test_per_channel_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.513s) 2022-12-01T10:35:02.3136258Z test_per_tensor_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.113s) 2022-12-01T10:35:02.3136505Z test_save_load_state_dict_script (quantization.core.test_workflow_module.TestObserver) 2022-12-01T10:35:02.3136728Z Tests that we can save and load state_dict for observers that are scripted ... ok (0.254s) 2022-12-01T10:35:02.3137174Z test_state_dict_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:35:02.3137416Z test_zero_numel (quantization.core.test_workflow_module.TestObserver) ... ok (0.002s) 2022-12-01T10:35:02.3137999Z test_constant_padNd (quantization.core.test_quantized_op.TestPadding) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:760: UserWarning: non-inplace resize is deprecated 2022-12-01T10:35:02.3138243Z warnings.warn("non-inplace resize is deprecated") 2022-12-01T10:35:02.3138351Z ok (5.305s) 2022-12-01T10:35:02.3138592Z test_reflection_pad1d (quantization.core.test_quantized_op.TestPadding) ... ok (0.166s) 2022-12-01T10:35:02.3138810Z test_reflection_pad2d (quantization.core.test_quantized_op.TestPadding) ... ok (14.862s) 2022-12-01T10:35:02.3139063Z test_adaptive_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.196s) 2022-12-01T10:35:02.3139297Z test_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.498s) 2022-12-01T10:35:02.3139537Z test_hardtanh (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.088s) 2022-12-01T10:35:02.3139771Z test_mean (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.283s) 2022-12-01T10:35:02.3140006Z test_qnnpack_add (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.519s) 2022-12-01T10:35:02.3140758Z test_qnnpack_add_broadcast (quantization.core.test_quantized_op.TestQNNPackOps) ... [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 1, 1], which does not match the required output shape [1, 3, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:35:02.3141385Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 1, 1, 1], which does not match the required output shape [1, 3, 4, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:35:02.3142082Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 1, 1], which does not match the required output shape [1, 3, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:35:02.3142700Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 1, 1, 1], which does not match the required output shape [1, 3, 4, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:35:02.3142814Z ok (0.006s) 2022-12-01T10:35:02.3143064Z test_qnnpack_maxpool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.603s) 2022-12-01T10:35:02.3143304Z test_qnnpack_mul (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.246s) 2022-12-01T10:35:02.3143543Z test_qnnpack_relu (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.158s) 2022-12-01T10:35:02.3143769Z test_qnnpack_sigmoid (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.005s) 2022-12-01T10:35:02.3144024Z test_qnnpack_sigmoid_sweep (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.002s) 2022-12-01T10:35:02.3144267Z test_qnnpack_tanh (quantization.core.test_quantized_op.TestQNNPackOps) ... ok (0.005s) 2022-12-01T10:35:02.3145117Z test_quantization_doc_custom (quantization.core.test_docs.TestQuantizationDocs) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/quantize_fx.py:540: UserWarning: Passing a convert_custom_config_dict to convert is deprecated and will not be supported in a future version. Please pass in a ConvertCustomConfig instead. 2022-12-01T10:35:02.3145241Z warnings.warn( 2022-12-01T10:35:02.3145348Z ok (0.026s) 2022-12-01T10:35:02.3145647Z test_quantization_doc_fx (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.157s) 2022-12-01T10:35:02.3145909Z test_quantization_doc_ptdq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.003s) 2022-12-01T10:35:02.3146166Z test_quantization_doc_ptsq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.114s) 2022-12-01T10:35:02.3146397Z test_quantization_doc_qat (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.018s) 2022-12-01T10:35:02.3147911Z test_embedding_bag (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/module.py:673: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:35:02.3148049Z if param.grad is not None: 2022-12-01T10:35:02.3148156Z ok (0.092s) 2022-12-01T10:35:02.3148449Z test_embedding_bag_padding_idx_error (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (0.095s) 2022-12-01T10:35:02.3148698Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (1.632s) 2022-12-01T10:35:02.3148984Z test_convert_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.019s) 2022-12-01T10:35:02.3149770Z test_dynamic_multi_op (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... [W insert_quant_dequant.cpp:1377] Warning: debug option for add_scalar and mul_scalar is not supported, please don't use debug option for models that uses these ops. (function operator()) 2022-12-01T10:35:02.3149886Z ok (0.663s) 2022-12-01T10:35:02.3150172Z test_dynamic_quant_multi_uses (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.635s) 2022-12-01T10:35:02.3150654Z test_dynamic_shared_weights (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (1.169s) 2022-12-01T10:35:02.3150951Z test_dynamic_weight_observer (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.202s) 2022-12-01T10:35:02.3151232Z test_dynamic_with_if (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (2.131s) 2022-12-01T10:35:02.3151535Z test_insert_quant_dequant_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.209s) 2022-12-01T10:35:02.3151822Z test_prepare_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.039s) 2022-12-01T10:35:02.3152124Z test_prepare_dynamic_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.038s) 2022-12-01T10:35:02.3152417Z test_quantize_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.019s) 2022-12-01T10:35:02.3152750Z test_lower_graph_conv2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: Caffe2 is not available (0.396s) 2022-12-01T10:35:02.3153159Z test_lower_graph_conv3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: onnx opset9 does not support quantize_per_tensor and caffe2 does not support conv3d (0.010s) 2022-12-01T10:35:02.3153493Z test_lower_graph_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: Caffe2 is not available (0.001s) 2022-12-01T10:35:02.3153755Z test_conv_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.042s) 2022-12-01T10:35:02.3153994Z test_conv_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.041s) 2022-12-01T10:35:02.3154321Z test_conv_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.044s) 2022-12-01T10:35:02.3154608Z test_conv_transpose_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.039s) 2022-12-01T10:35:02.3154880Z test_conv_transpose_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.039s) 2022-12-01T10:35:02.3155143Z test_conv_transpose_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.042s) 2022-12-01T10:35:02.3155409Z test_functional_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.697s) 2022-12-01T10:35:02.3155688Z test_int16_reference_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.030s) 2022-12-01T10:35:02.3155950Z test_leaky_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.004s) 2022-12-01T10:35:02.3156202Z test_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.037s) 2022-12-01T10:35:02.3156437Z test_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.004s) 2022-12-01T10:35:02.3156740Z test_embedding_ops_dynamic (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.005s) 2022-12-01T10:35:02.3157027Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:35:02.3157325Z Test post-training dynamic quantization on preserving ... ok (0.004s) 2022-12-01T10:35:02.3157619Z test_linear_relu_fusion (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.116s) 2022-12-01T10:35:02.3157881Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:35:02.3158239Z Test quantization for nested model, top level 'fc3' and ... ok (0.860s) 2022-12-01T10:35:02.3158500Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:35:02.3158695Z Another test case for quantized, we will quantize all submodules ... ok (0.994s) 2022-12-01T10:35:02.3158956Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:35:02.3159164Z More complicated nested test case with child qconfig overrides ... ok (0.975s) 2022-12-01T10:35:02.3159453Z test_per_channel_linear_quantize (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:35:02.3159658Z Test quantization for per_channel dynamic quantization ... ok (0.551s) 2022-12-01T10:35:02.3159923Z test_quantized_rnn (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:35:02.3160210Z Test dynamic quantization, scriptability and serialization for dynamic quantized lstm modules on int8 and fp16 ... ok (1.506s) 2022-12-01T10:35:02.3160489Z test_quantized_rnn_cell (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:35:02.3160781Z Test dynamic quantization, scriptability and serialization for dynamic quantized rnn cell modules on int8 and fp16 ... ok (0.728s) 2022-12-01T10:35:02.3161027Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:35:02.3161279Z Dynamic Quantize SingleLayerLinearDynamicModel which has one Linear module, ... ok (0.437s) 2022-12-01T10:35:02.3161539Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:35:02.3161781Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.401s) 2022-12-01T10:35:02.3162056Z test_type_match_rule (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:35:02.3162339Z Test quantization for nested model, top level 'fc3' and ... ok (0.713s) 2022-12-01T10:35:02.3162605Z test_activations (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:35:02.3162771Z Test quantization of activations ... ok (0.841s) 2022-12-01T10:35:02.3163121Z test_convtranspose_per_channel_fails_early (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:35:02.3163470Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.003s) 2022-12-01T10:35:02.3163776Z test_convtranspose_per_channel_qconfig_none (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:35:02.3163994Z Verifies that having qconfig==None for conv transpose does not crash ... ok (0.002s) 2022-12-01T10:35:02.3164284Z test_custom_module_class (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.021s) 2022-12-01T10:35:02.3164565Z test_dequant_stub (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.008s) 2022-12-01T10:35:02.3164868Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.880s) 2022-12-01T10:35:02.3165121Z test_manual (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:35:02.3165320Z User inserts QuantStub and DeQuantStub in model code ... ok (0.494s) 2022-12-01T10:35:02.3165554Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:35:02.3165835Z Test quantization for nested model, top level 'fc3' and ... ok (1.793s) 2022-12-01T10:35:02.3166110Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.394s) 2022-12-01T10:35:02.3166367Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:35:02.3166579Z More complicated nested test case with child qconfig overrides ... ok (2.348s) 2022-12-01T10:35:02.3166841Z test_normalization (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:35:02.3167673Z Test quantization of normalization layers ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/quantize.py:294: UserWarning: None of the submodule got qconfig applied. Make sure you passed correct configuration through `qconfig_dict` or by assigning the `.qconfig` attribute directly on submodules 2022-12-01T10:35:02.3167891Z warnings.warn("None of the submodule got qconfig applied. Make sure you " 2022-12-01T10:35:02.3168000Z ok (2.887s) 2022-12-01T10:35:02.3168255Z test_quantized_embedding (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:35:02.3168577Z Test the post-training quantization flow, serialization and scripting ... ok (0.115s) 2022-12-01T10:35:02.3168865Z test_quantized_embedding_bag (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:35:02.3169182Z Test the post-training quantization flow, serialization and scripting ... ok (0.111s) 2022-12-01T10:35:02.3169516Z test_quantwrapper_attaches_qconfig_to_dequant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.007s) 2022-12-01T10:35:02.3169777Z test_resnet_base (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:35:02.3169998Z Test quantization for bottleneck topology used in resnet/resnext ... ok (0.416s) 2022-12-01T10:35:02.3170272Z test_save_load_state_dict (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:35:02.3170520Z Test PTQ flow of creating a model and quantizing it and saving the quantized state_dict ... ok (1.543s) 2022-12-01T10:35:02.3170761Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:35:02.3171018Z Quantize SingleLayerLinearModel which has one Linear module, make sure it is swapped ... ok (4.179s) 2022-12-01T10:35:02.3171278Z test_skip_quant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:35:02.3171479Z The case when we want to skip quantizing some layers ... ok (4.170s) 2022-12-01T10:35:02.3171739Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:35:02.3172036Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.501s) 2022-12-01T10:35:02.3172340Z test_add_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.006s) 2022-12-01T10:35:02.3172603Z test_conv_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (2.110s) 2022-12-01T10:35:02.3172850Z test_conv_linear_symm (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-12-01T10:35:02.3173031Z Same as test_conv_linear but with Symmetric quantization. ... ok (0.619s) 2022-12-01T10:35:02.3173320Z test_defused_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.637s) 2022-12-01T10:35:02.3173584Z test_dropout (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.752s) 2022-12-01T10:35:02.3174083Z test_dynamic_qat_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3174431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3174775Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3175117Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3175499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3175854Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3176191Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3176523Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3176858Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3177173Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3177503Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3177842Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3178171Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3178493Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3178829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3179217Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3179552Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3179894Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3180001Z ok (0.645s) 2022-12-01T10:35:02.3180281Z test_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.654s) 2022-12-01T10:35:02.3180550Z test_embedding_qat_qconfig_equal (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.009s) 2022-12-01T10:35:02.3180809Z test_eval_only_fake_quant (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-12-01T10:35:02.3180992Z Using FakeQuant in evaluation only mode, ... ok (0.046s) 2022-12-01T10:35:02.3181275Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.037s) 2022-12-01T10:35:02.3181530Z test_manual (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (1.365s) 2022-12-01T10:35:02.3181816Z test_mul_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.006s) 2022-12-01T10:35:02.3182098Z test_qat_embedding_bag_errors (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.004s) 2022-12-01T10:35:02.3182355Z test_train_save_load_eval (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-12-01T10:35:02.3182636Z Test QAT flow of creating a model, doing QAT and saving the quantized state_dict ... ok (0.347s) 2022-12-01T10:35:02.3182924Z test_conv_bn_folded_vs_unfolded (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (1.377s) 2022-12-01T10:35:02.3183204Z test_conv_bn_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.517s) 2022-12-01T10:35:02.3183498Z test_fixed_qparam_ops (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.019s) 2022-12-01T10:35:02.3183779Z test_leaky_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.009s) 2022-12-01T10:35:02.3184074Z test_linear_bn_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.013s) 2022-12-01T10:35:02.3184373Z test_linear_bn_symm_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.004s) 2022-12-01T10:35:02.3184669Z test_linear_bn_workflow (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.061s) 2022-12-01T10:35:02.3184948Z test_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.003s) 2022-12-01T10:35:02.3185188Z test_assert_on_size_after_quant_layer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3185378Z Verifies that calculating a size of a quantized tensor works ... ok (0.029s) 2022-12-01T10:35:02.3185608Z test_attention (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.154s) 2022-12-01T10:35:02.3185857Z test_backend_config_quantization_range (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3186529Z Check that quantization ranges specified through the BackendConfig are reflected in ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/utils.py:1004: UserWarning: QConfig activation quantization range must fall within the backend's: 2022-12-01T10:35:02.3187969Z QConfig range = (0, 63), BackendConfig range = (0, 31), ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=63, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f8d9536beb0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f8d9536beb0>}) 2022-12-01T10:35:02.3188283Z warnings.warn(("QConfig %s quantization range must fall within the backend's:\n" 2022-12-01T10:35:02.3188759Z /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/utils.py:1004: UserWarning: QConfig activation quantization range must fall within the backend's: 2022-12-01T10:35:02.3190201Z QConfig range = (0, 255), BackendConfig range = (0, 31), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f8d95352b90>}, weight=functools.partial(, quant_min=-128, quant_max=127, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f8d95352b90>}) 2022-12-01T10:35:02.3190714Z warnings.warn(("QConfig %s quantization range must fall within the backend's:\n" 2022-12-01T10:35:02.3191603Z /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/utils.py:1000: UserWarning: QConfig activation must specify 'quant_min' and 'quant_max', ignoring QConfig(activation=, weight=) 2022-12-01T10:35:02.3191992Z warnings.warn("QConfig %s must specify 'quant_min' and 'quant_max', ignoring %s" % 2022-12-01T10:35:02.3192104Z ok (0.045s) 2022-12-01T10:35:02.3192340Z test_backend_config_scale_min (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3194188Z Test QConfig eps validation against the BackendConfig's min scale value. ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/utils.py:1015: UserWarning: QConfig activation eps (tensor([6.1035e-05])) must be greater than or equal to the backend's min scale value (0.000244140625), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8, eps=6.103515625e-05){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f8d8fa017e0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f8d8fa017e0>}) 2022-12-01T10:35:02.3194399Z warnings.warn(("QConfig %s eps (%s) must be greater than or equal to " 2022-12-01T10:35:02.3196095Z /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/utils.py:1015: UserWarning: QConfig activation eps (tensor([1.1921e-07])) must be greater than or equal to the backend's min scale value (0.000244140625), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f8d953bbbe0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric, eps=6.103515625e-05){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f8d953bbbe0>}) 2022-12-01T10:35:02.3196303Z warnings.warn(("QConfig %s eps (%s) must be greater than or equal to " 2022-12-01T10:35:02.3197371Z /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/utils.py:1012: UserWarning: QConfig activation must specify 'eps', ignoring QConfig(activation=functools.partial(, scale=1.0, zero_point=0){}, weight=functools.partial(, scale=1.0, zero_point=0){}) 2022-12-01T10:35:02.3197696Z warnings.warn("QConfig %s must specify 'eps', ignoring %s" % (debug_string, qconfig)) 2022-12-01T10:35:02.3197810Z ok (0.062s) 2022-12-01T10:35:02.3198027Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3198306Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... ok (1.811s) 2022-12-01T10:35:02.3198539Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3198701Z Test quantizing conv and linear ... ok (1.617s) 2022-12-01T10:35:02.3198930Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3199151Z Test quantizing functional conv and linear with reference option ... ok (1.552s) 2022-12-01T10:35:02.3199386Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.196s) 2022-12-01T10:35:02.3199644Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:35:02.3199941Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:35:02.3200201Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:35:02.3200456Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:35:02.3201264Z test_convert_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/convert.py:582: UserWarning: Passing a QConfig dictionary to convert is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-12-01T10:35:02.3201453Z warnings.warn( 2022-12-01T10:35:02.3202142Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_1_packed_weight_0 target mods1_1_packed_weight_0 mods1_1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3202441Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3203122Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_0_packed_weight_0 target mods1_0_packed_weight_0 mods1_0_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3203429Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3203538Z ok (0.140s) 2022-12-01T10:35:02.3203794Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3204130Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.012s) 2022-12-01T10:35:02.3204361Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3204545Z Test the output of CopyNode to have the same ... ok (0.054s) 2022-12-01T10:35:02.3204782Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.103s) 2022-12-01T10:35:02.3205044Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3205255Z Tests that the flow still works when the input of custom module ... ok (0.033s) 2022-12-01T10:35:02.3205522Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.015s) 2022-12-01T10:35:02.3205764Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3205953Z Make sure default quant is inserted properly ... ok (0.024s) 2022-12-01T10:35:02.3206179Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3206380Z Test to make sure dequantize node are placed before ... ok (0.314s) 2022-12-01T10:35:02.3206588Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3206799Z Make sure quantization runs for models with dictionary output ... ok (0.023s) 2022-12-01T10:35:02.3207041Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3207245Z Tests input for dynamic linear being used by multiple ops ... ok (0.047s) 2022-12-01T10:35:02.3207482Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.065s) 2022-12-01T10:35:02.3207725Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3207892Z Test that weight observer is run in convert step ... ok (0.019s) 2022-12-01T10:35:02.3208112Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3208936Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods2_packed_weight_0 target mods2_packed_weight_0 mods2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3209238Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3209348Z ok (0.060s) 2022-12-01T10:35:02.3209592Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3209809Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... ok (0.042s) 2022-12-01T10:35:02.3210075Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3210349Z Test that the sequence of quant-dequant nodes in the ... ok (0.028s) 2022-12-01T10:35:02.3210576Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.137s) 2022-12-01T10:35:02.3210832Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2022-12-01T10:35:02.3211036Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3211326Z Verifies that fp32 sum works correctly if it's before or after ... ok (0.062s) 2022-12-01T10:35:02.3211581Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:35:02.3211862Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:35:02.3212113Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:35:02.3212358Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-12-01T10:35:02.3212597Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3212792Z Ensure that leaving a possible fusion pattern of multiple nodes ... ok (0.025s) 2022-12-01T10:35:02.3213030Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3213232Z Verifies that binary ops get quantized correctly if some ... ok (0.064s) 2022-12-01T10:35:02.3213457Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (1.226s) 2022-12-01T10:35:02.3213683Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3213886Z Test support for qint8 activation in reference pattern ... ok (0.019s) 2022-12-01T10:35:02.3214158Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-12-01T10:35:02.3214400Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-12-01T10:35:02.3214679Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3214898Z Verifies that an observer is not inserted between an unmatched ... ok (0.024s) 2022-12-01T10:35:02.3215139Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-12-01T10:35:02.3215342Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3215505Z Test quantizing a not used value ... ok (0.017s) 2022-12-01T10:35:02.3215718Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3215976Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... ok (0.034s) 2022-12-01T10:35:02.3216201Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3216400Z Verify that specifying complicated output types does not crash. ... ok (0.027s) 2022-12-01T10:35:02.3216654Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.046s) 2022-12-01T10:35:02.3216871Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3217018Z test MatchAllNode with ... ok (0.008s) 2022-12-01T10:35:02.3217289Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-12-01T10:35:02.3217553Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:35:02.3217843Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:35:02.3218135Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:35:02.3218485Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:35:02.3218756Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:35:02.3219043Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:35:02.3219328Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:35:02.3219610Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:35:02.3219893Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:35:02.3220149Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:35:02.3220383Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.067s) 2022-12-01T10:35:02.3220620Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3220844Z Ensures that copy.deepcopy works correctly on a prepared model. ... ok (0.026s) 2022-12-01T10:35:02.3221064Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-12-01T10:35:02.3221285Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3221522Z Test to make sure the temporary config option to preserve qconfig attributes ... ok (0.026s) 2022-12-01T10:35:02.3221737Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3221905Z Test tuple input type is preserved ... ok (0.017s) 2022-12-01T10:35:02.3222182Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-12-01T10:35:02.3222473Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-12-01T10:35:02.3222803Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-12-01T10:35:02.3223064Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-12-01T10:35:02.3223343Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-12-01T10:35:02.3223625Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-12-01T10:35:02.3223903Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-12-01T10:35:02.3224135Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.440s) 2022-12-01T10:35:02.3224567Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:35:02.3224806Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-12-01T10:35:02.3225046Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.240s) 2022-12-01T10:35:02.3225307Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.146s) 2022-12-01T10:35:02.3225549Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-12-01T10:35:02.3225773Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.071s) 2022-12-01T10:35:02.3226006Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-12-01T10:35:02.3226258Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:35:02.3226563Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:35:02.3226824Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:35:02.3227112Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.005s) 2022-12-01T10:35:02.3227379Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:35:02.3227642Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:35:02.3227865Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:35:02.3228131Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.094s) 2022-12-01T10:35:02.3228387Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2022-12-01T10:35:02.3228628Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-12-01T10:35:02.3228862Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.123s) 2022-12-01T10:35:02.3229104Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.050s) 2022-12-01T10:35:02.3229352Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.040s) 2022-12-01T10:35:02.3229582Z test_qnnpack_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3229841Z Test whether default QNNPACK QConfigs are compatible with the QNNPACK BackendConfig. ... ok (1.467s) 2022-12-01T10:35:02.3230051Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.071s) 2022-12-01T10:35:02.3230266Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3230653Z Test that the FQN of input_scale/zero_point is set ... ok (0.038s) 2022-12-01T10:35:02.3230915Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3231194Z If the output is hardcoded to be quantized, ensure that ... ok (0.128s) 2022-12-01T10:35:02.3231462Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-12-01T10:35:02.3231727Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-12-01T10:35:02.3231954Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3232153Z Test state_dict and deepcopy works properly in the quantized model ... ok (0.045s) 2022-12-01T10:35:02.3232371Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3232567Z Make sure the numerics for models with ref conv module ... ok (0.170s) 2022-12-01T10:35:02.3232793Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3232989Z Make sure the numerics for models with ref linear module ... ok (0.058s) 2022-12-01T10:35:02.3233229Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:35:02.3233463Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-12-01T10:35:02.3233695Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.021s) 2022-12-01T10:35:02.3233958Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-12-01T10:35:02.3234175Z test_reroute_tuple_getitem_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3234414Z The following graph should redirect the output to `b`. After the transformation, ... ok (0.003s) 2022-12-01T10:35:02.3234684Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-12-01T10:35:02.3234979Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.015s) 2022-12-01T10:35:02.3235220Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.257s) 2022-12-01T10:35:02.3235470Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.696s) 2022-12-01T10:35:02.3235698Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.435s) 2022-12-01T10:35:02.3235936Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3236088Z Make sure that shape does not dequantize ... ok (0.032s) 2022-12-01T10:35:02.3236346Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-12-01T10:35:02.3236604Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-12-01T10:35:02.3236872Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.150s) 2022-12-01T10:35:02.3237147Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.140s) 2022-12-01T10:35:02.3237360Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3237547Z Make sure packed params appear in state_dict ... ok (0.100s) 2022-12-01T10:35:02.3237755Z test_static_lstm (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3237980Z Test statically quantized custom module LSTM followed by ops that consume individual ... ok (0.355s) 2022-12-01T10:35:02.3238212Z test_static_lstm_consume_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:35:02.3238458Z Test statically quantized custom module LSTM followed by a module that consumes the ... ok (0.311s) 2022-12-01T10:35:02.3238687Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-12-01T10:35:02.3238972Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-12-01T10:35:02.3239242Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.159s) 2022-12-01T10:35:02.3239538Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-12-01T10:35:02.3239813Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-12-01T10:35:02.3240084Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-12-01T10:35:02.3240326Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-12-01T10:35:02.3240586Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-12-01T10:35:02.3240861Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.001s) 2022-12-01T10:35:02.3241152Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.803s) 2022-12-01T10:35:02.3241415Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.425s) 2022-12-01T10:35:02.3241679Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.692s) 2022-12-01T10:35:02.3241936Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.718s) 2022-12-01T10:35:02.3242207Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.001s) 2022-12-01T10:35:02.3242451Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.382s) 2022-12-01T10:35:02.3242691Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.384s) 2022-12-01T10:35:02.3243027Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.477s) 2022-12-01T10:35:02.3243298Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.002s) 2022-12-01T10:35:02.3243529Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.585s) 2022-12-01T10:35:02.3243764Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.770s) 2022-12-01T10:35:02.3244027Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.057s) 2022-12-01T10:35:02.3244265Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:35:02.3244463Z A test that checks correct patterns are produced for ... ok (0.021s) 2022-12-01T10:35:02.3244784Z test_bmm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:35:02.3244996Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:35:02.3245311Z int8 is not supported for bmm so we won't produce reference ... ok (0.016s) 2022-12-01T10:35:02.3245537Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:35:02.3245815Z Make sure we don't insert observer for boolean Tensors ... ok (0.017s) 2022-12-01T10:35:02.3246026Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:35:02.3246222Z quantization of the output of cat will depend on the ... ok (0.565s) 2022-12-01T10:35:02.3246446Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.025s) 2022-12-01T10:35:02.3246674Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.574s) 2022-12-01T10:35:02.3246886Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.635s) 2022-12-01T10:35:02.3247132Z test_conv_transpose_1d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.608s) 2022-12-01T10:35:02.3247382Z test_conv_transpose_2d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.200s) 2022-12-01T10:35:02.3247612Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:35:02.3247877Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... ok (0.016s) 2022-12-01T10:35:02.3248209Z test_div (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-12-01T10:35:02.3248432Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.835s) 2022-12-01T10:35:02.3248720Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.098s) 2022-12-01T10:35:02.3248963Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.091s) 2022-12-01T10:35:02.3249186Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.559s) 2022-12-01T10:35:02.3249446Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.043s) 2022-12-01T10:35:02.3249695Z test_fixed_qparams_ops_qconfig_error (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:35:02.3250025Z Test that a proper error message is shown when user don't specify the correct ... ok (0.016s) 2022-12-01T10:35:02.3250285Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.060s) 2022-12-01T10:35:02.3250529Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.126s) 2022-12-01T10:35:02.3250771Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (10.724s) 2022-12-01T10:35:02.3251017Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (14.829s) 2022-12-01T10:35:02.3251291Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-12-01T10:35:02.3251688Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:35:02.3251920Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:35:02.3252115Z A test that checks dequantize will be swapped for ... ok (0.313s) 2022-12-01T10:35:02.3252345Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:35:02.3252541Z A test that checks correct patterns are produced for ... ok (0.091s) 2022-12-01T10:35:02.3252756Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:35:02.3252983Z Make sure we only insert observer for getitem if the following node is matched ... ok (0.056s) 2022-12-01T10:35:02.3253219Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.084s) 2022-12-01T10:35:02.3253434Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.809s) 2022-12-01T10:35:02.3253676Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:35:02.3253882Z If the inputs to the graph are quantized and the only node ... ok (0.018s) 2022-12-01T10:35:02.3254120Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.654s) 2022-12-01T10:35:02.3254349Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.949s) 2022-12-01T10:35:02.3254601Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.473s) 2022-12-01T10:35:02.3254841Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (4.900s) 2022-12-01T10:35:02.3255083Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.505s) 2022-12-01T10:35:02.3255396Z test_mish_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:35:02.3255627Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.631s) 2022-12-01T10:35:02.3255859Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.884s) 2022-12-01T10:35:02.3256156Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:35:02.3256343Z Test multiple qconfigs for a single value ... ok (0.025s) 2022-12-01T10:35:02.3257041Z test_norm_weight_bias (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/utils.py:200: UserWarning: Unsupported activation_post_process in get_quantize_node_info: PlaceholderObserver() 2022-12-01T10:35:02.3257310Z warnings.warn(f"Unsupported activation_post_process in get_quantize_node_info: {activation_post_process}") 2022-12-01T10:35:02.3257992Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_packed_weight_0 target mods1_packed_weight_0 mods1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3258296Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3258406Z ok (0.452s) 2022-12-01T10:35:02.3258618Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.457s) 2022-12-01T10:35:02.3258858Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.594s) 2022-12-01T10:35:02.3259098Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.092s) 2022-12-01T10:35:02.3259328Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.136s) 2022-12-01T10:35:02.3259579Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.034s) 2022-12-01T10:35:02.3259810Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:35:02.3259993Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (2.417s) 2022-12-01T10:35:02.3260306Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.039s) 2022-12-01T10:35:02.3260533Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.031s) 2022-12-01T10:35:02.3260776Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.034s) 2022-12-01T10:35:02.3261226Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3261573Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3261908Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3262259Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3262594Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3262925Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3263270Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3263604Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3263998Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3264359Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3264697Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3265005Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3265343Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3265683Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3266013Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3266346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3266675Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3267003Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3267396Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3267724Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3268050Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3268384Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3268715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3269048Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3269384Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3269691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3270021Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3270357Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3271095Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3271449Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3271784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3272110Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3272442Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3272780Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3273113Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3273446Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3273777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3274174Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3274480Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3274820Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3275146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3275470Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3275807Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3276139Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3276466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3276801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3277128Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3277462Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3277839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3278179Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3278503Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3278812Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3279141Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3279469Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3279803Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3280131Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3280457Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3280843Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3281180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3281507Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3281840Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3282169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3282503Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3282836Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3283165Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3283467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3283806Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3284180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3284522Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3284856Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3285189Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3285518Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3285848Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3286171Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3286496Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3286826Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3287206Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3287536Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3287846Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3288176Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3288504Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3288840Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3289174Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3289501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3289874Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3290199Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3290525Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3290905Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3291242Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3291571Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3291905Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3292240Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3292548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3292883Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3293211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3293543Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3293931Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3294261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3294585Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3294921Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3295252Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3295583Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3295916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3296243Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3296567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3296876Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3297255Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3297595Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3297926Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3298250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3298576Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3298915Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3299245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3299572Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3299902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3300231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3300670Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3301003Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3301332Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3301635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3301969Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3302296Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3302627Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3302960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3303286Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3303619Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3303994Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3304332Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3304658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3304989Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3305319Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3305651Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3305962Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3306292Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3306621Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3307020Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3307349Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3307678Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3308005Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3308333Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3308661Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3308990Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3309314Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3309640Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3309970Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3310307Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3310891Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3311246Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3311574Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3311897Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3312226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3312552Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3312877Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3313202Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3313520Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3313927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3314255Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3314578Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3314899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3315205Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3315535Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3315857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3316181Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3316504Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3316825Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3317196Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3317528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3317847Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3318175Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3318501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3318826Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3319153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3319457Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3319780Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3320160Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3320487Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3320810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3321133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3321456Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3321780Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3322111Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3322438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3322758Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3323083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3323410Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3323783Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3324100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3324421Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3324743Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3325070Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3325395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3325716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3326041Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3326363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3326738Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3327066Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3327389Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3327710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3327814Z ok (3.039s) 2022-12-01T10:35:02.3328247Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3328587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3328912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3329247Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3329575Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3329901Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3330277Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3330612Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3330931Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3331259Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3331588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3331913Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3332243Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3332547Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3332867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3333245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3333569Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3333890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3334215Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3334540Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3334865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3335198Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3335522Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3335841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3336167Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3336494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3336863Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3337181Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3337504Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3337826Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3338159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3338480Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3338802Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3339127Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3339448Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3339825Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3340155Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3340480Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3340801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3341125Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3341439Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3341761Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3342085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3342408Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3342736Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3343106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3343437Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3343756Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3344082Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3344410Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3344736Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3345062Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3345383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3345685Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3346092Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3346418Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3346743Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3347068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3347388Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3347711Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3348039Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3348362Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3348682Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3349009Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3349338Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3349706Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3350040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3350345Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3350865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3351208Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3351533Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3351859Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3352183Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3352506Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3352924Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3353254Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3353579Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3353899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3354224Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3354552Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3354856Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3355185Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3355508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3355829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3356217Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3356552Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3356873Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3357195Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3357514Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3357841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3358169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3358490Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3358807Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3359188Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3359497Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3359822Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3360145Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3360466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3360789Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3361117Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3361439Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3361757Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3362082Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3362406Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3362766Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3363104Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3363426Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3363731Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3364064Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3364390Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3364710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3365035Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3365355Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3365726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3366054Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3366378Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3366698Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3367023Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3367349Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3367672Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3367999Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3368306Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3368626Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3368955Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3369331Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3369666Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3369991Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3370311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3370638Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3370965Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3371286Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3371607Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3371933Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3372314Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3372618Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3372946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3373268Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3373587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3373920Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3374244Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3374573Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3374917Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3375244Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3375593Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3375707Z ok (2.451s) 2022-12-01T10:35:02.3376043Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:35:02.3376344Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-12-01T10:35:02.3376680Z test_softmax_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:35:02.3376989Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-12-01T10:35:02.3377294Z test_sum (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:35:02.3377518Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (3.824s) 2022-12-01T10:35:02.3377745Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.545s) 2022-12-01T10:35:02.3378235Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W insert_observers.cpp:1580] Warning: prim::Loop is not yet supported in quantization, please make sure nothing needs to be quantized in the loop (function operator()) 2022-12-01T10:35:02.3378339Z ok (0.949s) 2022-12-01T10:35:02.3378683Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.3378980Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:35:02.3379083Z ok (0.043s) 2022-12-01T10:35:02.3380606Z test_nested (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/module.py:673: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:35:02.3380742Z if param.grad is not None: 2022-12-01T10:35:02.3380842Z ok (1.840s) 2022-12-01T10:35:02.3381086Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-12-01T10:35:02.3381290Z Test observers with ignored function and make sure it works in ... ok (1.752s) 2022-12-01T10:35:02.3382078Z test_single_linear (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-12-01T10:35:02.3382195Z warnings.warn( 2022-12-01T10:35:02.3382280Z ok (5.782s) 2022-12-01T10:35:02.3382739Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:35:02.3383523Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:239.) 2022-12-01T10:35:02.3383710Z return callable(*args, **kwargs) 2022-12-01T10:35:02.3383818Z ok (0.177s) 2022-12-01T10:35:02.3384047Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (7.981s) 2022-12-01T10:35:02.3384283Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.123s) 2022-12-01T10:35:02.3384515Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.780s) 2022-12-01T10:35:02.3384772Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.478s) 2022-12-01T10:35:02.3385003Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:35:02.3385175Z Make sure dequantize can support Tuple of tensor ... ok (2.278s) 2022-12-01T10:35:02.3385404Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.484s) 2022-12-01T10:35:02.3385636Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:35:02.3385825Z A test that checks dequantize will be swapped for ... ok (0.184s) 2022-12-01T10:35:02.3386053Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:35:02.3386246Z A test that checks correct patterns are produced for ... ok (0.511s) 2022-12-01T10:35:02.3386480Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.286s) 2022-12-01T10:35:02.3386716Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.367s) 2022-12-01T10:35:02.3387114Z test_instance_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:35:02.3387468Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:35:02.3387767Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:35:02.3388057Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:35:02.3388339Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:35:02.3388632Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:35:02.3388738Z ok (5.371s) 2022-12-01T10:35:02.3388973Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.425s) 2022-12-01T10:35:02.3389206Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (21.125s) 2022-12-01T10:35:02.3389447Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (12.256s) 2022-12-01T10:35:02.3389754Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.140s) 2022-12-01T10:35:02.3390018Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.306s) 2022-12-01T10:35:02.3390271Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (16.415s) 2022-12-01T10:35:02.3390706Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.326s) 2022-12-01T10:35:02.3390958Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:35:02.3391157Z Test quant fusion for multiple aten::add using same ... ok (2.640s) 2022-12-01T10:35:02.3391405Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (13.379s) 2022-12-01T10:35:02.3391724Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:35:02.3391912Z Test quant fusion for multiple aten::add using same ... ok (27.645s) 2022-12-01T10:35:02.3392168Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.801s) 2022-12-01T10:35:02.3392424Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.507s) 2022-12-01T10:35:02.3392646Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:35:02.3392840Z quantization of the output of cat will be depend on the ... ok (2.726s) 2022-12-01T10:35:02.3393077Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.600s) 2022-12-01T10:35:02.3393314Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:35:02.3393489Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (22.904s) 2022-12-01T10:35:02.3393730Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.868s) 2022-12-01T10:35:02.3393964Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (13.423s) 2022-12-01T10:35:02.3394214Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.738s) 2022-12-01T10:35:02.3394471Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.089s) 2022-12-01T10:35:02.3394714Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.070s) 2022-12-01T10:35:02.3394973Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.070s) 2022-12-01T10:35:02.3395298Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.009s) 2022-12-01T10:35:02.3395547Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.118s) 2022-12-01T10:35:02.3395807Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.114s) 2022-12-01T10:35:02.3396068Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (1.050s) 2022-12-01T10:35:02.3396306Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.093s) 2022-12-01T10:35:02.3396541Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:35:02.3396841Z Test that we don't fuse the cases when module type does not match ... ok (0.009s) 2022-12-01T10:35:02.3397108Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.753s) 2022-12-01T10:35:02.3397355Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.089s) 2022-12-01T10:35:02.3397619Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.081s) 2022-12-01T10:35:02.3397866Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.051s) 2022-12-01T10:35:02.3398117Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.254s) 2022-12-01T10:35:02.3398354Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.040s) 2022-12-01T10:35:02.3398629Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.049s) 2022-12-01T10:35:02.3398888Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:35:02.3399160Z Make sure we skip observers for ops that doesn't require ... ok (0.041s) 2022-12-01T10:35:02.3399422Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.138s) 2022-12-01T10:35:02.3399705Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:35:02.3399878Z check quantization for if works as long as ... ok (0.371s) 2022-12-01T10:35:02.3400196Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.138s) 2022-12-01T10:35:02.3400485Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.034s) 2022-12-01T10:35:02.3400736Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.204s) 2022-12-01T10:35:02.3401025Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.204s) 2022-12-01T10:35:02.3401293Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:35:02.3401509Z Make sure we propagate observed property through general ops ... ok (0.048s) 2022-12-01T10:35:02.3401809Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.056s) 2022-12-01T10:35:02.3402098Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:35:02.3402307Z Make sure we propagate observed property through general ops ... ok (0.053s) 2022-12-01T10:35:02.3402586Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.047s) 2022-12-01T10:35:02.3402853Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.178s) 2022-12-01T10:35:02.3403109Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.041s) 2022-12-01T10:35:02.3403366Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.236s) 2022-12-01T10:35:02.3403722Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.263s) 2022-12-01T10:35:02.3403980Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.220s) 2022-12-01T10:35:02.3404223Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.136s) 2022-12-01T10:35:02.3404465Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:35:02.3404821Z Tests the case where fork and wait calls are in different subgraphs ... [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:35:02.3404925Z ok (0.115s) 2022-12-01T10:35:02.3405195Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.127s) 2022-12-01T10:35:02.3405441Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.012s) 2022-12-01T10:35:02.3405721Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.011s) 2022-12-01T10:35:02.3405972Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:35:02.3406312Z We want to move quantize nodes for output of prim::If ... [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:35:02.3406575Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:35:02.3406826Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:35:02.3407069Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:35:02.3407171Z ok (0.132s) 2022-12-01T10:35:02.3407447Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.129s) 2022-12-01T10:35:02.3407693Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.010s) 2022-12-01T10:35:02.3408119Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.003s) 2022-12-01T10:35:02.3408367Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (2.337s) 2022-12-01T10:35:02.3409000Z test_qconv1d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Local only - currently the qconv1d_cudnn op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.008s) 2022-12-01T10:35:02.3409249Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.860s) 2022-12-01T10:35:02.3409478Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (6.880s) 2022-12-01T10:35:02.3410102Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Local only - currently the qconv2d_cudnn op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.008s) 2022-12-01T10:35:02.3410346Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.217s) 2022-12-01T10:35:02.3410570Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.760s) 2022-12-01T10:35:02.3410811Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.744s) 2022-12-01T10:35:02.3411041Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (3.595s) 2022-12-01T10:35:02.3411420Z test_qconv_transpose2d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-12-01T10:35:02.3411853Z test_qconv_transpose3d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.004s) 2022-12-01T10:35:02.3412121Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.198s) 2022-12-01T10:35:02.3412385Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-12-01T10:35:02.3412588Z Tests the case where 2D indices are passed into the operator ... ok (0.003s) 2022-12-01T10:35:02.3412860Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.180s) 2022-12-01T10:35:02.3413172Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:35:02.3413436Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-12-01T10:35:02.3413637Z Tests the case where 2D indices are passed into the operator ... ok (0.004s) 2022-12-01T10:35:02.3413897Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.181s) 2022-12-01T10:35:02.3414208Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:35:02.3414476Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.194s) 2022-12-01T10:35:02.3414792Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:35:02.3415080Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.477s) 2022-12-01T10:35:02.3415367Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.472s) 2022-12-01T10:35:02.3415650Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.210s) 2022-12-01T10:35:02.3416654Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4227: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-12-01T10:35:02.3416777Z warnings.warn( 2022-12-01T10:35:02.3416880Z ok (0.089s) 2022-12-01T10:35:02.3417151Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.002s) 2022-12-01T10:35:02.3417389Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (1.765s) 2022-12-01T10:35:02.3418024Z test_qlinear_cudnn (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: Local only - currently the qlinear_cudnn op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.009s) 2022-12-01T10:35:02.3418276Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.219s) 2022-12-01T10:35:02.3418525Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.857s) 2022-12-01T10:35:02.3418785Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.113s) 2022-12-01T10:35:02.3419047Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.102s) 2022-12-01T10:35:02.3419289Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.330s) 2022-12-01T10:35:02.3419520Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:35:02.3419706Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.013s) 2022-12-01T10:35:02.3419924Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:35:02.3420235Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.454s) 2022-12-01T10:35:02.3420462Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:35:02.3420717Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.564s) 2022-12-01T10:35:02.3420929Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:35:02.3421178Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (6.304s) 2022-12-01T10:35:02.3421395Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:35:02.3421626Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (8.813s) 2022-12-01T10:35:02.3421860Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.898s) 2022-12-01T10:35:02.3422098Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.720s) 2022-12-01T10:35:02.3422325Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.551s) 2022-12-01T10:35:02.3422555Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.496s) 2022-12-01T10:35:02.3422799Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.717s) 2022-12-01T10:35:02.3423049Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (59.905s) 2022-12-01T10:35:02.3423820Z test_custom_module_multi_head_attention (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-12-01T10:35:02.3423934Z warnings.warn( 2022-12-01T10:35:02.3424018Z ok (14.064s) 2022-12-01T10:35:02.3424696Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:35:02.3425018Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:35:02.3425130Z ok (0.016s) 2022-12-01T10:35:02.3425355Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.282s) 2022-12-01T10:35:02.3425588Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (9.327s) 2022-12-01T10:35:02.3425819Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.607s) 2022-12-01T10:35:02.3426053Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.817s) 2022-12-01T10:35:02.3426288Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.947s) 2022-12-01T10:35:02.3426498Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:35:02.3426705Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (4.008s) 2022-12-01T10:35:02.3426928Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:35:02.3427100Z This test cover upsample_nearest3d ... ok (19.949s) 2022-12-01T10:35:02.3427330Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.034s) 2022-12-01T10:35:02.3427587Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.917s) 2022-12-01T10:35:02.3427830Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.005s) 2022-12-01T10:35:02.3428060Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.408s) 2022-12-01T10:35:02.3428272Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.905s) 2022-12-01T10:35:02.3428955Z test_max_pool2d_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Local only - currently the qconv2d_cudnn op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.007s) 2022-12-01T10:35:02.3429201Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.817s) 2022-12-01T10:35:02.3429427Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.028s) 2022-12-01T10:35:02.3429665Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.388s) 2022-12-01T10:35:02.3430396Z test_qadd_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 4, 4], which does not match the required output shape [2, 1, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:35:02.3430704Z ok (0.003s) 2022-12-01T10:35:02.3431362Z test_qadd_relu_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Local only - currently the test_qadd_relu_cudnn op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.002s) 2022-12-01T10:35:02.3432009Z test_qadd_relu_cudnn_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Local only - currently the test_qadd_relu_cudnn_nhwc op is bulid with USE_EXPERIMENTAL_CUDNN_V8_API, we can enable the test after it is built by default (0.002s) 2022-12-01T10:35:02.3432275Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.009s) 2022-12-01T10:35:02.3432528Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.009s) 2022-12-01T10:35:02.3432754Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.224s) 2022-12-01T10:35:02.3432973Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.013s) 2022-12-01T10:35:02.3433195Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.262s) 2022-12-01T10:35:02.3433487Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.240s) 2022-12-01T10:35:02.3433741Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.587s) 2022-12-01T10:35:02.3433973Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.163s) 2022-12-01T10:35:02.3434201Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.259s) 2022-12-01T10:35:02.3434441Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.002s) 2022-12-01T10:35:02.3434699Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.008s) 2022-12-01T10:35:02.3434940Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.729s) 2022-12-01T10:35:02.3435171Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.073s) 2022-12-01T10:35:02.3435397Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (8.291s) 2022-12-01T10:35:02.3435618Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.378s) 2022-12-01T10:35:02.3435846Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.284s) 2022-12-01T10:35:02.3436091Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.104s) 2022-12-01T10:35:02.3436448Z test_qtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.006s) 2022-12-01T10:35:02.3436684Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.257s) 2022-12-01T10:35:02.3437341Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... /var/lib/jenkins/workspace/test/quantization/core/test_quantized_op.py:2001: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:35:02.3437481Z indices = torch.tensor(X).long() 2022-12-01T10:35:02.3437568Z ok (0.162s) 2022-12-01T10:35:02.3437822Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.018s) 2022-12-01T10:35:02.3438050Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.273s) 2022-12-01T10:35:02.3438301Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.321s) 2022-12-01T10:35:02.3438522Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (4.032s) 2022-12-01T10:35:02.3439527Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:35:02.3439678Z warnings.warn(msg, FutureWarning) 2022-12-01T10:35:02.3439779Z ok (0.002s) 2022-12-01T10:35:02.3440169Z test_choose_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-12-01T10:35:02.3440430Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-12-01T10:35:02.3440671Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-12-01T10:35:02.3440960Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.083s) 2022-12-01T10:35:02.3441253Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-12-01T10:35:02.3441590Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-12-01T10:35:02.3441869Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-12-01T10:35:02.3442133Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-12-01T10:35:02.3442675Z test_fp16_saturate_op (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /var/lib/jenkins/workspace/test/quantization/core/test_quantized_tensor.py:1393: UserWarning: FOUND weight out of range (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/QuantUtils.h:204.) 2022-12-01T10:35:02.3442819Z y = torch._saturate_weight_to_fp16(x) 2022-12-01T10:35:02.3442923Z ok (0.001s) 2022-12-01T10:35:02.3443169Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.012s) 2022-12-01T10:35:02.3443453Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:35:02.3443735Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-12-01T10:35:02.3444022Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:35:02.3444291Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-12-01T10:35:02.3444572Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:35:02.3444836Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:35:02.3445168Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-12-01T10:35:02.3445430Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:35:02.3445698Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.111s) 2022-12-01T10:35:02.3445950Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.038s) 2022-12-01T10:35:02.3446202Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-12-01T10:35:02.3446462Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-12-01T10:35:02.3446714Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.018s) 2022-12-01T10:35:02.3446971Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:35:02.3447245Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.025s) 2022-12-01T10:35:02.3447526Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.050s) 2022-12-01T10:35:02.3447795Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.020s) 2022-12-01T10:35:02.3448052Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.040s) 2022-12-01T10:35:02.3448325Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.012s) 2022-12-01T10:35:02.3448592Z test_qtensor_index_put_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.021s) 2022-12-01T10:35:02.3448860Z test_qtensor_index_put_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.027s) 2022-12-01T10:35:02.3449132Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:35:02.3449400Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:35:02.3449701Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-12-01T10:35:02.3449987Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-12-01T10:35:02.3450249Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.011s) 2022-12-01T10:35:02.3450502Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.031s) 2022-12-01T10:35:02.3450770Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.027s) 2022-12-01T10:35:02.3451049Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-12-01T10:35:02.3451329Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.021s) 2022-12-01T10:35:02.3451594Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.021s) 2022-12-01T10:35:02.3451860Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-12-01T10:35:02.3452133Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.845s) 2022-12-01T10:35:02.3452389Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-12-01T10:35:02.3452962Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:760: UserWarning: non-inplace resize is deprecated 2022-12-01T10:35:02.3453254Z warnings.warn("non-inplace resize is deprecated") 2022-12-01T10:35:02.3453342Z ok (0.006s) 2022-12-01T10:35:02.3453617Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-12-01T10:35:02.3453902Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:35:02.3454167Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.030s) 2022-12-01T10:35:02.3454418Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.019s) 2022-12-01T10:35:02.3454674Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-12-01T10:35:02.3454961Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.838s) 2022-12-01T10:35:02.3455223Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-12-01T10:35:02.3455505Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.035s) 2022-12-01T10:35:02.3455753Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:35:02.3456028Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:35:02.3456319Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.020s) 2022-12-01T10:35:02.3456598Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.011s) 2022-12-01T10:35:02.3456846Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:35:02.3457054Z Checks the rnn reference quantized modules has correct numerics ... ok (0.018s) 2022-12-01T10:35:02.3457311Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:35:02.3457531Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.012s) 2022-12-01T10:35:02.3457770Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:35:02.3457921Z Embedding and EmbeddingBag ... ok (0.007s) 2022-12-01T10:35:02.3458234Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.080s) 2022-12-01T10:35:02.3458511Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.039s) 2022-12-01T10:35:02.3458775Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.038s) 2022-12-01T10:35:02.3459039Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.038s) 2022-12-01T10:35:02.3459301Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.127s) 2022-12-01T10:35:02.3459574Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.039s) 2022-12-01T10:35:02.3459837Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.038s) 2022-12-01T10:35:02.3460114Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.038s) 2022-12-01T10:35:02.3460376Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.078s) 2022-12-01T10:35:02.3460626Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.015s) 2022-12-01T10:35:02.3460886Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.015s) 2022-12-01T10:35:02.3461156Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.013s) 2022-12-01T10:35:02.3461407Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.055s) 2022-12-01T10:35:02.3461672Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.073s) 2022-12-01T10:35:02.3462002Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.054s) 2022-12-01T10:35:02.3462903Z test_linear_relu_package_quantization_transforms (quantization.bc.test_backward_compatibility.TestSerialization) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/fx/prepare.py:1530: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-12-01T10:35:02.3463003Z warnings.warn( 2022-12-01T10:35:02.3463680Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node child_packed_weight_0 target child_packed_weight_0 child_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3463975Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3464616Z /opt/conda/lib/python3.10/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:35:02.3464905Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:35:02.3465009Z ok (0.366s) 2022-12-01T10:35:02.3465263Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.041s) 2022-12-01T10:35:02.3465541Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.003s) 2022-12-01T10:35:02.3465816Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.002s) 2022-12-01T10:35:02.3466067Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:35:02.3466237Z Tests the correctness of the batchnorm2d module. ... ok (0.003s) 2022-12-01T10:35:02.3467009Z test_batch_norm2d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/utils.py:287: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:35:02.3467131Z warnings.warn( 2022-12-01T10:35:02.3467232Z ok (0.012s) 2022-12-01T10:35:02.3467484Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:35:02.3467666Z Tests the correctness of the batchnorm3d module. ... ok (0.003s) 2022-12-01T10:35:02.3467959Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.011s) 2022-12-01T10:35:02.3468227Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (6.024s) 2022-12-01T10:35:02.3468472Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (6.079s) 2022-12-01T10:35:02.3468733Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.574s) 2022-12-01T10:35:02.3468983Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:35:02.3469165Z Tests the correctness of the dropout module. ... ok (0.002s) 2022-12-01T10:35:02.3469458Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.008s) 2022-12-01T10:35:02.3469697Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:35:02.3469867Z Tests the correctness of the ELU module. ... ok (0.003s) 2022-12-01T10:35:02.3470144Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (4.596s) 2022-12-01T10:35:02.3470405Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:35:02.3470832Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... ok (4.855s) 2022-12-01T10:35:02.3471190Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:35:02.3471372Z Tests the correctness of the groupnorm module. ... ok (0.005s) 2022-12-01T10:35:02.3471626Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:35:02.3471821Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.012s) 2022-12-01T10:35:02.3472064Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:35:02.3472240Z Tests the correctness of the layernorm module. ... ok (0.004s) 2022-12-01T10:35:02.3472511Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-12-01T10:35:02.3472767Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (50.520s) 2022-12-01T10:35:02.3473013Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:35:02.3473192Z Tests the correctness of the pool module. ... ok (0.020s) 2022-12-01T10:35:02.3473454Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.004s) 2022-12-01T10:35:02.3473736Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-12-01T10:35:02.3473996Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-12-01T10:35:02.3474260Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-12-01T10:35:02.3474550Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (4.817s) 2022-12-01T10:35:02.3474844Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.356s) 2022-12-01T10:35:02.3475143Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.045s) 2022-12-01T10:35:02.3475499Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.037s) 2022-12-01T10:35:02.3475862Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.047s) 2022-12-01T10:35:02.3476174Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.045s) 2022-12-01T10:35:02.3476522Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.048s) 2022-12-01T10:35:02.3476808Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-12-01T10:35:02.3477021Z This tests that a placeholder Node can be matched to a Node with ... ok (0.045s) 2022-12-01T10:35:02.3477319Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.046s) 2022-12-01T10:35:02.3477644Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.037s) 2022-12-01T10:35:02.3477947Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.045s) 2022-12-01T10:35:02.3478220Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.067s) 2022-12-01T10:35:02.3478519Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.045s) 2022-12-01T10:35:02.3478831Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.045s) 2022-12-01T10:35:02.3479068Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2022-12-01T10:35:02.3479342Z Test that we can record complex example inputs such as lists and dicts ... ok (0.007s) 2022-12-01T10:35:02.3479578Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2022-12-01T10:35:02.3479815Z Test that we can get example inputs for functions with default keyword arguments ... ok (0.007s) 2022-12-01T10:35:02.3480059Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... ok (0.007s) 2022-12-01T10:35:02.3480277Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2022-12-01T10:35:02.3480516Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... ok (0.002s) 2022-12-01T10:35:02.3480745Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2022-12-01T10:35:02.3480978Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... ok (0.002s) 2022-12-01T10:35:02.3481010Z 2022-12-01T10:35:02.3481298Z ---------------------------------------------------------------------- 2022-12-01T10:35:02.3481420Z Ran 942 tests in 857.027s 2022-12-01T10:35:02.3481441Z 2022-12-01T10:35:02.3481551Z OK (skipped=46) 2022-12-01T10:35:02.3481571Z 2022-12-01T10:35:02.3481697Z Generating XML reports... 2022-12-01T10:35:02.3482253Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221201102043.xml 2022-12-01T10:35:02.3482788Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221201102043.xml 2022-12-01T10:35:02.3483324Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221201102043.xml 2022-12-01T10:35:02.3483871Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221201102043.xml 2022-12-01T10:35:02.3484370Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20221201102043.xml 2022-12-01T10:35:02.3484948Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221201102043.xml 2022-12-01T10:35:02.3485435Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20221201102043.xml 2022-12-01T10:35:02.3485959Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221201102043.xml 2022-12-01T10:35:02.3486443Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20221201102043.xml 2022-12-01T10:35:02.3486975Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221201102043.xml 2022-12-01T10:35:02.3487480Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221201102043.xml 2022-12-01T10:35:02.3487967Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221201102043.xml 2022-12-01T10:35:02.3488424Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221201102043.xml 2022-12-01T10:35:02.3488889Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221201102043.xml 2022-12-01T10:35:02.3489401Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221201102043.xml 2022-12-01T10:35:02.3490043Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221201102043.xml 2022-12-01T10:35:02.3490535Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221201102043.xml 2022-12-01T10:35:02.3491010Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221201102043.xml 2022-12-01T10:35:02.3491473Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221201102043.xml 2022-12-01T10:35:02.3491913Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221201102043.xml 2022-12-01T10:35:02.3492405Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221201102043.xml 2022-12-01T10:35:02.3492939Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221201102043.xml 2022-12-01T10:35:02.3493414Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221201102043.xml 2022-12-01T10:35:02.3493962Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221201102043.xml 2022-12-01T10:35:02.3494447Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221201102043.xml 2022-12-01T10:35:02.3494923Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221201102043.xml 2022-12-01T10:35:02.3495480Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221201102043.xml 2022-12-01T10:35:02.3496034Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221201102043.xml 2022-12-01T10:35:02.3496553Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221201102043.xml 2022-12-01T10:35:02.3497060Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221201102043.xml 2022-12-01T10:35:02.3497566Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221201102043.xml 2022-12-01T10:35:02.3498075Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221201102043.xml 2022-12-01T10:35:02.3498594Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221201102043.xml 2022-12-01T10:35:02.3499066Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20221201102043.xml 2022-12-01T10:35:02.3499529Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20221201102043.xml 2022-12-01T10:35:02.3500002Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221201102043.xml 2022-12-01T10:35:02.3500457Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20221201102043.xml 2022-12-01T10:35:02.3500962Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221201102043.xml 2022-12-01T10:35:02.3501536Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221201102043.xml 2022-12-01T10:35:02.3502045Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221201102043.xml 2022-12-01T10:35:02.3502576Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221201102043.xml 2022-12-01T10:35:02.3503096Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221201102043.xml 2022-12-01T10:35:02.3503592Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221201102043.xml 2022-12-01T10:35:02.3504134Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221201102043.xml 2022-12-01T10:35:02.3504596Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221201102043.xml 2022-12-01T10:35:02.3505081Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221201102043.xml 2022-12-01T10:35:02.3505552Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221201102043.xml 2022-12-01T10:35:02.3506020Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221201102043.xml 2022-12-01T10:35:02.3506485Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221201102043.xml 2022-12-01T10:35:02.3506973Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221201102043.xml 2022-12-01T10:35:02.3507501Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221201102043.xml 2022-12-01T10:35:02.3508017Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221201102043.xml 2022-12-01T10:35:02.3508557Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221201102043.xml 2022-12-01T10:35:02.3509035Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221201102043.xml 2022-12-01T10:35:02.3509501Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221201102043.xml 2022-12-01T10:35:02.3510000Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221201102043.xml 2022-12-01T10:35:02.3510724Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221201102043.xml 2022-12-01T10:35:02.3511285Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221201102043.xml 2022-12-01T10:35:02.3511797Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221201102043.xml 2022-12-01T10:35:02.3512305Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221201102043.xml 2022-12-01T10:35:02.3512891Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201102043.xml 2022-12-01T10:35:02.3513333Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20221201102043.xml 2022-12-01T10:35:02.3513838Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221201102043.xml 2022-12-01T10:35:02.3514371Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20221201102043.xml 2022-12-01T10:35:02.3514393Z 2022-12-01T10:35:02.3514982Z ##[endgroup] 2022-12-01T10:35:02.3515387Z FINISHED PRINTING LOG FILE of test_quantization (/var/lib/jenkins/workspace/test/test-reports/test_quantization_8lp3mkng) 2022-12-01T10:35:02.3515408Z 2022-12-01T10:35:04.3143725Z Ignoring disabled issues: [] 2022-12-01T10:35:04.3478685Z Running test_jit_fuser_te ... [2022-12-01 10:35:04.347330] 2022-12-01T10:35:04.3480960Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:35:04.347756] 2022-12-01T10:37:37.4568033Z 2022-12-01T10:37:37.4571040Z Expand the folded group to see the log file of test_meta 2022-12-01T10:37:37.4571906Z ##[group]PRINTING LOG FILE of test_meta (/var/lib/jenkins/workspace/test/test-reports/test_meta_0m9f1f4v) 2022-12-01T10:37:37.4580419Z 2022-12-01T10:37:37.4580774Z Running tests... 2022-12-01T10:37:37.4585777Z ---------------------------------------------------------------------- 2022-12-01T10:37:37.4588589Z Test results will be stored in test-reports/python-unittest/test_meta 2022-12-01T10:37:37.4589195Z test_dispatch_meta_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4589614Z test_dispatch_meta_H_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4590348Z test_dispatch_meta_H_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4591358Z test_dispatch_meta_H_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4592208Z test_dispatch_meta_H_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4592957Z test_dispatch_meta_H_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4593780Z test_dispatch_meta_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4594269Z test_dispatch_meta_H_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4596627Z test_dispatch_meta_H_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4597450Z test_dispatch_meta_H_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4598146Z test_dispatch_meta_H_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4598885Z test_dispatch_meta_H_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4599456Z test_dispatch_meta_H_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4600334Z test_dispatch_meta_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4601062Z test_dispatch_meta_T_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4601625Z test_dispatch_meta_T_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4602413Z test_dispatch_meta_T_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4602937Z test_dispatch_meta_T_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4603329Z test_dispatch_meta_T_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4604007Z test_dispatch_meta_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4604634Z test_dispatch_meta_T_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4605289Z test_dispatch_meta_T_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4606031Z test_dispatch_meta_T_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4606707Z test_dispatch_meta_T_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4623670Z test_dispatch_meta_T_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4624390Z test_dispatch_meta_T_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4625121Z test_dispatch_meta___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.4625826Z test_dispatch_meta___getitem___cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.4626452Z test_dispatch_meta___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.4626891Z test_dispatch_meta___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.4627482Z test_dispatch_meta___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.4628329Z test_dispatch_meta___getitem___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.4629009Z test_dispatch_meta___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.4629834Z test_dispatch_meta___getitem___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.4630927Z test_dispatch_meta___getitem___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4631738Z test_dispatch_meta___getitem___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4632387Z test_dispatch_meta___getitem___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4633253Z test_dispatch_meta___getitem___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4634047Z test_dispatch_meta___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4634890Z test_dispatch_meta___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4635557Z test_dispatch_meta___radd___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4636288Z test_dispatch_meta___radd___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.4637122Z test_dispatch_meta___radd___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.4637547Z test_dispatch_meta___radd___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4637977Z test_dispatch_meta___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4638408Z test_dispatch_meta___radd___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4638952Z test_dispatch_meta___radd___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4639380Z test_dispatch_meta___radd___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4639925Z test_dispatch_meta___radd___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4640369Z test_dispatch_meta___radd___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4640905Z test_dispatch_meta___radd___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4641396Z test_dispatch_meta___rand___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4642192Z test_dispatch_meta___rand___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4642981Z test_dispatch_meta___rand___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4643471Z test_dispatch_meta___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4644016Z test_dispatch_meta___rand___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4644435Z test_dispatch_meta___rand___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4644979Z test_dispatch_meta___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.4645724Z test_dispatch_meta___rdiv___cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4646151Z test_dispatch_meta___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4646597Z test_dispatch_meta___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4647005Z test_dispatch_meta___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4647541Z test_dispatch_meta___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4648337Z test_dispatch_meta___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4648957Z test_dispatch_meta___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4649693Z test_dispatch_meta___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4650117Z test_dispatch_meta___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4650615Z test_dispatch_meta___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4651296Z test_dispatch_meta___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4652054Z test_dispatch_meta___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.484s) 2022-12-01T10:37:37.4658449Z test_dispatch_meta___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.4659318Z test_dispatch_meta___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.4659840Z test_dispatch_meta___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.4660464Z test_dispatch_meta___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.4661289Z test_dispatch_meta___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.4662191Z test_dispatch_meta___rmod___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4662866Z test_dispatch_meta___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4663910Z test_dispatch_meta___rmod___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4664536Z test_dispatch_meta___rmod___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4665572Z test_dispatch_meta___rmod___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4666445Z test_dispatch_meta___rmod___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4667159Z test_dispatch_meta___rmod___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4667962Z test_dispatch_meta___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4668734Z test_dispatch_meta___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4669435Z test_dispatch_meta___rmul___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4670166Z test_dispatch_meta___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.4671268Z test_dispatch_meta___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.4672069Z test_dispatch_meta___rmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4672861Z test_dispatch_meta___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4673540Z test_dispatch_meta___rmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4674281Z test_dispatch_meta___rmul___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4675016Z test_dispatch_meta___rmul___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4675730Z test_dispatch_meta___rmul___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4676410Z test_dispatch_meta___rmul___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4677167Z test_dispatch_meta___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4678018Z test_dispatch_meta___ror___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4678751Z test_dispatch_meta___ror___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4679450Z test_dispatch_meta___ror___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4680122Z test_dispatch_meta___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4680909Z test_dispatch_meta___ror___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4681741Z test_dispatch_meta___ror___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.4682271Z test_dispatch_meta___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.4683183Z test_dispatch_meta___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.4684130Z test_dispatch_meta___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.4684584Z test_dispatch_meta___rpow___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.4685063Z test_dispatch_meta___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.4685496Z test_dispatch_meta___rpow___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.4685860Z test_dispatch_meta___rpow___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4686279Z test_dispatch_meta___rpow___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4686735Z test_dispatch_meta___rpow___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4687191Z test_dispatch_meta___rpow___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4687931Z test_dispatch_meta___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4688762Z test_dispatch_meta___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.4689577Z test_dispatch_meta___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4690654Z test_dispatch_meta___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4691744Z test_dispatch_meta___rsub___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.4692295Z test_dispatch_meta___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.4693688Z test_dispatch_meta___rsub___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.4694574Z test_dispatch_meta___rsub___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.4695524Z test_dispatch_meta___rsub___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.4696511Z test_dispatch_meta___rsub___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4697453Z test_dispatch_meta___rsub___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4698348Z test_dispatch_meta___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4699354Z test_dispatch_meta___rxor___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4700364Z test_dispatch_meta___rxor___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4701339Z test_dispatch_meta___rxor___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4702285Z test_dispatch_meta___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4703248Z test_dispatch_meta___rxor___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4704235Z test_dispatch_meta___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4705167Z test_dispatch_meta_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4706138Z test_dispatch_meta_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4707112Z test_dispatch_meta_abs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.319s) 2022-12-01T10:37:37.4708304Z test_dispatch_meta_abs_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.258s) 2022-12-01T10:37:37.4709234Z test_dispatch_meta_abs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.222s) 2022-12-01T10:37:37.4710175Z test_dispatch_meta_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4711327Z test_dispatch_meta_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4712079Z test_dispatch_meta_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4712942Z test_dispatch_meta_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4713638Z test_dispatch_meta_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4714408Z test_dispatch_meta_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4715091Z test_dispatch_meta_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4715768Z test_dispatch_meta_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4716567Z test_dispatch_meta_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4717295Z test_dispatch_meta_acos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4718063Z test_dispatch_meta_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4718764Z test_dispatch_meta_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4719472Z test_dispatch_meta_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4720252Z test_dispatch_meta_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4721018Z test_dispatch_meta_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4721729Z test_dispatch_meta_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4722482Z test_dispatch_meta_acos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4723215Z test_dispatch_meta_acos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4723964Z test_dispatch_meta_acos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4724882Z test_dispatch_meta_acos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4725610Z test_dispatch_meta_acos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4726344Z test_dispatch_meta_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4727139Z test_dispatch_meta_acosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4727858Z test_dispatch_meta_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4728570Z test_dispatch_meta_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4729382Z test_dispatch_meta_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4730136Z test_dispatch_meta_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4731007Z test_dispatch_meta_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4731743Z test_dispatch_meta_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4732523Z test_dispatch_meta_acosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4733196Z test_dispatch_meta_acosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4733938Z test_dispatch_meta_acosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4734675Z test_dispatch_meta_acosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4735393Z test_dispatch_meta_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4736158Z test_dispatch_meta_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.4736881Z test_dispatch_meta_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4737794Z test_dispatch_meta_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.4738524Z test_dispatch_meta_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.4739291Z test_dispatch_meta_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.4740001Z test_dispatch_meta_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.4740770Z test_dispatch_meta_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.4741375Z test_dispatch_meta_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.4742170Z test_dispatch_meta_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4743051Z test_dispatch_meta_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4743809Z test_dispatch_meta_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4744223Z test_dispatch_meta_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4744535Z test_dispatch_meta_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4745068Z test_dispatch_meta_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.4745512Z test_dispatch_meta_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.4745918Z test_dispatch_meta_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4746323Z test_dispatch_meta_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.4746808Z test_dispatch_meta_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.4747170Z test_dispatch_meta_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.4747639Z test_dispatch_meta_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (3.721s) 2022-12-01T10:37:37.4748128Z test_dispatch_meta_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (3.548s) 2022-12-01T10:37:37.4748563Z test_dispatch_meta_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.4748997Z test_dispatch_meta_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.4749491Z test_dispatch_meta_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.4749918Z test_dispatch_meta_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.4750398Z test_dispatch_meta_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (3.228s) 2022-12-01T10:37:37.4751453Z test_dispatch_meta_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.825s) 2022-12-01T10:37:37.4752261Z test_dispatch_meta_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.4753041Z test_dispatch_meta_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.4753801Z test_dispatch_meta_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.4754522Z test_dispatch_meta_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.4755328Z test_dispatch_meta_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.4756080Z test_dispatch_meta_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.4756783Z test_dispatch_meta_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.4757611Z test_dispatch_meta_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.4758350Z test_dispatch_meta_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4759105Z test_dispatch_meta_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4759901Z test_dispatch_meta_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4760690Z test_dispatch_meta_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4761625Z test_dispatch_meta_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4762430Z test_dispatch_meta_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4763241Z test_dispatch_meta_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4764073Z test_dispatch_meta_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.4764918Z test_dispatch_meta_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.4765750Z test_dispatch_meta_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4766652Z test_dispatch_meta_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4767466Z test_dispatch_meta_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4768245Z test_dispatch_meta_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4769068Z test_dispatch_meta_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4769890Z test_dispatch_meta_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4770642Z test_dispatch_meta_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4771450Z test_dispatch_meta_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4772189Z test_dispatch_meta_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4772989Z test_dispatch_meta_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.4773600Z test_dispatch_meta_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4774439Z test_dispatch_meta_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.4775238Z test_dispatch_meta_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4776003Z test_dispatch_meta_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.4776824Z test_dispatch_meta_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.4777565Z test_dispatch_meta_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4778448Z test_dispatch_meta_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.4779138Z test_dispatch_meta_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.4779959Z test_dispatch_meta_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.4780659Z test_dispatch_meta_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.4781437Z test_dispatch_meta_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.4782134Z test_dispatch_meta_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4782844Z test_dispatch_meta_all_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.4783605Z test_dispatch_meta_all_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4784366Z test_dispatch_meta_all_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4785109Z test_dispatch_meta_all_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4785861Z test_dispatch_meta_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.4786628Z test_dispatch_meta_all_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.4787239Z test_dispatch_meta_all_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4788059Z test_dispatch_meta_all_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4788774Z test_dispatch_meta_all_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4789487Z test_dispatch_meta_all_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4790167Z test_dispatch_meta_all_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4791313Z test_dispatch_meta_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.290s) 2022-12-01T10:37:37.4792095Z test_dispatch_meta_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.298s) 2022-12-01T10:37:37.4792881Z test_dispatch_meta_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.296s) 2022-12-01T10:37:37.4793694Z test_dispatch_meta_allclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.294s) 2022-12-01T10:37:37.4794475Z test_dispatch_meta_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.288s) 2022-12-01T10:37:37.4795171Z test_dispatch_meta_allclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.296s) 2022-12-01T10:37:37.4795851Z test_dispatch_meta_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.4796644Z test_dispatch_meta_amax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.4797418Z test_dispatch_meta_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.4798186Z test_dispatch_meta_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.4798907Z test_dispatch_meta_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.4799771Z test_dispatch_meta_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.4800493Z test_dispatch_meta_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.4801166Z test_dispatch_meta_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.4801987Z test_dispatch_meta_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.4802766Z test_dispatch_meta_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.4803442Z test_dispatch_meta_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.4804266Z test_dispatch_meta_amin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.4804964Z test_dispatch_meta_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.4805797Z test_dispatch_meta_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.4806528Z test_dispatch_meta_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.4807388Z test_dispatch_meta_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.4808108Z test_dispatch_meta_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.4808919Z test_dispatch_meta_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.4809627Z test_dispatch_meta_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.4810453Z test_dispatch_meta_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.4811233Z test_dispatch_meta_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4811965Z test_dispatch_meta_aminmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4812720Z test_dispatch_meta_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4813460Z test_dispatch_meta_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4814218Z test_dispatch_meta_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4815081Z test_dispatch_meta_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4815982Z test_dispatch_meta_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4816444Z test_dispatch_meta_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4816907Z test_dispatch_meta_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4817325Z test_dispatch_meta_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4817751Z test_dispatch_meta_angle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4818281Z test_dispatch_meta_angle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.292s) 2022-12-01T10:37:37.4818855Z test_dispatch_meta_angle_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.304s) 2022-12-01T10:37:37.4819520Z test_dispatch_meta_angle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.311s) 2022-12-01T10:37:37.4820121Z test_dispatch_meta_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4820576Z test_dispatch_meta_angle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4821129Z test_dispatch_meta_angle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4821795Z test_dispatch_meta_angle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4822509Z test_dispatch_meta_angle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4823262Z test_dispatch_meta_angle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4824106Z test_dispatch_meta_angle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4824889Z test_dispatch_meta_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4825628Z test_dispatch_meta_any_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4826360Z test_dispatch_meta_any_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.4827136Z test_dispatch_meta_any_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4827905Z test_dispatch_meta_any_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4828683Z test_dispatch_meta_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4829412Z test_dispatch_meta_any_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4830219Z test_dispatch_meta_any_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.4833330Z test_dispatch_meta_any_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4834144Z test_dispatch_meta_any_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4834934Z test_dispatch_meta_any_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.4835676Z test_dispatch_meta_any_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4836530Z test_dispatch_meta_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.4837352Z test_dispatch_meta_arange_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.4838051Z test_dispatch_meta_arange_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.4838856Z test_dispatch_meta_arange_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4839618Z test_dispatch_meta_arange_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.4840313Z test_dispatch_meta_arange_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.4841105Z test_dispatch_meta_arange_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.4841834Z test_dispatch_meta_arange_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.4842594Z test_dispatch_meta_arange_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.4843374Z test_dispatch_meta_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.4844113Z test_dispatch_meta_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.4844955Z test_dispatch_meta_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.4845649Z test_dispatch_meta_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.4846361Z test_dispatch_meta_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.4847078Z test_dispatch_meta_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4847873Z test_dispatch_meta_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.4848807Z test_dispatch_meta_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.4849547Z test_dispatch_meta_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.4850268Z test_dispatch_meta_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4851074Z test_dispatch_meta_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.4851822Z test_dispatch_meta_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4852489Z test_dispatch_meta_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4853189Z test_dispatch_meta_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4854035Z test_dispatch_meta_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4854770Z test_dispatch_meta_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4855541Z test_dispatch_meta_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.4856302Z test_dispatch_meta_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.4857142Z test_dispatch_meta_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.4857917Z test_dispatch_meta_argsort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4858658Z test_dispatch_meta_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4859448Z test_dispatch_meta_argsort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4860187Z test_dispatch_meta_argsort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4860897Z test_dispatch_meta_argsort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.4861611Z test_dispatch_meta_argsort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.4862338Z test_dispatch_meta_argsort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.4863087Z test_dispatch_meta_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.4863725Z test_dispatch_meta_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-12-01T10:37:37.4864632Z test_dispatch_meta_argwhere_cuda_bool (__main__.TestMetaCUDA) ... ok (0.066s) 2022-12-01T10:37:37.4865468Z test_dispatch_meta_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-12-01T10:37:37.4866243Z test_dispatch_meta_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-12-01T10:37:37.4867019Z test_dispatch_meta_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-12-01T10:37:37.4867820Z test_dispatch_meta_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-12-01T10:37:37.4868553Z test_dispatch_meta_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-12-01T10:37:37.4869341Z test_dispatch_meta_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-12-01T10:37:37.4870295Z test_dispatch_meta_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-12-01T10:37:37.4871198Z test_dispatch_meta_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-12-01T10:37:37.4871596Z test_dispatch_meta_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-12-01T10:37:37.4872044Z test_dispatch_meta_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-12-01T10:37:37.4872480Z test_dispatch_meta_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4872923Z test_dispatch_meta_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4873340Z test_dispatch_meta_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4873689Z test_dispatch_meta_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4874142Z test_dispatch_meta_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4874684Z test_dispatch_meta_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4875132Z test_dispatch_meta_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4875571Z test_dispatch_meta_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4876006Z test_dispatch_meta_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4876419Z test_dispatch_meta_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4876857Z test_dispatch_meta_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4877290Z test_dispatch_meta_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4877698Z test_dispatch_meta_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4878149Z test_dispatch_meta_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4878609Z test_dispatch_meta_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4879071Z test_dispatch_meta_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4879523Z test_dispatch_meta_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4879983Z test_dispatch_meta_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4880443Z test_dispatch_meta_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4880904Z test_dispatch_meta_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4881332Z test_dispatch_meta_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4881787Z test_dispatch_meta_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4882236Z test_dispatch_meta_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4882662Z test_dispatch_meta_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4883111Z test_dispatch_meta_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4883628Z test_dispatch_meta_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4884080Z test_dispatch_meta_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4884480Z test_dispatch_meta_asin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4884910Z test_dispatch_meta_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4885345Z test_dispatch_meta_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4885749Z test_dispatch_meta_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4886166Z test_dispatch_meta_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4886587Z test_dispatch_meta_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4887005Z test_dispatch_meta_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4887403Z test_dispatch_meta_asin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4887817Z test_dispatch_meta_asin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4888228Z test_dispatch_meta_asin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4888614Z test_dispatch_meta_asin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4889024Z test_dispatch_meta_asin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4889450Z test_dispatch_meta_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4889871Z test_dispatch_meta_asinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4890341Z test_dispatch_meta_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4890782Z test_dispatch_meta_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4891216Z test_dispatch_meta_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4891629Z test_dispatch_meta_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4892046Z test_dispatch_meta_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4892472Z test_dispatch_meta_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4892889Z test_dispatch_meta_asinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4893287Z test_dispatch_meta_asinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4893704Z test_dispatch_meta_asinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4894118Z test_dispatch_meta_asinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4894518Z test_dispatch_meta_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4894941Z test_dispatch_meta_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4895375Z test_dispatch_meta_atan2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4895801Z test_dispatch_meta_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4896195Z test_dispatch_meta_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4896606Z test_dispatch_meta_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.4897022Z test_dispatch_meta_atan2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4897419Z test_dispatch_meta_atan2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4897832Z test_dispatch_meta_atan2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4898247Z test_dispatch_meta_atan2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4898637Z test_dispatch_meta_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4899052Z test_dispatch_meta_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4899528Z test_dispatch_meta_atan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4899968Z test_dispatch_meta_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4900375Z test_dispatch_meta_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4900798Z test_dispatch_meta_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4901221Z test_dispatch_meta_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4901666Z test_dispatch_meta_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4902084Z test_dispatch_meta_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4902503Z test_dispatch_meta_atan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4902915Z test_dispatch_meta_atan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4903302Z test_dispatch_meta_atan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4903717Z test_dispatch_meta_atan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4904135Z test_dispatch_meta_atan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4904530Z test_dispatch_meta_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4904951Z test_dispatch_meta_atanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4905377Z test_dispatch_meta_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4905815Z test_dispatch_meta_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4906291Z test_dispatch_meta_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4906722Z test_dispatch_meta_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4907147Z test_dispatch_meta_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4907543Z test_dispatch_meta_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4907963Z test_dispatch_meta_atanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4908374Z test_dispatch_meta_atanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4908789Z test_dispatch_meta_atanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4909182Z test_dispatch_meta_atanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4909600Z test_dispatch_meta_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4910026Z test_dispatch_meta_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4910450Z test_dispatch_meta_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4911226Z test_dispatch_meta_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4911682Z test_dispatch_meta_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4912129Z test_dispatch_meta_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4912548Z test_dispatch_meta_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4912985Z test_dispatch_meta_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4913423Z test_dispatch_meta_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4913830Z test_dispatch_meta_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4914263Z test_dispatch_meta_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4914695Z test_dispatch_meta_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4915126Z test_dispatch_meta_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4915636Z test_dispatch_meta_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4916086Z test_dispatch_meta_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4916523Z test_dispatch_meta_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4916937Z test_dispatch_meta_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4917388Z test_dispatch_meta_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4917833Z test_dispatch_meta_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4918270Z test_dispatch_meta_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4918689Z test_dispatch_meta_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4919120Z test_dispatch_meta_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4919553Z test_dispatch_meta_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4919958Z test_dispatch_meta_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4920387Z test_dispatch_meta_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4920813Z test_dispatch_meta_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4921241Z test_dispatch_meta_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4921655Z test_dispatch_meta_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4922086Z test_dispatch_meta_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4922616Z test_dispatch_meta_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4923065Z test_dispatch_meta_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4923491Z test_dispatch_meta_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4923929Z test_dispatch_meta_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4924363Z test_dispatch_meta_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4924775Z test_dispatch_meta_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4925206Z test_dispatch_meta_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4925635Z test_dispatch_meta_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4926063Z test_dispatch_meta_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4926467Z test_dispatch_meta_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4926899Z test_dispatch_meta_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4927330Z test_dispatch_meta_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4927746Z test_dispatch_meta_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-12-01T10:37:37.4928188Z test_dispatch_meta_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.4928626Z test_dispatch_meta_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.4929054Z test_dispatch_meta_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.4929458Z test_dispatch_meta_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.4929894Z test_dispatch_meta_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4930342Z test_dispatch_meta_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4930755Z test_dispatch_meta_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4931250Z test_dispatch_meta_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4931702Z test_dispatch_meta_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4932130Z test_dispatch_meta_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4932545Z test_dispatch_meta_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4932991Z test_dispatch_meta_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4933429Z test_dispatch_meta_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4933847Z test_dispatch_meta_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4934282Z test_dispatch_meta_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4934715Z test_dispatch_meta_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4935139Z test_dispatch_meta_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4935534Z test_dispatch_meta_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4935945Z test_dispatch_meta_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4936370Z test_dispatch_meta_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4936765Z test_dispatch_meta_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4937181Z test_dispatch_meta_bincount_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-12-01T10:37:37.4937604Z test_dispatch_meta_bincount_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-12-01T10:37:37.4938090Z test_dispatch_meta_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-12-01T10:37:37.4938487Z test_dispatch_meta_bincount_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-12-01T10:37:37.4938909Z test_dispatch_meta_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-12-01T10:37:37.4939339Z test_dispatch_meta_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4939754Z test_dispatch_meta_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4940189Z test_dispatch_meta_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4940621Z test_dispatch_meta_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4941048Z test_dispatch_meta_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4941453Z test_dispatch_meta_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4941904Z test_dispatch_meta_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4942359Z test_dispatch_meta_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4942788Z test_dispatch_meta_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4943232Z test_dispatch_meta_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4943683Z test_dispatch_meta_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4944115Z test_dispatch_meta_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4944523Z test_dispatch_meta_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4944954Z test_dispatch_meta_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4945385Z test_dispatch_meta_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4945792Z test_dispatch_meta_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4946224Z test_dispatch_meta_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4946709Z test_dispatch_meta_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4947154Z test_dispatch_meta_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4947559Z test_dispatch_meta_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4947989Z test_dispatch_meta_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4948418Z test_dispatch_meta_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4948824Z test_dispatch_meta_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4949274Z test_dispatch_meta_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4949734Z test_dispatch_meta_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4950185Z test_dispatch_meta_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4950930Z test_dispatch_meta_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4951404Z test_dispatch_meta_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4951848Z test_dispatch_meta_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4952279Z test_dispatch_meta_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4952688Z test_dispatch_meta_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4953124Z test_dispatch_meta_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4953552Z test_dispatch_meta_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4954075Z test_dispatch_meta_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.4954519Z test_dispatch_meta_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4954964Z test_dispatch_meta_block_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4955408Z test_dispatch_meta_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.4955837Z test_dispatch_meta_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4956289Z test_dispatch_meta_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4956783Z test_dispatch_meta_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4957204Z test_dispatch_meta_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4957642Z test_dispatch_meta_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4958081Z test_dispatch_meta_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4958512Z test_dispatch_meta_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4958920Z test_dispatch_meta_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4959347Z test_dispatch_meta_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4959776Z test_dispatch_meta_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4960182Z test_dispatch_meta_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4960616Z test_dispatch_meta_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4961041Z test_dispatch_meta_bmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4961458Z test_dispatch_meta_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4961859Z test_dispatch_meta_bmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4962280Z test_dispatch_meta_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4962699Z test_dispatch_meta_bool_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4963244Z test_dispatch_meta_bool_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4963695Z test_dispatch_meta_bool_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4964123Z test_dispatch_meta_bool_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4964552Z test_dispatch_meta_bool_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4964950Z test_dispatch_meta_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4965359Z test_dispatch_meta_bool_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4965778Z test_dispatch_meta_bool_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4966172Z test_dispatch_meta_bool_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4966583Z test_dispatch_meta_bool_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4966994Z test_dispatch_meta_bool_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4967408Z test_dispatch_meta_bool_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4967822Z test_dispatch_meta_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.4968290Z test_dispatch_meta_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4968750Z test_dispatch_meta_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4969257Z test_dispatch_meta_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4969931Z test_dispatch_meta_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4970486Z test_dispatch_meta_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4970947Z test_dispatch_meta_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4971381Z test_dispatch_meta_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4971840Z test_dispatch_meta_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4972292Z test_dispatch_meta_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4972719Z test_dispatch_meta_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4973178Z test_dispatch_meta_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4973629Z test_dispatch_meta_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4974081Z test_dispatch_meta_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.4974503Z test_dispatch_meta_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4974957Z test_dispatch_meta_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4975410Z test_dispatch_meta_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4975839Z test_dispatch_meta_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4976284Z test_dispatch_meta_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4976723Z test_dispatch_meta_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4977165Z test_dispatch_meta_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4977580Z test_dispatch_meta_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4978082Z test_dispatch_meta_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4978695Z test_dispatch_meta_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.4979182Z test_dispatch_meta_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.4979626Z test_dispatch_meta_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.326s) 2022-12-01T10:37:37.4980066Z test_dispatch_meta_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.322s) 2022-12-01T10:37:37.4980506Z test_dispatch_meta_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.322s) 2022-12-01T10:37:37.4980915Z test_dispatch_meta_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.318s) 2022-12-01T10:37:37.4981339Z test_dispatch_meta_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.327s) 2022-12-01T10:37:37.4981763Z test_dispatch_meta_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.394s) 2022-12-01T10:37:37.4982199Z test_dispatch_meta_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.382s) 2022-12-01T10:37:37.4982602Z test_dispatch_meta_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.380s) 2022-12-01T10:37:37.4983035Z test_dispatch_meta_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4983454Z test_dispatch_meta_byte_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4983856Z test_dispatch_meta_byte_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4984284Z test_dispatch_meta_byte_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.4984709Z test_dispatch_meta_byte_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4985101Z test_dispatch_meta_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4985515Z test_dispatch_meta_byte_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4985926Z test_dispatch_meta_byte_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4986415Z test_dispatch_meta_byte_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4986797Z test_dispatch_meta_byte_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4987218Z test_dispatch_meta_byte_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.4987628Z test_dispatch_meta_byte_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.4988037Z test_dispatch_meta_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4988498Z test_dispatch_meta_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.4988956Z test_dispatch_meta_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.4989419Z test_dispatch_meta_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4989851Z test_dispatch_meta_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4990305Z test_dispatch_meta_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4991096Z test_dispatch_meta_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4991560Z test_dispatch_meta_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4991984Z test_dispatch_meta_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.4992429Z test_dispatch_meta_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.4992879Z test_dispatch_meta_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4993302Z test_dispatch_meta_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4993744Z test_dispatch_meta_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4994164Z test_dispatch_meta_cat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.4994597Z test_dispatch_meta_cat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4995005Z test_dispatch_meta_cat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4995526Z test_dispatch_meta_cat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.4995965Z test_dispatch_meta_cat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4996362Z test_dispatch_meta_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.4996776Z test_dispatch_meta_cat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.4997190Z test_dispatch_meta_cat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4997600Z test_dispatch_meta_cat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4997981Z test_dispatch_meta_cat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4998398Z test_dispatch_meta_cat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.4998807Z test_dispatch_meta_cat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.4999201Z test_dispatch_meta_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.254s) 2022-12-01T10:37:37.4999628Z test_dispatch_meta_cdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.250s) 2022-12-01T10:37:37.5000046Z test_dispatch_meta_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5000444Z test_dispatch_meta_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5000860Z test_dispatch_meta_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5001266Z test_dispatch_meta_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5001729Z test_dispatch_meta_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5002119Z test_dispatch_meta_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5002642Z test_dispatch_meta_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5003055Z test_dispatch_meta_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5003453Z test_dispatch_meta_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5003874Z test_dispatch_meta_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5004296Z test_dispatch_meta_chalf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5004718Z test_dispatch_meta_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5005133Z test_dispatch_meta_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5005565Z test_dispatch_meta_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5005996Z test_dispatch_meta_chalf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5006396Z test_dispatch_meta_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5006821Z test_dispatch_meta_chalf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5007235Z test_dispatch_meta_chalf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5007658Z test_dispatch_meta_chalf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5008051Z test_dispatch_meta_chalf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5008471Z test_dispatch_meta_chalf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5008884Z test_dispatch_meta_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5009281Z test_dispatch_meta_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5009697Z test_dispatch_meta_char_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5010120Z test_dispatch_meta_char_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5010554Z test_dispatch_meta_char_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5010960Z test_dispatch_meta_char_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5011447Z test_dispatch_meta_char_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5011876Z test_dispatch_meta_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5012265Z test_dispatch_meta_char_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5012687Z test_dispatch_meta_char_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5013101Z test_dispatch_meta_char_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5013511Z test_dispatch_meta_char_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5013891Z test_dispatch_meta_char_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5014305Z test_dispatch_meta_char_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5014734Z test_dispatch_meta_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.550s) 2022-12-01T10:37:37.5015161Z test_dispatch_meta_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.260s) 2022-12-01T10:37:37.5015599Z test_dispatch_meta_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.263s) 2022-12-01T10:37:37.5016032Z test_dispatch_meta_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.263s) 2022-12-01T10:37:37.5016481Z test_dispatch_meta_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.451s) 2022-12-01T10:37:37.5016925Z test_dispatch_meta_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.207s) 2022-12-01T10:37:37.5017382Z test_dispatch_meta_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.205s) 2022-12-01T10:37:37.5017835Z test_dispatch_meta_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.205s) 2022-12-01T10:37:37.5018372Z test_dispatch_meta_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.299s) 2022-12-01T10:37:37.5018856Z test_dispatch_meta_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.290s) 2022-12-01T10:37:37.5019335Z test_dispatch_meta_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.289s) 2022-12-01T10:37:37.5019808Z test_dispatch_meta_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.277s) 2022-12-01T10:37:37.5020250Z test_dispatch_meta_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5020691Z test_dispatch_meta_chunk_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5021141Z test_dispatch_meta_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5021580Z test_dispatch_meta_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5022037Z test_dispatch_meta_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5022492Z test_dispatch_meta_chunk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5022934Z test_dispatch_meta_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5023359Z test_dispatch_meta_chunk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5023800Z test_dispatch_meta_chunk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5024237Z test_dispatch_meta_chunk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5024650Z test_dispatch_meta_chunk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5025090Z test_dispatch_meta_chunk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5025528Z test_dispatch_meta_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5025976Z test_dispatch_meta_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5026409Z test_dispatch_meta_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5026865Z test_dispatch_meta_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5027311Z test_dispatch_meta_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5027804Z test_dispatch_meta_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5028265Z test_dispatch_meta_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5028705Z test_dispatch_meta_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5029151Z test_dispatch_meta_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5029570Z test_dispatch_meta_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5030027Z test_dispatch_meta_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5030672Z test_dispatch_meta_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5031075Z test_dispatch_meta_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5031522Z test_dispatch_meta_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5031958Z test_dispatch_meta_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5032395Z test_dispatch_meta_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5032801Z test_dispatch_meta_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5033233Z test_dispatch_meta_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5033660Z test_dispatch_meta_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5034065Z test_dispatch_meta_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5034498Z test_dispatch_meta_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5035028Z test_dispatch_meta_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5035464Z test_dispatch_meta_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5035888Z test_dispatch_meta_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5036334Z test_dispatch_meta_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5036764Z test_dispatch_meta_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5037167Z test_dispatch_meta_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5037589Z test_dispatch_meta_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5038016Z test_dispatch_meta_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5038443Z test_dispatch_meta_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5038849Z test_dispatch_meta_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5039270Z test_dispatch_meta_clone_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5039703Z test_dispatch_meta_clone_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5040118Z test_dispatch_meta_clone_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5040545Z test_dispatch_meta_clone_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5040971Z test_dispatch_meta_clone_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5041396Z test_dispatch_meta_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5041789Z test_dispatch_meta_clone_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5042203Z test_dispatch_meta_clone_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5042617Z test_dispatch_meta_clone_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5043010Z test_dispatch_meta_clone_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5043423Z test_dispatch_meta_clone_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5043912Z test_dispatch_meta_clone_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5044362Z test_dispatch_meta_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5044785Z test_dispatch_meta_column_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5045237Z test_dispatch_meta_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5045690Z test_dispatch_meta_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5046122Z test_dispatch_meta_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5046572Z test_dispatch_meta_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5047023Z test_dispatch_meta_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5047463Z test_dispatch_meta_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5047882Z test_dispatch_meta_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5048322Z test_dispatch_meta_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5048754Z test_dispatch_meta_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5049167Z test_dispatch_meta_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5049603Z test_dispatch_meta_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5050046Z test_dispatch_meta_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.586s) 2022-12-01T10:37:37.5050492Z test_dispatch_meta_combinations_cuda_bool (__main__.TestMetaCUDA) ... ok (0.579s) 2022-12-01T10:37:37.5050989Z test_dispatch_meta_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.572s) 2022-12-01T10:37:37.5051453Z test_dispatch_meta_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.497s) 2022-12-01T10:37:37.5051906Z test_dispatch_meta_combinations_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.483s) 2022-12-01T10:37:37.5052355Z test_dispatch_meta_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.493s) 2022-12-01T10:37:37.5052778Z test_dispatch_meta_combinations_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.507s) 2022-12-01T10:37:37.5053224Z test_dispatch_meta_combinations_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.509s) 2022-12-01T10:37:37.5053669Z test_dispatch_meta_combinations_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.487s) 2022-12-01T10:37:37.5054086Z test_dispatch_meta_combinations_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.485s) 2022-12-01T10:37:37.5054526Z test_dispatch_meta_combinations_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.484s) 2022-12-01T10:37:37.5054973Z test_dispatch_meta_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.484s) 2022-12-01T10:37:37.5055408Z test_dispatch_meta_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5055814Z test_dispatch_meta_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5056237Z test_dispatch_meta_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5056665Z test_dispatch_meta_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5057064Z test_dispatch_meta_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5057488Z test_dispatch_meta_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5057917Z test_dispatch_meta_conj_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5058343Z test_dispatch_meta_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5058749Z test_dispatch_meta_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5059163Z test_dispatch_meta_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5059645Z test_dispatch_meta_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5060052Z test_dispatch_meta_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5060470Z test_dispatch_meta_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5060877Z test_dispatch_meta_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5061258Z test_dispatch_meta_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5061670Z test_dispatch_meta_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5062110Z test_dispatch_meta_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5062562Z test_dispatch_meta_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5062991Z test_dispatch_meta_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5063453Z test_dispatch_meta_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.197s) 2022-12-01T10:37:37.5063916Z test_dispatch_meta_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5064370Z test_dispatch_meta_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5064797Z test_dispatch_meta_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5065244Z test_dispatch_meta_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5065689Z test_dispatch_meta_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5066107Z test_dispatch_meta_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5066620Z test_dispatch_meta_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5067058Z test_dispatch_meta_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5067507Z test_dispatch_meta_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5067932Z test_dispatch_meta_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5068386Z test_dispatch_meta_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5068848Z test_dispatch_meta_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5069291Z test_dispatch_meta_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.5069744Z test_dispatch_meta_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5070192Z test_dispatch_meta_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5070792Z test_dispatch_meta_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5071228Z test_dispatch_meta_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5071678Z test_dispatch_meta_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5072125Z test_dispatch_meta_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5072546Z test_dispatch_meta_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5072996Z test_dispatch_meta_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5073437Z test_dispatch_meta_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5073873Z test_dispatch_meta_contiguous_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5074289Z test_dispatch_meta_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5074743Z test_dispatch_meta_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5075191Z test_dispatch_meta_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5075688Z test_dispatch_meta_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5076145Z test_dispatch_meta_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5076581Z test_dispatch_meta_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5077023Z test_dispatch_meta_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5077434Z test_dispatch_meta_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5077866Z test_dispatch_meta_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5078300Z test_dispatch_meta_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5078738Z test_dispatch_meta_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5079449Z test_dispatch_meta_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5079904Z test_dispatch_meta_copysign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5080338Z test_dispatch_meta_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5080749Z test_dispatch_meta_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5081186Z test_dispatch_meta_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5081618Z test_dispatch_meta_copysign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5082047Z test_dispatch_meta_copysign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5082444Z test_dispatch_meta_copysign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5082971Z test_dispatch_meta_copysign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5083403Z test_dispatch_meta_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5083821Z test_dispatch_meta_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-12-01T10:37:37.5084268Z test_dispatch_meta_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-12-01T10:37:37.5084716Z test_dispatch_meta_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-12-01T10:37:37.5085155Z test_dispatch_meta_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-12-01T10:37:37.5085568Z test_dispatch_meta_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-12-01T10:37:37.5085999Z test_dispatch_meta_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-12-01T10:37:37.5086430Z test_dispatch_meta_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-12-01T10:37:37.5086833Z test_dispatch_meta_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-12-01T10:37:37.5087242Z test_dispatch_meta_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-12-01T10:37:37.5087669Z test_dispatch_meta_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-12-01T10:37:37.5088091Z test_dispatch_meta_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.5088495Z test_dispatch_meta_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5088915Z test_dispatch_meta_cos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5089337Z test_dispatch_meta_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5089742Z test_dispatch_meta_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5090162Z test_dispatch_meta_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5090586Z test_dispatch_meta_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5091001Z test_dispatch_meta_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5091395Z test_dispatch_meta_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5091868Z test_dispatch_meta_cos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5092287Z test_dispatch_meta_cos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5092664Z test_dispatch_meta_cos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5093063Z test_dispatch_meta_cos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5093460Z test_dispatch_meta_cos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5093847Z test_dispatch_meta_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5094257Z test_dispatch_meta_cosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5094666Z test_dispatch_meta_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5095086Z test_dispatch_meta_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5095483Z test_dispatch_meta_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5095888Z test_dispatch_meta_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5096295Z test_dispatch_meta_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5096680Z test_dispatch_meta_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5097087Z test_dispatch_meta_cosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5097490Z test_dispatch_meta_cosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5097887Z test_dispatch_meta_cosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5098264Z test_dispatch_meta_cosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5098738Z test_dispatch_meta_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5099160Z test_dispatch_meta_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-12-01T10:37:37.5099579Z test_dispatch_meta_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.154s) 2022-12-01T10:37:37.5100018Z test_dispatch_meta_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-12-01T10:37:37.5100460Z test_dispatch_meta_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-12-01T10:37:37.5100900Z test_dispatch_meta_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-12-01T10:37:37.5101359Z test_dispatch_meta_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-12-01T10:37:37.5101802Z test_dispatch_meta_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-12-01T10:37:37.5102238Z test_dispatch_meta_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.155s) 2022-12-01T10:37:37.5102647Z test_dispatch_meta_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-12-01T10:37:37.5103068Z test_dispatch_meta_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.153s) 2022-12-01T10:37:37.5103496Z test_dispatch_meta_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-12-01T10:37:37.5103920Z test_dispatch_meta_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-12-01T10:37:37.5104323Z test_dispatch_meta_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.224s) 2022-12-01T10:37:37.5104742Z test_dispatch_meta_cov_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.231s) 2022-12-01T10:37:37.5105158Z test_dispatch_meta_cov_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.229s) 2022-12-01T10:37:37.5105551Z test_dispatch_meta_cov_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.225s) 2022-12-01T10:37:37.5105956Z test_dispatch_meta_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.223s) 2022-12-01T10:37:37.5106362Z test_dispatch_meta_cov_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.225s) 2022-12-01T10:37:37.5106761Z test_dispatch_meta_cov_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.223s) 2022-12-01T10:37:37.5107200Z test_dispatch_meta_cov_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.223s) 2022-12-01T10:37:37.5107610Z test_dispatch_meta_cov_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.405s) 2022-12-01T10:37:37.5108003Z test_dispatch_meta_cov_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.225s) 2022-12-01T10:37:37.5108384Z test_dispatch_meta_cov_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.225s) 2022-12-01T10:37:37.5108790Z test_dispatch_meta_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5109214Z test_dispatch_meta_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5109630Z test_dispatch_meta_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5110029Z test_dispatch_meta_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5110431Z test_dispatch_meta_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5111003Z test_dispatch_meta_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5111395Z test_dispatch_meta_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5111800Z test_dispatch_meta_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5112205Z test_dispatch_meta_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5112612Z test_dispatch_meta_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5113007Z test_dispatch_meta_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5113421Z test_dispatch_meta_cummax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5113831Z test_dispatch_meta_cummax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5114316Z test_dispatch_meta_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5114726Z test_dispatch_meta_cummax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5115141Z test_dispatch_meta_cummax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5115546Z test_dispatch_meta_cummax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5115931Z test_dispatch_meta_cummax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5116336Z test_dispatch_meta_cummax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5116746Z test_dispatch_meta_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5117142Z test_dispatch_meta_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5117554Z test_dispatch_meta_cummin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5117970Z test_dispatch_meta_cummin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5118383Z test_dispatch_meta_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5118777Z test_dispatch_meta_cummin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5119186Z test_dispatch_meta_cummin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5119592Z test_dispatch_meta_cummin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5119977Z test_dispatch_meta_cummin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5120383Z test_dispatch_meta_cummin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5120788Z test_dispatch_meta_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5121204Z test_dispatch_meta_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5121623Z test_dispatch_meta_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5122056Z test_dispatch_meta_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5122487Z test_dispatch_meta_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5122957Z test_dispatch_meta_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5123390Z test_dispatch_meta_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5123808Z test_dispatch_meta_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5124225Z test_dispatch_meta_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5124627Z test_dispatch_meta_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5125035Z test_dispatch_meta_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5125446Z test_dispatch_meta_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5125849Z test_dispatch_meta_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5126275Z test_dispatch_meta_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5126705Z test_dispatch_meta_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5127126Z test_dispatch_meta_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5127520Z test_dispatch_meta_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5127925Z test_dispatch_meta_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5128338Z test_dispatch_meta_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5128725Z test_dispatch_meta_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5129121Z test_dispatch_meta_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5129592Z test_dispatch_meta_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5130001Z test_dispatch_meta_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5130422Z test_dispatch_meta_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5130892Z test_dispatch_meta_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5131369Z test_dispatch_meta_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5131819Z test_dispatch_meta_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5132278Z test_dispatch_meta_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5132724Z test_dispatch_meta_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5133179Z test_dispatch_meta_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5133620Z test_dispatch_meta_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5134077Z test_dispatch_meta_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5134526Z test_dispatch_meta_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5134979Z test_dispatch_meta_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5135396Z test_dispatch_meta_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5135815Z test_dispatch_meta_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5136252Z test_dispatch_meta_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5136651Z test_dispatch_meta_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5137064Z test_dispatch_meta_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5137479Z test_dispatch_meta_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5137885Z test_dispatch_meta_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5138350Z test_dispatch_meta_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5138765Z test_dispatch_meta_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5139169Z test_dispatch_meta_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5139557Z test_dispatch_meta_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5139966Z test_dispatch_meta_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5140381Z test_dispatch_meta_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5140800Z test_dispatch_meta_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5141205Z test_dispatch_meta_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5141613Z test_dispatch_meta_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5142021Z test_dispatch_meta_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5142404Z test_dispatch_meta_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5142805Z test_dispatch_meta_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5143206Z test_dispatch_meta_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5143602Z test_dispatch_meta_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5143979Z test_dispatch_meta_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5144378Z test_dispatch_meta_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5144865Z test_dispatch_meta_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5145275Z test_dispatch_meta_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5145706Z test_dispatch_meta_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5146146Z test_dispatch_meta_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5146581Z test_dispatch_meta_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5146997Z test_dispatch_meta_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5147420Z test_dispatch_meta_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5147844Z test_dispatch_meta_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5148244Z test_dispatch_meta_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5148669Z test_dispatch_meta_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5149087Z test_dispatch_meta_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5149506Z test_dispatch_meta_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5149908Z test_dispatch_meta_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5150328Z test_dispatch_meta_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5150947Z test_dispatch_meta_diagflat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5151359Z test_dispatch_meta_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5151790Z test_dispatch_meta_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5152215Z test_dispatch_meta_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5152643Z test_dispatch_meta_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5153047Z test_dispatch_meta_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5153467Z test_dispatch_meta_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5153953Z test_dispatch_meta_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5154361Z test_dispatch_meta_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5154776Z test_dispatch_meta_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5155189Z test_dispatch_meta_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5155609Z test_dispatch_meta_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5156012Z test_dispatch_meta_diagonal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5156437Z test_dispatch_meta_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5156871Z test_dispatch_meta_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5157285Z test_dispatch_meta_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5157715Z test_dispatch_meta_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5158134Z test_dispatch_meta_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5158555Z test_dispatch_meta_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5158952Z test_dispatch_meta_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5159360Z test_dispatch_meta_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5159765Z test_dispatch_meta_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5160159Z test_dispatch_meta_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5160643Z test_dispatch_meta_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5161074Z test_dispatch_meta_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5161293Z test_dispatch_meta_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5161510Z test_dispatch_meta_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5161724Z test_dispatch_meta_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5161923Z test_dispatch_meta_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5162136Z test_dispatch_meta_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5162347Z test_dispatch_meta_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5162551Z test_dispatch_meta_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5162762Z test_dispatch_meta_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5162963Z test_dispatch_meta_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5163166Z test_dispatch_meta_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.470s) 2022-12-01T10:37:37.5163360Z test_dispatch_meta_diff_cuda_bool (__main__.TestMetaCUDA) ... ok (0.502s) 2022-12-01T10:37:37.5163548Z test_dispatch_meta_diff_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.485s) 2022-12-01T10:37:37.5163746Z test_dispatch_meta_diff_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.483s) 2022-12-01T10:37:37.5163940Z test_dispatch_meta_diff_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.472s) 2022-12-01T10:37:37.5164131Z test_dispatch_meta_diff_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.470s) 2022-12-01T10:37:37.5164319Z test_dispatch_meta_diff_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.471s) 2022-12-01T10:37:37.5164514Z test_dispatch_meta_diff_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.462s) 2022-12-01T10:37:37.5164708Z test_dispatch_meta_diff_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.461s) 2022-12-01T10:37:37.5164956Z test_dispatch_meta_diff_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.460s) 2022-12-01T10:37:37.5165150Z test_dispatch_meta_diff_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.461s) 2022-12-01T10:37:37.5165355Z test_dispatch_meta_diff_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.462s) 2022-12-01T10:37:37.5165563Z test_dispatch_meta_digamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.423s) 2022-12-01T10:37:37.5165774Z test_dispatch_meta_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.392s) 2022-12-01T10:37:37.5165985Z test_dispatch_meta_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.385s) 2022-12-01T10:37:37.5166193Z test_dispatch_meta_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.422s) 2022-12-01T10:37:37.5166403Z test_dispatch_meta_digamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5166596Z test_dispatch_meta_digamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5166788Z test_dispatch_meta_digamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5166996Z test_dispatch_meta_digamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5167201Z test_dispatch_meta_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5167405Z test_dispatch_meta_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-12-01T10:37:37.5167613Z test_dispatch_meta_dist_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-12-01T10:37:37.5167820Z test_dispatch_meta_dist_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-12-01T10:37:37.5168022Z test_dispatch_meta_dist_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-12-01T10:37:37.5168222Z test_dispatch_meta_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-12-01T10:37:37.5168471Z test_dispatch_meta_dist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-12-01T10:37:37.5168701Z test_dispatch_meta_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5168929Z test_dispatch_meta_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5169155Z test_dispatch_meta_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5169381Z test_dispatch_meta_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5169604Z test_dispatch_meta_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5169826Z test_dispatch_meta_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5170046Z test_dispatch_meta_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5170268Z test_dispatch_meta_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5170471Z test_dispatch_meta_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5170707Z test_dispatch_meta_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5170927Z test_dispatch_meta_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5171166Z test_dispatch_meta_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5171402Z test_dispatch_meta_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (2.048s) 2022-12-01T10:37:37.5171635Z test_dispatch_meta_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5171868Z test_dispatch_meta_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5172096Z test_dispatch_meta_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5172311Z test_dispatch_meta_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5172590Z test_dispatch_meta_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5172828Z test_dispatch_meta_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5173055Z test_dispatch_meta_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5173278Z test_dispatch_meta_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5173501Z test_dispatch_meta_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5173728Z test_dispatch_meta_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5173954Z test_dispatch_meta_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5174184Z test_dispatch_meta_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5174393Z test_dispatch_meta_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5174619Z test_dispatch_meta_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5174839Z test_dispatch_meta_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5175061Z test_dispatch_meta_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5175286Z test_dispatch_meta_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5175505Z test_dispatch_meta_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5175710Z test_dispatch_meta_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5175919Z test_dispatch_meta_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5176173Z test_dispatch_meta_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5176378Z test_dispatch_meta_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5176581Z test_dispatch_meta_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5176787Z test_dispatch_meta_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5176998Z test_dispatch_meta_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5177201Z test_dispatch_meta_double_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5177415Z test_dispatch_meta_double_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5177628Z test_dispatch_meta_double_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5177843Z test_dispatch_meta_double_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5178041Z test_dispatch_meta_double_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5178251Z test_dispatch_meta_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5178458Z test_dispatch_meta_double_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5178661Z test_dispatch_meta_double_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5178862Z test_dispatch_meta_double_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5179063Z test_dispatch_meta_double_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5179265Z test_dispatch_meta_double_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5179471Z test_dispatch_meta_double_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5179666Z test_dispatch_meta_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5179875Z test_dispatch_meta_dsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5180091Z test_dispatch_meta_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5180377Z test_dispatch_meta_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5180602Z test_dispatch_meta_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5180813Z test_dispatch_meta_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5181024Z test_dispatch_meta_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5181231Z test_dispatch_meta_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5181417Z test_dispatch_meta_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5181620Z test_dispatch_meta_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5181820Z test_dispatch_meta_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5182030Z test_dispatch_meta_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5182236Z test_dispatch_meta_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5182448Z test_dispatch_meta_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5182653Z test_dispatch_meta_dstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5182873Z test_dispatch_meta_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5183074Z test_dispatch_meta_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5183287Z test_dispatch_meta_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5183497Z test_dispatch_meta_dstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5183702Z test_dispatch_meta_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5184035Z test_dispatch_meta_dstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5184240Z test_dispatch_meta_dstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5184445Z test_dispatch_meta_dstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5184645Z test_dispatch_meta_dstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5184832Z test_dispatch_meta_dstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5185037Z test_dispatch_meta_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5185248Z test_dispatch_meta_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5185463Z test_dispatch_meta_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.5185674Z test_dispatch_meta_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.5185887Z test_dispatch_meta_einsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.5186093Z test_dispatch_meta_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5186300Z test_dispatch_meta_einsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5186492Z test_dispatch_meta_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5186698Z test_dispatch_meta_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5186910Z test_dispatch_meta_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5187122Z test_dispatch_meta_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5187330Z test_dispatch_meta_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5187536Z test_dispatch_meta_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5187740Z test_dispatch_meta_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5187947Z test_dispatch_meta_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5188132Z test_dispatch_meta_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5188412Z test_dispatch_meta_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5188625Z test_dispatch_meta_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5188828Z test_dispatch_meta_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5189031Z test_dispatch_meta_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5189248Z test_dispatch_meta_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5189458Z test_dispatch_meta_empty_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5189675Z test_dispatch_meta_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5189899Z test_dispatch_meta_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5190104Z test_dispatch_meta_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5190322Z test_dispatch_meta_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5190678Z test_dispatch_meta_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5190899Z test_dispatch_meta_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5191104Z test_dispatch_meta_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5191305Z test_dispatch_meta_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5191507Z test_dispatch_meta_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5191707Z test_dispatch_meta_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5191975Z test_dispatch_meta_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5192171Z test_dispatch_meta_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5192362Z test_dispatch_meta_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5192561Z test_dispatch_meta_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5192758Z test_dispatch_meta_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5192948Z test_dispatch_meta_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5193140Z test_dispatch_meta_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5193333Z test_dispatch_meta_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5193510Z test_dispatch_meta_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5193704Z test_dispatch_meta_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5193895Z test_dispatch_meta_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5194080Z test_dispatch_meta_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5194272Z test_dispatch_meta_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5194458Z test_dispatch_meta_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5194658Z test_dispatch_meta_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5194850Z test_dispatch_meta_equal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.5195039Z test_dispatch_meta_equal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-12-01T10:37:37.5195240Z test_dispatch_meta_equal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-12-01T10:37:37.5195439Z test_dispatch_meta_equal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5195633Z test_dispatch_meta_equal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5195820Z test_dispatch_meta_equal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5196077Z test_dispatch_meta_equal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.5196281Z test_dispatch_meta_equal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-12-01T10:37:37.5196473Z test_dispatch_meta_equal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.5196649Z test_dispatch_meta_equal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.5196839Z test_dispatch_meta_equal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.5197035Z test_dispatch_meta_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5197223Z test_dispatch_meta_erf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5197412Z test_dispatch_meta_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5197609Z test_dispatch_meta_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5209072Z test_dispatch_meta_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5209280Z test_dispatch_meta_erf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5209454Z test_dispatch_meta_erf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5209646Z test_dispatch_meta_erf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5209835Z test_dispatch_meta_erf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5210024Z test_dispatch_meta_erf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5210221Z test_dispatch_meta_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.222s) 2022-12-01T10:37:37.5210408Z test_dispatch_meta_erfc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.292s) 2022-12-01T10:37:37.5210722Z test_dispatch_meta_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.206s) 2022-12-01T10:37:37.5210912Z test_dispatch_meta_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.199s) 2022-12-01T10:37:37.5211088Z test_dispatch_meta_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.239s) 2022-12-01T10:37:37.5211287Z test_dispatch_meta_erfc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5211478Z test_dispatch_meta_erfc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5211669Z test_dispatch_meta_erfc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5211856Z test_dispatch_meta_erfc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5212044Z test_dispatch_meta_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5212241Z test_dispatch_meta_erfinv_cuda_bool (__main__.TestMetaCUDA) ... ok (0.295s) 2022-12-01T10:37:37.5212445Z test_dispatch_meta_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.203s) 2022-12-01T10:37:37.5212647Z test_dispatch_meta_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.201s) 2022-12-01T10:37:37.5212821Z test_dispatch_meta_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.270s) 2022-12-01T10:37:37.5213020Z test_dispatch_meta_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5213209Z test_dispatch_meta_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5213395Z test_dispatch_meta_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5213586Z test_dispatch_meta_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5213782Z test_dispatch_meta_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5213981Z test_dispatch_meta_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-12-01T10:37:37.5214171Z test_dispatch_meta_exp2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.276s) 2022-12-01T10:37:37.5214356Z test_dispatch_meta_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.182s) 2022-12-01T10:37:37.5214544Z test_dispatch_meta_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.178s) 2022-12-01T10:37:37.5214732Z test_dispatch_meta_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.209s) 2022-12-01T10:37:37.5214987Z test_dispatch_meta_exp2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5215194Z test_dispatch_meta_exp2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5215385Z test_dispatch_meta_exp2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5215572Z test_dispatch_meta_exp2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5215761Z test_dispatch_meta_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5215942Z test_dispatch_meta_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5216133Z test_dispatch_meta_exp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5216337Z test_dispatch_meta_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.442s) 2022-12-01T10:37:37.5216536Z test_dispatch_meta_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.436s) 2022-12-01T10:37:37.5216733Z test_dispatch_meta_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.434s) 2022-12-01T10:37:37.5216929Z test_dispatch_meta_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5217124Z test_dispatch_meta_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5217313Z test_dispatch_meta_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5217488Z test_dispatch_meta_exp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5217675Z test_dispatch_meta_exp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5217865Z test_dispatch_meta_exp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5218053Z test_dispatch_meta_exp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5218309Z test_dispatch_meta_exp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5218518Z test_dispatch_meta_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5218722Z test_dispatch_meta_expand_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5218934Z test_dispatch_meta_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5219128Z test_dispatch_meta_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5219334Z test_dispatch_meta_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5219539Z test_dispatch_meta_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5219743Z test_dispatch_meta_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5219943Z test_dispatch_meta_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5220141Z test_dispatch_meta_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5220332Z test_dispatch_meta_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5220534Z test_dispatch_meta_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5220711Z test_dispatch_meta_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5220902Z test_dispatch_meta_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5221099Z test_dispatch_meta_expand_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5221309Z test_dispatch_meta_expand_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5221517Z test_dispatch_meta_expand_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5221723Z test_dispatch_meta_expand_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5221927Z test_dispatch_meta_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5222120Z test_dispatch_meta_expand_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5222358Z test_dispatch_meta_expand_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5222562Z test_dispatch_meta_expand_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5222753Z test_dispatch_meta_expand_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5222952Z test_dispatch_meta_expand_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5223144Z test_dispatch_meta_expand_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5223340Z test_dispatch_meta_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5223537Z test_dispatch_meta_expm1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5223742Z test_dispatch_meta_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5223915Z test_dispatch_meta_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5224103Z test_dispatch_meta_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5224298Z test_dispatch_meta_expm1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5224491Z test_dispatch_meta_expm1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5224687Z test_dispatch_meta_expm1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5224879Z test_dispatch_meta_expm1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5225068Z test_dispatch_meta_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5225265Z test_dispatch_meta_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5225437Z test_dispatch_meta_eye_cuda_bool (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5225699Z test_dispatch_meta_eye_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5225900Z test_dispatch_meta_eye_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5226101Z test_dispatch_meta_eye_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5226294Z test_dispatch_meta_eye_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5226483Z test_dispatch_meta_eye_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5226672Z test_dispatch_meta_eye_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5226859Z test_dispatch_meta_eye_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5227033Z test_dispatch_meta_eye_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5227221Z test_dispatch_meta_eye_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5227410Z test_dispatch_meta_eye_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5227611Z test_dispatch_meta_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.095s) 2022-12-01T10:37:37.5227818Z test_dispatch_meta_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-12-01T10:37:37.5228027Z test_dispatch_meta_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5228232Z test_dispatch_meta_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5228431Z test_dispatch_meta_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5228625Z test_dispatch_meta_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5228799Z test_dispatch_meta_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5228986Z test_dispatch_meta_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5229180Z test_dispatch_meta_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5229373Z test_dispatch_meta_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5229567Z test_dispatch_meta_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.077s) 2022-12-01T10:37:37.5229829Z test_dispatch_meta_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-12-01T10:37:37.5230045Z test_dispatch_meta_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-12-01T10:37:37.5230246Z test_dispatch_meta_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-12-01T10:37:37.5230427Z test_dispatch_meta_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-12-01T10:37:37.5230956Z test_dispatch_meta_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.5231157Z test_dispatch_meta_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.5231345Z test_dispatch_meta_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.5231546Z test_dispatch_meta_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.5231737Z test_dispatch_meta_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.5231926Z test_dispatch_meta_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.5232134Z test_dispatch_meta_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-12-01T10:37:37.5232323Z test_dispatch_meta_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.5232525Z test_dispatch_meta_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-12-01T10:37:37.5232730Z test_dispatch_meta_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-12-01T10:37:37.5232934Z test_dispatch_meta_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.5233132Z test_dispatch_meta_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.5233437Z test_dispatch_meta_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.5233628Z test_dispatch_meta_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-12-01T10:37:37.5233817Z test_dispatch_meta_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.5234013Z test_dispatch_meta_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5234221Z test_dispatch_meta_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5234435Z test_dispatch_meta_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5234651Z test_dispatch_meta_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5234869Z test_dispatch_meta_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5235081Z test_dispatch_meta_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5235293Z test_dispatch_meta_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5235499Z test_dispatch_meta_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5235689Z test_dispatch_meta_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5235894Z test_dispatch_meta_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5236099Z test_dispatch_meta_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5236303Z test_dispatch_meta_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5236505Z test_dispatch_meta_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5236703Z test_dispatch_meta_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5236911Z test_dispatch_meta_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5237122Z test_dispatch_meta_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5237324Z test_dispatch_meta_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5237631Z test_dispatch_meta_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5237843Z test_dispatch_meta_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5238036Z test_dispatch_meta_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5238223Z test_dispatch_meta_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5238418Z test_dispatch_meta_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5238608Z test_dispatch_meta_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5238803Z test_dispatch_meta_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5239017Z test_dispatch_meta_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5239206Z test_dispatch_meta_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5239410Z test_dispatch_meta_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5239613Z test_dispatch_meta_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5239812Z test_dispatch_meta_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5240001Z test_dispatch_meta_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5240189Z test_dispatch_meta_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5240382Z test_dispatch_meta_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5240573Z test_dispatch_meta_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5240744Z test_dispatch_meta_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5241019Z test_dispatch_meta_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5241230Z test_dispatch_meta_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5241439Z test_dispatch_meta_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5241645Z test_dispatch_meta_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5241842Z test_dispatch_meta_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5242037Z test_dispatch_meta_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5242230Z test_dispatch_meta_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5242413Z test_dispatch_meta_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5242612Z test_dispatch_meta_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5242813Z test_dispatch_meta_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5243027Z test_dispatch_meta_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5243238Z test_dispatch_meta_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5243447Z test_dispatch_meta_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.5243649Z test_dispatch_meta_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.5243849Z test_dispatch_meta_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5244025Z test_dispatch_meta_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5244218Z test_dispatch_meta_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5244412Z test_dispatch_meta_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5244611Z test_dispatch_meta_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.5244808Z test_dispatch_meta_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5245086Z test_dispatch_meta_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-12-01T10:37:37.5245306Z test_dispatch_meta_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-12-01T10:37:37.5245510Z test_dispatch_meta_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5245709Z test_dispatch_meta_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5245889Z test_dispatch_meta_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5246088Z test_dispatch_meta_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5246282Z test_dispatch_meta_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5246483Z test_dispatch_meta_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5246674Z test_dispatch_meta_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5246869Z test_dispatch_meta_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.5247083Z test_dispatch_meta_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.5247289Z test_dispatch_meta_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.5247473Z test_dispatch_meta_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.5247678Z test_dispatch_meta_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.5247874Z test_dispatch_meta_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.5248070Z test_dispatch_meta_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.5248322Z test_dispatch_meta_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.5248521Z test_dispatch_meta_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-12-01T10:37:37.5248726Z test_dispatch_meta_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.5248943Z test_dispatch_meta_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5249132Z test_dispatch_meta_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5249352Z test_dispatch_meta_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5249566Z test_dispatch_meta_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5249782Z test_dispatch_meta_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5249992Z test_dispatch_meta_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5250205Z test_dispatch_meta_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5250407Z test_dispatch_meta_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5250616Z test_dispatch_meta_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5250804Z test_dispatch_meta_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5251013Z test_dispatch_meta_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5251221Z test_dispatch_meta_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5251423Z test_dispatch_meta_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5251626Z test_dispatch_meta_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.5251832Z test_dispatch_meta_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5252042Z test_dispatch_meta_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.5252246Z test_dispatch_meta_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.5252501Z test_dispatch_meta_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.5252692Z test_dispatch_meta_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.5252892Z test_dispatch_meta_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.5253094Z test_dispatch_meta_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.5253294Z test_dispatch_meta_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5253496Z test_dispatch_meta_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5253699Z test_dispatch_meta_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5253903Z test_dispatch_meta_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5254099Z test_dispatch_meta_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5254275Z test_dispatch_meta_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5254477Z test_dispatch_meta_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5254672Z test_dispatch_meta_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5254877Z test_dispatch_meta_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.5255084Z test_dispatch_meta_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.5255291Z test_dispatch_meta_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.5255492Z test_dispatch_meta_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-12-01T10:37:37.5255755Z test_dispatch_meta_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5255939Z test_dispatch_meta_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.5256138Z test_dispatch_meta_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.5256340Z test_dispatch_meta_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5256539Z test_dispatch_meta_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5256749Z test_dispatch_meta_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5256958Z test_dispatch_meta_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5257161Z test_dispatch_meta_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5257367Z test_dispatch_meta_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5257553Z test_dispatch_meta_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5257756Z test_dispatch_meta_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5257960Z test_dispatch_meta_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5258163Z test_dispatch_meta_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5258361Z test_dispatch_meta_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5258557Z test_dispatch_meta_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5258768Z test_dispatch_meta_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5258977Z test_dispatch_meta_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5259181Z test_dispatch_meta_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5259371Z test_dispatch_meta_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5259572Z test_dispatch_meta_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5259770Z test_dispatch_meta_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5260017Z test_dispatch_meta_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5260225Z test_dispatch_meta_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5260419Z test_dispatch_meta_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5260613Z test_dispatch_meta_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5260825Z test_dispatch_meta_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5261015Z test_dispatch_meta_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5261222Z test_dispatch_meta_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5261436Z test_dispatch_meta_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5261637Z test_dispatch_meta_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5261839Z test_dispatch_meta_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5262040Z test_dispatch_meta_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5262243Z test_dispatch_meta_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5262446Z test_dispatch_meta_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5262626Z test_dispatch_meta_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.069s) 2022-12-01T10:37:37.5262832Z test_dispatch_meta_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-12-01T10:37:37.5263038Z test_dispatch_meta_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.5263310Z test_dispatch_meta_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.5263505Z test_dispatch_meta_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.5263700Z test_dispatch_meta_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.5263902Z test_dispatch_meta_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.5264097Z test_dispatch_meta_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.5264276Z test_dispatch_meta_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.5264477Z test_dispatch_meta_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-12-01T10:37:37.5264676Z test_dispatch_meta_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-12-01T10:37:37.5264877Z test_dispatch_meta_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.5265076Z test_dispatch_meta_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.5265264Z test_dispatch_meta_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.5265462Z test_dispatch_meta_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.5265653Z test_dispatch_meta_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.5265843Z test_dispatch_meta_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.5266026Z test_dispatch_meta_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.5266230Z test_dispatch_meta_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-12-01T10:37:37.5266428Z test_dispatch_meta_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-12-01T10:37:37.5266621Z test_dispatch_meta_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-12-01T10:37:37.5266819Z test_dispatch_meta_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-12-01T10:37:37.5267014Z test_dispatch_meta_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.5267267Z test_dispatch_meta_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.5267476Z test_dispatch_meta_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5267652Z test_dispatch_meta_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5267859Z test_dispatch_meta_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5268064Z test_dispatch_meta_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.285s) 2022-12-01T10:37:37.5268264Z test_dispatch_meta_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5268464Z test_dispatch_meta_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5268655Z test_dispatch_meta_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5268851Z test_dispatch_meta_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5269045Z test_dispatch_meta_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5269223Z test_dispatch_meta_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5269419Z test_dispatch_meta_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5269613Z test_dispatch_meta_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5269803Z test_dispatch_meta_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5270007Z test_dispatch_meta_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5270204Z test_dispatch_meta_flatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5270416Z test_dispatch_meta_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5270894Z test_dispatch_meta_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5271086Z test_dispatch_meta_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5271292Z test_dispatch_meta_flatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5271492Z test_dispatch_meta_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5271689Z test_dispatch_meta_flatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5271888Z test_dispatch_meta_flatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5272082Z test_dispatch_meta_flatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5272275Z test_dispatch_meta_flatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5272469Z test_dispatch_meta_flatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5272645Z test_dispatch_meta_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5272839Z test_dispatch_meta_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5273033Z test_dispatch_meta_flip_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5273238Z test_dispatch_meta_flip_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5273446Z test_dispatch_meta_flip_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5273646Z test_dispatch_meta_flip_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5273848Z test_dispatch_meta_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5274042Z test_dispatch_meta_flip_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5274220Z test_dispatch_meta_flip_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5274417Z test_dispatch_meta_flip_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5274616Z test_dispatch_meta_flip_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5274816Z test_dispatch_meta_flip_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5275090Z test_dispatch_meta_flip_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5275308Z test_dispatch_meta_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5275511Z test_dispatch_meta_fliplr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5275723Z test_dispatch_meta_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5275913Z test_dispatch_meta_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5276115Z test_dispatch_meta_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5276310Z test_dispatch_meta_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5276507Z test_dispatch_meta_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5276702Z test_dispatch_meta_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5276899Z test_dispatch_meta_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5277089Z test_dispatch_meta_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5277290Z test_dispatch_meta_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5277470Z test_dispatch_meta_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5277678Z test_dispatch_meta_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5277876Z test_dispatch_meta_flipud_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5278087Z test_dispatch_meta_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5278297Z test_dispatch_meta_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5278574Z test_dispatch_meta_flipud_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5278777Z test_dispatch_meta_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5278975Z test_dispatch_meta_flipud_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5279179Z test_dispatch_meta_flipud_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5279352Z test_dispatch_meta_flipud_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5279539Z test_dispatch_meta_flipud_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5279732Z test_dispatch_meta_flipud_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5279931Z test_dispatch_meta_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5280135Z test_dispatch_meta_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5280340Z test_dispatch_meta_float_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5280546Z test_dispatch_meta_float_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5280758Z test_dispatch_meta_float_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5280940Z test_dispatch_meta_float_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5281141Z test_dispatch_meta_float_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5281334Z test_dispatch_meta_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5281525Z test_dispatch_meta_float_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5281716Z test_dispatch_meta_float_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5325301Z test_dispatch_meta_float_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5325640Z test_dispatch_meta_float_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5325860Z test_dispatch_meta_float_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5326044Z test_dispatch_meta_float_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5326430Z test_dispatch_meta_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5326662Z test_dispatch_meta_float_power_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5326883Z test_dispatch_meta_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5327105Z test_dispatch_meta_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5327314Z test_dispatch_meta_float_power_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5327527Z test_dispatch_meta_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5327740Z test_dispatch_meta_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5327928Z test_dispatch_meta_float_power_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5328132Z test_dispatch_meta_float_power_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5328334Z test_dispatch_meta_float_power_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5328542Z test_dispatch_meta_float_power_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5328752Z test_dispatch_meta_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5328961Z test_dispatch_meta_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5329166Z test_dispatch_meta_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5329371Z test_dispatch_meta_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5329552Z test_dispatch_meta_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5329841Z test_dispatch_meta_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5330039Z test_dispatch_meta_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5330243Z test_dispatch_meta_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5330444Z test_dispatch_meta_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5330642Z test_dispatch_meta_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5330863Z test_dispatch_meta_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.402s) 2022-12-01T10:37:37.5331078Z test_dispatch_meta_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-12-01T10:37:37.5331264Z test_dispatch_meta_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-12-01T10:37:37.5331480Z test_dispatch_meta_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-12-01T10:37:37.5331700Z test_dispatch_meta_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5331904Z test_dispatch_meta_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5332109Z test_dispatch_meta_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5332319Z test_dispatch_meta_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5332512Z test_dispatch_meta_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5332716Z test_dispatch_meta_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5332914Z test_dispatch_meta_fmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5333095Z test_dispatch_meta_fmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5333296Z test_dispatch_meta_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5333502Z test_dispatch_meta_fmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5333702Z test_dispatch_meta_fmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5333974Z test_dispatch_meta_fmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5334179Z test_dispatch_meta_fmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5334375Z test_dispatch_meta_fmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5334569Z test_dispatch_meta_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5334752Z test_dispatch_meta_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5334951Z test_dispatch_meta_fmin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5335152Z test_dispatch_meta_fmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5335345Z test_dispatch_meta_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5335548Z test_dispatch_meta_fmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5335744Z test_dispatch_meta_fmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5335944Z test_dispatch_meta_fmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5336141Z test_dispatch_meta_fmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5336313Z test_dispatch_meta_fmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5336508Z test_dispatch_meta_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5336713Z test_dispatch_meta_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5336916Z test_dispatch_meta_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5337114Z test_dispatch_meta_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5337376Z test_dispatch_meta_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5337576Z test_dispatch_meta_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5337776Z test_dispatch_meta_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5337951Z test_dispatch_meta_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5338151Z test_dispatch_meta_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5338350Z test_dispatch_meta_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5338553Z test_dispatch_meta_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5338754Z test_dispatch_meta_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5338953Z test_dispatch_meta_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5339152Z test_dispatch_meta_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5339348Z test_dispatch_meta_frexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5339533Z test_dispatch_meta_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5339737Z test_dispatch_meta_frexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5339950Z test_dispatch_meta_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5340154Z test_dispatch_meta_full_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5340371Z test_dispatch_meta_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5340582Z test_dispatch_meta_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5340795Z test_dispatch_meta_full_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5341000Z test_dispatch_meta_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5341181Z test_dispatch_meta_full_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5341388Z test_dispatch_meta_full_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5341643Z test_dispatch_meta_full_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5341860Z test_dispatch_meta_full_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5342063Z test_dispatch_meta_full_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5342265Z test_dispatch_meta_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5342467Z test_dispatch_meta_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5342671Z test_dispatch_meta_gather_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5342863Z test_dispatch_meta_gather_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5343080Z test_dispatch_meta_gather_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5343290Z test_dispatch_meta_gather_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5343498Z test_dispatch_meta_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5343702Z test_dispatch_meta_gather_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5343888Z test_dispatch_meta_gather_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5344090Z test_dispatch_meta_gather_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5344289Z test_dispatch_meta_gather_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5344468Z test_dispatch_meta_gather_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5344677Z test_dispatch_meta_gather_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5344879Z test_dispatch_meta_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.557s) 2022-12-01T10:37:37.5345134Z test_dispatch_meta_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.540s) 2022-12-01T10:37:37.5345324Z test_dispatch_meta_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.586s) 2022-12-01T10:37:37.5345519Z test_dispatch_meta_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.551s) 2022-12-01T10:37:37.5345719Z test_dispatch_meta_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.543s) 2022-12-01T10:37:37.5345920Z test_dispatch_meta_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5346092Z test_dispatch_meta_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5346296Z test_dispatch_meta_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5346497Z test_dispatch_meta_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5346696Z test_dispatch_meta_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5346895Z test_dispatch_meta_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5347093Z test_dispatch_meta_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5347286Z test_dispatch_meta_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5347485Z test_dispatch_meta_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5347659Z test_dispatch_meta_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5347877Z test_dispatch_meta_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.308s) 2022-12-01T10:37:37.5348089Z test_dispatch_meta_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.270s) 2022-12-01T10:37:37.5348296Z test_dispatch_meta_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.266s) 2022-12-01T10:37:37.5348501Z test_dispatch_meta_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.269s) 2022-12-01T10:37:37.5348715Z test_dispatch_meta_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-12-01T10:37:37.5348937Z test_dispatch_meta_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.553s) 2022-12-01T10:37:37.5349153Z test_dispatch_meta_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.549s) 2022-12-01T10:37:37.5349408Z test_dispatch_meta_gradient_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-12-01T10:37:37.5349599Z test_dispatch_meta_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-12-01T10:37:37.5349799Z test_dispatch_meta_gradient_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.191s) 2022-12-01T10:37:37.5350008Z test_dispatch_meta_gradient_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-12-01T10:37:37.5350215Z test_dispatch_meta_gradient_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-12-01T10:37:37.5350421Z test_dispatch_meta_gradient_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.189s) 2022-12-01T10:37:37.5350903Z test_dispatch_meta_gradient_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.189s) 2022-12-01T10:37:37.5351063Z test_dispatch_meta_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5351261Z test_dispatch_meta_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5351441Z test_dispatch_meta_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5351641Z test_dispatch_meta_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5351842Z test_dispatch_meta_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5352040Z test_dispatch_meta_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5352236Z test_dispatch_meta_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5352426Z test_dispatch_meta_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5352618Z test_dispatch_meta_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5352813Z test_dispatch_meta_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5353084Z test_dispatch_meta_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5353284Z test_dispatch_meta_half_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5353498Z test_dispatch_meta_half_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5353706Z test_dispatch_meta_half_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5353911Z test_dispatch_meta_half_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5354112Z test_dispatch_meta_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5354312Z test_dispatch_meta_half_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5354509Z test_dispatch_meta_half_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5354685Z test_dispatch_meta_half_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5354885Z test_dispatch_meta_half_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5355083Z test_dispatch_meta_half_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5355280Z test_dispatch_meta_half_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5355499Z test_dispatch_meta_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5355709Z test_dispatch_meta_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5355924Z test_dispatch_meta_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5356129Z test_dispatch_meta_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5356308Z test_dispatch_meta_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5356520Z test_dispatch_meta_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5356726Z test_dispatch_meta_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5356936Z test_dispatch_meta_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5357144Z test_dispatch_meta_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5357413Z test_dispatch_meta_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5357630Z test_dispatch_meta_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.307s) 2022-12-01T10:37:37.5357834Z test_dispatch_meta_histc_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.307s) 2022-12-01T10:37:37.5358010Z test_dispatch_meta_histc_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.302s) 2022-12-01T10:37:37.5358212Z test_dispatch_meta_histc_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.299s) 2022-12-01T10:37:37.5358407Z test_dispatch_meta_histc_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.301s) 2022-12-01T10:37:37.5358607Z test_dispatch_meta_histc_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.299s) 2022-12-01T10:37:37.5358819Z test_dispatch_meta_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5359021Z test_dispatch_meta_hsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5359239Z test_dispatch_meta_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5359449Z test_dispatch_meta_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5359633Z test_dispatch_meta_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5359836Z test_dispatch_meta_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5360040Z test_dispatch_meta_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5360245Z test_dispatch_meta_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5360447Z test_dispatch_meta_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5360709Z test_dispatch_meta_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5360896Z test_dispatch_meta_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5361098Z test_dispatch_meta_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5361277Z test_dispatch_meta_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5361486Z test_dispatch_meta_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5361688Z test_dispatch_meta_hstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5361904Z test_dispatch_meta_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5362096Z test_dispatch_meta_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5362305Z test_dispatch_meta_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5362509Z test_dispatch_meta_hstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5362719Z test_dispatch_meta_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5362901Z test_dispatch_meta_hstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5363107Z test_dispatch_meta_hstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5363312Z test_dispatch_meta_hstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5363515Z test_dispatch_meta_hstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5363714Z test_dispatch_meta_hstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5363911Z test_dispatch_meta_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5364116Z test_dispatch_meta_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5364320Z test_dispatch_meta_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5364514Z test_dispatch_meta_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5364700Z test_dispatch_meta_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5364949Z test_dispatch_meta_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.306s) 2022-12-01T10:37:37.5365139Z test_dispatch_meta_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.343s) 2022-12-01T10:37:37.5365340Z test_dispatch_meta_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.288s) 2022-12-01T10:37:37.5365540Z test_dispatch_meta_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.286s) 2022-12-01T10:37:37.5365718Z test_dispatch_meta_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.326s) 2022-12-01T10:37:37.5365912Z test_dispatch_meta_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5366091Z test_dispatch_meta_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5366261Z test_dispatch_meta_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5366455Z test_dispatch_meta_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5366652Z test_dispatch_meta_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5366845Z test_dispatch_meta_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5367050Z test_dispatch_meta_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5367240Z test_dispatch_meta_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5367449Z test_dispatch_meta_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5367641Z test_dispatch_meta_imag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5367827Z test_dispatch_meta_imag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5368032Z test_dispatch_meta_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5368297Z test_dispatch_meta_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5368499Z test_dispatch_meta_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5368705Z test_dispatch_meta_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5368920Z test_dispatch_meta_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5369126Z test_dispatch_meta_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5369320Z test_dispatch_meta_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5369499Z test_dispatch_meta_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5369706Z test_dispatch_meta_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5369895Z test_dispatch_meta_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5370104Z test_dispatch_meta_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5370306Z test_dispatch_meta_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5370495Z test_dispatch_meta_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5370697Z test_dispatch_meta_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5370895Z test_dispatch_meta_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5371079Z test_dispatch_meta_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5371300Z test_dispatch_meta_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5371505Z test_dispatch_meta_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5371717Z test_dispatch_meta_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5371910Z test_dispatch_meta_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5372118Z test_dispatch_meta_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5372410Z test_dispatch_meta_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5372642Z test_dispatch_meta_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5372836Z test_dispatch_meta_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5373037Z test_dispatch_meta_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5373317Z test_dispatch_meta_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5373694Z test_dispatch_meta_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5374033Z test_dispatch_meta_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5374250Z test_dispatch_meta_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5374464Z test_dispatch_meta_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5374663Z test_dispatch_meta_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5374867Z test_dispatch_meta_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5375047Z test_dispatch_meta_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5375239Z test_dispatch_meta_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5375440Z test_dispatch_meta_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5375620Z test_dispatch_meta_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5375818Z test_dispatch_meta_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5376092Z test_dispatch_meta_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5376302Z test_dispatch_meta_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5376492Z test_dispatch_meta_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5376696Z test_dispatch_meta_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5376908Z test_dispatch_meta_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5377088Z test_dispatch_meta_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5377301Z test_dispatch_meta_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5377486Z test_dispatch_meta_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5377686Z test_dispatch_meta_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5377879Z test_dispatch_meta_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5378074Z test_dispatch_meta_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5378255Z test_dispatch_meta_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5378450Z test_dispatch_meta_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5378645Z test_dispatch_meta_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5378847Z test_dispatch_meta_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-12-01T10:37:37.5379060Z test_dispatch_meta_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-12-01T10:37:37.5379269Z test_dispatch_meta_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-12-01T10:37:37.5379476Z test_dispatch_meta_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-12-01T10:37:37.5379680Z test_dispatch_meta_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5379862Z test_dispatch_meta_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5380056Z test_dispatch_meta_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5380308Z test_dispatch_meta_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5380523Z test_dispatch_meta_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5380738Z test_dispatch_meta_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5380947Z test_dispatch_meta_index_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5381169Z test_dispatch_meta_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5381385Z test_dispatch_meta_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5381608Z test_dispatch_meta_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5381797Z test_dispatch_meta_index_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5382005Z test_dispatch_meta_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5382216Z test_dispatch_meta_index_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5382421Z test_dispatch_meta_index_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5382626Z test_dispatch_meta_index_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5382826Z test_dispatch_meta_index_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5383034Z test_dispatch_meta_index_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5383241Z test_dispatch_meta_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5383477Z test_dispatch_meta_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5383688Z test_dispatch_meta_inner_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5383899Z test_dispatch_meta_inner_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5384110Z test_dispatch_meta_inner_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5384315Z test_dispatch_meta_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5384515Z test_dispatch_meta_inner_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5384719Z test_dispatch_meta_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5384915Z test_dispatch_meta_int_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5385100Z test_dispatch_meta_int_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5385304Z test_dispatch_meta_int_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5385509Z test_dispatch_meta_int_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5385708Z test_dispatch_meta_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5385906Z test_dispatch_meta_int_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5386102Z test_dispatch_meta_int_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5386296Z test_dispatch_meta_int_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5386488Z test_dispatch_meta_int_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5386662Z test_dispatch_meta_int_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5386861Z test_dispatch_meta_int_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5387070Z test_dispatch_meta_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-12-01T10:37:37.5387277Z test_dispatch_meta_isclose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.094s) 2022-12-01T10:37:37.5387494Z test_dispatch_meta_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-12-01T10:37:37.5387768Z test_dispatch_meta_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-12-01T10:37:37.5387985Z test_dispatch_meta_isclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-12-01T10:37:37.5388193Z test_dispatch_meta_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-12-01T10:37:37.5388374Z test_dispatch_meta_isclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-12-01T10:37:37.5388569Z test_dispatch_meta_isclose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-12-01T10:37:37.5388770Z test_dispatch_meta_isclose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-12-01T10:37:37.5388974Z test_dispatch_meta_isclose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-12-01T10:37:37.5389175Z test_dispatch_meta_isclose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-12-01T10:37:37.5389381Z test_dispatch_meta_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-12-01T10:37:37.5389594Z test_dispatch_meta_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5389799Z test_dispatch_meta_isfinite_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5389993Z test_dispatch_meta_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5390210Z test_dispatch_meta_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5390424Z test_dispatch_meta_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5390845Z test_dispatch_meta_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5391051Z test_dispatch_meta_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5391249Z test_dispatch_meta_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5391599Z test_dispatch_meta_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5391806Z test_dispatch_meta_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5392014Z test_dispatch_meta_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5392197Z test_dispatch_meta_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5392400Z test_dispatch_meta_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5392604Z test_dispatch_meta_isin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5392809Z test_dispatch_meta_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5393010Z test_dispatch_meta_isin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5393208Z test_dispatch_meta_isin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5393409Z test_dispatch_meta_isin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5393608Z test_dispatch_meta_isin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5393784Z test_dispatch_meta_isin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5393980Z test_dispatch_meta_isin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5394184Z test_dispatch_meta_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5394380Z test_dispatch_meta_isinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5394590Z test_dispatch_meta_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5394796Z test_dispatch_meta_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5394999Z test_dispatch_meta_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5395197Z test_dispatch_meta_isinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5395382Z test_dispatch_meta_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5395578Z test_dispatch_meta_isinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5395836Z test_dispatch_meta_isinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5396039Z test_dispatch_meta_isinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5396229Z test_dispatch_meta_isinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5396423Z test_dispatch_meta_isinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5396610Z test_dispatch_meta_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5396811Z test_dispatch_meta_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5396987Z test_dispatch_meta_isnan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5397198Z test_dispatch_meta_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5397403Z test_dispatch_meta_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5397602Z test_dispatch_meta_isnan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5397799Z test_dispatch_meta_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5397998Z test_dispatch_meta_isnan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5398191Z test_dispatch_meta_isnan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5398373Z test_dispatch_meta_isnan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5398545Z test_dispatch_meta_isnan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5398739Z test_dispatch_meta_isnan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5398926Z test_dispatch_meta_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5399191Z test_dispatch_meta_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5399389Z test_dispatch_meta_isneginf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5399584Z test_dispatch_meta_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5399783Z test_dispatch_meta_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5399977Z test_dispatch_meta_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5400158Z test_dispatch_meta_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5400359Z test_dispatch_meta_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5400563Z test_dispatch_meta_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5400764Z test_dispatch_meta_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5400967Z test_dispatch_meta_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5401165Z test_dispatch_meta_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5401414Z test_dispatch_meta_isposinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5401617Z test_dispatch_meta_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5401798Z test_dispatch_meta_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5401987Z test_dispatch_meta_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5402190Z test_dispatch_meta_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5402375Z test_dispatch_meta_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5402574Z test_dispatch_meta_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5402766Z test_dispatch_meta_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5402961Z test_dispatch_meta_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5403206Z test_dispatch_meta_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5403396Z test_dispatch_meta_isreal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5403604Z test_dispatch_meta_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5403801Z test_dispatch_meta_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5404009Z test_dispatch_meta_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5404208Z test_dispatch_meta_isreal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5404396Z test_dispatch_meta_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5404598Z test_dispatch_meta_isreal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5404787Z test_dispatch_meta_isreal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5404984Z test_dispatch_meta_isreal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5405168Z test_dispatch_meta_isreal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5405354Z test_dispatch_meta_isreal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5405554Z test_dispatch_meta_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5405751Z test_dispatch_meta_istft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.397s) 2022-12-01T10:37:37.5405959Z test_dispatch_meta_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.394s) 2022-12-01T10:37:37.5406148Z test_dispatch_meta_istft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.200s) 2022-12-01T10:37:37.5406352Z test_dispatch_meta_istft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.203s) 2022-12-01T10:37:37.5406637Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.749s) 2022-12-01T10:37:37.5406849Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... ok (1.786s) 2022-12-01T10:37:37.5407097Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.858s) 2022-12-01T10:37:37.5407326Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.819s) 2022-12-01T10:37:37.5407561Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.702s) 2022-12-01T10:37:37.5407778Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.688s) 2022-12-01T10:37:37.5408003Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.697s) 2022-12-01T10:37:37.5408224Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.691s) 2022-12-01T10:37:37.5408461Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.697s) 2022-12-01T10:37:37.5408676Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.695s) 2022-12-01T10:37:37.5408884Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.691s) 2022-12-01T10:37:37.5409119Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.690s) 2022-12-01T10:37:37.5409352Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.108s) 2022-12-01T10:37:37.5409594Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... ok (2.115s) 2022-12-01T10:37:37.5409832Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.768s) 2022-12-01T10:37:37.5410084Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.601s) 2022-12-01T10:37:37.5410316Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.087s) 2022-12-01T10:37:37.5410606Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.079s) 2022-12-01T10:37:37.5410846Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.083s) 2022-12-01T10:37:37.5411065Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.073s) 2022-12-01T10:37:37.5411304Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.079s) 2022-12-01T10:37:37.5411531Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.096s) 2022-12-01T10:37:37.5411772Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.169s) 2022-12-01T10:37:37.5412000Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.096s) 2022-12-01T10:37:37.5412222Z test_dispatch_meta_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.512s) 2022-12-01T10:37:37.5412428Z test_dispatch_meta_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (1.557s) 2022-12-01T10:37:37.5412656Z test_dispatch_meta_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.210s) 2022-12-01T10:37:37.5412867Z test_dispatch_meta_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.793s) 2022-12-01T10:37:37.5413065Z test_dispatch_meta_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.561s) 2022-12-01T10:37:37.5413286Z test_dispatch_meta_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.573s) 2022-12-01T10:37:37.5413561Z test_dispatch_meta_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.567s) 2022-12-01T10:37:37.5413826Z test_dispatch_meta_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.555s) 2022-12-01T10:37:37.5414037Z test_dispatch_meta_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.560s) 2022-12-01T10:37:37.5414182Z test_dispatch_meta_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.964s) 2022-12-01T10:37:37.5414385Z test_dispatch_meta_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.918s) 2022-12-01T10:37:37.5414667Z test_dispatch_meta_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.277s) 2022-12-01T10:37:37.5414822Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.249s) 2022-12-01T10:37:37.5415129Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... ok (1.883s) 2022-12-01T10:37:37.5415292Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.603s) 2022-12-01T10:37:37.5415524Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.566s) 2022-12-01T10:37:37.5415764Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.511s) 2022-12-01T10:37:37.5415992Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.496s) 2022-12-01T10:37:37.5416227Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.488s) 2022-12-01T10:37:37.5416451Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.493s) 2022-12-01T10:37:37.5416670Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.495s) 2022-12-01T10:37:37.5416880Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.487s) 2022-12-01T10:37:37.5417116Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.495s) 2022-12-01T10:37:37.5417360Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.487s) 2022-12-01T10:37:37.5417566Z test_dispatch_meta_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-12-01T10:37:37.5417831Z test_dispatch_meta_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.179s) 2022-12-01T10:37:37.5418053Z test_dispatch_meta_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.335s) 2022-12-01T10:37:37.5418274Z test_dispatch_meta_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.272s) 2022-12-01T10:37:37.5418482Z test_dispatch_meta_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.176s) 2022-12-01T10:37:37.5418692Z test_dispatch_meta_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.171s) 2022-12-01T10:37:37.5418886Z test_dispatch_meta_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.175s) 2022-12-01T10:37:37.5419090Z test_dispatch_meta_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.172s) 2022-12-01T10:37:37.5419307Z test_dispatch_meta_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.176s) 2022-12-01T10:37:37.5419526Z test_dispatch_meta_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-12-01T10:37:37.5419726Z test_dispatch_meta_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.172s) 2022-12-01T10:37:37.5419930Z test_dispatch_meta_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.172s) 2022-12-01T10:37:37.5420132Z test_dispatch_meta_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5420314Z test_dispatch_meta_kron_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5420498Z test_dispatch_meta_kron_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5420707Z test_dispatch_meta_kron_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5420896Z test_dispatch_meta_kron_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5421152Z test_dispatch_meta_kron_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5421347Z test_dispatch_meta_kron_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5421548Z test_dispatch_meta_kron_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5421782Z test_dispatch_meta_kron_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5421980Z test_dispatch_meta_kron_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5422096Z test_dispatch_meta_kron_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5422297Z test_dispatch_meta_kron_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5422493Z test_dispatch_meta_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-12-01T10:37:37.5422696Z test_dispatch_meta_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-12-01T10:37:37.5422885Z test_dispatch_meta_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-12-01T10:37:37.5423077Z test_dispatch_meta_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-12-01T10:37:37.5423285Z test_dispatch_meta_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-12-01T10:37:37.5423481Z test_dispatch_meta_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-12-01T10:37:37.5423664Z test_dispatch_meta_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-12-01T10:37:37.5423862Z test_dispatch_meta_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-12-01T10:37:37.5424043Z test_dispatch_meta_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.691s) 2022-12-01T10:37:37.5424232Z test_dispatch_meta_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.838s) 2022-12-01T10:37:37.5424409Z test_dispatch_meta_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.667s) 2022-12-01T10:37:37.5424600Z test_dispatch_meta_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.597s) 2022-12-01T10:37:37.5424780Z test_dispatch_meta_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.619s) 2022-12-01T10:37:37.5424979Z test_dispatch_meta_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5425212Z test_dispatch_meta_ldexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5425439Z test_dispatch_meta_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5425626Z test_dispatch_meta_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5425815Z test_dispatch_meta_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5426011Z test_dispatch_meta_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5426203Z test_dispatch_meta_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5426400Z test_dispatch_meta_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5426592Z test_dispatch_meta_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5426771Z test_dispatch_meta_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5426970Z test_dispatch_meta_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5427153Z test_dispatch_meta_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5427347Z test_dispatch_meta_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5427528Z test_dispatch_meta_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5427724Z test_dispatch_meta_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5427905Z test_dispatch_meta_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5428102Z test_dispatch_meta_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5428272Z test_dispatch_meta_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5428508Z test_dispatch_meta_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5428769Z test_dispatch_meta_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5428878Z test_dispatch_meta_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5429067Z test_dispatch_meta_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5429260Z test_dispatch_meta_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5429468Z test_dispatch_meta_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.5429743Z test_dispatch_meta_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.5429855Z test_dispatch_meta_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5430057Z test_dispatch_meta_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5430251Z test_dispatch_meta_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5430454Z test_dispatch_meta_lgamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.360s) 2022-12-01T10:37:37.5430934Z test_dispatch_meta_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.385s) 2022-12-01T10:37:37.5431130Z test_dispatch_meta_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.366s) 2022-12-01T10:37:37.5431338Z test_dispatch_meta_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.352s) 2022-12-01T10:37:37.5431528Z test_dispatch_meta_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5431705Z test_dispatch_meta_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5431908Z test_dispatch_meta_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5432110Z test_dispatch_meta_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5432295Z test_dispatch_meta_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5432523Z test_dispatch_meta_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.5432753Z test_dispatch_meta_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.5433033Z test_dispatch_meta_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.5433269Z test_dispatch_meta_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.5433490Z test_dispatch_meta_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5433696Z test_dispatch_meta_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5433921Z test_dispatch_meta_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5434144Z test_dispatch_meta_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5434355Z test_dispatch_meta_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-12-01T10:37:37.5434570Z test_dispatch_meta_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5434789Z test_dispatch_meta_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5434983Z test_dispatch_meta_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5435204Z test_dispatch_meta_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5435401Z test_dispatch_meta_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5435607Z test_dispatch_meta_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5435808Z test_dispatch_meta_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5436006Z test_dispatch_meta_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5436273Z test_dispatch_meta_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5436464Z test_dispatch_meta_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5436655Z test_dispatch_meta_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5436850Z test_dispatch_meta_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5437044Z test_dispatch_meta_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5437238Z test_dispatch_meta_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.820s) 2022-12-01T10:37:37.5437438Z test_dispatch_meta_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.036s) 2022-12-01T10:37:37.5437645Z test_dispatch_meta_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.859s) 2022-12-01T10:37:37.5437847Z test_dispatch_meta_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.867s) 2022-12-01T10:37:37.5438084Z test_dispatch_meta_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.279s) 2022-12-01T10:37:37.5438311Z test_dispatch_meta_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.314s) 2022-12-01T10:37:37.5438542Z test_dispatch_meta_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-12-01T10:37:37.5438764Z test_dispatch_meta_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.5438959Z test_dispatch_meta_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-12-01T10:37:37.5439161Z test_dispatch_meta_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-12-01T10:37:37.5439371Z test_dispatch_meta_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-12-01T10:37:37.5439567Z test_dispatch_meta_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-12-01T10:37:37.5439793Z test_dispatch_meta_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.5440017Z test_dispatch_meta_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5440223Z test_dispatch_meta_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5440493Z test_dispatch_meta_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5440705Z test_dispatch_meta_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-12-01T10:37:37.5440919Z test_dispatch_meta_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-12-01T10:37:37.5441137Z test_dispatch_meta_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.229s) 2022-12-01T10:37:37.5441353Z test_dispatch_meta_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.233s) 2022-12-01T10:37:37.5441568Z test_dispatch_meta_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.5441793Z test_dispatch_meta_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5441998Z test_dispatch_meta_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5442220Z test_dispatch_meta_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5442466Z test_dispatch_meta_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-12-01T10:37:37.5442688Z test_dispatch_meta_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.112s) 2022-12-01T10:37:37.5442920Z test_dispatch_meta_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-12-01T10:37:37.5443143Z test_dispatch_meta_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-12-01T10:37:37.5443361Z test_dispatch_meta_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-12-01T10:37:37.5443580Z test_dispatch_meta_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5443840Z test_dispatch_meta_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5444147Z test_dispatch_meta_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5444265Z test_dispatch_meta_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-12-01T10:37:37.5444460Z test_dispatch_meta_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5444675Z test_dispatch_meta_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5444887Z test_dispatch_meta_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5445213Z test_dispatch_meta_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5445435Z test_dispatch_meta_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5445655Z test_dispatch_meta_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5445869Z test_dispatch_meta_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5445983Z test_dispatch_meta_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5446212Z test_dispatch_meta_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5446414Z test_dispatch_meta_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5446628Z test_dispatch_meta_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5446851Z test_dispatch_meta_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5447074Z test_dispatch_meta_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5447283Z test_dispatch_meta_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5447501Z test_dispatch_meta_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5447758Z test_dispatch_meta_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.197s) 2022-12-01T10:37:37.5447973Z test_dispatch_meta_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.112s) 2022-12-01T10:37:37.5448186Z test_dispatch_meta_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.108s) 2022-12-01T10:37:37.5448376Z test_dispatch_meta_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.126s) 2022-12-01T10:37:37.5448613Z test_dispatch_meta_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.187s) 2022-12-01T10:37:37.5448844Z test_dispatch_meta_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-12-01T10:37:37.5449080Z test_dispatch_meta_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.109s) 2022-12-01T10:37:37.5449307Z test_dispatch_meta_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-12-01T10:37:37.5449525Z test_dispatch_meta_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.5449728Z test_dispatch_meta_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5449936Z test_dispatch_meta_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5450115Z test_dispatch_meta_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5450336Z test_dispatch_meta_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.566s) 2022-12-01T10:37:37.5450560Z test_dispatch_meta_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-12-01T10:37:37.5450771Z test_dispatch_meta_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-12-01T10:37:37.5451045Z test_dispatch_meta_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-12-01T10:37:37.5451262Z test_dispatch_meta_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5451493Z test_dispatch_meta_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5451708Z test_dispatch_meta_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5451931Z test_dispatch_meta_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5452131Z test_dispatch_meta_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-12-01T10:37:37.5452348Z test_dispatch_meta_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-12-01T10:37:37.5452565Z test_dispatch_meta_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-12-01T10:37:37.5452768Z test_dispatch_meta_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.179s) 2022-12-01T10:37:37.5452993Z test_dispatch_meta_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-12-01T10:37:37.5453212Z test_dispatch_meta_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.253s) 2022-12-01T10:37:37.5453440Z test_dispatch_meta_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.197s) 2022-12-01T10:37:37.5453651Z test_dispatch_meta_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-12-01T10:37:37.5453850Z test_dispatch_meta_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.206s) 2022-12-01T10:37:37.5454068Z test_dispatch_meta_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.212s) 2022-12-01T10:37:37.5454288Z test_dispatch_meta_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-12-01T10:37:37.5454515Z test_dispatch_meta_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-12-01T10:37:37.5454737Z test_dispatch_meta_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-12-01T10:37:37.5454956Z test_dispatch_meta_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-12-01T10:37:37.5455223Z test_dispatch_meta_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.569s) 2022-12-01T10:37:37.5455455Z test_dispatch_meta_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.357s) 2022-12-01T10:37:37.5455668Z test_dispatch_meta_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.352s) 2022-12-01T10:37:37.5455865Z test_dispatch_meta_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.393s) 2022-12-01T10:37:37.5456113Z test_dispatch_meta_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-12-01T10:37:37.5456348Z test_dispatch_meta_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-12-01T10:37:37.5456595Z test_dispatch_meta_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.5456833Z test_dispatch_meta_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-12-01T10:37:37.5457054Z test_dispatch_meta_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5457273Z test_dispatch_meta_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.5457495Z test_dispatch_meta_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.5457706Z test_dispatch_meta_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5457898Z test_dispatch_meta_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5458115Z test_dispatch_meta_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5458321Z test_dispatch_meta_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-12-01T10:37:37.5458608Z test_dispatch_meta_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.260s) 2022-12-01T10:37:37.5458816Z test_dispatch_meta_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.210s) 2022-12-01T10:37:37.5459027Z test_dispatch_meta_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-12-01T10:37:37.5459232Z test_dispatch_meta_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.214s) 2022-12-01T10:37:37.5459438Z test_dispatch_meta_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.226s) 2022-12-01T10:37:37.5459663Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-12-01T10:37:37.5459908Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-12-01T10:37:37.5460159Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-12-01T10:37:37.5460401Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-12-01T10:37:37.5460641Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.148s) 2022-12-01T10:37:37.5460883Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.148s) 2022-12-01T10:37:37.5461091Z test_dispatch_meta_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.147s) 2022-12-01T10:37:37.5461311Z test_dispatch_meta_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-12-01T10:37:37.5461514Z test_dispatch_meta_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5461697Z test_dispatch_meta_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-12-01T10:37:37.5461936Z test_dispatch_meta_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5462165Z test_dispatch_meta_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5462394Z test_dispatch_meta_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5462662Z test_dispatch_meta_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5462992Z test_dispatch_meta_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:37.5463304Z test_dispatch_meta_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:37.5463622Z test_dispatch_meta_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:37.5463927Z test_dispatch_meta_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:37:37.5464149Z test_dispatch_meta_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-12-01T10:37:37.5464344Z test_dispatch_meta_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5464549Z test_dispatch_meta_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.5464758Z test_dispatch_meta_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.5464970Z test_dispatch_meta_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.705s) 2022-12-01T10:37:37.5465192Z test_dispatch_meta_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.432s) 2022-12-01T10:37:37.5465410Z test_dispatch_meta_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5465621Z test_dispatch_meta_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5465900Z test_dispatch_meta_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-12-01T10:37:37.5466094Z test_dispatch_meta_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-12-01T10:37:37.5466311Z test_dispatch_meta_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-12-01T10:37:37.5466514Z test_dispatch_meta_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-12-01T10:37:37.5466738Z test_dispatch_meta_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.5466947Z test_dispatch_meta_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5467166Z test_dispatch_meta_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5467376Z test_dispatch_meta_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5467620Z test_dispatch_meta_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.974s) 2022-12-01T10:37:37.5467834Z test_dispatch_meta_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.970s) 2022-12-01T10:37:37.5468057Z test_dispatch_meta_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.966s) 2022-12-01T10:37:37.5468286Z test_dispatch_meta_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.975s) 2022-12-01T10:37:37.5468499Z test_dispatch_meta_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.615s) 2022-12-01T10:37:37.5468716Z test_dispatch_meta_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.234s) 2022-12-01T10:37:37.5468928Z test_dispatch_meta_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.290s) 2022-12-01T10:37:37.5469120Z test_dispatch_meta_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.335s) 2022-12-01T10:37:37.5469331Z test_dispatch_meta_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.5469559Z test_dispatch_meta_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-12-01T10:37:37.5469753Z test_dispatch_meta_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5470011Z test_dispatch_meta_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-12-01T10:37:37.5470246Z test_dispatch_meta_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.5470684Z test_dispatch_meta_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5470938Z test_dispatch_meta_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5471129Z test_dispatch_meta_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5471364Z test_dispatch_meta_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5471596Z test_dispatch_meta_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5471795Z test_dispatch_meta_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5472011Z test_dispatch_meta_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5472233Z test_dispatch_meta_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5472439Z test_dispatch_meta_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5472653Z test_dispatch_meta_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5472854Z test_dispatch_meta_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5473065Z test_dispatch_meta_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5473264Z test_dispatch_meta_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.5473548Z test_dispatch_meta_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5473735Z test_dispatch_meta_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5473934Z test_dispatch_meta_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5474153Z test_dispatch_meta_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-12-01T10:37:37.5474447Z test_dispatch_meta_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.133s) 2022-12-01T10:37:37.5474826Z test_dispatch_meta_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.135s) 2022-12-01T10:37:37.5475078Z test_dispatch_meta_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.5475281Z test_dispatch_meta_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.5475482Z test_dispatch_meta_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.5475690Z test_dispatch_meta_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.175s) 2022-12-01T10:37:37.5475905Z test_dispatch_meta_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.176s) 2022-12-01T10:37:37.5476133Z test_dispatch_meta_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.176s) 2022-12-01T10:37:37.5476350Z test_dispatch_meta_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-12-01T10:37:37.5476568Z test_dispatch_meta_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.197s) 2022-12-01T10:37:37.5476775Z test_dispatch_meta_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.188s) 2022-12-01T10:37:37.5476988Z test_dispatch_meta_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.5477204Z test_dispatch_meta_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5477411Z test_dispatch_meta_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5477602Z test_dispatch_meta_linspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5477887Z test_dispatch_meta_linspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5478095Z test_dispatch_meta_linspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5478307Z test_dispatch_meta_linspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5478506Z test_dispatch_meta_linspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5478711Z test_dispatch_meta_linspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5478906Z test_dispatch_meta_linspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5479109Z test_dispatch_meta_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5479291Z test_dispatch_meta_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5479492Z test_dispatch_meta_log10_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5479689Z test_dispatch_meta_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.352s) 2022-12-01T10:37:37.5479901Z test_dispatch_meta_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.305s) 2022-12-01T10:37:37.5480095Z test_dispatch_meta_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5480294Z test_dispatch_meta_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5480485Z test_dispatch_meta_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5480685Z test_dispatch_meta_log10_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5480861Z test_dispatch_meta_log10_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5481051Z test_dispatch_meta_log10_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5481309Z test_dispatch_meta_log10_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5481506Z test_dispatch_meta_log10_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5481700Z test_dispatch_meta_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5481901Z test_dispatch_meta_log1p_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5482094Z test_dispatch_meta_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5482296Z test_dispatch_meta_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5482475Z test_dispatch_meta_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5482668Z test_dispatch_meta_log1p_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5482864Z test_dispatch_meta_log1p_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5483052Z test_dispatch_meta_log1p_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5483248Z test_dispatch_meta_log1p_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5483429Z test_dispatch_meta_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5483632Z test_dispatch_meta_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5483820Z test_dispatch_meta_log2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5484006Z test_dispatch_meta_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.363s) 2022-12-01T10:37:37.5484213Z test_dispatch_meta_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.305s) 2022-12-01T10:37:37.5484411Z test_dispatch_meta_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5484604Z test_dispatch_meta_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5484802Z test_dispatch_meta_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5484994Z test_dispatch_meta_log2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5485188Z test_dispatch_meta_log2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5485429Z test_dispatch_meta_log2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5485612Z test_dispatch_meta_log2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5485804Z test_dispatch_meta_log2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5485991Z test_dispatch_meta_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5486190Z test_dispatch_meta_log_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5486388Z test_dispatch_meta_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.344s) 2022-12-01T10:37:37.5486592Z test_dispatch_meta_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.352s) 2022-12-01T10:37:37.5486790Z test_dispatch_meta_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.288s) 2022-12-01T10:37:37.5486992Z test_dispatch_meta_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5487168Z test_dispatch_meta_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5487368Z test_dispatch_meta_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5487548Z test_dispatch_meta_log_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5487739Z test_dispatch_meta_log_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5487922Z test_dispatch_meta_log_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5488113Z test_dispatch_meta_log_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5488295Z test_dispatch_meta_log_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5488503Z test_dispatch_meta_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5488752Z test_dispatch_meta_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5488950Z test_dispatch_meta_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5489154Z test_dispatch_meta_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5489371Z test_dispatch_meta_log_softmax_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5489590Z test_dispatch_meta_log_softmax_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5489820Z test_dispatch_meta_log_softmax_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5490038Z test_dispatch_meta_log_softmax_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5490265Z test_dispatch_meta_log_softmax_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5490481Z test_dispatch_meta_log_softmax_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5490684Z test_dispatch_meta_log_softmax_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5490910Z test_dispatch_meta_log_softmax_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5491114Z test_dispatch_meta_log_softmax_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5491330Z test_dispatch_meta_log_softmax_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5491537Z test_dispatch_meta_log_softmax_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5491752Z test_dispatch_meta_log_softmax_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5491963Z test_dispatch_meta_log_softmax_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5492183Z test_dispatch_meta_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5492381Z test_dispatch_meta_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5492590Z test_dispatch_meta_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5492855Z test_dispatch_meta_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5493078Z test_dispatch_meta_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5493292Z test_dispatch_meta_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5493514Z test_dispatch_meta_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.108s) 2022-12-01T10:37:37.5493720Z test_dispatch_meta_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-12-01T10:37:37.5493930Z test_dispatch_meta_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-12-01T10:37:37.5494139Z test_dispatch_meta_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-12-01T10:37:37.5494332Z test_dispatch_meta_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5494542Z test_dispatch_meta_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5494751Z test_dispatch_meta_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.5494962Z test_dispatch_meta_logdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5495177Z test_dispatch_meta_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5495381Z test_dispatch_meta_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5495600Z test_dispatch_meta_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.987s) 2022-12-01T10:37:37.5495809Z test_dispatch_meta_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.978s) 2022-12-01T10:37:37.5495999Z test_dispatch_meta_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5496273Z test_dispatch_meta_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5496466Z test_dispatch_meta_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5496679Z test_dispatch_meta_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5496874Z test_dispatch_meta_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5497078Z test_dispatch_meta_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5497283Z test_dispatch_meta_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5497486Z test_dispatch_meta_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5497676Z test_dispatch_meta_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5497886Z test_dispatch_meta_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5498101Z test_dispatch_meta_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5498319Z test_dispatch_meta_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5498519Z test_dispatch_meta_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5498725Z test_dispatch_meta_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5498915Z test_dispatch_meta_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5499124Z test_dispatch_meta_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5499316Z test_dispatch_meta_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5499492Z test_dispatch_meta_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5499696Z test_dispatch_meta_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5499904Z test_dispatch_meta_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5500105Z test_dispatch_meta_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5500360Z test_dispatch_meta_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5500582Z test_dispatch_meta_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.985s) 2022-12-01T10:37:37.5500798Z test_dispatch_meta_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.973s) 2022-12-01T10:37:37.5500998Z test_dispatch_meta_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5501181Z test_dispatch_meta_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5501426Z test_dispatch_meta_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5501630Z test_dispatch_meta_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5501832Z test_dispatch_meta_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5502022Z test_dispatch_meta_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5502234Z test_dispatch_meta_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5502431Z test_dispatch_meta_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5502648Z test_dispatch_meta_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5502832Z test_dispatch_meta_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5503035Z test_dispatch_meta_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (3.003s) 2022-12-01T10:37:37.5503292Z test_dispatch_meta_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (3.001s) 2022-12-01T10:37:37.5503499Z test_dispatch_meta_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5503762Z test_dispatch_meta_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5503993Z test_dispatch_meta_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5504377Z test_dispatch_meta_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5504634Z test_dispatch_meta_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5504816Z test_dispatch_meta_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5505005Z test_dispatch_meta_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5505212Z test_dispatch_meta_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5505413Z test_dispatch_meta_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5505614Z test_dispatch_meta_logit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5505812Z test_dispatch_meta_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5506014Z test_dispatch_meta_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5506216Z test_dispatch_meta_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5506420Z test_dispatch_meta_logit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5506595Z test_dispatch_meta_logit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5506791Z test_dispatch_meta_logit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5506980Z test_dispatch_meta_logit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5507174Z test_dispatch_meta_logit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5507380Z test_dispatch_meta_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.234s) 2022-12-01T10:37:37.5507598Z test_dispatch_meta_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.233s) 2022-12-01T10:37:37.5507814Z test_dispatch_meta_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.230s) 2022-12-01T10:37:37.5508024Z test_dispatch_meta_logspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.232s) 2022-12-01T10:37:37.5508318Z test_dispatch_meta_logspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.235s) 2022-12-01T10:37:37.5508533Z test_dispatch_meta_logspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.231s) 2022-12-01T10:37:37.5508741Z test_dispatch_meta_logspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.214s) 2022-12-01T10:37:37.5508950Z test_dispatch_meta_logspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.215s) 2022-12-01T10:37:37.5509162Z test_dispatch_meta_logspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.215s) 2022-12-01T10:37:37.5509360Z test_dispatch_meta_logspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-12-01T10:37:37.5509567Z test_dispatch_meta_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.5509787Z test_dispatch_meta_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5509971Z test_dispatch_meta_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5510187Z test_dispatch_meta_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5510394Z test_dispatch_meta_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5510754Z test_dispatch_meta_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5510958Z test_dispatch_meta_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5511165Z test_dispatch_meta_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5511373Z test_dispatch_meta_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5511576Z test_dispatch_meta_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5511844Z test_dispatch_meta_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5512046Z test_dispatch_meta_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5512244Z test_dispatch_meta_long_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5512447Z test_dispatch_meta_long_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5512651Z test_dispatch_meta_long_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5512856Z test_dispatch_meta_long_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5513052Z test_dispatch_meta_long_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5513254Z test_dispatch_meta_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5513433Z test_dispatch_meta_long_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5513635Z test_dispatch_meta_long_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5513833Z test_dispatch_meta_long_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5514026Z test_dispatch_meta_long_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5514215Z test_dispatch_meta_long_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5514407Z test_dispatch_meta_long_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5514594Z test_dispatch_meta_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5514791Z test_dispatch_meta_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5514963Z test_dispatch_meta_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5515153Z test_dispatch_meta_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5515343Z test_dispatch_meta_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5515538Z test_dispatch_meta_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5515735Z test_dispatch_meta_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5515994Z test_dispatch_meta_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5516200Z test_dispatch_meta_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5516390Z test_dispatch_meta_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5516572Z test_dispatch_meta_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.404s) 2022-12-01T10:37:37.5516764Z test_dispatch_meta_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-12-01T10:37:37.5516958Z test_dispatch_meta_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-12-01T10:37:37.5517147Z test_dispatch_meta_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.141s) 2022-12-01T10:37:37.5517359Z test_dispatch_meta_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.5517572Z test_dispatch_meta_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5517780Z test_dispatch_meta_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.5517978Z test_dispatch_meta_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-12-01T10:37:37.5518171Z test_dispatch_meta_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5518383Z test_dispatch_meta_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5518584Z test_dispatch_meta_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.5518789Z test_dispatch_meta_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.5518983Z test_dispatch_meta_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5519180Z test_dispatch_meta_mH_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5519455Z test_dispatch_meta_mH_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5519658Z test_dispatch_meta_mH_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5519843Z test_dispatch_meta_mH_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5520044Z test_dispatch_meta_mH_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5520234Z test_dispatch_meta_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5520427Z test_dispatch_meta_mH_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5520614Z test_dispatch_meta_mH_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5520809Z test_dispatch_meta_mH_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5520994Z test_dispatch_meta_mH_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5521190Z test_dispatch_meta_mH_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5521364Z test_dispatch_meta_mH_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5521564Z test_dispatch_meta_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5521760Z test_dispatch_meta_mT_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5521957Z test_dispatch_meta_mT_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5522161Z test_dispatch_meta_mT_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5522364Z test_dispatch_meta_mT_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5522559Z test_dispatch_meta_mT_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5522750Z test_dispatch_meta_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5522923Z test_dispatch_meta_mT_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5523111Z test_dispatch_meta_mT_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5523301Z test_dispatch_meta_mT_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5523493Z test_dispatch_meta_mT_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5523733Z test_dispatch_meta_mT_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5523936Z test_dispatch_meta_mT_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5524154Z test_dispatch_meta_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-12-01T10:37:37.5524360Z test_dispatch_meta_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-12-01T10:37:37.5524564Z test_dispatch_meta_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-12-01T10:37:37.5524742Z test_dispatch_meta_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.167s) 2022-12-01T10:37:37.5524947Z test_dispatch_meta_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-12-01T10:37:37.5525162Z test_dispatch_meta_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-12-01T10:37:37.5525372Z test_dispatch_meta_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-12-01T10:37:37.5525579Z test_dispatch_meta_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-12-01T10:37:37.5525779Z test_dispatch_meta_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-12-01T10:37:37.5525991Z test_dispatch_meta_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-12-01T10:37:37.5526198Z test_dispatch_meta_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-12-01T10:37:37.5526380Z test_dispatch_meta_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.167s) 2022-12-01T10:37:37.5526588Z test_dispatch_meta_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-12-01T10:37:37.5526783Z test_dispatch_meta_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-12-01T10:37:37.5527038Z test_dispatch_meta_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-12-01T10:37:37.5527235Z test_dispatch_meta_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-12-01T10:37:37.5527433Z test_dispatch_meta_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-12-01T10:37:37.5527633Z test_dispatch_meta_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-12-01T10:37:37.5527844Z test_dispatch_meta_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-12-01T10:37:37.5528037Z test_dispatch_meta_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-12-01T10:37:37.5528253Z test_dispatch_meta_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-12-01T10:37:37.5528462Z test_dispatch_meta_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-12-01T10:37:37.5528679Z test_dispatch_meta_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.5528885Z test_dispatch_meta_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.5529089Z test_dispatch_meta_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-12-01T10:37:37.5529298Z test_dispatch_meta_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.5529504Z test_dispatch_meta_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.5529711Z test_dispatch_meta_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-12-01T10:37:37.5529905Z test_dispatch_meta_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-12-01T10:37:37.5530114Z test_dispatch_meta_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-12-01T10:37:37.5530323Z test_dispatch_meta_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-12-01T10:37:37.5530534Z test_dispatch_meta_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-12-01T10:37:37.5530733Z test_dispatch_meta_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.5530984Z test_dispatch_meta_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-12-01T10:37:37.5531202Z test_dispatch_meta_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.5531413Z test_dispatch_meta_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.5531608Z test_dispatch_meta_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5531828Z test_dispatch_meta_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5532052Z test_dispatch_meta_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5532267Z test_dispatch_meta_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5532491Z test_dispatch_meta_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5532699Z test_dispatch_meta_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5532917Z test_dispatch_meta_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5533128Z test_dispatch_meta_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.5533312Z test_dispatch_meta_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5533526Z test_dispatch_meta_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5533732Z test_dispatch_meta_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5533944Z test_dispatch_meta_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5534154Z test_dispatch_meta_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5534426Z test_dispatch_meta_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5534636Z test_dispatch_meta_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5534857Z test_dispatch_meta_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5535068Z test_dispatch_meta_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5535256Z test_dispatch_meta_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5535466Z test_dispatch_meta_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5535663Z test_dispatch_meta_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5535867Z test_dispatch_meta_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5536063Z test_dispatch_meta_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5536275Z test_dispatch_meta_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5536481Z test_dispatch_meta_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5536697Z test_dispatch_meta_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5536891Z test_dispatch_meta_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5537101Z test_dispatch_meta_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5537299Z test_dispatch_meta_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5537502Z test_dispatch_meta_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5537699Z test_dispatch_meta_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5537904Z test_dispatch_meta_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5538101Z test_dispatch_meta_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5538295Z test_dispatch_meta_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5538526Z test_dispatch_meta_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5538729Z test_dispatch_meta_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5538950Z test_dispatch_meta_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5539167Z test_dispatch_meta_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5539384Z test_dispatch_meta_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5539596Z test_dispatch_meta_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5539816Z test_dispatch_meta_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.5540035Z test_dispatch_meta_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.5540261Z test_dispatch_meta_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.5540463Z test_dispatch_meta_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-12-01T10:37:37.5540678Z test_dispatch_meta_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.197s) 2022-12-01T10:37:37.5540889Z test_dispatch_meta_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.191s) 2022-12-01T10:37:37.5541106Z test_dispatch_meta_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.191s) 2022-12-01T10:37:37.5541310Z test_dispatch_meta_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.170s) 2022-12-01T10:37:37.5541520Z test_dispatch_meta_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-12-01T10:37:37.5541784Z test_dispatch_meta_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-12-01T10:37:37.5541998Z test_dispatch_meta_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-12-01T10:37:37.5542195Z test_dispatch_meta_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-12-01T10:37:37.5542401Z test_dispatch_meta_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.376s) 2022-12-01T10:37:37.5542608Z test_dispatch_meta_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... ok (0.309s) 2022-12-01T10:37:37.5542820Z test_dispatch_meta_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.310s) 2022-12-01T10:37:37.5543034Z test_dispatch_meta_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.310s) 2022-12-01T10:37:37.5543239Z test_dispatch_meta_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.375s) 2022-12-01T10:37:37.5543444Z test_dispatch_meta_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.376s) 2022-12-01T10:37:37.5543646Z test_dispatch_meta_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.375s) 2022-12-01T10:37:37.5543853Z test_dispatch_meta_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.309s) 2022-12-01T10:37:37.5544034Z test_dispatch_meta_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.310s) 2022-12-01T10:37:37.5544224Z test_dispatch_meta_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.310s) 2022-12-01T10:37:37.5544429Z test_dispatch_meta_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.311s) 2022-12-01T10:37:37.5544639Z test_dispatch_meta_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.311s) 2022-12-01T10:37:37.5544847Z test_dispatch_meta_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5545064Z test_dispatch_meta_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5545271Z test_dispatch_meta_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-12-01T10:37:37.5545486Z test_dispatch_meta_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.855s) 2022-12-01T10:37:37.5545676Z test_dispatch_meta_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.854s) 2022-12-01T10:37:37.5545945Z test_dispatch_meta_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.855s) 2022-12-01T10:37:37.5546155Z test_dispatch_meta_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.856s) 2022-12-01T10:37:37.5546370Z test_dispatch_meta_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-12-01T10:37:37.5546601Z test_dispatch_meta_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-12-01T10:37:37.5546816Z test_dispatch_meta_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-12-01T10:37:37.5547039Z test_dispatch_meta_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-12-01T10:37:37.5547261Z test_dispatch_meta_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-12-01T10:37:37.5547451Z test_dispatch_meta_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-12-01T10:37:37.5547668Z test_dispatch_meta_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.457s) 2022-12-01T10:37:37.5547882Z test_dispatch_meta_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (3.350s) 2022-12-01T10:37:37.5548096Z test_dispatch_meta_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (17.815s) 2022-12-01T10:37:37.5548314Z test_dispatch_meta_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (8.570s) 2022-12-01T10:37:37.5548523Z test_dispatch_meta_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.379s) 2022-12-01T10:37:37.5548734Z test_dispatch_meta_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.330s) 2022-12-01T10:37:37.5548938Z test_dispatch_meta_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.342s) 2022-12-01T10:37:37.5549203Z test_dispatch_meta_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.167s) 2022-12-01T10:37:37.5549386Z test_dispatch_meta_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.170s) 2022-12-01T10:37:37.5549592Z test_dispatch_meta_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.161s) 2022-12-01T10:37:37.5549794Z test_dispatch_meta_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.167s) 2022-12-01T10:37:37.5550004Z test_dispatch_meta_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.167s) 2022-12-01T10:37:37.5550217Z test_dispatch_meta_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5550425Z test_dispatch_meta_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5550875Z test_dispatch_meta_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5551068Z test_dispatch_meta_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5551268Z test_dispatch_meta_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5551477Z test_dispatch_meta_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5551695Z test_dispatch_meta_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5551902Z test_dispatch_meta_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5552117Z test_dispatch_meta_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5552319Z test_dispatch_meta_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5552523Z test_dispatch_meta_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5552731Z test_dispatch_meta_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5552921Z test_dispatch_meta_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-12-01T10:37:37.5553137Z test_dispatch_meta_masked_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.097s) 2022-12-01T10:37:37.5553353Z test_dispatch_meta_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-12-01T10:37:37.5553652Z test_dispatch_meta_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-12-01T10:37:37.5553872Z test_dispatch_meta_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-12-01T10:37:37.5554085Z test_dispatch_meta_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-12-01T10:37:37.5554299Z test_dispatch_meta_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-12-01T10:37:37.5554505Z test_dispatch_meta_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-12-01T10:37:37.5554706Z test_dispatch_meta_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.112s) 2022-12-01T10:37:37.5554890Z test_dispatch_meta_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-12-01T10:37:37.5555098Z test_dispatch_meta_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-12-01T10:37:37.5555300Z test_dispatch_meta_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-12-01T10:37:37.5555518Z test_dispatch_meta_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.5555732Z test_dispatch_meta_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.5555948Z test_dispatch_meta_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5556159Z test_dispatch_meta_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.5556376Z test_dispatch_meta_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-12-01T10:37:37.5556567Z test_dispatch_meta_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-12-01T10:37:37.5556844Z test_dispatch_meta_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-12-01T10:37:37.5557058Z test_dispatch_meta_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-12-01T10:37:37.5557271Z test_dispatch_meta_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.787s) 2022-12-01T10:37:37.5557484Z test_dispatch_meta_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.024s) 2022-12-01T10:37:37.5557693Z test_dispatch_meta_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.830s) 2022-12-01T10:37:37.5557905Z test_dispatch_meta_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.463s) 2022-12-01T10:37:37.5558099Z test_dispatch_meta_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.462s) 2022-12-01T10:37:37.5558301Z test_dispatch_meta_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.470s) 2022-12-01T10:37:37.5558486Z test_dispatch_meta_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.235s) 2022-12-01T10:37:37.5558684Z test_dispatch_meta_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.206s) 2022-12-01T10:37:37.5558883Z test_dispatch_meta_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.204s) 2022-12-01T10:37:37.5559087Z test_dispatch_meta_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.214s) 2022-12-01T10:37:37.5559297Z test_dispatch_meta_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.208s) 2022-12-01T10:37:37.5559507Z test_dispatch_meta_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-12-01T10:37:37.5559720Z test_dispatch_meta_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.142s) 2022-12-01T10:37:37.5559936Z test_dispatch_meta_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-12-01T10:37:37.5560129Z test_dispatch_meta_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.142s) 2022-12-01T10:37:37.5560335Z test_dispatch_meta_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.165s) 2022-12-01T10:37:37.5560546Z test_dispatch_meta_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.165s) 2022-12-01T10:37:37.5560768Z test_dispatch_meta_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-12-01T10:37:37.5561005Z test_dispatch_meta_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-12-01T10:37:37.5561215Z test_dispatch_meta_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.141s) 2022-12-01T10:37:37.5561412Z test_dispatch_meta_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-12-01T10:37:37.5561617Z test_dispatch_meta_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.141s) 2022-12-01T10:37:37.5561797Z test_dispatch_meta_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-12-01T10:37:37.5562009Z test_dispatch_meta_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.400s) 2022-12-01T10:37:37.5562224Z test_dispatch_meta_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.248s) 2022-12-01T10:37:37.5562443Z test_dispatch_meta_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.244s) 2022-12-01T10:37:37.5562652Z test_dispatch_meta_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.400s) 2022-12-01T10:37:37.5562863Z test_dispatch_meta_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.400s) 2022-12-01T10:37:37.5563067Z test_dispatch_meta_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.402s) 2022-12-01T10:37:37.5563277Z test_dispatch_meta_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.159s) 2022-12-01T10:37:37.5563453Z test_dispatch_meta_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.156s) 2022-12-01T10:37:37.5563652Z test_dispatch_meta_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.155s) 2022-12-01T10:37:37.5563855Z test_dispatch_meta_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.156s) 2022-12-01T10:37:37.5564062Z test_dispatch_meta_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.152s) 2022-12-01T10:37:37.5564329Z test_dispatch_meta_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-12-01T10:37:37.5564536Z test_dispatch_meta_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-12-01T10:37:37.5564743Z test_dispatch_meta_matmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-12-01T10:37:37.5564951Z test_dispatch_meta_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-12-01T10:37:37.5565156Z test_dispatch_meta_matmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-12-01T10:37:37.5565346Z test_dispatch_meta_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5565565Z test_dispatch_meta_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5565781Z test_dispatch_meta_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5565989Z test_dispatch_meta_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5566198Z test_dispatch_meta_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5566410Z test_dispatch_meta_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5566623Z test_dispatch_meta_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5566831Z test_dispatch_meta_max_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5567019Z test_dispatch_meta_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5567223Z test_dispatch_meta_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5567425Z test_dispatch_meta_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5567630Z test_dispatch_meta_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5567831Z test_dispatch_meta_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5568036Z test_dispatch_meta_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5568241Z test_dispatch_meta_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5568500Z test_dispatch_meta_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5568712Z test_dispatch_meta_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5568937Z test_dispatch_meta_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5569165Z test_dispatch_meta_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5569390Z test_dispatch_meta_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5569618Z test_dispatch_meta_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5569839Z test_dispatch_meta_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5570061Z test_dispatch_meta_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5570274Z test_dispatch_meta_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5570496Z test_dispatch_meta_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5570687Z test_dispatch_meta_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5570920Z test_dispatch_meta_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5571145Z test_dispatch_meta_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5571374Z test_dispatch_meta_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5571601Z test_dispatch_meta_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5571886Z test_dispatch_meta_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5572110Z test_dispatch_meta_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5572337Z test_dispatch_meta_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5572537Z test_dispatch_meta_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5572762Z test_dispatch_meta_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5572979Z test_dispatch_meta_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5573191Z test_dispatch_meta_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5573394Z test_dispatch_meta_maximum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5573600Z test_dispatch_meta_maximum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5573811Z test_dispatch_meta_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5574018Z test_dispatch_meta_maximum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5574224Z test_dispatch_meta_maximum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5574406Z test_dispatch_meta_maximum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5574613Z test_dispatch_meta_maximum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5574814Z test_dispatch_meta_maximum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5575015Z test_dispatch_meta_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5575216Z test_dispatch_meta_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5575424Z test_dispatch_meta_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5575638Z test_dispatch_meta_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5575842Z test_dispatch_meta_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5576070Z test_dispatch_meta_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5576283Z test_dispatch_meta_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5576487Z test_dispatch_meta_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-12-01T10:37:37.5576698Z test_dispatch_meta_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-12-01T10:37:37.5576902Z test_dispatch_meta_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-12-01T10:37:37.5577102Z test_dispatch_meta_median_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-12-01T10:37:37.5577302Z test_dispatch_meta_median_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-12-01T10:37:37.5577506Z test_dispatch_meta_median_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-12-01T10:37:37.5577684Z test_dispatch_meta_median_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-12-01T10:37:37.5577878Z test_dispatch_meta_median_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-12-01T10:37:37.5578117Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5578346Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5578587Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5578825Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5579064Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5579291Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5579543Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5579771Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5580003Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5580228Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5580454Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5580677Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5580921Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5581152Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5581399Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5581618Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5581857Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5582087Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5582311Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5582540Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5582768Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5582996Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5583234Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5583462Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5583702Z test_dispatch_meta_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5583919Z test_dispatch_meta_min_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5584132Z test_dispatch_meta_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5584338Z test_dispatch_meta_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5584538Z test_dispatch_meta_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5584745Z test_dispatch_meta_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5584950Z test_dispatch_meta_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5585157Z test_dispatch_meta_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5585337Z test_dispatch_meta_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5585550Z test_dispatch_meta_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5585778Z test_dispatch_meta_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5586000Z test_dispatch_meta_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5586224Z test_dispatch_meta_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5586448Z test_dispatch_meta_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5586671Z test_dispatch_meta_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5586951Z test_dispatch_meta_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5587170Z test_dispatch_meta_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5587369Z test_dispatch_meta_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5587589Z test_dispatch_meta_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5587806Z test_dispatch_meta_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5588035Z test_dispatch_meta_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5588259Z test_dispatch_meta_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5588487Z test_dispatch_meta_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5588715Z test_dispatch_meta_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5588944Z test_dispatch_meta_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5589149Z test_dispatch_meta_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5589372Z test_dispatch_meta_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5589595Z test_dispatch_meta_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5589816Z test_dispatch_meta_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5590032Z test_dispatch_meta_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5590242Z test_dispatch_meta_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5590447Z test_dispatch_meta_minimum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5590803Z test_dispatch_meta_minimum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5591013Z test_dispatch_meta_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5591269Z test_dispatch_meta_minimum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5591485Z test_dispatch_meta_minimum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5591695Z test_dispatch_meta_minimum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5591896Z test_dispatch_meta_minimum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5592100Z test_dispatch_meta_minimum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5592301Z test_dispatch_meta_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5592502Z test_dispatch_meta_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5592711Z test_dispatch_meta_mm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5592893Z test_dispatch_meta_mm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5593093Z test_dispatch_meta_mm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5593299Z test_dispatch_meta_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5593495Z test_dispatch_meta_mm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5593696Z test_dispatch_meta_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-12-01T10:37:37.5593895Z test_dispatch_meta_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.047s) 2022-12-01T10:37:37.5594094Z test_dispatch_meta_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-12-01T10:37:37.5594296Z test_dispatch_meta_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-12-01T10:37:37.5594474Z test_dispatch_meta_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-12-01T10:37:37.5594744Z test_dispatch_meta_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-12-01T10:37:37.5594941Z test_dispatch_meta_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-12-01T10:37:37.5595139Z test_dispatch_meta_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-12-01T10:37:37.5595335Z test_dispatch_meta_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-12-01T10:37:37.5595534Z test_dispatch_meta_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-12-01T10:37:37.5595747Z test_dispatch_meta_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5595946Z test_dispatch_meta_movedim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5596138Z test_dispatch_meta_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5596349Z test_dispatch_meta_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5596559Z test_dispatch_meta_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5596766Z test_dispatch_meta_movedim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5596976Z test_dispatch_meta_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5597183Z test_dispatch_meta_movedim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5597384Z test_dispatch_meta_movedim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5597585Z test_dispatch_meta_movedim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5597763Z test_dispatch_meta_movedim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5597967Z test_dispatch_meta_movedim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5598165Z test_dispatch_meta_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5598375Z test_dispatch_meta_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5598582Z test_dispatch_meta_msort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5598782Z test_dispatch_meta_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5599042Z test_dispatch_meta_msort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5599254Z test_dispatch_meta_msort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5599429Z test_dispatch_meta_msort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5599625Z test_dispatch_meta_msort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5599824Z test_dispatch_meta_msort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5600021Z test_dispatch_meta_msort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5600225Z test_dispatch_meta_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5600428Z test_dispatch_meta_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5600632Z test_dispatch_meta_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5600837Z test_dispatch_meta_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (1.757s) 2022-12-01T10:37:37.5601017Z test_dispatch_meta_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5601217Z test_dispatch_meta_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5601452Z test_dispatch_meta_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5601655Z test_dispatch_meta_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5601852Z test_dispatch_meta_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5602046Z test_dispatch_meta_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5602238Z test_dispatch_meta_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5602489Z test_dispatch_meta_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5602655Z test_dispatch_meta_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5602875Z test_dispatch_meta_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-12-01T10:37:37.5603086Z test_dispatch_meta_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-12-01T10:37:37.5603294Z test_dispatch_meta_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-12-01T10:37:37.5603492Z test_dispatch_meta_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5603696Z test_dispatch_meta_mv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5603898Z test_dispatch_meta_mv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5604099Z test_dispatch_meta_mv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5604306Z test_dispatch_meta_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5604477Z test_dispatch_meta_mv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5604712Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5605044Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5605456Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5605696Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5605920Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5606137Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5606362Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5606561Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5606791Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5607084Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5607319Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5607540Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5607752Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5607974Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5608196Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5608420Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5608619Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5608849Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5609077Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5609301Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5609519Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5609735Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5609957Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5610240Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5610428Z test_dispatch_meta_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5610638Z test_dispatch_meta_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5610848Z test_dispatch_meta_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5611052Z test_dispatch_meta_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5611252Z test_dispatch_meta_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5611458Z test_dispatch_meta_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5611660Z test_dispatch_meta_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5611855Z test_dispatch_meta_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5612062Z test_dispatch_meta_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5612245Z test_dispatch_meta_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5612452Z test_dispatch_meta_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.163s) 2022-12-01T10:37:37.5612656Z test_dispatch_meta_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.164s) 2022-12-01T10:37:37.5612859Z test_dispatch_meta_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.164s) 2022-12-01T10:37:37.5613064Z test_dispatch_meta_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.163s) 2022-12-01T10:37:37.5613276Z test_dispatch_meta_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5613479Z test_dispatch_meta_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5613691Z test_dispatch_meta_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5613881Z test_dispatch_meta_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5614084Z test_dispatch_meta_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5614292Z test_dispatch_meta_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5614554Z test_dispatch_meta_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5614768Z test_dispatch_meta_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5614984Z test_dispatch_meta_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.946s) 2022-12-01T10:37:37.5615193Z test_dispatch_meta_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.945s) 2022-12-01T10:37:37.5615397Z test_dispatch_meta_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.5615575Z test_dispatch_meta_nansum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5615781Z test_dispatch_meta_nansum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.5615992Z test_dispatch_meta_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.5616196Z test_dispatch_meta_nansum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.5616402Z test_dispatch_meta_nansum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5616603Z test_dispatch_meta_nansum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5616803Z test_dispatch_meta_nansum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5617004Z test_dispatch_meta_nansum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5617180Z test_dispatch_meta_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5617433Z test_dispatch_meta_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.5617676Z test_dispatch_meta_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.5617986Z test_dispatch_meta_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.5618238Z test_dispatch_meta_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.5618487Z test_dispatch_meta_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.5618733Z test_dispatch_meta_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.5618978Z test_dispatch_meta_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.5619226Z test_dispatch_meta_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.5619444Z test_dispatch_meta_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.5619682Z test_dispatch_meta_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.5619920Z test_dispatch_meta_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.5620164Z test_dispatch_meta_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.5620403Z test_dispatch_meta_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.5620613Z test_dispatch_meta_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-12-01T10:37:37.5620815Z test_dispatch_meta_narrow_cuda_bool (__main__.TestMetaCUDA) ... ok (0.063s) 2022-12-01T10:37:37.5621030Z test_dispatch_meta_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-12-01T10:37:37.5621242Z test_dispatch_meta_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-12-01T10:37:37.5621421Z test_dispatch_meta_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-12-01T10:37:37.5621633Z test_dispatch_meta_narrow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-12-01T10:37:37.5621841Z test_dispatch_meta_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-12-01T10:37:37.5622095Z test_dispatch_meta_narrow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-12-01T10:37:37.5622308Z test_dispatch_meta_narrow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-12-01T10:37:37.5622513Z test_dispatch_meta_narrow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-12-01T10:37:37.5622715Z test_dispatch_meta_narrow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-12-01T10:37:37.5622916Z test_dispatch_meta_narrow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-12-01T10:37:37.5623090Z test_dispatch_meta_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-12-01T10:37:37.5623313Z test_dispatch_meta_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5623541Z test_dispatch_meta_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5623761Z test_dispatch_meta_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5623976Z test_dispatch_meta_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5624195Z test_dispatch_meta_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5624416Z test_dispatch_meta_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5624635Z test_dispatch_meta_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5624822Z test_dispatch_meta_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5625024Z test_dispatch_meta_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5625219Z test_dispatch_meta_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5625538Z test_dispatch_meta_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5625743Z test_dispatch_meta_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5625946Z test_dispatch_meta_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5626149Z test_dispatch_meta_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5626346Z test_dispatch_meta_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5626518Z test_dispatch_meta_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5626717Z test_dispatch_meta_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5626911Z test_dispatch_meta_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5627109Z test_dispatch_meta_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5627303Z test_dispatch_meta_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5627505Z test_dispatch_meta_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5627712Z test_dispatch_meta_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5627921Z test_dispatch_meta_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.191s) 2022-12-01T10:37:37.5628103Z test_dispatch_meta_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5628306Z test_dispatch_meta_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5628506Z test_dispatch_meta_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5628703Z test_dispatch_meta_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5628899Z test_dispatch_meta_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5629098Z test_dispatch_meta_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5629296Z test_dispatch_meta_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5629493Z test_dispatch_meta_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5629714Z test_dispatch_meta_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5629939Z test_dispatch_meta_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5630150Z test_dispatch_meta_new_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5630369Z test_dispatch_meta_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5630789Z test_dispatch_meta_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5631003Z test_dispatch_meta_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5631214Z test_dispatch_meta_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5631426Z test_dispatch_meta_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5631625Z test_dispatch_meta_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5631810Z test_dispatch_meta_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5632018Z test_dispatch_meta_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5632225Z test_dispatch_meta_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5632431Z test_dispatch_meta_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5632637Z test_dispatch_meta_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5632859Z test_dispatch_meta_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5633080Z test_dispatch_meta_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5633401Z test_dispatch_meta_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5633604Z test_dispatch_meta_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5633831Z test_dispatch_meta_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5634056Z test_dispatch_meta_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5634278Z test_dispatch_meta_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5634497Z test_dispatch_meta_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5634712Z test_dispatch_meta_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5634929Z test_dispatch_meta_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5635144Z test_dispatch_meta_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5635366Z test_dispatch_meta_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5635561Z test_dispatch_meta_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5635774Z test_dispatch_meta_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5635981Z test_dispatch_meta_new_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5636193Z test_dispatch_meta_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5636406Z test_dispatch_meta_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5636617Z test_dispatch_meta_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5636826Z test_dispatch_meta_new_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5637026Z test_dispatch_meta_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5637204Z test_dispatch_meta_new_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5637407Z test_dispatch_meta_new_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5637678Z test_dispatch_meta_new_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5637893Z test_dispatch_meta_new_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5638093Z test_dispatch_meta_new_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5638292Z test_dispatch_meta_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5638498Z test_dispatch_meta_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5638695Z test_dispatch_meta_new_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5638884Z test_dispatch_meta_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5639098Z test_dispatch_meta_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5639304Z test_dispatch_meta_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5639513Z test_dispatch_meta_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5639713Z test_dispatch_meta_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5639915Z test_dispatch_meta_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5640117Z test_dispatch_meta_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5640317Z test_dispatch_meta_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5640492Z test_dispatch_meta_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5640692Z test_dispatch_meta_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5640952Z test_dispatch_meta_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5641163Z test_dispatch_meta_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5641367Z test_dispatch_meta_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5641585Z test_dispatch_meta_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5641801Z test_dispatch_meta_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5642008Z test_dispatch_meta_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5642193Z test_dispatch_meta_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5642397Z test_dispatch_meta_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5642603Z test_dispatch_meta_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5642810Z test_dispatch_meta_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5643014Z test_dispatch_meta_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5643220Z test_dispatch_meta_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5643426Z test_dispatch_meta_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5643629Z test_dispatch_meta_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5643843Z test_dispatch_meta_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5644030Z test_dispatch_meta_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5644235Z test_dispatch_meta_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5644531Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.5644798Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5645107Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5645369Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5645620Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5645871Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5646116Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5646338Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5646591Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5646831Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5647079Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5647329Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5647578Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5647819Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5648062Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5648299Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5648581Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5648825Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5649065Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5649306Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5649552Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5649794Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5650033Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5650277Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5650521Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5650736Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5650978Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5651220Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5651455Z test_dispatch_meta_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5651687Z test_dispatch_meta_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5651913Z test_dispatch_meta_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5652152Z test_dispatch_meta_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5652451Z test_dispatch_meta_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5652689Z test_dispatch_meta_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5652890Z test_dispatch_meta_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5653113Z test_dispatch_meta_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5653350Z test_dispatch_meta_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5653583Z test_dispatch_meta_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5653806Z test_dispatch_meta_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5654030Z test_dispatch_meta_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5654263Z test_dispatch_meta_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5654495Z test_dispatch_meta_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5654719Z test_dispatch_meta_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-12-01T10:37:37.5654918Z test_dispatch_meta_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5655171Z test_dispatch_meta_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5655426Z test_dispatch_meta_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5655734Z test_dispatch_meta_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5655987Z test_dispatch_meta_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5656220Z test_dispatch_meta_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-12-01T10:37:37.5656451Z test_dispatch_meta_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-12-01T10:37:37.5656680Z test_dispatch_meta_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-12-01T10:37:37.5656926Z test_dispatch_meta_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5657148Z test_dispatch_meta_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5657393Z test_dispatch_meta_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5657645Z test_dispatch_meta_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5657910Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5658178Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5658439Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5658701Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5658927Z test_dispatch_meta_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5659148Z test_dispatch_meta_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5659349Z test_dispatch_meta_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5659564Z test_dispatch_meta_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5659843Z test_dispatch_meta_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5660083Z test_dispatch_meta_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.593s) 2022-12-01T10:37:37.5660314Z test_dispatch_meta_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.487s) 2022-12-01T10:37:37.5660546Z test_dispatch_meta_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-12-01T10:37:37.5660772Z test_dispatch_meta_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5660995Z test_dispatch_meta_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5661216Z test_dispatch_meta_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5661425Z test_dispatch_meta_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-12-01T10:37:37.5661661Z test_dispatch_meta_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.319s) 2022-12-01T10:37:37.5661890Z test_dispatch_meta_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.364s) 2022-12-01T10:37:37.5662117Z test_dispatch_meta_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.322s) 2022-12-01T10:37:37.5662342Z test_dispatch_meta_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-12-01T10:37:37.5662565Z test_dispatch_meta_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-12-01T10:37:37.5662785Z test_dispatch_meta_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-12-01T10:37:37.5663034Z test_dispatch_meta_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5663318Z test_dispatch_meta_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-12-01T10:37:37.5663568Z test_dispatch_meta_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-12-01T10:37:37.5663813Z test_dispatch_meta_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-12-01T10:37:37.5664055Z test_dispatch_meta_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5664297Z test_dispatch_meta_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5664530Z test_dispatch_meta_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5664775Z test_dispatch_meta_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5665020Z test_dispatch_meta_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5665258Z test_dispatch_meta_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5665473Z test_dispatch_meta_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5665716Z test_dispatch_meta_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5665955Z test_dispatch_meta_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5666195Z test_dispatch_meta_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5666431Z test_dispatch_meta_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5666683Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-12-01T10:37:37.5666930Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... ok (0.060s) 2022-12-01T10:37:37.5667247Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-12-01T10:37:37.5667508Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-12-01T10:37:37.5667726Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-12-01T10:37:37.5667972Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-12-01T10:37:37.5668221Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-12-01T10:37:37.5668465Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-12-01T10:37:37.5668711Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-12-01T10:37:37.5668951Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-12-01T10:37:37.5669194Z test_dispatch_meta_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-12-01T10:37:37.5669436Z test_dispatch_meta_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-12-01T10:37:37.5669677Z test_dispatch_meta_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-12-01T10:37:37.5669918Z test_dispatch_meta_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-12-01T10:37:37.5670138Z test_dispatch_meta_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-12-01T10:37:37.5670377Z test_dispatch_meta_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-12-01T10:37:37.5670867Z test_dispatch_meta_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-12-01T10:37:37.5671098Z test_dispatch_meta_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-12-01T10:37:37.5671329Z test_dispatch_meta_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-12-01T10:37:37.5671557Z test_dispatch_meta_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-12-01T10:37:37.5671795Z test_dispatch_meta_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5672029Z test_dispatch_meta_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5672237Z test_dispatch_meta_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5672469Z test_dispatch_meta_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5672707Z test_dispatch_meta_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5672936Z test_dispatch_meta_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5673168Z test_dispatch_meta_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5673396Z test_dispatch_meta_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5673629Z test_dispatch_meta_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5673858Z test_dispatch_meta_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5674085Z test_dispatch_meta_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5674289Z test_dispatch_meta_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5674516Z test_dispatch_meta_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5674738Z test_dispatch_meta_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5675028Z test_dispatch_meta_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5675256Z test_dispatch_meta_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5675496Z test_dispatch_meta_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.5675737Z test_dispatch_meta_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-12-01T10:37:37.5675970Z test_dispatch_meta_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-12-01T10:37:37.5676208Z test_dispatch_meta_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-12-01T10:37:37.5676423Z test_dispatch_meta_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5676654Z test_dispatch_meta_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5676888Z test_dispatch_meta_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5677119Z test_dispatch_meta_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5677388Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5677654Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5677915Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5678179Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5678528Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5678767Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5679042Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5679314Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5679583Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5679849Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5680121Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5680386Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5680654Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5680916Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5681178Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5681420Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5681671Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5681923Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5682172Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5682463Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-12-01T10:37:37.5682718Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-12-01T10:37:37.5682958Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-12-01T10:37:37.5683203Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (5.188s) 2022-12-01T10:37:37.5683448Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (5.188s) 2022-12-01T10:37:37.5683666Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (5.170s) 2022-12-01T10:37:37.5683913Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (5.166s) 2022-12-01T10:37:37.5684138Z test_dispatch_meta_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5684367Z test_dispatch_meta_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5684590Z test_dispatch_meta_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5684810Z test_dispatch_meta_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5685032Z test_dispatch_meta_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5685253Z test_dispatch_meta_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5685474Z test_dispatch_meta_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5685726Z test_dispatch_meta_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5685964Z test_dispatch_meta_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.275s) 2022-12-01T10:37:37.5686194Z test_dispatch_meta_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.273s) 2022-12-01T10:37:37.5686423Z test_dispatch_meta_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.276s) 2022-12-01T10:37:37.5686659Z test_dispatch_meta_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5686890Z test_dispatch_meta_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5687114Z test_dispatch_meta_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5687335Z test_dispatch_meta_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5687572Z test_dispatch_meta_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5687786Z test_dispatch_meta_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5688018Z test_dispatch_meta_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5688243Z test_dispatch_meta_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5688483Z test_dispatch_meta_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5688718Z test_dispatch_meta_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5688957Z test_dispatch_meta_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5689194Z test_dispatch_meta_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5689430Z test_dispatch_meta_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5689640Z test_dispatch_meta_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5689923Z test_dispatch_meta_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5690167Z test_dispatch_meta_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5690393Z test_dispatch_meta_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5690625Z test_dispatch_meta_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5690854Z test_dispatch_meta_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5691085Z test_dispatch_meta_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5691317Z test_dispatch_meta_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5691543Z test_dispatch_meta_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5691749Z test_dispatch_meta_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5691976Z test_dispatch_meta_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5692222Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-12-01T10:37:37.5692471Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-12-01T10:37:37.5692718Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-12-01T10:37:37.5692963Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-12-01T10:37:37.5693256Z test_dispatch_meta_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5693491Z test_dispatch_meta_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5693720Z test_dispatch_meta_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5693928Z test_dispatch_meta_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5694168Z test_dispatch_meta_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-12-01T10:37:37.5694404Z test_dispatch_meta_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-12-01T10:37:37.5694635Z test_dispatch_meta_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-12-01T10:37:37.5694861Z test_dispatch_meta_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-12-01T10:37:37.5695112Z test_dispatch_meta_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5695362Z test_dispatch_meta_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5695606Z test_dispatch_meta_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5695849Z test_dispatch_meta_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5696073Z test_dispatch_meta_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5696323Z test_dispatch_meta_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5696568Z test_dispatch_meta_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5696822Z test_dispatch_meta_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5697074Z test_dispatch_meta_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5697375Z test_dispatch_meta_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5697629Z test_dispatch_meta_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5697874Z test_dispatch_meta_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5698116Z test_dispatch_meta_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5698341Z test_dispatch_meta_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5698588Z test_dispatch_meta_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5698837Z test_dispatch_meta_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5699085Z test_dispatch_meta_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-12-01T10:37:37.5699338Z test_dispatch_meta_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5699587Z test_dispatch_meta_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5699837Z test_dispatch_meta_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5700066Z test_dispatch_meta_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.5700290Z test_dispatch_meta_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.5700548Z test_dispatch_meta_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.5700772Z test_dispatch_meta_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.5701005Z test_dispatch_meta_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5701237Z test_dispatch_meta_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5701507Z test_dispatch_meta_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5701730Z test_dispatch_meta_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5701954Z test_dispatch_meta_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5702177Z test_dispatch_meta_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5702418Z test_dispatch_meta_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5702626Z test_dispatch_meta_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5702852Z test_dispatch_meta_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5703070Z test_dispatch_meta_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5703301Z test_dispatch_meta_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5703531Z test_dispatch_meta_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5703753Z test_dispatch_meta_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5703972Z test_dispatch_meta_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5704202Z test_dispatch_meta_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.5704430Z test_dispatch_meta_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-12-01T10:37:37.5704705Z test_dispatch_meta_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-12-01T10:37:37.5704944Z test_dispatch_meta_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.5705171Z test_dispatch_meta_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.5705394Z test_dispatch_meta_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.5705646Z test_dispatch_meta_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5705889Z test_dispatch_meta_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5706136Z test_dispatch_meta_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5706379Z test_dispatch_meta_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5706616Z test_dispatch_meta_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5706830Z test_dispatch_meta_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5707058Z test_dispatch_meta_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5707282Z test_dispatch_meta_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5707530Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-12-01T10:37:37.5707770Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-12-01T10:37:37.5708073Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-12-01T10:37:37.5708320Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-12-01T10:37:37.5708564Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-12-01T10:37:37.5708806Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-12-01T10:37:37.5709023Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-12-01T10:37:37.5709262Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-12-01T10:37:37.5709502Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-12-01T10:37:37.5709739Z test_dispatch_meta_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.558s) 2022-12-01T10:37:37.5709974Z test_dispatch_meta_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.551s) 2022-12-01T10:37:37.5710201Z test_dispatch_meta_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.553s) 2022-12-01T10:37:37.5710431Z test_dispatch_meta_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.551s) 2022-12-01T10:37:37.5710930Z test_dispatch_meta_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.993s) 2022-12-01T10:37:37.5711140Z test_dispatch_meta_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.993s) 2022-12-01T10:37:37.5711362Z test_dispatch_meta_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.997s) 2022-12-01T10:37:37.5711581Z test_dispatch_meta_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.997s) 2022-12-01T10:37:37.5711816Z test_dispatch_meta_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (4.326s) 2022-12-01T10:37:37.5712051Z test_dispatch_meta_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (4.328s) 2022-12-01T10:37:37.5712350Z test_dispatch_meta_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.327s) 2022-12-01T10:37:37.5712582Z test_dispatch_meta_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (4.333s) 2022-12-01T10:37:37.5712819Z test_dispatch_meta_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.265s) 2022-12-01T10:37:37.5713057Z test_dispatch_meta_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.269s) 2022-12-01T10:37:37.5713266Z test_dispatch_meta_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.268s) 2022-12-01T10:37:37.5713508Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.270s) 2022-12-01T10:37:37.5713751Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.271s) 2022-12-01T10:37:37.5713992Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.240s) 2022-12-01T10:37:37.5714231Z test_dispatch_meta_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.169s) 2022-12-01T10:37:37.5714462Z test_dispatch_meta_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.161s) 2022-12-01T10:37:37.5714687Z test_dispatch_meta_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.162s) 2022-12-01T10:37:37.5714921Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.371s) 2022-12-01T10:37:37.5715161Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.371s) 2022-12-01T10:37:37.5715372Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.364s) 2022-12-01T10:37:37.5715684Z test_dispatch_meta_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.735s) 2022-12-01T10:37:37.5715912Z test_dispatch_meta_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.738s) 2022-12-01T10:37:37.5716142Z test_dispatch_meta_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.737s) 2022-12-01T10:37:37.5716385Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.184s) 2022-12-01T10:37:37.5716620Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.182s) 2022-12-01T10:37:37.5716859Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-12-01T10:37:37.5717084Z test_dispatch_meta_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5717309Z test_dispatch_meta_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5717511Z test_dispatch_meta_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5717734Z test_dispatch_meta_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5717967Z test_dispatch_meta_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5718199Z test_dispatch_meta_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5718427Z test_dispatch_meta_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5718652Z test_dispatch_meta_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5718898Z test_dispatch_meta_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5719137Z test_dispatch_meta_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.5719378Z test_dispatch_meta_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.5719593Z test_dispatch_meta_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.5719896Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5720157Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5720409Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5720655Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5720912Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5721168Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5721425Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5721671Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5721878Z test_dispatch_meta_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.254s) 2022-12-01T10:37:37.5722109Z test_dispatch_meta_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.255s) 2022-12-01T10:37:37.5722338Z test_dispatch_meta_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.254s) 2022-12-01T10:37:37.5722566Z test_dispatch_meta_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.254s) 2022-12-01T10:37:37.5722796Z test_dispatch_meta_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5723088Z test_dispatch_meta_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5723324Z test_dispatch_meta_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.5723556Z test_dispatch_meta_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5723786Z test_dispatch_meta_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5723991Z test_dispatch_meta_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5724220Z test_dispatch_meta_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-12-01T10:37:37.5724459Z test_dispatch_meta_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.5724688Z test_dispatch_meta_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5724933Z test_dispatch_meta_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.5725174Z test_dispatch_meta_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.5725414Z test_dispatch_meta_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.5725650Z test_dispatch_meta_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.5725880Z test_dispatch_meta_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.5726091Z test_dispatch_meta_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-12-01T10:37:37.5726314Z test_dispatch_meta_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-12-01T10:37:37.5726546Z test_dispatch_meta_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-12-01T10:37:37.5726779Z test_dispatch_meta_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-12-01T10:37:37.5727010Z test_dispatch_meta_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-12-01T10:37:37.5727310Z test_dispatch_meta_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5727552Z test_dispatch_meta_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5727794Z test_dispatch_meta_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.5728035Z test_dispatch_meta_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.5728247Z test_dispatch_meta_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5728476Z test_dispatch_meta_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5728708Z test_dispatch_meta_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5728939Z test_dispatch_meta_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5729173Z test_dispatch_meta_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5729399Z test_dispatch_meta_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.5729624Z test_dispatch_meta_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5729855Z test_dispatch_meta_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5730067Z test_dispatch_meta_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5730307Z test_dispatch_meta_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5730605Z test_dispatch_meta_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5730841Z test_dispatch_meta_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5731068Z test_dispatch_meta_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5731291Z test_dispatch_meta_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5731536Z test_dispatch_meta_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5731781Z test_dispatch_meta_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5732023Z test_dispatch_meta_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5732235Z test_dispatch_meta_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5732474Z test_dispatch_meta_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5732726Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5732979Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5733228Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5733473Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5733709Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5733952Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5734198Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5734415Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5734708Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5734959Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5735204Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5735432Z test_dispatch_meta_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-12-01T10:37:37.5735656Z test_dispatch_meta_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-12-01T10:37:37.5735895Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5736133Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5736375Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5736594Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5736833Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5737065Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5737302Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5737532Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5737757Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5738040Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5738272Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5738509Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5738727Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5738967Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5739213Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5739460Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5739701Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5739946Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5740188Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5740425Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5740659Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5740862Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5741096Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5741323Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5741562Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.294s) 2022-12-01T10:37:37.5741803Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.290s) 2022-12-01T10:37:37.5742142Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.290s) 2022-12-01T10:37:37.5742391Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.291s) 2022-12-01T10:37:37.5742627Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.280s) 2022-12-01T10:37:37.5742862Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.280s) 2022-12-01T10:37:37.5743066Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.279s) 2022-12-01T10:37:37.5743303Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.279s) 2022-12-01T10:37:37.5743544Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.279s) 2022-12-01T10:37:37.5743768Z test_dispatch_meta_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5743998Z test_dispatch_meta_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.5744224Z test_dispatch_meta_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.5744452Z test_dispatch_meta_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5744671Z test_dispatch_meta_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5744888Z test_dispatch_meta_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5745080Z test_dispatch_meta_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5745303Z test_dispatch_meta_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5745582Z test_dispatch_meta_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5745800Z test_dispatch_meta_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5746019Z test_dispatch_meta_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5746232Z test_dispatch_meta_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5746456Z test_dispatch_meta_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5746676Z test_dispatch_meta_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5746876Z test_dispatch_meta_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5747093Z test_dispatch_meta_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5747314Z test_dispatch_meta_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5747534Z test_dispatch_meta_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5747753Z test_dispatch_meta_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5747974Z test_dispatch_meta_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5748188Z test_dispatch_meta_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5748413Z test_dispatch_meta_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5748635Z test_dispatch_meta_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5748830Z test_dispatch_meta_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5749048Z test_dispatch_meta_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5749264Z test_dispatch_meta_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5749531Z test_dispatch_meta_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5749765Z test_dispatch_meta_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5749987Z test_dispatch_meta_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5750210Z test_dispatch_meta_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5750427Z test_dispatch_meta_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5750789Z test_dispatch_meta_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5750991Z test_dispatch_meta_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5751235Z test_dispatch_meta_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5751471Z test_dispatch_meta_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5751703Z test_dispatch_meta_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5751946Z test_dispatch_meta_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5752187Z test_dispatch_meta_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5752426Z test_dispatch_meta_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5752663Z test_dispatch_meta_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5752871Z test_dispatch_meta_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5753181Z test_dispatch_meta_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5753410Z test_dispatch_meta_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5753639Z test_dispatch_meta_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5753888Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5754140Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5754388Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5754632Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5754883Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5755097Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5755339Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5755576Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5755808Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5756047Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5756285Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5756515Z test_dispatch_meta_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5756747Z test_dispatch_meta_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5756975Z test_dispatch_meta_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5757253Z test_dispatch_meta_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5757505Z test_dispatch_meta_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5757737Z test_dispatch_meta_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5757966Z test_dispatch_meta_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5758202Z test_dispatch_meta_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5758432Z test_dispatch_meta_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5758663Z test_dispatch_meta_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5758896Z test_dispatch_meta_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5759126Z test_dispatch_meta_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5759334Z test_dispatch_meta_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5759562Z test_dispatch_meta_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5759790Z test_dispatch_meta_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5760017Z test_dispatch_meta_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5760243Z test_dispatch_meta_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5760524Z test_dispatch_meta_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5760749Z test_dispatch_meta_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5760977Z test_dispatch_meta_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5761217Z test_dispatch_meta_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5761433Z test_dispatch_meta_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5761671Z test_dispatch_meta_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5761900Z test_dispatch_meta_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5762127Z test_dispatch_meta_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5762354Z test_dispatch_meta_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5762586Z test_dispatch_meta_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5762817Z test_dispatch_meta_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5763046Z test_dispatch_meta_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5763249Z test_dispatch_meta_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5763479Z test_dispatch_meta_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5763712Z test_dispatch_meta_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5763942Z test_dispatch_meta_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5764178Z test_dispatch_meta_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5764411Z test_dispatch_meta_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5764690Z test_dispatch_meta_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5764925Z test_dispatch_meta_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5765150Z test_dispatch_meta_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5765355Z test_dispatch_meta_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5765581Z test_dispatch_meta_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5765826Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5766084Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5766336Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5766587Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.5766832Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.5767072Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.5767314Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5767528Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5767771Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5768069Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5768315Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5768581Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.5768852Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5769123Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5769387Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.5769653Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.5769915Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.5770159Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5770415Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5770676Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5770937Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5771198Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.5771425Z test_dispatch_meta_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.231s) 2022-12-01T10:37:37.5771662Z test_dispatch_meta_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.248s) 2022-12-01T10:37:37.5771896Z test_dispatch_meta_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.248s) 2022-12-01T10:37:37.5772170Z test_dispatch_meta_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.232s) 2022-12-01T10:37:37.5772380Z test_dispatch_meta_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.229s) 2022-12-01T10:37:37.5772607Z test_dispatch_meta_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.227s) 2022-12-01T10:37:37.5772849Z test_dispatch_meta_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5773096Z test_dispatch_meta_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5773333Z test_dispatch_meta_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5773583Z test_dispatch_meta_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5773831Z test_dispatch_meta_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5774073Z test_dispatch_meta_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.5774314Z test_dispatch_meta_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-12-01T10:37:37.5774502Z test_dispatch_meta_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.270s) 2022-12-01T10:37:37.5774709Z test_dispatch_meta_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.269s) 2022-12-01T10:37:37.5774924Z test_dispatch_meta_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.269s) 2022-12-01T10:37:37.5775136Z test_dispatch_meta_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.274s) 2022-12-01T10:37:37.5775402Z test_dispatch_meta_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.270s) 2022-12-01T10:37:37.5775611Z test_dispatch_meta_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.270s) 2022-12-01T10:37:37.5775819Z test_dispatch_meta_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.270s) 2022-12-01T10:37:37.5776026Z test_dispatch_meta_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.269s) 2022-12-01T10:37:37.5776205Z test_dispatch_meta_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.268s) 2022-12-01T10:37:37.5776407Z test_dispatch_meta_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.272s) 2022-12-01T10:37:37.5776609Z test_dispatch_meta_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.269s) 2022-12-01T10:37:37.5776810Z test_dispatch_meta_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.269s) 2022-12-01T10:37:37.5777009Z test_dispatch_meta_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.268s) 2022-12-01T10:37:37.5777211Z test_dispatch_meta_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-12-01T10:37:37.5777419Z test_dispatch_meta_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-12-01T10:37:37.5777627Z test_dispatch_meta_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-12-01T10:37:37.5777811Z test_dispatch_meta_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-12-01T10:37:37.5778012Z test_dispatch_meta_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-12-01T10:37:37.5778212Z test_dispatch_meta_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-12-01T10:37:37.5778423Z test_dispatch_meta_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5778634Z test_dispatch_meta_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5778848Z test_dispatch_meta_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5779058Z test_dispatch_meta_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5779264Z test_dispatch_meta_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5779449Z test_dispatch_meta_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5779718Z test_dispatch_meta_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5779944Z test_dispatch_meta_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5780154Z test_dispatch_meta_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5780358Z test_dispatch_meta_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5780556Z test_dispatch_meta_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5780760Z test_dispatch_meta_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5780972Z test_dispatch_meta_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.5781189Z test_dispatch_meta_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5781372Z test_dispatch_meta_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5781577Z test_dispatch_meta_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5781783Z test_dispatch_meta_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5781994Z test_dispatch_meta_normal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5782199Z test_dispatch_meta_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5782404Z test_dispatch_meta_normal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5782632Z test_dispatch_meta_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5782853Z test_dispatch_meta_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5783099Z test_dispatch_meta_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5783319Z test_dispatch_meta_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5783527Z test_dispatch_meta_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5783730Z test_dispatch_meta_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5783937Z test_dispatch_meta_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5784141Z test_dispatch_meta_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5784344Z test_dispatch_meta_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5784543Z test_dispatch_meta_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5784719Z test_dispatch_meta_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5784921Z test_dispatch_meta_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5785123Z test_dispatch_meta_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5785325Z test_dispatch_meta_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5785523Z test_dispatch_meta_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5785720Z test_dispatch_meta_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5785912Z test_dispatch_meta_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5786118Z test_dispatch_meta_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5786300Z test_dispatch_meta_ones_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5786512Z test_dispatch_meta_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5786724Z test_dispatch_meta_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5786925Z test_dispatch_meta_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5787175Z test_dispatch_meta_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5787379Z test_dispatch_meta_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5787573Z test_dispatch_meta_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5787772Z test_dispatch_meta_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5787950Z test_dispatch_meta_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5788145Z test_dispatch_meta_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5788341Z test_dispatch_meta_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5788545Z test_dispatch_meta_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5788750Z test_dispatch_meta_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.057s) 2022-12-01T10:37:37.5788949Z test_dispatch_meta_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.275s) 2022-12-01T10:37:37.5789150Z test_dispatch_meta_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.026s) 2022-12-01T10:37:37.5789347Z test_dispatch_meta_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.032s) 2022-12-01T10:37:37.5789547Z test_dispatch_meta_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5789724Z test_dispatch_meta_outer_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5789929Z test_dispatch_meta_outer_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5790132Z test_dispatch_meta_outer_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5790329Z test_dispatch_meta_outer_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5790724Z test_dispatch_meta_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5790927Z test_dispatch_meta_outer_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5791127Z test_dispatch_meta_outer_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5791320Z test_dispatch_meta_outer_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5791493Z test_dispatch_meta_outer_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5791688Z test_dispatch_meta_outer_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5791882Z test_dispatch_meta_outer_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5792091Z test_dispatch_meta_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.906s) 2022-12-01T10:37:37.5792295Z test_dispatch_meta_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.918s) 2022-12-01T10:37:37.5792502Z test_dispatch_meta_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5792700Z test_dispatch_meta_permute_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5792911Z test_dispatch_meta_permute_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5793100Z test_dispatch_meta_permute_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5793300Z test_dispatch_meta_permute_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5793502Z test_dispatch_meta_permute_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5793702Z test_dispatch_meta_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5793902Z test_dispatch_meta_permute_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5794102Z test_dispatch_meta_permute_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5794300Z test_dispatch_meta_permute_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5794496Z test_dispatch_meta_permute_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5794751Z test_dispatch_meta_permute_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5794964Z test_dispatch_meta_permute_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5795176Z test_dispatch_meta_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-12-01T10:37:37.5795390Z test_dispatch_meta_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5795592Z test_dispatch_meta_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5795796Z test_dispatch_meta_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5795995Z test_dispatch_meta_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-12-01T10:37:37.5796196Z test_dispatch_meta_polar_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-12-01T10:37:37.5796404Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (1.251s) 2022-12-01T10:37:37.5796635Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.628s) 2022-12-01T10:37:37.5796864Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.609s) 2022-12-01T10:37:37.5797091Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.792s) 2022-12-01T10:37:37.5797317Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5797540Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5797763Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5797985Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5798277Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5798483Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5798710Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5798936Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5799162Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5799381Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5799601Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5799820Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5800047Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5800262Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5800469Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5800691Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5800912Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5801133Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5801389Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5801611Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5801834Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5802052Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5802304Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5802533Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5802755Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5802981Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5803203Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5803464Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5803689Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5803907Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5804125Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5804325Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5804547Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5804768Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5804991Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5805216Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5805492Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5805710Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5805933Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5806157Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5806358Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5806567Z test_dispatch_meta_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5806779Z test_dispatch_meta_positive_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5806988Z test_dispatch_meta_positive_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5807190Z test_dispatch_meta_positive_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5807400Z test_dispatch_meta_positive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5807600Z test_dispatch_meta_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5807807Z test_dispatch_meta_positive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5807993Z test_dispatch_meta_positive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5808197Z test_dispatch_meta_positive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5808396Z test_dispatch_meta_positive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5808597Z test_dispatch_meta_positive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5808793Z test_dispatch_meta_positive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5808991Z test_dispatch_meta_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5809196Z test_dispatch_meta_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5809397Z test_dispatch_meta_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (2.533s) 2022-12-01T10:37:37.5809642Z test_dispatch_meta_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5809851Z test_dispatch_meta_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5810048Z test_dispatch_meta_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5810242Z test_dispatch_meta_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5810433Z test_dispatch_meta_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5810624Z test_dispatch_meta_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5810812Z test_dispatch_meta_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5811003Z test_dispatch_meta_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5811182Z test_dispatch_meta_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5811380Z test_dispatch_meta_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.5811571Z test_dispatch_meta_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5811776Z test_dispatch_meta_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5811977Z test_dispatch_meta_prod_cuda_complex32 (__main__.TestMetaCUDA) ... ok (2.050s) 2022-12-01T10:37:37.5812178Z test_dispatch_meta_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5812379Z test_dispatch_meta_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.5812574Z test_dispatch_meta_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5812753Z test_dispatch_meta_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5813022Z test_dispatch_meta_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.861s) 2022-12-01T10:37:37.5813216Z test_dispatch_meta_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.858s) 2022-12-01T10:37:37.5813407Z test_dispatch_meta_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5813600Z test_dispatch_meta_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.858s) 2022-12-01T10:37:37.5813796Z test_dispatch_meta_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.867s) 2022-12-01T10:37:37.5813993Z test_dispatch_meta_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5814184Z test_dispatch_meta_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5814367Z test_dispatch_meta_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5814568Z test_dispatch_meta_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5814763Z test_dispatch_meta_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5814961Z test_dispatch_meta_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5815151Z test_dispatch_meta_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.5815343Z test_dispatch_meta_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5815534Z test_dispatch_meta_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5815719Z test_dispatch_meta_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5815892Z test_dispatch_meta_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5816085Z test_dispatch_meta_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5816283Z test_dispatch_meta_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-12-01T10:37:37.5816479Z test_dispatch_meta_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-12-01T10:37:37.5816674Z test_dispatch_meta_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.5816867Z test_dispatch_meta_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.5817075Z test_dispatch_meta_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.865s) 2022-12-01T10:37:37.5817320Z test_dispatch_meta_quantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.867s) 2022-12-01T10:37:37.5817509Z test_dispatch_meta_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5817708Z test_dispatch_meta_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5817909Z test_dispatch_meta_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5818111Z test_dispatch_meta_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5818309Z test_dispatch_meta_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5818505Z test_dispatch_meta_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5818706Z test_dispatch_meta_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5818907Z test_dispatch_meta_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5819106Z test_dispatch_meta_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5819282Z test_dispatch_meta_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5819489Z test_dispatch_meta_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5819698Z test_dispatch_meta_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5819907Z test_dispatch_meta_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5820108Z test_dispatch_meta_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5820310Z test_dispatch_meta_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5820598Z test_dispatch_meta_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5820799Z test_dispatch_meta_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5820994Z test_dispatch_meta_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5821198Z test_dispatch_meta_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5821405Z test_dispatch_meta_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5821606Z test_dispatch_meta_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5821811Z test_dispatch_meta_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5822009Z test_dispatch_meta_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5822206Z test_dispatch_meta_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5822414Z test_dispatch_meta_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5822597Z test_dispatch_meta_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5822804Z test_dispatch_meta_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5823011Z test_dispatch_meta_randn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5823215Z test_dispatch_meta_randn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5823417Z test_dispatch_meta_randn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5823616Z test_dispatch_meta_randn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5823812Z test_dispatch_meta_randn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5824009Z test_dispatch_meta_randn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5824204Z test_dispatch_meta_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5824419Z test_dispatch_meta_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5824682Z test_dispatch_meta_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5824899Z test_dispatch_meta_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5825104Z test_dispatch_meta_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5825302Z test_dispatch_meta_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5825496Z test_dispatch_meta_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5825696Z test_dispatch_meta_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5825891Z test_dispatch_meta_ravel_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5826082Z test_dispatch_meta_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5826285Z test_dispatch_meta_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5826491Z test_dispatch_meta_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5826689Z test_dispatch_meta_ravel_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5826886Z test_dispatch_meta_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5827083Z test_dispatch_meta_ravel_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5827279Z test_dispatch_meta_ravel_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5827471Z test_dispatch_meta_ravel_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5827647Z test_dispatch_meta_ravel_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5827897Z test_dispatch_meta_ravel_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5828104Z test_dispatch_meta_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5828299Z test_dispatch_meta_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5828494Z test_dispatch_meta_real_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5828692Z test_dispatch_meta_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5828892Z test_dispatch_meta_real_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5829091Z test_dispatch_meta_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5829269Z test_dispatch_meta_real_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5829463Z test_dispatch_meta_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5829658Z test_dispatch_meta_real_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5829854Z test_dispatch_meta_real_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5830048Z test_dispatch_meta_real_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5830239Z test_dispatch_meta_real_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5830427Z test_dispatch_meta_real_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5830758Z test_dispatch_meta_real_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5830961Z test_dispatch_meta_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5831167Z test_dispatch_meta_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5831381Z test_dispatch_meta_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5831594Z test_dispatch_meta_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5831807Z test_dispatch_meta_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5832008Z test_dispatch_meta_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5832275Z test_dispatch_meta_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5832492Z test_dispatch_meta_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5832674Z test_dispatch_meta_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5832872Z test_dispatch_meta_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5833075Z test_dispatch_meta_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5833278Z test_dispatch_meta_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5833480Z test_dispatch_meta_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5833693Z test_dispatch_meta_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5833894Z test_dispatch_meta_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5834093Z test_dispatch_meta_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5834278Z test_dispatch_meta_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5834479Z test_dispatch_meta_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5834676Z test_dispatch_meta_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5834878Z test_dispatch_meta_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5835077Z test_dispatch_meta_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5835274Z test_dispatch_meta_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5835480Z test_dispatch_meta_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5835751Z test_dispatch_meta_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5835949Z test_dispatch_meta_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5836135Z test_dispatch_meta_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5836334Z test_dispatch_meta_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5836531Z test_dispatch_meta_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5836727Z test_dispatch_meta_repeat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5836929Z test_dispatch_meta_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5837131Z test_dispatch_meta_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.5837330Z test_dispatch_meta_repeat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5837530Z test_dispatch_meta_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.5837712Z test_dispatch_meta_repeat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5837913Z test_dispatch_meta_repeat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5838108Z test_dispatch_meta_repeat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5838302Z test_dispatch_meta_repeat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5838498Z test_dispatch_meta_repeat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5838696Z test_dispatch_meta_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5838915Z test_dispatch_meta_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5839130Z test_dispatch_meta_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5839342Z test_dispatch_meta_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5839565Z test_dispatch_meta_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5839836Z test_dispatch_meta_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5840061Z test_dispatch_meta_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5840277Z test_dispatch_meta_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5840493Z test_dispatch_meta_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5840703Z test_dispatch_meta_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5840914Z test_dispatch_meta_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5841131Z test_dispatch_meta_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5841327Z test_dispatch_meta_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5841539Z test_dispatch_meta_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5841747Z test_dispatch_meta_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5841951Z test_dispatch_meta_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5842160Z test_dispatch_meta_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5842370Z test_dispatch_meta_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5842573Z test_dispatch_meta_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5842777Z test_dispatch_meta_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5843018Z test_dispatch_meta_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5843218Z test_dispatch_meta_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5843422Z test_dispatch_meta_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5843618Z test_dispatch_meta_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5843819Z test_dispatch_meta_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5844018Z test_dispatch_meta_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5844219Z test_dispatch_meta_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5844417Z test_dispatch_meta_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5844597Z test_dispatch_meta_reshape_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5844811Z test_dispatch_meta_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5845020Z test_dispatch_meta_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5845220Z test_dispatch_meta_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5845423Z test_dispatch_meta_reshape_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5845621Z test_dispatch_meta_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5845821Z test_dispatch_meta_reshape_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5846018Z test_dispatch_meta_reshape_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5846199Z test_dispatch_meta_reshape_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5846394Z test_dispatch_meta_reshape_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5846591Z test_dispatch_meta_reshape_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5846793Z test_dispatch_meta_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5846994Z test_dispatch_meta_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5847242Z test_dispatch_meta_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5847457Z test_dispatch_meta_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5847661Z test_dispatch_meta_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5847842Z test_dispatch_meta_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5848038Z test_dispatch_meta_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5848234Z test_dispatch_meta_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5848426Z test_dispatch_meta_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5848623Z test_dispatch_meta_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5848816Z test_dispatch_meta_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5849013Z test_dispatch_meta_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5849209Z test_dispatch_meta_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5849418Z test_dispatch_meta_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5849598Z test_dispatch_meta_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5849808Z test_dispatch_meta_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5850014Z test_dispatch_meta_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5850218Z test_dispatch_meta_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5850464Z test_dispatch_meta_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5850657Z test_dispatch_meta_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5850859Z test_dispatch_meta_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5851052Z test_dispatch_meta_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5851225Z test_dispatch_meta_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5851422Z test_dispatch_meta_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5851619Z test_dispatch_meta_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5851829Z test_dispatch_meta_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5852033Z test_dispatch_meta_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5852250Z test_dispatch_meta_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5852462Z test_dispatch_meta_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5852671Z test_dispatch_meta_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5852854Z test_dispatch_meta_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5853060Z test_dispatch_meta_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5853263Z test_dispatch_meta_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5853458Z test_dispatch_meta_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5853653Z test_dispatch_meta_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5853854Z test_dispatch_meta_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5854059Z test_dispatch_meta_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5854263Z test_dispatch_meta_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5854511Z test_dispatch_meta_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5854715Z test_dispatch_meta_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5854923Z test_dispatch_meta_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5855132Z test_dispatch_meta_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5855337Z test_dispatch_meta_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5855536Z test_dispatch_meta_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5855733Z test_dispatch_meta_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5855939Z test_dispatch_meta_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5856135Z test_dispatch_meta_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5856314Z test_dispatch_meta_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5856515Z test_dispatch_meta_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5856708Z test_dispatch_meta_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.5856905Z test_dispatch_meta_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5857096Z test_dispatch_meta_roll_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5857296Z test_dispatch_meta_roll_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5857495Z test_dispatch_meta_roll_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5857763Z test_dispatch_meta_roll_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5857945Z test_dispatch_meta_roll_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5858141Z test_dispatch_meta_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5858335Z test_dispatch_meta_roll_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5858529Z test_dispatch_meta_roll_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5858720Z test_dispatch_meta_roll_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5858909Z test_dispatch_meta_roll_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5859097Z test_dispatch_meta_roll_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5859282Z test_dispatch_meta_roll_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5859465Z test_dispatch_meta_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5859654Z test_dispatch_meta_rot90_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5859855Z test_dispatch_meta_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5860059Z test_dispatch_meta_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5860253Z test_dispatch_meta_rot90_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5860448Z test_dispatch_meta_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5860646Z test_dispatch_meta_rot90_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.5860833Z test_dispatch_meta_rot90_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5861108Z test_dispatch_meta_rot90_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5861295Z test_dispatch_meta_rot90_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5861388Z test_dispatch_meta_rot90_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5861575Z test_dispatch_meta_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5861821Z test_dispatch_meta_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5862028Z test_dispatch_meta_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5862222Z test_dispatch_meta_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5862416Z test_dispatch_meta_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5862592Z test_dispatch_meta_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5862789Z test_dispatch_meta_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5862974Z test_dispatch_meta_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5863166Z test_dispatch_meta_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5863357Z test_dispatch_meta_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5863570Z test_dispatch_meta_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5863786Z test_dispatch_meta_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5863997Z test_dispatch_meta_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5864192Z test_dispatch_meta_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5864406Z test_dispatch_meta_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5864607Z test_dispatch_meta_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5864813Z test_dispatch_meta_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5865061Z test_dispatch_meta_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5865283Z test_dispatch_meta_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5865503Z test_dispatch_meta_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5865721Z test_dispatch_meta_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5865937Z test_dispatch_meta_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5866120Z test_dispatch_meta_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5866315Z test_dispatch_meta_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5866524Z test_dispatch_meta_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.879s) 2022-12-01T10:37:37.5866725Z test_dispatch_meta_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.797s) 2022-12-01T10:37:37.5866932Z test_dispatch_meta_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.793s) 2022-12-01T10:37:37.5867130Z test_dispatch_meta_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5867328Z test_dispatch_meta_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5867523Z test_dispatch_meta_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5867698Z test_dispatch_meta_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5867892Z test_dispatch_meta_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5868080Z test_dispatch_meta_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5868270Z test_dispatch_meta_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5868464Z test_dispatch_meta_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5868661Z test_dispatch_meta_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5868864Z test_dispatch_meta_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5869065Z test_dispatch_meta_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5869281Z test_dispatch_meta_rsub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5869484Z test_dispatch_meta_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5869678Z test_dispatch_meta_rsub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.5869870Z test_dispatch_meta_rsub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5870060Z test_dispatch_meta_rsub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5870246Z test_dispatch_meta_rsub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5870437Z test_dispatch_meta_rsub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5870772Z test_dispatch_meta_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5871013Z test_dispatch_meta_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5871175Z test_dispatch_meta_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5871387Z test_dispatch_meta_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5871602Z test_dispatch_meta_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5871820Z test_dispatch_meta_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.5872017Z test_dispatch_meta_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5872216Z test_dispatch_meta_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5872420Z test_dispatch_meta_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5872685Z test_dispatch_meta_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5872861Z test_dispatch_meta_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5873064Z test_dispatch_meta_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5873266Z test_dispatch_meta_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5873468Z test_dispatch_meta_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.5873665Z test_dispatch_meta_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5873873Z test_dispatch_meta_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-12-01T10:37:37.5874077Z test_dispatch_meta_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-12-01T10:37:37.5874277Z test_dispatch_meta_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.5874463Z test_dispatch_meta_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.5874664Z test_dispatch_meta_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.5874862Z test_dispatch_meta_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5875059Z test_dispatch_meta_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5875253Z test_dispatch_meta_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5875447Z test_dispatch_meta_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.5875638Z test_dispatch_meta_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.5875861Z test_dispatch_meta_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5876064Z test_dispatch_meta_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5876286Z test_dispatch_meta_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5876499Z test_dispatch_meta_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5876763Z test_dispatch_meta_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5876985Z test_dispatch_meta_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5877191Z test_dispatch_meta_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5877404Z test_dispatch_meta_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.5877787Z test_dispatch_meta_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.5878195Z test_dispatch_meta_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5878408Z test_dispatch_meta_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5878634Z test_dispatch_meta_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5878847Z test_dispatch_meta_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5879056Z test_dispatch_meta_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5879267Z test_dispatch_meta_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5879477Z test_dispatch_meta_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5879687Z test_dispatch_meta_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5879896Z test_dispatch_meta_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5880100Z test_dispatch_meta_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-12-01T10:37:37.5880384Z test_dispatch_meta_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.5880601Z test_dispatch_meta_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-12-01T10:37:37.5880815Z test_dispatch_meta_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.5881027Z test_dispatch_meta_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5881234Z test_dispatch_meta_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5881443Z test_dispatch_meta_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5881654Z test_dispatch_meta_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5881860Z test_dispatch_meta_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5882070Z test_dispatch_meta_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5882288Z test_dispatch_meta_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5882507Z test_dispatch_meta_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5882722Z test_dispatch_meta_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5882942Z test_dispatch_meta_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5883147Z test_dispatch_meta_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5883356Z test_dispatch_meta_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5883571Z test_dispatch_meta_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5883765Z test_dispatch_meta_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5883987Z test_dispatch_meta_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5884199Z test_dispatch_meta_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5884453Z test_dispatch_meta_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-12-01T10:37:37.5884677Z test_dispatch_meta_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5884895Z test_dispatch_meta_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.5885105Z test_dispatch_meta_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5885314Z test_dispatch_meta_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5885517Z test_dispatch_meta_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5885716Z test_dispatch_meta_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5885920Z test_dispatch_meta_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.5886133Z test_dispatch_meta_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.754s) 2022-12-01T10:37:37.5886347Z test_dispatch_meta_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.751s) 2022-12-01T10:37:37.5886557Z test_dispatch_meta_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.755s) 2022-12-01T10:37:37.5886762Z test_dispatch_meta_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.748s) 2022-12-01T10:37:37.5886965Z test_dispatch_meta_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.748s) 2022-12-01T10:37:37.5887162Z test_dispatch_meta_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.745s) 2022-12-01T10:37:37.5887350Z test_dispatch_meta_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.751s) 2022-12-01T10:37:37.5887594Z test_dispatch_meta_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.754s) 2022-12-01T10:37:37.5887821Z test_dispatch_meta_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.627s) 2022-12-01T10:37:37.5888048Z test_dispatch_meta_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.622s) 2022-12-01T10:37:37.5888274Z test_dispatch_meta_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.626s) 2022-12-01T10:37:37.5888495Z test_dispatch_meta_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.623s) 2022-12-01T10:37:37.5888718Z test_dispatch_meta_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.618s) 2022-12-01T10:37:37.5888937Z test_dispatch_meta_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.618s) 2022-12-01T10:37:37.5889153Z test_dispatch_meta_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.618s) 2022-12-01T10:37:37.5889367Z test_dispatch_meta_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.618s) 2022-12-01T10:37:37.5889570Z test_dispatch_meta_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5889768Z test_dispatch_meta_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5889975Z test_dispatch_meta_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5890177Z test_dispatch_meta_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5890375Z test_dispatch_meta_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5890574Z test_dispatch_meta_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5890774Z test_dispatch_meta_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5890955Z test_dispatch_meta_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5891156Z test_dispatch_meta_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5891353Z test_dispatch_meta_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5891552Z test_dispatch_meta_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5891781Z test_dispatch_meta_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5891981Z test_dispatch_meta_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5892193Z test_dispatch_meta_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.5892401Z test_dispatch_meta_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5892594Z test_dispatch_meta_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5892805Z test_dispatch_meta_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5893014Z test_dispatch_meta_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5893226Z test_dispatch_meta_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5893433Z test_dispatch_meta_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5893637Z test_dispatch_meta_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5893842Z test_dispatch_meta_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5894048Z test_dispatch_meta_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5894243Z test_dispatch_meta_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5894418Z test_dispatch_meta_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5894617Z test_dispatch_meta_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5894817Z test_dispatch_meta_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.239s) 2022-12-01T10:37:37.5895058Z test_dispatch_meta_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5895252Z test_dispatch_meta_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5895448Z test_dispatch_meta_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5895636Z test_dispatch_meta_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5895825Z test_dispatch_meta_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5895997Z test_dispatch_meta_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5896179Z test_dispatch_meta_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5896365Z test_dispatch_meta_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5896546Z test_dispatch_meta_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5896748Z test_dispatch_meta_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5896941Z test_dispatch_meta_short_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5897145Z test_dispatch_meta_short_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5897351Z test_dispatch_meta_short_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5897535Z test_dispatch_meta_short_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5897729Z test_dispatch_meta_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5897926Z test_dispatch_meta_short_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5898118Z test_dispatch_meta_short_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5898308Z test_dispatch_meta_short_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5898496Z test_dispatch_meta_short_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5898694Z test_dispatch_meta_short_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5898882Z test_dispatch_meta_short_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5899107Z test_dispatch_meta_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5899316Z test_dispatch_meta_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5899523Z test_dispatch_meta_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.797s) 2022-12-01T10:37:37.5899729Z test_dispatch_meta_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.709s) 2022-12-01T10:37:37.5899926Z test_dispatch_meta_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.691s) 2022-12-01T10:37:37.5900129Z test_dispatch_meta_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5900327Z test_dispatch_meta_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5900528Z test_dispatch_meta_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5900708Z test_dispatch_meta_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5900906Z test_dispatch_meta_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5901103Z test_dispatch_meta_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5901299Z test_dispatch_meta_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5901535Z test_dispatch_meta_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5901729Z test_dispatch_meta_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5901921Z test_dispatch_meta_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5902115Z test_dispatch_meta_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5902339Z test_dispatch_meta_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5902533Z test_dispatch_meta_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5902724Z test_dispatch_meta_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5902924Z test_dispatch_meta_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5903114Z test_dispatch_meta_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5903301Z test_dispatch_meta_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5903487Z test_dispatch_meta_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5903688Z test_dispatch_meta_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5903865Z test_dispatch_meta_signbit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5904072Z test_dispatch_meta_signbit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5904281Z test_dispatch_meta_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5904486Z test_dispatch_meta_signbit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5904687Z test_dispatch_meta_signbit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5904885Z test_dispatch_meta_signbit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5905080Z test_dispatch_meta_signbit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5905277Z test_dispatch_meta_signbit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5905452Z test_dispatch_meta_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5905652Z test_dispatch_meta_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5905841Z test_dispatch_meta_sin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5906045Z test_dispatch_meta_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5906242Z test_dispatch_meta_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5906439Z test_dispatch_meta_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5906669Z test_dispatch_meta_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5906870Z test_dispatch_meta_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5907044Z test_dispatch_meta_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5907232Z test_dispatch_meta_sin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5907420Z test_dispatch_meta_sin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5907610Z test_dispatch_meta_sin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5907796Z test_dispatch_meta_sin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5907983Z test_dispatch_meta_sin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5908180Z test_dispatch_meta_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.319s) 2022-12-01T10:37:37.5908375Z test_dispatch_meta_sinc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.350s) 2022-12-01T10:37:37.5908561Z test_dispatch_meta_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.038s) 2022-12-01T10:37:37.5908769Z test_dispatch_meta_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.895s) 2022-12-01T10:37:37.5908962Z test_dispatch_meta_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.305s) 2022-12-01T10:37:37.5909158Z test_dispatch_meta_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.297s) 2022-12-01T10:37:37.5909349Z test_dispatch_meta_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.286s) 2022-12-01T10:37:37.5909542Z test_dispatch_meta_sinc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5909777Z test_dispatch_meta_sinc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5909968Z test_dispatch_meta_sinc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5910140Z test_dispatch_meta_sinc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5910330Z test_dispatch_meta_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5910748Z test_dispatch_meta_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5910953Z test_dispatch_meta_sinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5911080Z test_dispatch_meta_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5911279Z test_dispatch_meta_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5911478Z test_dispatch_meta_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5911671Z test_dispatch_meta_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5911871Z test_dispatch_meta_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5912052Z test_dispatch_meta_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5912244Z test_dispatch_meta_sinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5912435Z test_dispatch_meta_sinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5912627Z test_dispatch_meta_sinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5912816Z test_dispatch_meta_sinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5913003Z test_dispatch_meta_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.5913202Z test_dispatch_meta_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5913391Z test_dispatch_meta_slice_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5913585Z test_dispatch_meta_slice_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5913789Z test_dispatch_meta_slice_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5913992Z test_dispatch_meta_slice_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5914274Z test_dispatch_meta_slice_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5914482Z test_dispatch_meta_slice_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5914677Z test_dispatch_meta_slice_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5914873Z test_dispatch_meta_slice_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5915073Z test_dispatch_meta_slice_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5915247Z test_dispatch_meta_slice_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5915444Z test_dispatch_meta_slice_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5915639Z test_dispatch_meta_slice_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5915849Z test_dispatch_meta_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5916056Z test_dispatch_meta_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5916265Z test_dispatch_meta_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5916474Z test_dispatch_meta_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5916682Z test_dispatch_meta_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5916872Z test_dispatch_meta_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5917082Z test_dispatch_meta_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5917286Z test_dispatch_meta_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5917562Z test_dispatch_meta_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5917764Z test_dispatch_meta_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5917973Z test_dispatch_meta_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5918173Z test_dispatch_meta_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5918372Z test_dispatch_meta_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5918555Z test_dispatch_meta_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5918778Z test_dispatch_meta_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5918990Z test_dispatch_meta_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5919214Z test_dispatch_meta_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5919441Z test_dispatch_meta_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.5919656Z test_dispatch_meta_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5919873Z test_dispatch_meta_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5920084Z test_dispatch_meta_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.5920296Z test_dispatch_meta_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5920493Z test_dispatch_meta_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5920704Z test_dispatch_meta_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5920914Z test_dispatch_meta_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5921130Z test_dispatch_meta_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.5921330Z test_dispatch_meta_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.5921568Z test_dispatch_meta_sort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5921770Z test_dispatch_meta_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5921965Z test_dispatch_meta_sort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5922141Z test_dispatch_meta_sort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5922335Z test_dispatch_meta_sort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5922520Z test_dispatch_meta_sort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.5922711Z test_dispatch_meta_sort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5922905Z test_dispatch_meta_sort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.5923140Z test_dispatch_meta_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5923371Z test_dispatch_meta_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5923602Z test_dispatch_meta_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5923810Z test_dispatch_meta_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5924025Z test_dispatch_meta_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... ok (0.554s) 2022-12-01T10:37:37.5924239Z test_dispatch_meta_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.669s) 2022-12-01T10:37:37.5924453Z test_dispatch_meta_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.703s) 2022-12-01T10:37:37.5924666Z test_dispatch_meta_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5924925Z test_dispatch_meta_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5925139Z test_dispatch_meta_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5925355Z test_dispatch_meta_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5925567Z test_dispatch_meta_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5925760Z test_dispatch_meta_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.465s) 2022-12-01T10:37:37.5925975Z test_dispatch_meta_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.510s) 2022-12-01T10:37:37.5926195Z test_dispatch_meta_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.466s) 2022-12-01T10:37:37.5926406Z test_dispatch_meta_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5926617Z test_dispatch_meta_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5926833Z test_dispatch_meta_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5927045Z test_dispatch_meta_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5927261Z test_dispatch_meta_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5927457Z test_dispatch_meta_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.351s) 2022-12-01T10:37:37.5927672Z test_dispatch_meta_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.247s) 2022-12-01T10:37:37.5927891Z test_dispatch_meta_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.255s) 2022-12-01T10:37:37.5928100Z test_dispatch_meta_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5928308Z test_dispatch_meta_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5928518Z test_dispatch_meta_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5928731Z test_dispatch_meta_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5928988Z test_dispatch_meta_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5929206Z test_dispatch_meta_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.645s) 2022-12-01T10:37:37.5929402Z test_dispatch_meta_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.871s) 2022-12-01T10:37:37.5929613Z test_dispatch_meta_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.800s) 2022-12-01T10:37:37.5929826Z test_dispatch_meta_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5930035Z test_dispatch_meta_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5930237Z test_dispatch_meta_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5930452Z test_dispatch_meta_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5930658Z test_dispatch_meta_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5930873Z test_dispatch_meta_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.541s) 2022-12-01T10:37:37.5931072Z test_dispatch_meta_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.595s) 2022-12-01T10:37:37.5931285Z test_dispatch_meta_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.577s) 2022-12-01T10:37:37.5931490Z test_dispatch_meta_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5931702Z test_dispatch_meta_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5931912Z test_dispatch_meta_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5932125Z test_dispatch_meta_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5932384Z test_dispatch_meta_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5932629Z test_dispatch_meta_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... ok (4.834s) 2022-12-01T10:37:37.5932873Z test_dispatch_meta_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.954s) 2022-12-01T10:37:37.5933097Z test_dispatch_meta_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.051s) 2022-12-01T10:37:37.5933332Z test_dispatch_meta_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5933558Z test_dispatch_meta_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5933800Z test_dispatch_meta_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5934032Z test_dispatch_meta_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5934274Z test_dispatch_meta_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5934511Z test_dispatch_meta_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... ok (5.507s) 2022-12-01T10:37:37.5934749Z test_dispatch_meta_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.571s) 2022-12-01T10:37:37.5934985Z test_dispatch_meta_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.498s) 2022-12-01T10:37:37.5935199Z test_dispatch_meta_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5935435Z test_dispatch_meta_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5935669Z test_dispatch_meta_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5935913Z test_dispatch_meta_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5936142Z test_dispatch_meta_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5936852Z test_dispatch_meta_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5937329Z test_dispatch_meta_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5937775Z test_dispatch_meta_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5938227Z test_dispatch_meta_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5938675Z test_dispatch_meta_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5939119Z test_dispatch_meta_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5939575Z test_dispatch_meta_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5940028Z test_dispatch_meta_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5940486Z test_dispatch_meta_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5940950Z test_dispatch_meta_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5941477Z test_dispatch_meta_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5941926Z test_dispatch_meta_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5942365Z test_dispatch_meta_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5942797Z test_dispatch_meta_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5943251Z test_dispatch_meta_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5943712Z test_dispatch_meta_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5943930Z test_dispatch_meta_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.224s) 2022-12-01T10:37:37.5944122Z test_dispatch_meta_special_entr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.295s) 2022-12-01T10:37:37.5944337Z test_dispatch_meta_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.204s) 2022-12-01T10:37:37.5944550Z test_dispatch_meta_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.205s) 2022-12-01T10:37:37.5944761Z test_dispatch_meta_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.232s) 2022-12-01T10:37:37.5944969Z test_dispatch_meta_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5945169Z test_dispatch_meta_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5945380Z test_dispatch_meta_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5945587Z test_dispatch_meta_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5945820Z test_dispatch_meta_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5946035Z test_dispatch_meta_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... ok (1.307s) 2022-12-01T10:37:37.5946247Z test_dispatch_meta_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.335s) 2022-12-01T10:37:37.5946464Z test_dispatch_meta_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.128s) 2022-12-01T10:37:37.5946672Z test_dispatch_meta_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5946874Z test_dispatch_meta_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5947078Z test_dispatch_meta_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5947283Z test_dispatch_meta_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5947463Z test_dispatch_meta_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5947703Z test_dispatch_meta_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... ok (4.492s) 2022-12-01T10:37:37.5947944Z test_dispatch_meta_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.642s) 2022-12-01T10:37:37.5948181Z test_dispatch_meta_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.650s) 2022-12-01T10:37:37.5948417Z test_dispatch_meta_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5948646Z test_dispatch_meta_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5948872Z test_dispatch_meta_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5949156Z test_dispatch_meta_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5949393Z test_dispatch_meta_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5949602Z test_dispatch_meta_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... ok (4.498s) 2022-12-01T10:37:37.5949838Z test_dispatch_meta_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.639s) 2022-12-01T10:37:37.5950080Z test_dispatch_meta_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.634s) 2022-12-01T10:37:37.5950318Z test_dispatch_meta_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5950845Z test_dispatch_meta_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5950998Z test_dispatch_meta_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5951235Z test_dispatch_meta_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5951467Z test_dispatch_meta_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5951681Z test_dispatch_meta_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.289s) 2022-12-01T10:37:37.5951869Z test_dispatch_meta_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.336s) 2022-12-01T10:37:37.5952082Z test_dispatch_meta_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.275s) 2022-12-01T10:37:37.5952293Z test_dispatch_meta_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.270s) 2022-12-01T10:37:37.5952500Z test_dispatch_meta_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.285s) 2022-12-01T10:37:37.5952707Z test_dispatch_meta_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5952910Z test_dispatch_meta_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5953111Z test_dispatch_meta_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5953386Z test_dispatch_meta_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5953576Z test_dispatch_meta_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5953782Z test_dispatch_meta_special_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.343s) 2022-12-01T10:37:37.5953990Z test_dispatch_meta_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.284s) 2022-12-01T10:37:37.5954196Z test_dispatch_meta_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.326s) 2022-12-01T10:37:37.5954394Z test_dispatch_meta_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5954591Z test_dispatch_meta_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5954791Z test_dispatch_meta_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5954994Z test_dispatch_meta_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5955201Z test_dispatch_meta_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5955382Z test_dispatch_meta_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.321s) 2022-12-01T10:37:37.5955587Z test_dispatch_meta_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.244s) 2022-12-01T10:37:37.5955791Z test_dispatch_meta_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.292s) 2022-12-01T10:37:37.5955994Z test_dispatch_meta_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5956194Z test_dispatch_meta_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5956401Z test_dispatch_meta_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5956671Z test_dispatch_meta_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5956873Z test_dispatch_meta_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.5957096Z test_dispatch_meta_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... ok (4.621s) 2022-12-01T10:37:37.5957336Z test_dispatch_meta_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.833s) 2022-12-01T10:37:37.5957571Z test_dispatch_meta_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.971s) 2022-12-01T10:37:37.5957809Z test_dispatch_meta_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5958037Z test_dispatch_meta_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5958262Z test_dispatch_meta_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5958499Z test_dispatch_meta_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5958738Z test_dispatch_meta_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5959224Z test_dispatch_meta_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5959667Z test_dispatch_meta_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5960119Z test_dispatch_meta_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5960575Z test_dispatch_meta_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5961026Z test_dispatch_meta_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5961531Z test_dispatch_meta_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5961996Z test_dispatch_meta_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5962450Z test_dispatch_meta_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5962669Z test_dispatch_meta_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.344s) 2022-12-01T10:37:37.5962890Z test_dispatch_meta_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.305s) 2022-12-01T10:37:37.5963110Z test_dispatch_meta_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.517s) 2022-12-01T10:37:37.5963326Z test_dispatch_meta_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5963522Z test_dispatch_meta_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5963736Z test_dispatch_meta_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5963950Z test_dispatch_meta_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5964164Z test_dispatch_meta_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5964394Z test_dispatch_meta_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.368s) 2022-12-01T10:37:37.5964628Z test_dispatch_meta_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.298s) 2022-12-01T10:37:37.5964857Z test_dispatch_meta_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.358s) 2022-12-01T10:37:37.5965141Z test_dispatch_meta_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5965352Z test_dispatch_meta_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5965580Z test_dispatch_meta_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5965807Z test_dispatch_meta_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5966037Z test_dispatch_meta_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5966264Z test_dispatch_meta_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.363s) 2022-12-01T10:37:37.5966490Z test_dispatch_meta_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.298s) 2022-12-01T10:37:37.5966717Z test_dispatch_meta_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.360s) 2022-12-01T10:37:37.5966942Z test_dispatch_meta_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5967163Z test_dispatch_meta_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5967360Z test_dispatch_meta_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5967580Z test_dispatch_meta_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5967799Z test_dispatch_meta_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5968023Z test_dispatch_meta_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.436s) 2022-12-01T10:37:37.5968260Z test_dispatch_meta_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.438s) 2022-12-01T10:37:37.5968488Z test_dispatch_meta_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.543s) 2022-12-01T10:37:37.5968715Z test_dispatch_meta_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5968986Z test_dispatch_meta_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5969212Z test_dispatch_meta_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5969415Z test_dispatch_meta_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5969645Z test_dispatch_meta_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5969866Z test_dispatch_meta_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.425s) 2022-12-01T10:37:37.5970096Z test_dispatch_meta_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.406s) 2022-12-01T10:37:37.5970321Z test_dispatch_meta_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.579s) 2022-12-01T10:37:37.5970553Z test_dispatch_meta_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5970777Z test_dispatch_meta_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5970994Z test_dispatch_meta_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5971221Z test_dispatch_meta_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5971425Z test_dispatch_meta_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5971638Z test_dispatch_meta_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5971850Z test_dispatch_meta_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5972062Z test_dispatch_meta_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5972325Z test_dispatch_meta_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5972537Z test_dispatch_meta_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5972749Z test_dispatch_meta_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.5972955Z test_dispatch_meta_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5973144Z test_dispatch_meta_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.5973348Z test_dispatch_meta_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5973554Z test_dispatch_meta_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5973754Z test_dispatch_meta_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... ok (0.400s) 2022-12-01T10:37:37.5973964Z test_dispatch_meta_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.342s) 2022-12-01T10:37:37.5974182Z test_dispatch_meta_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.438s) 2022-12-01T10:37:37.5974388Z test_dispatch_meta_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5974593Z test_dispatch_meta_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5974773Z test_dispatch_meta_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5974979Z test_dispatch_meta_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5975176Z test_dispatch_meta_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5975437Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5975689Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5975949Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5976201Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.5976522Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5976784Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5977013Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5977264Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5977514Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.5977756Z test_dispatch_meta_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.405s) 2022-12-01T10:37:37.5978002Z test_dispatch_meta_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.384s) 2022-12-01T10:37:37.5978246Z test_dispatch_meta_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.544s) 2022-12-01T10:37:37.5978480Z test_dispatch_meta_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5978869Z test_dispatch_meta_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5979258Z test_dispatch_meta_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5979484Z test_dispatch_meta_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5979726Z test_dispatch_meta_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5980035Z test_dispatch_meta_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.427s) 2022-12-01T10:37:37.5980270Z test_dispatch_meta_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.412s) 2022-12-01T10:37:37.5980508Z test_dispatch_meta_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.565s) 2022-12-01T10:37:37.5980738Z test_dispatch_meta_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5980975Z test_dispatch_meta_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5981209Z test_dispatch_meta_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5981441Z test_dispatch_meta_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5981678Z test_dispatch_meta_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.5982163Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5982640Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5983116Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5983592Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5984063Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5984533Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5985046Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5985517Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5985989Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5986466Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5986937Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5987402Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5987852Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5988316Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5988782Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5989304Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5989762Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5990228Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5990851Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5991326Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5991800Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5992270Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5992734Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5993207Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5993678Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5994136Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5994682Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5995164Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5995633Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5996101Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5996574Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5997040Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.5997276Z test_dispatch_meta_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.359s) 2022-12-01T10:37:37.5997515Z test_dispatch_meta_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.303s) 2022-12-01T10:37:37.5997744Z test_dispatch_meta_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.348s) 2022-12-01T10:37:37.5997974Z test_dispatch_meta_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5998175Z test_dispatch_meta_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5998473Z test_dispatch_meta_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5998704Z test_dispatch_meta_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5998940Z test_dispatch_meta_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.5999160Z test_dispatch_meta_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5999377Z test_dispatch_meta_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.5999595Z test_dispatch_meta_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.5999812Z test_dispatch_meta_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6000032Z test_dispatch_meta_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6000231Z test_dispatch_meta_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6000445Z test_dispatch_meta_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6000654Z test_dispatch_meta_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6000868Z test_dispatch_meta_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6001081Z test_dispatch_meta_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6001290Z test_dispatch_meta_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... ok (6.570s) 2022-12-01T10:37:37.6001539Z test_dispatch_meta_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.742s) 2022-12-01T10:37:37.6001750Z test_dispatch_meta_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.942s) 2022-12-01T10:37:37.6001938Z test_dispatch_meta_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6002147Z test_dispatch_meta_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6002347Z test_dispatch_meta_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6002606Z test_dispatch_meta_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6002819Z test_dispatch_meta_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6003024Z test_dispatch_meta_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6003223Z test_dispatch_meta_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6003431Z test_dispatch_meta_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6003617Z test_dispatch_meta_split_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6003826Z test_dispatch_meta_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6004029Z test_dispatch_meta_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6004228Z test_dispatch_meta_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6004428Z test_dispatch_meta_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6004632Z test_dispatch_meta_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6004832Z test_dispatch_meta_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6005020Z test_dispatch_meta_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6005197Z test_dispatch_meta_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6005394Z test_dispatch_meta_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6005607Z test_dispatch_meta_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6005816Z test_dispatch_meta_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6006089Z test_dispatch_meta_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6006307Z test_dispatch_meta_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6006610Z test_dispatch_meta_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6006870Z test_dispatch_meta_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6007143Z test_dispatch_meta_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6007337Z test_dispatch_meta_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6007607Z test_dispatch_meta_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6007811Z test_dispatch_meta_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6008019Z test_dispatch_meta_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6008226Z test_dispatch_meta_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6008443Z test_dispatch_meta_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6008651Z test_dispatch_meta_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6008872Z test_dispatch_meta_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6009072Z test_dispatch_meta_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6009297Z test_dispatch_meta_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6009512Z test_dispatch_meta_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6009726Z test_dispatch_meta_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6009946Z test_dispatch_meta_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6010162Z test_dispatch_meta_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6010412Z test_dispatch_meta_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6010635Z test_dispatch_meta_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6010846Z test_dispatch_meta_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6011040Z test_dispatch_meta_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6011240Z test_dispatch_meta_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6011435Z test_dispatch_meta_sqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6011642Z test_dispatch_meta_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6011851Z test_dispatch_meta_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.548s) 2022-12-01T10:37:37.6012056Z test_dispatch_meta_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6012258Z test_dispatch_meta_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6012460Z test_dispatch_meta_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6012638Z test_dispatch_meta_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6012837Z test_dispatch_meta_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6013035Z test_dispatch_meta_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6013228Z test_dispatch_meta_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6013424Z test_dispatch_meta_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6013669Z test_dispatch_meta_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6013908Z test_dispatch_meta_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6014112Z test_dispatch_meta_square_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6014307Z test_dispatch_meta_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6014516Z test_dispatch_meta_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6014722Z test_dispatch_meta_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6014927Z test_dispatch_meta_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6015131Z test_dispatch_meta_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6015326Z test_dispatch_meta_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6015722Z test_dispatch_meta_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6015978Z test_dispatch_meta_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6016214Z test_dispatch_meta_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6016458Z test_dispatch_meta_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6016651Z test_dispatch_meta_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6016901Z test_dispatch_meta_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6017151Z test_dispatch_meta_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6017444Z test_dispatch_meta_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6017698Z test_dispatch_meta_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6017979Z test_dispatch_meta_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6018236Z test_dispatch_meta_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6018476Z test_dispatch_meta_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6018778Z test_dispatch_meta_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6018969Z test_dispatch_meta_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6019207Z test_dispatch_meta_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6019445Z test_dispatch_meta_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6019681Z test_dispatch_meta_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6019922Z test_dispatch_meta_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6020199Z test_dispatch_meta_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6020464Z test_dispatch_meta_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6020709Z test_dispatch_meta_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6020896Z test_dispatch_meta_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6021138Z test_dispatch_meta_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6021376Z test_dispatch_meta_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6021656Z test_dispatch_meta_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6021892Z test_dispatch_meta_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6022130Z test_dispatch_meta_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6022409Z test_dispatch_meta_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6022651Z test_dispatch_meta_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6022880Z test_dispatch_meta_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6023121Z test_dispatch_meta_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6023367Z test_dispatch_meta_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6023603Z test_dispatch_meta_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6023838Z test_dispatch_meta_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6024068Z test_dispatch_meta_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6024307Z test_dispatch_meta_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6024590Z test_dispatch_meta_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6024787Z test_dispatch_meta_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6025040Z test_dispatch_meta_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6025287Z test_dispatch_meta_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6025530Z test_dispatch_meta_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6025812Z test_dispatch_meta_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6026057Z test_dispatch_meta_stft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6026312Z test_dispatch_meta_stft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6026545Z test_dispatch_meta_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6026726Z test_dispatch_meta_stft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6027007Z test_dispatch_meta_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6027254Z test_dispatch_meta_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6027496Z test_dispatch_meta_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6027735Z test_dispatch_meta_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6028029Z test_dispatch_meta_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6028274Z test_dispatch_meta_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6028507Z test_dispatch_meta_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6028681Z test_dispatch_meta_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6028912Z test_dispatch_meta_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6029209Z test_dispatch_meta_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6029455Z test_dispatch_meta_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6029694Z test_dispatch_meta_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6029988Z test_dispatch_meta_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6030227Z test_dispatch_meta_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6030744Z test_dispatch_meta_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6030877Z test_dispatch_meta_sum_cuda_complex32 (__main__.TestMetaCUDA) ... ok (2.404s) 2022-12-01T10:37:37.6031126Z test_dispatch_meta_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6031358Z test_dispatch_meta_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6031632Z test_dispatch_meta_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6031868Z test_dispatch_meta_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6032110Z test_dispatch_meta_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6032428Z test_dispatch_meta_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6032665Z test_dispatch_meta_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6032841Z test_dispatch_meta_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6033073Z test_dispatch_meta_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6033320Z test_dispatch_meta_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6033567Z test_dispatch_meta_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6033860Z test_dispatch_meta_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6034124Z test_dispatch_meta_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6034414Z test_dispatch_meta_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6034664Z test_dispatch_meta_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6034903Z test_dispatch_meta_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6035095Z test_dispatch_meta_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6035334Z test_dispatch_meta_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6035576Z test_dispatch_meta_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6035818Z test_dispatch_meta_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6036101Z test_dispatch_meta_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6036349Z test_dispatch_meta_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.999s) 2022-12-01T10:37:37.6036594Z test_dispatch_meta_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.347s) 2022-12-01T10:37:37.6036832Z test_dispatch_meta_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.317s) 2022-12-01T10:37:37.6037009Z test_dispatch_meta_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.398s) 2022-12-01T10:37:37.6037314Z test_dispatch_meta_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.908s) 2022-12-01T10:37:37.6037568Z test_dispatch_meta_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.932s) 2022-12-01T10:37:37.6037825Z test_dispatch_meta_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-12-01T10:37:37.6038071Z test_dispatch_meta_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-12-01T10:37:37.6038349Z test_dispatch_meta_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-12-01T10:37:37.6038643Z test_dispatch_meta_symeig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-12-01T10:37:37.6038882Z test_dispatch_meta_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6039057Z test_dispatch_meta_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6039295Z test_dispatch_meta_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6039532Z test_dispatch_meta_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6039774Z test_dispatch_meta_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6040006Z test_dispatch_meta_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6040235Z test_dispatch_meta_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6040493Z test_dispatch_meta_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6040726Z test_dispatch_meta_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6040894Z test_dispatch_meta_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6041120Z test_dispatch_meta_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6041404Z test_dispatch_meta_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6041665Z test_dispatch_meta_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6041917Z test_dispatch_meta_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6042176Z test_dispatch_meta_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6042431Z test_dispatch_meta_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6042764Z test_dispatch_meta_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6042965Z test_dispatch_meta_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6043217Z test_dispatch_meta_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6043469Z test_dispatch_meta_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6043728Z test_dispatch_meta_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6043970Z test_dispatch_meta_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6044217Z test_dispatch_meta_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6044462Z test_dispatch_meta_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6044706Z test_dispatch_meta_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-12-01T10:37:37.6044973Z test_dispatch_meta_take_cuda_bool (__main__.TestMetaCUDA) ... ok (0.137s) 2022-12-01T10:37:37.6045166Z test_dispatch_meta_take_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-12-01T10:37:37.6045410Z test_dispatch_meta_take_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-12-01T10:37:37.6045659Z test_dispatch_meta_take_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-12-01T10:37:37.6045906Z test_dispatch_meta_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-12-01T10:37:37.6046141Z test_dispatch_meta_take_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-12-01T10:37:37.6046424Z test_dispatch_meta_take_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-12-01T10:37:37.6046666Z test_dispatch_meta_take_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-12-01T10:37:37.6046945Z test_dispatch_meta_take_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-12-01T10:37:37.6047123Z test_dispatch_meta_take_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-12-01T10:37:37.6047407Z test_dispatch_meta_take_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-12-01T10:37:37.6047648Z test_dispatch_meta_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6047880Z test_dispatch_meta_tan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6048124Z test_dispatch_meta_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6048367Z test_dispatch_meta_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6048611Z test_dispatch_meta_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6048850Z test_dispatch_meta_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6049030Z test_dispatch_meta_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6049270Z test_dispatch_meta_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6049539Z test_dispatch_meta_tan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6049779Z test_dispatch_meta_tan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6050006Z test_dispatch_meta_tan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6050235Z test_dispatch_meta_tan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6050490Z test_dispatch_meta_tan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6065590Z test_dispatch_meta_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6065859Z test_dispatch_meta_tanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6066080Z test_dispatch_meta_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6066293Z test_dispatch_meta_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6066501Z test_dispatch_meta_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6066706Z test_dispatch_meta_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6066887Z test_dispatch_meta_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6067093Z test_dispatch_meta_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6067296Z test_dispatch_meta_tanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6067504Z test_dispatch_meta_tanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6067704Z test_dispatch_meta_tanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6067904Z test_dispatch_meta_tanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6068103Z test_dispatch_meta_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6068322Z test_dispatch_meta_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.6068515Z test_dispatch_meta_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6068741Z test_dispatch_meta_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.6068966Z test_dispatch_meta_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.6069186Z test_dispatch_meta_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.6069402Z test_dispatch_meta_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.6069619Z test_dispatch_meta_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6069947Z test_dispatch_meta_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6070173Z test_dispatch_meta_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6070380Z test_dispatch_meta_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6070987Z test_dispatch_meta_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6071125Z test_dispatch_meta_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6071335Z test_dispatch_meta_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6071550Z test_dispatch_meta_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6071774Z test_dispatch_meta_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6071983Z test_dispatch_meta_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6072196Z test_dispatch_meta_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6072403Z test_dispatch_meta_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6072583Z test_dispatch_meta_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-12-01T10:37:37.6072781Z test_dispatch_meta_tile_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6072991Z test_dispatch_meta_tile_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.6073202Z test_dispatch_meta_tile_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.6073406Z test_dispatch_meta_tile_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-12-01T10:37:37.6073724Z test_dispatch_meta_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6073927Z test_dispatch_meta_tile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-12-01T10:37:37.6074130Z test_dispatch_meta_tile_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6074304Z test_dispatch_meta_tile_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6074501Z test_dispatch_meta_tile_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6074699Z test_dispatch_meta_tile_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6074898Z test_dispatch_meta_tile_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6075099Z test_dispatch_meta_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6075297Z test_dispatch_meta_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6075504Z test_dispatch_meta_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6075713Z test_dispatch_meta_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6075888Z test_dispatch_meta_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6076083Z test_dispatch_meta_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6076278Z test_dispatch_meta_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6076475Z test_dispatch_meta_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6076669Z test_dispatch_meta_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6076860Z test_dispatch_meta_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6077055Z test_dispatch_meta_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6077250Z test_dispatch_meta_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6077445Z test_dispatch_meta_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6077655Z test_dispatch_meta_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6077933Z test_dispatch_meta_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6078161Z test_dispatch_meta_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6078373Z test_dispatch_meta_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6078583Z test_dispatch_meta_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6078789Z test_dispatch_meta_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6078996Z test_dispatch_meta_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6079179Z test_dispatch_meta_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6079393Z test_dispatch_meta_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6079601Z test_dispatch_meta_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6079805Z test_dispatch_meta_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6080017Z test_dispatch_meta_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6080221Z test_dispatch_meta_topk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6080421Z test_dispatch_meta_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6080623Z test_dispatch_meta_topk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6080800Z test_dispatch_meta_topk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6081004Z test_dispatch_meta_topk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6081199Z test_dispatch_meta_topk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6081468Z test_dispatch_meta_topk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6081662Z test_dispatch_meta_topk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6081870Z test_dispatch_meta_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6082066Z test_dispatch_meta_trace_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6082280Z test_dispatch_meta_trace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6082489Z test_dispatch_meta_trace_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6082675Z test_dispatch_meta_trace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6082881Z test_dispatch_meta_trace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6083085Z test_dispatch_meta_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6083292Z test_dispatch_meta_trace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6083496Z test_dispatch_meta_trace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6083697Z test_dispatch_meta_trace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6083897Z test_dispatch_meta_trace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6084099Z test_dispatch_meta_trace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6084278Z test_dispatch_meta_trace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6084495Z test_dispatch_meta_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6084706Z test_dispatch_meta_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6084926Z test_dispatch_meta_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6085147Z test_dispatch_meta_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6085363Z test_dispatch_meta_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6085576Z test_dispatch_meta_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6085874Z test_dispatch_meta_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6086062Z test_dispatch_meta_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6086272Z test_dispatch_meta_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6086476Z test_dispatch_meta_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6086684Z test_dispatch_meta_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6086894Z test_dispatch_meta_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6087102Z test_dispatch_meta_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6087325Z test_dispatch_meta_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6087544Z test_dispatch_meta_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6087741Z test_dispatch_meta_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6087959Z test_dispatch_meta_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6088173Z test_dispatch_meta_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6088386Z test_dispatch_meta_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6088595Z test_dispatch_meta_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.6088805Z test_dispatch_meta_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.6089014Z test_dispatch_meta_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.6089275Z test_dispatch_meta_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.6089458Z test_dispatch_meta_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.6089669Z test_dispatch_meta_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6089884Z test_dispatch_meta_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6090091Z test_dispatch_meta_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6090296Z test_dispatch_meta_trapz_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6090502Z test_dispatch_meta_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6090707Z test_dispatch_meta_trapz_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6090908Z test_dispatch_meta_trapz_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.6091088Z test_dispatch_meta_trapz_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.6091286Z test_dispatch_meta_trapz_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6091490Z test_dispatch_meta_trapz_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.6091687Z test_dispatch_meta_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.6091918Z test_dispatch_meta_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-12-01T10:37:37.6092147Z test_dispatch_meta_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6092369Z test_dispatch_meta_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6092591Z test_dispatch_meta_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6092792Z test_dispatch_meta_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6092988Z test_dispatch_meta_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6093197Z test_dispatch_meta_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6093450Z test_dispatch_meta_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6093661Z test_dispatch_meta_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6093866Z test_dispatch_meta_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6094068Z test_dispatch_meta_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6094268Z test_dispatch_meta_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6094469Z test_dispatch_meta_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6094641Z test_dispatch_meta_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6094837Z test_dispatch_meta_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6095033Z test_dispatch_meta_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6095247Z test_dispatch_meta_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6095462Z test_dispatch_meta_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6095660Z test_dispatch_meta_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6095865Z test_dispatch_meta_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6096070Z test_dispatch_meta_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6096252Z test_dispatch_meta_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6096454Z test_dispatch_meta_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6096654Z test_dispatch_meta_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6096904Z test_dispatch_meta_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6097099Z test_dispatch_meta_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6097299Z test_dispatch_meta_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6097491Z test_dispatch_meta_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6097686Z test_dispatch_meta_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6097862Z test_dispatch_meta_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6098071Z test_dispatch_meta_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6098278Z test_dispatch_meta_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6098494Z test_dispatch_meta_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6098711Z test_dispatch_meta_true_divide_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6098928Z test_dispatch_meta_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6099149Z test_dispatch_meta_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6099373Z test_dispatch_meta_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6099564Z test_dispatch_meta_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6099775Z test_dispatch_meta_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6099982Z test_dispatch_meta_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6100194Z test_dispatch_meta_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6100399Z test_dispatch_meta_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6100604Z test_dispatch_meta_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6100813Z test_dispatch_meta_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6101015Z test_dispatch_meta_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6101269Z test_dispatch_meta_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6101502Z test_dispatch_meta_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6101711Z test_dispatch_meta_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6101914Z test_dispatch_meta_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6102117Z test_dispatch_meta_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6102318Z test_dispatch_meta_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6102516Z test_dispatch_meta_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6102725Z test_dispatch_meta_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6102927Z test_dispatch_meta_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6103116Z test_dispatch_meta_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6103361Z test_dispatch_meta_unbind_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6103580Z test_dispatch_meta_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6103793Z test_dispatch_meta_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6104003Z test_dispatch_meta_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6104210Z test_dispatch_meta_unbind_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6104415Z test_dispatch_meta_unbind_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6104677Z test_dispatch_meta_unbind_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6104856Z test_dispatch_meta_unbind_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6105063Z test_dispatch_meta_unbind_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6105264Z test_dispatch_meta_unbind_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6105463Z test_dispatch_meta_unbind_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6105666Z test_dispatch_meta_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6105880Z test_dispatch_meta_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6106088Z test_dispatch_meta_unflatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6106310Z test_dispatch_meta_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6106507Z test_dispatch_meta_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6106718Z test_dispatch_meta_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6106936Z test_dispatch_meta_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6107143Z test_dispatch_meta_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6107349Z test_dispatch_meta_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6107557Z test_dispatch_meta_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6107765Z test_dispatch_meta_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6107973Z test_dispatch_meta_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6108155Z test_dispatch_meta_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6108372Z test_dispatch_meta_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6108576Z test_dispatch_meta_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6108784Z test_dispatch_meta_unfold_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6109040Z test_dispatch_meta_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6109262Z test_dispatch_meta_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6109472Z test_dispatch_meta_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6109675Z test_dispatch_meta_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6109857Z test_dispatch_meta_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6110064Z test_dispatch_meta_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6110265Z test_dispatch_meta_unfold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6110625Z test_dispatch_meta_unfold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6110844Z test_dispatch_meta_unfold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6111052Z test_dispatch_meta_unfold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6111254Z test_dispatch_meta_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6111464Z test_dispatch_meta_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6111656Z test_dispatch_meta_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6111870Z test_dispatch_meta_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6112076Z test_dispatch_meta_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6112283Z test_dispatch_meta_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6112563Z test_dispatch_meta_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6112787Z test_dispatch_meta_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... ok (1.798s) 2022-12-01T10:37:37.6113015Z test_dispatch_meta_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.021s) 2022-12-01T10:37:37.6113243Z test_dispatch_meta_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.943s) 2022-12-01T10:37:37.6113470Z test_dispatch_meta_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.287s) 2022-12-01T10:37:37.6113667Z test_dispatch_meta_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.001s) 2022-12-01T10:37:37.6113890Z test_dispatch_meta_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.928s) 2022-12-01T10:37:37.6114109Z test_dispatch_meta_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.060s) 2022-12-01T10:37:37.6114327Z test_dispatch_meta_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.984s) 2022-12-01T10:37:37.6114551Z test_dispatch_meta_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.906s) 2022-12-01T10:37:37.6114757Z test_dispatch_meta_unique_cuda_bool (__main__.TestMetaCUDA) ... ok (4.086s) 2022-12-01T10:37:37.6114970Z test_dispatch_meta_unique_cuda_float16 (__main__.TestMetaCUDA) ... ok (4.076s) 2022-12-01T10:37:37.6115179Z test_dispatch_meta_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.771s) 2022-12-01T10:37:37.6115361Z test_dispatch_meta_unique_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.671s) 2022-12-01T10:37:37.6115565Z test_dispatch_meta_unique_cuda_int16 (__main__.TestMetaCUDA) ... ok (3.639s) 2022-12-01T10:37:37.6115767Z test_dispatch_meta_unique_cuda_int32 (__main__.TestMetaCUDA) ... ok (3.676s) 2022-12-01T10:37:37.6115969Z test_dispatch_meta_unique_cuda_int64 (__main__.TestMetaCUDA) ... ok (3.645s) 2022-12-01T10:37:37.6116170Z test_dispatch_meta_unique_cuda_int8 (__main__.TestMetaCUDA) ... ok (3.633s) 2022-12-01T10:37:37.6116375Z test_dispatch_meta_unique_cuda_uint8 (__main__.TestMetaCUDA) ... ok (3.628s) 2022-12-01T10:37:37.6116593Z test_dispatch_meta_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6116855Z test_dispatch_meta_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6117062Z test_dispatch_meta_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6117274Z test_dispatch_meta_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6117482Z test_dispatch_meta_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6117696Z test_dispatch_meta_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6117901Z test_dispatch_meta_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6118101Z test_dispatch_meta_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6118315Z test_dispatch_meta_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6118525Z test_dispatch_meta_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6118735Z test_dispatch_meta_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6118918Z test_dispatch_meta_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6119123Z test_dispatch_meta_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6119322Z test_dispatch_meta_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6119524Z test_dispatch_meta_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6119725Z test_dispatch_meta_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6119920Z test_dispatch_meta_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6120174Z test_dispatch_meta_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6120375Z test_dispatch_meta_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6120560Z test_dispatch_meta_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6120772Z test_dispatch_meta_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6120981Z test_dispatch_meta_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6121185Z test_dispatch_meta_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6121390Z test_dispatch_meta_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6121589Z test_dispatch_meta_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6121795Z test_dispatch_meta_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6122002Z test_dispatch_meta_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6122189Z test_dispatch_meta_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6122394Z test_dispatch_meta_vdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6122597Z test_dispatch_meta_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6122801Z test_dispatch_meta_vdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6123022Z test_dispatch_meta_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6123241Z test_dispatch_meta_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6123458Z test_dispatch_meta_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6123666Z test_dispatch_meta_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6123845Z test_dispatch_meta_view_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6124064Z test_dispatch_meta_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6124280Z test_dispatch_meta_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6124534Z test_dispatch_meta_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6124750Z test_dispatch_meta_view_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6124954Z test_dispatch_meta_view_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6125157Z test_dispatch_meta_view_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6125357Z test_dispatch_meta_view_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6125534Z test_dispatch_meta_view_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6125738Z test_dispatch_meta_view_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6125943Z test_dispatch_meta_view_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6126143Z test_dispatch_meta_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6126362Z test_dispatch_meta_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6126582Z test_dispatch_meta_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6126784Z test_dispatch_meta_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6126986Z test_dispatch_meta_view_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6127194Z test_dispatch_meta_view_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6127379Z test_dispatch_meta_view_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6127585Z test_dispatch_meta_view_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6127844Z test_dispatch_meta_view_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6128047Z test_dispatch_meta_view_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6128249Z test_dispatch_meta_view_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6128450Z test_dispatch_meta_view_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6128648Z test_dispatch_meta_view_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6128850Z test_dispatch_meta_view_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6129023Z test_dispatch_meta_view_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6129219Z test_dispatch_meta_view_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6129428Z test_dispatch_meta_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6129634Z test_dispatch_meta_vsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6129851Z test_dispatch_meta_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6130063Z test_dispatch_meta_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6130271Z test_dispatch_meta_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6130482Z test_dispatch_meta_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6130665Z test_dispatch_meta_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6130866Z test_dispatch_meta_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6131071Z test_dispatch_meta_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6131274Z test_dispatch_meta_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6131475Z test_dispatch_meta_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6131686Z test_dispatch_meta_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6131884Z test_dispatch_meta_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6132138Z test_dispatch_meta_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6132327Z test_dispatch_meta_vstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6132542Z test_dispatch_meta_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6132755Z test_dispatch_meta_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6132963Z test_dispatch_meta_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6133172Z test_dispatch_meta_vstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6133380Z test_dispatch_meta_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6133592Z test_dispatch_meta_vstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6133799Z test_dispatch_meta_vstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6133980Z test_dispatch_meta_vstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6134182Z test_dispatch_meta_vstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6134385Z test_dispatch_meta_vstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6134585Z test_dispatch_meta_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6134790Z test_dispatch_meta_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6134991Z test_dispatch_meta_where_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6135201Z test_dispatch_meta_where_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6135415Z test_dispatch_meta_where_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6135687Z test_dispatch_meta_where_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6135894Z test_dispatch_meta_where_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6136101Z test_dispatch_meta_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6136301Z test_dispatch_meta_where_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6136496Z test_dispatch_meta_where_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6136689Z test_dispatch_meta_where_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6136879Z test_dispatch_meta_where_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6137073Z test_dispatch_meta_where_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6137243Z test_dispatch_meta_where_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6137452Z test_dispatch_meta_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6137648Z test_dispatch_meta_xlogy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6137849Z test_dispatch_meta_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6138052Z test_dispatch_meta_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6138251Z test_dispatch_meta_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6138449Z test_dispatch_meta_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6138643Z test_dispatch_meta_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6138814Z test_dispatch_meta_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6139011Z test_dispatch_meta_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6139203Z test_dispatch_meta_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6139410Z test_dispatch_meta_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6139604Z test_dispatch_meta_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6139853Z test_dispatch_meta_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6140066Z test_dispatch_meta_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6140263Z test_dispatch_meta_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6140440Z test_dispatch_meta_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6140636Z test_dispatch_meta_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6140829Z test_dispatch_meta_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6141021Z test_dispatch_meta_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6141216Z test_dispatch_meta_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6141408Z test_dispatch_meta_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6141600Z test_dispatch_meta_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6141805Z test_dispatch_meta_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6142000Z test_dispatch_meta_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6142190Z test_dispatch_meta_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6142394Z test_dispatch_meta_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6142600Z test_dispatch_meta_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6142801Z test_dispatch_meta_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6143054Z test_dispatch_meta_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6143254Z test_dispatch_meta_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6143444Z test_dispatch_meta_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6143642Z test_dispatch_meta_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6143811Z test_dispatch_meta_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6144005Z test_dispatch_meta_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6144199Z test_dispatch_meta_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6144410Z test_dispatch_meta_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6144609Z test_dispatch_meta_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6144822Z test_dispatch_meta_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6145036Z test_dispatch_meta_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6145248Z test_dispatch_meta_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6145435Z test_dispatch_meta_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6145642Z test_dispatch_meta_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6145840Z test_dispatch_meta_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6146046Z test_dispatch_meta_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6146245Z test_dispatch_meta_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6146444Z test_dispatch_meta_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6146649Z test_dispatch_meta_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6146862Z test_dispatch_meta_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6147028Z test_empty_quantized_cuda (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.6147280Z test_map_location_deserialize_cuda (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6147477Z test_meta_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6147661Z test_meta_H_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6147852Z test_meta_H_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6148040Z test_meta_H_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6148227Z test_meta_H_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6148409Z test_meta_H_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6148561Z test_meta_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6148739Z test_meta_H_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6148922Z test_meta_H_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6149101Z test_meta_H_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6149282Z test_meta_H_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6149462Z test_meta_H_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6149639Z test_meta_H_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6149825Z test_meta_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6149978Z test_meta_T_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6150169Z test_meta_T_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6150358Z test_meta_T_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6150811Z test_meta_T_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6151007Z test_meta_T_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6151184Z test_meta_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6151360Z test_meta_T_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6151514Z test_meta_T_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6151692Z test_meta_T_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6151869Z test_meta_T_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6152051Z test_meta_T_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6152230Z test_meta_T_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6152427Z test_meta___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6152616Z test_meta___getitem___cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6152823Z test_meta___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6152999Z test_meta___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6153201Z test_meta___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6153399Z test_meta___getitem___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6153601Z test_meta___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6153794Z test_meta___getitem___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6153985Z test_meta___getitem___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6154178Z test_meta___getitem___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6154367Z test_meta___getitem___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6154531Z test_meta___getitem___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6154726Z test_meta___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6154916Z test_meta___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6155106Z test_meta___radd___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6155359Z test_meta___radd___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6155567Z test_meta___radd___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6155757Z test_meta___radd___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6155946Z test_meta___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6156106Z test_meta___radd___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6156298Z test_meta___radd___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6156483Z test_meta___radd___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6156675Z test_meta___radd___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6156862Z test_meta___radd___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6157048Z test_meta___radd___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6157237Z test_meta___rand___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6157424Z test_meta___rand___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6157577Z test_meta___rand___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6157764Z test_meta___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6157953Z test_meta___rand___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6158135Z test_meta___rand___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6158328Z test_meta___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6158562Z test_meta___rdiv___cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6158762Z test_meta___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6158954Z test_meta___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6159121Z test_meta___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6159309Z test_meta___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6159499Z test_meta___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6159684Z test_meta___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6159866Z test_meta___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6160049Z test_meta___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6160236Z test_meta___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6160426Z test_meta___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6160605Z test_meta___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6160807Z test_meta___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6161005Z test_meta___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6161201Z test_meta___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6161391Z test_meta___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6161584Z test_meta___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6161771Z test_meta___rmod___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6161961Z test_meta___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6162122Z test_meta___rmod___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6162316Z test_meta___rmod___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6162501Z test_meta___rmod___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6162730Z test_meta___rmod___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6162917Z test_meta___rmod___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6163093Z test_meta___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6163279Z test_meta___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6163460Z test_meta___rmul___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6163630Z test_meta___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6163821Z test_meta___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6164002Z test_meta___rmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6164188Z test_meta___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6164366Z test_meta___rmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6164546Z test_meta___rmul___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6164726Z test_meta___rmul___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6164904Z test_meta___rmul___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6165068Z test_meta___rmul___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6165246Z test_meta___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6165426Z test_meta___ror___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6165605Z test_meta___ror___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6165783Z test_meta___ror___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6166017Z test_meta___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6166194Z test_meta___ror___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6166352Z test_meta___ror___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6166541Z test_meta___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6166736Z test_meta___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6166933Z test_meta___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6167124Z test_meta___rpow___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6167306Z test_meta___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6167492Z test_meta___rpow___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6167675Z test_meta___rpow___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6167841Z test_meta___rpow___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6168025Z test_meta___rpow___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6168210Z test_meta___rpow___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6168399Z test_meta___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6168589Z test_meta___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6168787Z test_meta___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6168980Z test_meta___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6169171Z test_meta___rsub___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6169334Z test_meta___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6169522Z test_meta___rsub___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6169705Z test_meta___rsub___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6169884Z test_meta___rsub___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6170068Z test_meta___rsub___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6170304Z test_meta___rsub___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6170497Z test_meta___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6170683Z test_meta___rxor___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6170841Z test_meta___rxor___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6171020Z test_meta___rxor___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6171202Z test_meta___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6171387Z test_meta___rxor___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6171579Z test_meta___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6171769Z test_meta_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6171951Z test_meta_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6172142Z test_meta_abs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6172307Z test_meta_abs_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6172498Z test_meta_abs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6172687Z test_meta_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6172870Z test_meta_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6173048Z test_meta_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6173231Z test_meta_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6173406Z test_meta_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6173632Z test_meta_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6173787Z test_meta_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6173975Z test_meta_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6174164Z test_meta_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6174343Z test_meta_acos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6174539Z test_meta_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6174726Z test_meta_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6174915Z test_meta_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6175105Z test_meta_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6175266Z test_meta_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6175455Z test_meta_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6175640Z test_meta_acos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6175823Z test_meta_acos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6176002Z test_meta_acos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6176184Z test_meta_acos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6176363Z test_meta_acos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6176531Z test_meta_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6176712Z test_meta_acosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6176906Z test_meta_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6177102Z test_meta_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6177300Z test_meta_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6177491Z test_meta_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6177680Z test_meta_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6177910Z test_meta_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6178081Z test_meta_acosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6178262Z test_meta_acosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6178441Z test_meta_acosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6178624Z test_meta_acosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6178805Z test_meta_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6178993Z test_meta_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6179174Z test_meta_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6179373Z test_meta_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6179541Z test_meta_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6179735Z test_meta_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6179923Z test_meta_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6180110Z test_meta_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6180291Z test_meta_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6180473Z test_meta_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6180649Z test_meta_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6180827Z test_meta_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6180985Z test_meta_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6181219Z test_meta_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6181418Z test_meta_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.6181612Z test_meta_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6181811Z test_meta_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6182000Z test_meta_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6182193Z test_meta_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6182386Z test_meta_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.6182567Z test_meta_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6182769Z test_meta_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6182966Z test_meta_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.6183164Z test_meta_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.6183358Z test_meta_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.6183554Z test_meta_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6183757Z test_meta_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6183957Z test_meta_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6184126Z test_meta_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.6184321Z test_meta_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6184511Z test_meta_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6184702Z test_meta_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6184893Z test_meta_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6185086Z test_meta_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6185278Z test_meta_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6185442Z test_meta_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6185682Z test_meta_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6185889Z test_meta_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6186087Z test_meta_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6186274Z test_meta_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6186463Z test_meta_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6186652Z test_meta_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6186863Z test_meta_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6187064Z test_meta_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6187284Z test_meta_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6187497Z test_meta_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6187708Z test_meta_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6187916Z test_meta_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6188111Z test_meta_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6188304Z test_meta_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6188498Z test_meta_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6188663Z test_meta_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6188854Z test_meta_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6189105Z test_meta_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6189293Z test_meta_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6189475Z test_meta_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6189669Z test_meta_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6189863Z test_meta_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6190050Z test_meta_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6190209Z test_meta_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6190390Z test_meta_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6190718Z test_meta_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6190903Z test_meta_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6191087Z test_meta_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6191268Z test_meta_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6191451Z test_meta_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6191643Z test_meta_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6191800Z test_meta_all_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6191995Z test_meta_all_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6192185Z test_meta_all_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6192373Z test_meta_all_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6192558Z test_meta_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6192743Z test_meta_all_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6192924Z test_meta_all_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6193105Z test_meta_all_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6193257Z test_meta_all_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6193503Z test_meta_all_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6193698Z test_meta_all_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6193897Z test_meta_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-12-01T10:37:37.6194097Z test_meta_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-12-01T10:37:37.6194298Z test_meta_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.179s) 2022-12-01T10:37:37.6194493Z test_meta_allclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.179s) 2022-12-01T10:37:37.6194687Z test_meta_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.176s) 2022-12-01T10:37:37.6194853Z test_meta_allclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.176s) 2022-12-01T10:37:37.6195050Z test_meta_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6195234Z test_meta_amax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6195422Z test_meta_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6195611Z test_meta_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6195792Z test_meta_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6195978Z test_meta_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6196131Z test_meta_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6196309Z test_meta_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6196493Z test_meta_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6196671Z test_meta_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6196926Z test_meta_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6197107Z test_meta_amin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6197295Z test_meta_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6197482Z test_meta_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6197637Z test_meta_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6197818Z test_meta_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6197992Z test_meta_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6198169Z test_meta_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6198352Z test_meta_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6198539Z test_meta_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6198733Z test_meta_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6198924Z test_meta_aminmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6199094Z test_meta_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6199292Z test_meta_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6199485Z test_meta_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6199672Z test_meta_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6199856Z test_meta_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6200041Z test_meta_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6200226Z test_meta_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6200414Z test_meta_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6200576Z test_meta_angle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6200774Z test_meta_angle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6200968Z test_meta_angle_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6201166Z test_meta_angle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6201401Z test_meta_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6201631Z test_meta_angle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6201818Z test_meta_angle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6202002Z test_meta_angle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6202160Z test_meta_angle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6202339Z test_meta_angle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6202521Z test_meta_angle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6202712Z test_meta_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6202892Z test_meta_any_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6203084Z test_meta_any_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6203274Z test_meta_any_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6203459Z test_meta_any_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6203615Z test_meta_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6203792Z test_meta_any_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6203972Z test_meta_any_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6204151Z test_meta_any_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6204325Z test_meta_any_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6204506Z test_meta_any_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6204788Z test_meta_any_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6204953Z test_meta_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6205205Z test_meta_arange_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6205347Z test_meta_arange_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6205612Z test_meta_arange_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6205729Z test_meta_arange_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6205914Z test_meta_arange_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6206094Z test_meta_arange_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6206280Z test_meta_arange_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6206436Z test_meta_arange_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6206632Z test_meta_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6206823Z test_meta_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6207011Z test_meta_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6207202Z test_meta_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6207385Z test_meta_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6207567Z test_meta_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6207748Z test_meta_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6207909Z test_meta_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6208095Z test_meta_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6208282Z test_meta_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6208473Z test_meta_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6208663Z test_meta_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6208849Z test_meta_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6209078Z test_meta_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6209272Z test_meta_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6209428Z test_meta_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6209613Z test_meta_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6209795Z test_meta_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6209989Z test_meta_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6210180Z test_meta_argsort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6210367Z test_meta_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6210569Z test_meta_argsort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6210761Z test_meta_argsort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6210931Z test_meta_argsort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6211122Z test_meta_argsort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6211306Z test_meta_argsort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6211493Z test_meta_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6211692Z test_meta_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.6211886Z test_meta_argwhere_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.6212088Z test_meta_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.6212290Z test_meta_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.6212513Z test_meta_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.6212701Z test_meta_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.6212897Z test_meta_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.6213091Z test_meta_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.6213280Z test_meta_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.6213468Z test_meta_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.6213658Z test_meta_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.6213823Z test_meta_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.6214028Z test_meta_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6214220Z test_meta_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6214431Z test_meta_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6214635Z test_meta_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6214838Z test_meta_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6215036Z test_meta_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6215233Z test_meta_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6215402Z test_meta_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6215595Z test_meta_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6215786Z test_meta_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6215977Z test_meta_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6216167Z test_meta_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6216365Z test_meta_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6216577Z test_meta_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6216830Z test_meta_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6217032Z test_meta_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6217246Z test_meta_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6217459Z test_meta_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6217671Z test_meta_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6217873Z test_meta_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6218072Z test_meta_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6218285Z test_meta_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6218491Z test_meta_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6218693Z test_meta_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6218874Z test_meta_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6219084Z test_meta_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6219273Z test_meta_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6219461Z test_meta_asin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6219657Z test_meta_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6219844Z test_meta_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6220088Z test_meta_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6220278Z test_meta_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6220437Z test_meta_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6220622Z test_meta_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6220801Z test_meta_asin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6220978Z test_meta_asin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6221157Z test_meta_asin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6221337Z test_meta_asin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6221518Z test_meta_asin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6221685Z test_meta_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6221870Z test_meta_asinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6222069Z test_meta_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6222264Z test_meta_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6222463Z test_meta_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6222656Z test_meta_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6222844Z test_meta_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6223033Z test_meta_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6223195Z test_meta_asinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6223380Z test_meta_asinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6223563Z test_meta_asinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6223746Z test_meta_asinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6223931Z test_meta_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6224121Z test_meta_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6224306Z test_meta_atan2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6224538Z test_meta_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6224706Z test_meta_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6224892Z test_meta_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6225076Z test_meta_atan2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6225256Z test_meta_atan2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6225432Z test_meta_atan2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6225615Z test_meta_atan2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6225805Z test_meta_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6225994Z test_meta_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6226153Z test_meta_atan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6226352Z test_meta_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6226549Z test_meta_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6226741Z test_meta_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6226929Z test_meta_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6227110Z test_meta_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6227290Z test_meta_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6227471Z test_meta_atan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6227625Z test_meta_atan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6227851Z test_meta_atan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6228037Z test_meta_atan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6228226Z test_meta_atan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6228415Z test_meta_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6228596Z test_meta_atanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6228789Z test_meta_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6228959Z test_meta_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6229154Z test_meta_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6229342Z test_meta_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6229532Z test_meta_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6229728Z test_meta_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6229914Z test_meta_atanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6230094Z test_meta_atanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6230275Z test_meta_atanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6230431Z test_meta_atanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6230767Z test_meta_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6230968Z test_meta_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6231161Z test_meta_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6231368Z test_meta_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6231568Z test_meta_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6231778Z test_meta_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6231975Z test_meta_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6232145Z test_meta_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6232402Z test_meta_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6232611Z test_meta_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6232798Z test_meta_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6232988Z test_meta_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6233182Z test_meta_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6233376Z test_meta_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6233580Z test_meta_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6233751Z test_meta_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6233955Z test_meta_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6234154Z test_meta_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6234354Z test_meta_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6234548Z test_meta_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6234743Z test_meta_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6234931Z test_meta_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6235122Z test_meta_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6235283Z test_meta_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6235478Z test_meta_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6235739Z test_meta_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6235930Z test_meta_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6236132Z test_meta_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6236326Z test_meta_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6236530Z test_meta_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6236733Z test_meta_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6236909Z test_meta_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6237106Z test_meta_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6237301Z test_meta_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6237496Z test_meta_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6237689Z test_meta_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6237881Z test_meta_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6238074Z test_meta_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6238264Z test_meta_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6238428Z test_meta_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6238620Z test_meta_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6238820Z test_meta_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6239019Z test_meta_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6239213Z test_meta_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6239413Z test_meta_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6239602Z test_meta_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6239799Z test_meta_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6240032Z test_meta_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6240239Z test_meta_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6240430Z test_meta_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6240622Z test_meta_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6240815Z test_meta_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6241015Z test_meta_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6241211Z test_meta_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6241414Z test_meta_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6241581Z test_meta_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6241772Z test_meta_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6241964Z test_meta_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6242156Z test_meta_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6242340Z test_meta_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6242529Z test_meta_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6242719Z test_meta_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6242907Z test_meta_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6243069Z test_meta_bincount_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.6243325Z test_meta_bincount_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-12-01T10:37:37.6243507Z test_meta_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.6243697Z test_meta_bincount_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.6243889Z test_meta_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-12-01T10:37:37.6244080Z test_meta_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6244274Z test_meta_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6244473Z test_meta_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6244641Z test_meta_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6244836Z test_meta_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6245026Z test_meta_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6245238Z test_meta_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6245444Z test_meta_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6245647Z test_meta_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6245853Z test_meta_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6246056Z test_meta_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6246227Z test_meta_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6246417Z test_meta_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6246608Z test_meta_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6246795Z test_meta_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6246990Z test_meta_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6247184Z test_meta_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6247376Z test_meta_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6247614Z test_meta_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6247788Z test_meta_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6247983Z test_meta_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6248173Z test_meta_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6248363Z test_meta_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6248579Z test_meta_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6248783Z test_meta_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6248982Z test_meta_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6249190Z test_meta_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6249374Z test_meta_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6249567Z test_meta_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6249761Z test_meta_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6249952Z test_meta_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6250143Z test_meta_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6250334Z test_meta_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6250525Z test_meta_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6250728Z test_meta_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6250953Z test_meta_block_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6251160Z test_meta_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6251366Z test_meta_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6251570Z test_meta_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6251769Z test_meta_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6251964Z test_meta_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6252157Z test_meta_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6252348Z test_meta_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6252514Z test_meta_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6252706Z test_meta_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6252901Z test_meta_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6253092Z test_meta_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6253284Z test_meta_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6253479Z test_meta_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6253671Z test_meta_bmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6253853Z test_meta_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6254015Z test_meta_bmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6254200Z test_meta_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6254387Z test_meta_bool_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6254581Z test_meta_bool_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6254779Z test_meta_bool_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6254972Z test_meta_bool_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6255162Z test_meta_bool_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6255387Z test_meta_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6255552Z test_meta_bool_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6255737Z test_meta_bool_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6255915Z test_meta_bool_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6256090Z test_meta_bool_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6256270Z test_meta_bool_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6256454Z test_meta_bool_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6256665Z test_meta_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.6256882Z test_meta_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6257063Z test_meta_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6257282Z test_meta_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6257499Z test_meta_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6257713Z test_meta_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6257915Z test_meta_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6258115Z test_meta_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6258320Z test_meta_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6258525Z test_meta_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6258757Z test_meta_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6258962Z test_meta_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6259166Z test_meta_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6259370Z test_meta_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6259568Z test_meta_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6259771Z test_meta_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6259975Z test_meta_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6260178Z test_meta_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6260354Z test_meta_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6260557Z test_meta_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6260751Z test_meta_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6260946Z test_meta_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6261140Z test_meta_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6261336Z test_meta_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6261534Z test_meta_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6261728Z test_meta_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.249s) 2022-12-01T10:37:37.6261900Z test_meta_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.249s) 2022-12-01T10:37:37.6262094Z test_meta_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.248s) 2022-12-01T10:37:37.6262288Z test_meta_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.246s) 2022-12-01T10:37:37.6262479Z test_meta_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.246s) 2022-12-01T10:37:37.6262668Z test_meta_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.246s) 2022-12-01T10:37:37.6262858Z test_meta_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.245s) 2022-12-01T10:37:37.6263095Z test_meta_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.247s) 2022-12-01T10:37:37.6263292Z test_meta_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6263452Z test_meta_byte_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6263640Z test_meta_byte_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6263829Z test_meta_byte_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6264013Z test_meta_byte_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6264197Z test_meta_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6264380Z test_meta_byte_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6264565Z test_meta_byte_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6264740Z test_meta_byte_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6264899Z test_meta_byte_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6265074Z test_meta_byte_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6265246Z test_meta_byte_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6265452Z test_meta_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6265648Z test_meta_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6265857Z test_meta_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6266062Z test_meta_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6266296Z test_meta_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6266496Z test_meta_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6266696Z test_meta_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6266892Z test_meta_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6267088Z test_meta_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6267280Z test_meta_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6267475Z test_meta_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6267671Z test_meta_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6267855Z test_meta_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6268011Z test_meta_cat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6268208Z test_meta_cat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6268399Z test_meta_cat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6268584Z test_meta_cat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6268774Z test_meta_cat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6268961Z test_meta_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6269138Z test_meta_cat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6269295Z test_meta_cat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6269466Z test_meta_cat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6269639Z test_meta_cat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6269816Z test_meta_cat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6269996Z test_meta_cat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6270180Z test_meta_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-12-01T10:37:37.6270364Z test_meta_cdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.6270741Z test_meta_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6270922Z test_meta_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6271110Z test_meta_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6271290Z test_meta_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6271474Z test_meta_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6271654Z test_meta_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6271827Z test_meta_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6272005Z test_meta_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6272193Z test_meta_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6272362Z test_meta_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6272545Z test_meta_chalf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6272747Z test_meta_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6272942Z test_meta_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6273133Z test_meta_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6273321Z test_meta_chalf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6273508Z test_meta_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6273699Z test_meta_chalf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6273864Z test_meta_chalf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6274112Z test_meta_chalf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6274296Z test_meta_chalf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6274480Z test_meta_chalf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6274671Z test_meta_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6274862Z test_meta_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6275047Z test_meta_char_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6275239Z test_meta_char_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6275406Z test_meta_char_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6275595Z test_meta_char_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6275782Z test_meta_char_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6275971Z test_meta_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6276156Z test_meta_char_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6276339Z test_meta_char_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6276527Z test_meta_char_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6276684Z test_meta_char_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6276864Z test_meta_char_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6277043Z test_meta_char_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6277242Z test_meta_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-12-01T10:37:37.6277443Z test_meta_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.163s) 2022-12-01T10:37:37.6277641Z test_meta_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.163s) 2022-12-01T10:37:37.6277833Z test_meta_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-12-01T10:37:37.6278054Z test_meta_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.133s) 2022-12-01T10:37:37.6278242Z test_meta_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-12-01T10:37:37.6278495Z test_meta_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-12-01T10:37:37.6278713Z test_meta_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.129s) 2022-12-01T10:37:37.6278921Z test_meta_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.181s) 2022-12-01T10:37:37.6279128Z test_meta_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-12-01T10:37:37.6279332Z test_meta_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.164s) 2022-12-01T10:37:37.6279530Z test_meta_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-12-01T10:37:37.6279724Z test_meta_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6279888Z test_meta_chunk_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6280082Z test_meta_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6280269Z test_meta_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6280464Z test_meta_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6280654Z test_meta_chunk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6280845Z test_meta_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6281034Z test_meta_chunk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6281218Z test_meta_chunk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6281375Z test_meta_chunk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6281553Z test_meta_chunk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6281787Z test_meta_chunk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6281972Z test_meta_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6282165Z test_meta_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6282358Z test_meta_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6282546Z test_meta_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6282736Z test_meta_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6282899Z test_meta_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6283086Z test_meta_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6283269Z test_meta_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6283455Z test_meta_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6283642Z test_meta_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6283845Z test_meta_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6284036Z test_meta_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6284238Z test_meta_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6284411Z test_meta_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6284605Z test_meta_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6284796Z test_meta_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6284989Z test_meta_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6285181Z test_meta_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6285371Z test_meta_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6285561Z test_meta_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6285761Z test_meta_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6285928Z test_meta_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6286184Z test_meta_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6286385Z test_meta_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6286579Z test_meta_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6286775Z test_meta_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6286959Z test_meta_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6287149Z test_meta_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6287337Z test_meta_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6287503Z test_meta_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6287701Z test_meta_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6287886Z test_meta_clone_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6288085Z test_meta_clone_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6288277Z test_meta_clone_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6288472Z test_meta_clone_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6288661Z test_meta_clone_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6288851Z test_meta_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6289015Z test_meta_clone_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6289198Z test_meta_clone_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6289381Z test_meta_clone_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6289611Z test_meta_clone_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6289798Z test_meta_clone_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6289978Z test_meta_clone_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6290181Z test_meta_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6290352Z test_meta_column_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6290561Z test_meta_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6290767Z test_meta_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6290972Z test_meta_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6291171Z test_meta_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6291370Z test_meta_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6291574Z test_meta_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6291769Z test_meta_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6291941Z test_meta_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6292134Z test_meta_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6292326Z test_meta_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6292517Z test_meta_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6292723Z test_meta_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-12-01T10:37:37.6292925Z test_meta_combinations_cuda_bool (__main__.TestMetaCUDA) ... ok (0.119s) 2022-12-01T10:37:37.6293132Z test_meta_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.125s) 2022-12-01T10:37:37.6293342Z test_meta_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-12-01T10:37:37.6293521Z test_meta_combinations_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-12-01T10:37:37.6293720Z test_meta_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-12-01T10:37:37.6293969Z test_meta_combinations_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-12-01T10:37:37.6294177Z test_meta_combinations_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-12-01T10:37:37.6294377Z test_meta_combinations_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-12-01T10:37:37.6294571Z test_meta_combinations_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-12-01T10:37:37.6294767Z test_meta_combinations_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-12-01T10:37:37.6294960Z test_meta_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-12-01T10:37:37.6295129Z test_meta_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6295330Z test_meta_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6295526Z test_meta_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6295720Z test_meta_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6295909Z test_meta_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6296101Z test_meta_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6296293Z test_meta_conj_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6296485Z test_meta_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6296649Z test_meta_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6296833Z test_meta_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6297011Z test_meta_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6297255Z test_meta_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6297437Z test_meta_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6297617Z test_meta_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6297802Z test_meta_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6297980Z test_meta_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6298160Z test_meta_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6298358Z test_meta_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6298567Z test_meta_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6298776Z test_meta_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6298985Z test_meta_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6299195Z test_meta_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6299397Z test_meta_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6299601Z test_meta_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6299778Z test_meta_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6299980Z test_meta_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6300178Z test_meta_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6300372Z test_meta_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6300565Z test_meta_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6300773Z test_meta_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-12-01T10:37:37.6300976Z test_meta_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6301192Z test_meta_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.6301380Z test_meta_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6301677Z test_meta_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.6301892Z test_meta_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.6302095Z test_meta_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-12-01T10:37:37.6302298Z test_meta_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6302496Z test_meta_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6302698Z test_meta_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6302899Z test_meta_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6303077Z test_meta_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6303278Z test_meta_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6303475Z test_meta_contiguous_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6303680Z test_meta_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6303881Z test_meta_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6304082Z test_meta_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6304277Z test_meta_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6304473Z test_meta_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6304647Z test_meta_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6304846Z test_meta_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6305093Z test_meta_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6305286Z test_meta_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6305482Z test_meta_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6305675Z test_meta_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6305876Z test_meta_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6306067Z test_meta_copysign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6306235Z test_meta_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6306428Z test_meta_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6306620Z test_meta_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6306814Z test_meta_copysign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6307012Z test_meta_copysign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6307204Z test_meta_copysign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6307398Z test_meta_copysign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6307588Z test_meta_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6307761Z test_meta_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.6307965Z test_meta_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.6308164Z test_meta_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.6308359Z test_meta_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.6308552Z test_meta_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.6308744Z test_meta_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.6308936Z test_meta_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.6309121Z test_meta_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.6309333Z test_meta_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.6309530Z test_meta_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.6309717Z test_meta_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.6309911Z test_meta_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6310090Z test_meta_cos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6310281Z test_meta_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6310638Z test_meta_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6310842Z test_meta_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6311010Z test_meta_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6311191Z test_meta_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6311369Z test_meta_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6311555Z test_meta_cos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6311733Z test_meta_cos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6311910Z test_meta_cos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6312088Z test_meta_cos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6312268Z test_meta_cos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6312434Z test_meta_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6312610Z test_meta_cosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6312804Z test_meta_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6313077Z test_meta_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6313267Z test_meta_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6313463Z test_meta_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6313654Z test_meta_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6313836Z test_meta_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6314000Z test_meta_cosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6314182Z test_meta_cosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6314360Z test_meta_cosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6314540Z test_meta_cosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6314720Z test_meta_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6314929Z test_meta_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-12-01T10:37:37.6315128Z test_meta_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.110s) 2022-12-01T10:37:37.6315315Z test_meta_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-12-01T10:37:37.6315526Z test_meta_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-12-01T10:37:37.6315727Z test_meta_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-12-01T10:37:37.6315928Z test_meta_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-12-01T10:37:37.6316134Z test_meta_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-12-01T10:37:37.6316332Z test_meta_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-12-01T10:37:37.6316528Z test_meta_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-12-01T10:37:37.6316725Z test_meta_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-12-01T10:37:37.6316896Z test_meta_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-12-01T10:37:37.6317091Z test_meta_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-12-01T10:37:37.6317339Z test_meta_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.261s) 2022-12-01T10:37:37.6317541Z test_meta_cov_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.271s) 2022-12-01T10:37:37.6317735Z test_meta_cov_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.273s) 2022-12-01T10:37:37.6317922Z test_meta_cov_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.273s) 2022-12-01T10:37:37.6318106Z test_meta_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.276s) 2022-12-01T10:37:37.6318287Z test_meta_cov_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.270s) 2022-12-01T10:37:37.6318445Z test_meta_cov_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.271s) 2022-12-01T10:37:37.6318626Z test_meta_cov_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.276s) 2022-12-01T10:37:37.6318807Z test_meta_cov_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.272s) 2022-12-01T10:37:37.6318990Z test_meta_cov_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.275s) 2022-12-01T10:37:37.6319176Z test_meta_cov_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.272s) 2022-12-01T10:37:37.6319369Z test_meta_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6319564Z test_meta_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6319756Z test_meta_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6319917Z test_meta_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6320101Z test_meta_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6320290Z test_meta_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6320473Z test_meta_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6320707Z test_meta_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6320890Z test_meta_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6321074Z test_meta_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6321269Z test_meta_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6321429Z test_meta_cummax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6321619Z test_meta_cummax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6321810Z test_meta_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6322005Z test_meta_cummax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6322195Z test_meta_cummax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6322380Z test_meta_cummax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6322569Z test_meta_cummax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6322754Z test_meta_cummax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6322912Z test_meta_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6323106Z test_meta_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6323294Z test_meta_cummin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6323485Z test_meta_cummin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6323676Z test_meta_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6323865Z test_meta_cummin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6324052Z test_meta_cummin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6324210Z test_meta_cummin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6324390Z test_meta_cummin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6324578Z test_meta_cummin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6324765Z test_meta_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6325054Z test_meta_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6325263Z test_meta_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6325462Z test_meta_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6325656Z test_meta_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6325824Z test_meta_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6326017Z test_meta_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6326208Z test_meta_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6326391Z test_meta_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6326585Z test_meta_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6326775Z test_meta_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6326970Z test_meta_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6327161Z test_meta_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6327335Z test_meta_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6327532Z test_meta_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6327721Z test_meta_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6327912Z test_meta_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6328097Z test_meta_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6328284Z test_meta_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6328520Z test_meta_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6328698Z test_meta_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6328863Z test_meta_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6329045Z test_meta_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6329264Z test_meta_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6329485Z test_meta_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6329708Z test_meta_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6329921Z test_meta_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6330133Z test_meta_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6330343Z test_meta_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6330532Z test_meta_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6330743Z test_meta_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6330945Z test_meta_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6331155Z test_meta_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6331360Z test_meta_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6331556Z test_meta_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6331746Z test_meta_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6331938Z test_meta_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6332105Z test_meta_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6332305Z test_meta_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6332493Z test_meta_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6332726Z test_meta_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6332917Z test_meta_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6333112Z test_meta_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6333302Z test_meta_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6333495Z test_meta_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6333653Z test_meta_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6333844Z test_meta_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6334036Z test_meta_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6334236Z test_meta_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6334422Z test_meta_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6334603Z test_meta_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6334787Z test_meta_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6334970Z test_meta_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6335129Z test_meta_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6335305Z test_meta_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6335485Z test_meta_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6335664Z test_meta_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6335866Z test_meta_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6336110Z test_meta_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6336315Z test_meta_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6336525Z test_meta_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6336705Z test_meta_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6336901Z test_meta_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6337096Z test_meta_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6337288Z test_meta_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6337483Z test_meta_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6337675Z test_meta_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6337866Z test_meta_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6338063Z test_meta_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6338230Z test_meta_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6338424Z test_meta_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6338619Z test_meta_diagflat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6338820Z test_meta_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6339019Z test_meta_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6339214Z test_meta_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6339411Z test_meta_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6339603Z test_meta_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6339770Z test_meta_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6339965Z test_meta_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6340154Z test_meta_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6340346Z test_meta_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6340583Z test_meta_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6340788Z test_meta_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6340979Z test_meta_diagonal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6341184Z test_meta_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6341358Z test_meta_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6341558Z test_meta_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6341753Z test_meta_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6341951Z test_meta_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6342139Z test_meta_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6342330Z test_meta_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6342518Z test_meta_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6342707Z test_meta_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6342874Z test_meta_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6343059Z test_meta_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6343270Z test_meta_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6343477Z test_meta_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6343686Z test_meta_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6343942Z test_meta_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6344150Z test_meta_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6344356Z test_meta_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6344537Z test_meta_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6344741Z test_meta_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6344942Z test_meta_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6345143Z test_meta_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6345334Z test_meta_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-12-01T10:37:37.6345520Z test_meta_diff_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6345719Z test_meta_diff_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-12-01T10:37:37.6345910Z test_meta_diff_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-12-01T10:37:37.6346074Z test_meta_diff_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-12-01T10:37:37.6346267Z test_meta_diff_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-12-01T10:37:37.6346450Z test_meta_diff_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-12-01T10:37:37.6346633Z test_meta_diff_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-12-01T10:37:37.6346816Z test_meta_diff_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.6346995Z test_meta_diff_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-12-01T10:37:37.6347178Z test_meta_diff_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.6347357Z test_meta_diff_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-12-01T10:37:37.6347521Z test_meta_digamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6347720Z test_meta_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6347919Z test_meta_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6348151Z test_meta_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6348351Z test_meta_digamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6348540Z test_meta_digamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6348732Z test_meta_digamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6348894Z test_meta_digamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6349089Z test_meta_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6349272Z test_meta_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-12-01T10:37:37.6349466Z test_meta_dist_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-12-01T10:37:37.6349663Z test_meta_dist_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.6349853Z test_meta_dist_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.6350036Z test_meta_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-12-01T10:37:37.6350219Z test_meta_dist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-12-01T10:37:37.6350408Z test_meta_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6350762Z test_meta_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6350972Z test_meta_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6351174Z test_meta_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6351377Z test_meta_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6351580Z test_meta_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6351874Z test_meta_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6352077Z test_meta_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6352285Z test_meta_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6352477Z test_meta_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6352685Z test_meta_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6352904Z test_meta_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6353118Z test_meta_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6353334Z test_meta_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6353545Z test_meta_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6353754Z test_meta_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6353953Z test_meta_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6354137Z test_meta_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6354338Z test_meta_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6354537Z test_meta_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6354744Z test_meta_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6354942Z test_meta_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6355151Z test_meta_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6355362Z test_meta_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6355568Z test_meta_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6355743Z test_meta_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6356004Z test_meta_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6356221Z test_meta_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6356424Z test_meta_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6356628Z test_meta_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6356830Z test_meta_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6357019Z test_meta_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6357209Z test_meta_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6357381Z test_meta_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6357570Z test_meta_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6357756Z test_meta_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6357943Z test_meta_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6358135Z test_meta_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6358321Z test_meta_double_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6358518Z test_meta_double_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6358714Z test_meta_double_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6358882Z test_meta_double_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6359071Z test_meta_double_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6359319Z test_meta_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6359510Z test_meta_double_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6359698Z test_meta_double_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6359882Z test_meta_double_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6360069Z test_meta_double_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6360252Z test_meta_double_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6360412Z test_meta_double_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6360606Z test_meta_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6360793Z test_meta_dsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6360993Z test_meta_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6361191Z test_meta_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6361391Z test_meta_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6361581Z test_meta_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6361780Z test_meta_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6361946Z test_meta_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6362139Z test_meta_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6362322Z test_meta_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6362506Z test_meta_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6362691Z test_meta_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6362874Z test_meta_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6363066Z test_meta_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6363256Z test_meta_dstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6363429Z test_meta_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6363673Z test_meta_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6363876Z test_meta_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6364073Z test_meta_dstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6364263Z test_meta_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6364450Z test_meta_dstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6364635Z test_meta_dstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6364796Z test_meta_dstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6364980Z test_meta_dstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6365169Z test_meta_dstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6365351Z test_meta_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6365545Z test_meta_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6365740Z test_meta_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6365936Z test_meta_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6366122Z test_meta_einsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6366286Z test_meta_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6366474Z test_meta_einsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6366668Z test_meta_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6366856Z test_meta_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6367108Z test_meta_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6367303Z test_meta_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6367501Z test_meta_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6367692Z test_meta_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6367858Z test_meta_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6368046Z test_meta_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6368233Z test_meta_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6368419Z test_meta_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6368600Z test_meta_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6368787Z test_meta_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6368973Z test_meta_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6369174Z test_meta_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6369342Z test_meta_empty_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6369545Z test_meta_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6369750Z test_meta_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6369951Z test_meta_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6370146Z test_meta_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6370341Z test_meta_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6370535Z test_meta_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6370725Z test_meta_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6370895Z test_meta_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6371087Z test_meta_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6371328Z test_meta_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6371528Z test_meta_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6371712Z test_meta_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6371891Z test_meta_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6372082Z test_meta_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6372271Z test_meta_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6372433Z test_meta_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6372616Z test_meta_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6372799Z test_meta_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6372986Z test_meta_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6373170Z test_meta_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6373349Z test_meta_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6373528Z test_meta_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6373714Z test_meta_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6373875Z test_meta_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6374055Z test_meta_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6374241Z test_meta_equal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6374434Z test_meta_equal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6374629Z test_meta_equal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6374874Z test_meta_equal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6375063Z test_meta_equal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6375231Z test_meta_equal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6375416Z test_meta_equal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6375598Z test_meta_equal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6375777Z test_meta_equal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6375960Z test_meta_equal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6376143Z test_meta_equal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6376329Z test_meta_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6376508Z test_meta_erf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6376671Z test_meta_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6376861Z test_meta_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6377042Z test_meta_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6377227Z test_meta_erf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6377408Z test_meta_erf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6377582Z test_meta_erf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6377762Z test_meta_erf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6377944Z test_meta_erf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6378109Z test_meta_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6378293Z test_meta_erfc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6378478Z test_meta_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6378665Z test_meta_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6378845Z test_meta_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6379076Z test_meta_erfc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6379269Z test_meta_erfc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6379444Z test_meta_erfc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6379599Z test_meta_erfc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6379776Z test_meta_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6379965Z test_meta_erfinv_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6380155Z test_meta_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6380345Z test_meta_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6380538Z test_meta_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6380728Z test_meta_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6380912Z test_meta_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6381072Z test_meta_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6381255Z test_meta_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6381437Z test_meta_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6381628Z test_meta_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6381812Z test_meta_exp2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6381996Z test_meta_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6382178Z test_meta_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6382336Z test_meta_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6382574Z test_meta_exp2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6382760Z test_meta_exp2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6382946Z test_meta_exp2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6383127Z test_meta_exp2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6383310Z test_meta_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6383521Z test_meta_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6383833Z test_meta_exp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6384141Z test_meta_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6384403Z test_meta_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6384620Z test_meta_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6384808Z test_meta_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6384977Z test_meta_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6385160Z test_meta_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6385348Z test_meta_exp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6385527Z test_meta_exp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6385699Z test_meta_exp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6385875Z test_meta_exp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6386042Z test_meta_exp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6386245Z test_meta_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6386437Z test_meta_expand_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6386646Z test_meta_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6386849Z test_meta_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6387046Z test_meta_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6387280Z test_meta_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6387481Z test_meta_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6387673Z test_meta_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6387862Z test_meta_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6388054Z test_meta_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6388245Z test_meta_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6388437Z test_meta_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6388630Z test_meta_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6388794Z test_meta_expand_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6388990Z test_meta_expand_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6389188Z test_meta_expand_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6389381Z test_meta_expand_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6389574Z test_meta_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6389767Z test_meta_expand_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6389953Z test_meta_expand_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6390140Z test_meta_expand_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6390300Z test_meta_expand_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6390694Z test_meta_expand_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6390885Z test_meta_expand_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6391079Z test_meta_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6391268Z test_meta_expm1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6391462Z test_meta_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6391649Z test_meta_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6391813Z test_meta_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6392002Z test_meta_expm1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6392185Z test_meta_expm1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6392365Z test_meta_expm1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6392550Z test_meta_expm1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6392742Z test_meta_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6392928Z test_meta_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-12-01T10:37:37.6393110Z test_meta_eye_cuda_bool (__main__.TestMetaCUDA) ... ok (0.056s) 2022-12-01T10:37:37.6393280Z test_meta_eye_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-12-01T10:37:37.6393471Z test_meta_eye_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.6393655Z test_meta_eye_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-12-01T10:37:37.6393834Z test_meta_eye_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-12-01T10:37:37.6394018Z test_meta_eye_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-12-01T10:37:37.6394199Z test_meta_eye_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.6394375Z test_meta_eye_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-12-01T10:37:37.6394552Z test_meta_eye_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.6394705Z test_meta_eye_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-12-01T10:37:37.6394887Z test_meta_eye_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-12-01T10:37:37.6395146Z test_meta_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6395358Z test_meta_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6395554Z test_meta_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6395747Z test_meta_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6395935Z test_meta_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6396125Z test_meta_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6396286Z test_meta_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6396477Z test_meta_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6396667Z test_meta_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6396857Z test_meta_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6397050Z test_meta_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6397246Z test_meta_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6397442Z test_meta_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6397633Z test_meta_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6397799Z test_meta_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6397986Z test_meta_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6398178Z test_meta_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6398365Z test_meta_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6398626Z test_meta_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6398811Z test_meta_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6399002Z test_meta_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6399181Z test_meta_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6399380Z test_meta_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6399569Z test_meta_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6399762Z test_meta_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6399953Z test_meta_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6400141Z test_meta_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6400331Z test_meta_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6400522Z test_meta_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6400684Z test_meta_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6400890Z test_meta_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6401086Z test_meta_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6401291Z test_meta_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6401495Z test_meta_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6401736Z test_meta_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6401936Z test_meta_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6402139Z test_meta_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6402317Z test_meta_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6402517Z test_meta_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6402710Z test_meta_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6402956Z test_meta_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6403162Z test_meta_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6403400Z test_meta_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6403591Z test_meta_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6403788Z test_meta_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6403965Z test_meta_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6404157Z test_meta_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6404355Z test_meta_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6404548Z test_meta_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6404735Z test_meta_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6404929Z test_meta_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6405122Z test_meta_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6405312Z test_meta_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6405478Z test_meta_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6405679Z test_meta_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6405876Z test_meta_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6406071Z test_meta_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6406329Z test_meta_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6406523Z test_meta_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6406713Z test_meta_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6406993Z test_meta_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6407065Z test_meta_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6407258Z test_meta_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6407556Z test_meta_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6407755Z test_meta_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6407953Z test_meta_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6408150Z test_meta_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6408353Z test_meta_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6408436Z test_meta_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6408605Z test_meta_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6408796Z test_meta_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6408982Z test_meta_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6409171Z test_meta_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6409358Z test_meta_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6409562Z test_meta_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6409762Z test_meta_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6409953Z test_meta_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6410121Z test_meta_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6410310Z test_meta_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6410543Z test_meta_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6410742Z test_meta_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6410936Z test_meta_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6411123Z test_meta_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6411314Z test_meta_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6411515Z test_meta_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6411687Z test_meta_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6411881Z test_meta_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6412079Z test_meta_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6412269Z test_meta_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6412462Z test_meta_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6412650Z test_meta_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6412836Z test_meta_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6413024Z test_meta_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6413185Z test_meta_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6413390Z test_meta_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6413592Z test_meta_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6413786Z test_meta_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6414031Z test_meta_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6414223Z test_meta_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6414417Z test_meta_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6414611Z test_meta_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6414775Z test_meta_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6414964Z test_meta_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6415169Z test_meta_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6415369Z test_meta_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6415577Z test_meta_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6415785Z test_meta_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6415996Z test_meta_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6416198Z test_meta_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6416377Z test_meta_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6416580Z test_meta_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6416780Z test_meta_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6416978Z test_meta_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6417174Z test_meta_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6417369Z test_meta_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6417566Z test_meta_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6417764Z test_meta_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6417934Z test_meta_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6418127Z test_meta_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6418366Z test_meta_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6418564Z test_meta_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6418753Z test_meta_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6418941Z test_meta_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6419132Z test_meta_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6419319Z test_meta_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6419488Z test_meta_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6419685Z test_meta_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6419877Z test_meta_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6420068Z test_meta_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6420258Z test_meta_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6420447Z test_meta_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6420636Z test_meta_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6420825Z test_meta_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6420997Z test_meta_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6421194Z test_meta_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6421386Z test_meta_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6421629Z test_meta_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6421818Z test_meta_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6422007Z test_meta_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6422199Z test_meta_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6422388Z test_meta_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6422567Z test_meta_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6422768Z test_meta_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6422962Z test_meta_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6423156Z test_meta_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6423347Z test_meta_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6423540Z test_meta_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6423727Z test_meta_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6423922Z test_meta_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6424085Z test_meta_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6424278Z test_meta_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6424479Z test_meta_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6424680Z test_meta_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6424874Z test_meta_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6425067Z test_meta_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6425255Z test_meta_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6425447Z test_meta_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6425610Z test_meta_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6425853Z test_meta_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6426052Z test_meta_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6426240Z test_meta_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6426443Z test_meta_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6426645Z test_meta_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6426842Z test_meta_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6427039Z test_meta_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6427208Z test_meta_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6427402Z test_meta_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6427592Z test_meta_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6427784Z test_meta_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6427975Z test_meta_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6428164Z test_meta_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6428357Z test_meta_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6428525Z test_meta_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6428714Z test_meta_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6428901Z test_meta_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6429091Z test_meta_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6429334Z test_meta_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6429521Z test_meta_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6429713Z test_meta_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6429907Z test_meta_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6430071Z test_meta_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6430257Z test_meta_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6430445Z test_meta_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6430888Z test_meta_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6431070Z test_meta_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6431255Z test_meta_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6431450Z test_meta_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6431642Z test_meta_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6431813Z test_meta_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6432002Z test_meta_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6432192Z test_meta_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6432381Z test_meta_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6432567Z test_meta_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6432755Z test_meta_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6432947Z test_meta_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6433131Z test_meta_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6433304Z test_meta_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6433499Z test_meta_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6433761Z test_meta_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6433957Z test_meta_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6434143Z test_meta_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6434322Z test_meta_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6434507Z test_meta_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6434693Z test_meta_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6434847Z test_meta_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6435027Z test_meta_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6435219Z test_meta_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6435414Z test_meta_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6435605Z test_meta_flatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6435813Z test_meta_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6436013Z test_meta_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6436211Z test_meta_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6436381Z test_meta_flatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6436575Z test_meta_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6436764Z test_meta_flatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6436954Z test_meta_flatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6437223Z test_meta_flatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6437409Z test_meta_flatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6437597Z test_meta_flatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6437788Z test_meta_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6437956Z test_meta_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6438139Z test_meta_flip_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6438333Z test_meta_flip_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6438526Z test_meta_flip_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6438711Z test_meta_flip_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6438894Z test_meta_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6439077Z test_meta_flip_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6439241Z test_meta_flip_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6439423Z test_meta_flip_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6439605Z test_meta_flip_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6439792Z test_meta_flip_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6439977Z test_meta_flip_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6440172Z test_meta_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6440365Z test_meta_fliplr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6440563Z test_meta_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6440734Z test_meta_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6440925Z test_meta_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6441120Z test_meta_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6441310Z test_meta_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6441501Z test_meta_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6441733Z test_meta_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6441924Z test_meta_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6442111Z test_meta_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6442273Z test_meta_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6442464Z test_meta_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6442654Z test_meta_flipud_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6442853Z test_meta_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6443054Z test_meta_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6443243Z test_meta_flipud_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6443435Z test_meta_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6443628Z test_meta_flipud_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6443792Z test_meta_flipud_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6443977Z test_meta_flipud_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6444156Z test_meta_flipud_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6444342Z test_meta_flipud_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6444527Z test_meta_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6444719Z test_meta_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6445003Z test_meta_float_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6445199Z test_meta_float_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6445369Z test_meta_float_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6445563Z test_meta_float_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6445753Z test_meta_float_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6445941Z test_meta_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6446130Z test_meta_float_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6446318Z test_meta_float_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6446503Z test_meta_float_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6446691Z test_meta_float_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6446852Z test_meta_float_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6447038Z test_meta_float_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6447242Z test_meta_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6447441Z test_meta_float_power_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6447649Z test_meta_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6447854Z test_meta_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6448054Z test_meta_float_power_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6448252Z test_meta_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6448426Z test_meta_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6448622Z test_meta_float_power_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6448818Z test_meta_float_power_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6449016Z test_meta_float_power_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6449209Z test_meta_float_power_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6449448Z test_meta_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6449647Z test_meta_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6449837Z test_meta_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6450003Z test_meta_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6450184Z test_meta_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6450371Z test_meta_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6450553Z test_meta_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6450732Z test_meta_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6450921Z test_meta_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6451102Z test_meta_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6451280Z test_meta_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-12-01T10:37:37.6451482Z test_meta_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-12-01T10:37:37.6451679Z test_meta_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-12-01T10:37:37.6451879Z test_meta_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-12-01T10:37:37.6452074Z test_meta_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6452268Z test_meta_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6452457Z test_meta_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6452650Z test_meta_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6452876Z test_meta_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6453067Z test_meta_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6453254Z test_meta_fmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6453443Z test_meta_fmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6453632Z test_meta_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6453817Z test_meta_fmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6453999Z test_meta_fmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6454179Z test_meta_fmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6454331Z test_meta_fmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6454511Z test_meta_fmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6454694Z test_meta_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6454886Z test_meta_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6455068Z test_meta_fmin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6455254Z test_meta_fmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6455434Z test_meta_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6455612Z test_meta_fmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6455765Z test_meta_fmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6455945Z test_meta_fmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6456121Z test_meta_fmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6456303Z test_meta_fmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6456492Z test_meta_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6456683Z test_meta_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6456867Z test_meta_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6457093Z test_meta_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6457257Z test_meta_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6457435Z test_meta_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6457620Z test_meta_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6457798Z test_meta_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6457977Z test_meta_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6458155Z test_meta_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6458345Z test_meta_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6458507Z test_meta_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6458688Z test_meta_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6458877Z test_meta_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6459065Z test_meta_frexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6459253Z test_meta_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6459445Z test_meta_frexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6459639Z test_meta_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6459830Z test_meta_full_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6460006Z test_meta_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6460209Z test_meta_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6460474Z test_meta_full_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6460665Z test_meta_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6460859Z test_meta_full_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6461052Z test_meta_full_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6461239Z test_meta_full_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6461431Z test_meta_full_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6461595Z test_meta_full_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6461787Z test_meta_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6461977Z test_meta_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6462167Z test_meta_gather_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6462369Z test_meta_gather_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6462566Z test_meta_gather_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6462761Z test_meta_gather_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6462951Z test_meta_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6463117Z test_meta_gather_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6463308Z test_meta_gather_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6463493Z test_meta_gather_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6463681Z test_meta_gather_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6463868Z test_meta_gather_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6464050Z test_meta_gather_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6464236Z test_meta_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6464414Z test_meta_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6464564Z test_meta_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6464796Z test_meta_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6464985Z test_meta_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6465172Z test_meta_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6465352Z test_meta_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6465535Z test_meta_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6465717Z test_meta_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6465896Z test_meta_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6466051Z test_meta_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6466231Z test_meta_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6466410Z test_meta_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6466593Z test_meta_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6466772Z test_meta_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6466968Z test_meta_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.233s) 2022-12-01T10:37:37.6467162Z test_meta_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.199s) 2022-12-01T10:37:37.6467326Z test_meta_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-12-01T10:37:37.6467515Z test_meta_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-12-01T10:37:37.6467710Z test_meta_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6467910Z test_meta_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6468160Z test_meta_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6468358Z test_meta_gradient_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6468550Z test_meta_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6468749Z test_meta_gradient_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6468917Z test_meta_gradient_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6469108Z test_meta_gradient_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6469297Z test_meta_gradient_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6469487Z test_meta_gradient_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6469675Z test_meta_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6469854Z test_meta_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6470041Z test_meta_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6470220Z test_meta_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6470372Z test_meta_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6470738Z test_meta_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6470949Z test_meta_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6471171Z test_meta_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6471243Z test_meta_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6471420Z test_meta_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6471611Z test_meta_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6471793Z test_meta_half_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6471962Z test_meta_half_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6472158Z test_meta_half_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6472344Z test_meta_half_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6472597Z test_meta_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6472794Z test_meta_half_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6472977Z test_meta_half_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6473160Z test_meta_half_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6473342Z test_meta_half_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6473499Z test_meta_half_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6473680Z test_meta_half_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6473881Z test_meta_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6474083Z test_meta_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6474279Z test_meta_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6474473Z test_meta_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6474672Z test_meta_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6474864Z test_meta_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6475034Z test_meta_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6475224Z test_meta_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6475418Z test_meta_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6475612Z test_meta_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6475802Z test_meta_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.974s) 2022-12-01T10:37:37.6476054Z test_meta_histc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.979s) 2022-12-01T10:37:37.6476243Z test_meta_histc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.972s) 2022-12-01T10:37:37.6476401Z test_meta_histc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.986s) 2022-12-01T10:37:37.6476583Z test_meta_histc_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.014s) 2022-12-01T10:37:37.6476768Z test_meta_histc_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.010s) 2022-12-01T10:37:37.6476960Z test_meta_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6477143Z test_meta_hsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6477343Z test_meta_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6477540Z test_meta_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6477734Z test_meta_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6477907Z test_meta_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6478103Z test_meta_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6478292Z test_meta_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6478482Z test_meta_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6478667Z test_meta_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6478845Z test_meta_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6479034Z test_meta_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6479222Z test_meta_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6479389Z test_meta_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6479575Z test_meta_hstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6479773Z test_meta_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6479973Z test_meta_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6480166Z test_meta_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6480399Z test_meta_hstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6480597Z test_meta_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6480783Z test_meta_hstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6480946Z test_meta_hstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6481123Z test_meta_hstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6481305Z test_meta_hstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6481485Z test_meta_hstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6481666Z test_meta_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6481855Z test_meta_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6482042Z test_meta_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6482229Z test_meta_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6482391Z test_meta_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6482571Z test_meta_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6482744Z test_meta_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6482922Z test_meta_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6483095Z test_meta_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6483266Z test_meta_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6483441Z test_meta_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6483665Z test_meta_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6483817Z test_meta_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6483991Z test_meta_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6484167Z test_meta_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6484355Z test_meta_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6484538Z test_meta_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6484869Z test_meta_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6485201Z test_meta_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6485378Z test_meta_imag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6485564Z test_meta_imag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6485750Z test_meta_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6485951Z test_meta_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6486135Z test_meta_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6486335Z test_meta_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6486534Z test_meta_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6486727Z test_meta_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6486896Z test_meta_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6487085Z test_meta_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6487267Z test_meta_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6487453Z test_meta_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6487638Z test_meta_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6487828Z test_meta_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6488014Z test_meta_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6488255Z test_meta_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6488439Z test_meta_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6488625Z test_meta_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6488825Z test_meta_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6489025Z test_meta_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6489216Z test_meta_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6489409Z test_meta_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6489599Z test_meta_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6489790Z test_meta_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6489958Z test_meta_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6490145Z test_meta_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6490331Z test_meta_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6490517Z test_meta_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6490711Z test_meta_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6490896Z test_meta_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6491094Z test_meta_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6491290Z test_meta_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6491519Z test_meta_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6491707Z test_meta_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6491893Z test_meta_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6492079Z test_meta_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6492266Z test_meta_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6492450Z test_meta_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6492632Z test_meta_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6492814Z test_meta_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6492987Z test_meta_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6493173Z test_meta_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6493375Z test_meta_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6493570Z test_meta_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6493769Z test_meta_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6493958Z test_meta_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6494149Z test_meta_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6494336Z test_meta_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6494502Z test_meta_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6494689Z test_meta_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6494876Z test_meta_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6495062Z test_meta_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6495249Z test_meta_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6495446Z test_meta_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-12-01T10:37:37.6495687Z test_meta_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-12-01T10:37:37.6495892Z test_meta_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-12-01T10:37:37.6496062Z test_meta_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-12-01T10:37:37.6496250Z test_meta_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-12-01T10:37:37.6496438Z test_meta_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-12-01T10:37:37.6496627Z test_meta_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.6496817Z test_meta_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-12-01T10:37:37.6497002Z test_meta_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-12-01T10:37:37.6497206Z test_meta_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6497397Z test_meta_index_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6497583Z test_meta_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6497784Z test_meta_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6497982Z test_meta_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6498175Z test_meta_index_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6498365Z test_meta_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6498555Z test_meta_index_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6498742Z test_meta_index_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6498981Z test_meta_index_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6499148Z test_meta_index_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6499335Z test_meta_index_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6499521Z test_meta_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6499706Z test_meta_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6499896Z test_meta_inner_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6500085Z test_meta_inner_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6500270Z test_meta_inner_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6500455Z test_meta_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6500619Z test_meta_inner_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6500810Z test_meta_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6500984Z test_meta_int_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6501171Z test_meta_int_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6501355Z test_meta_int_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6501539Z test_meta_int_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6501763Z test_meta_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6501939Z test_meta_int_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6502097Z test_meta_int_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6502272Z test_meta_int_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6502442Z test_meta_int_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6502615Z test_meta_int_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6502796Z test_meta_int_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6502985Z test_meta_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.6503215Z test_meta_isclose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6503420Z test_meta_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6503594Z test_meta_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6503781Z test_meta_isclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6503966Z test_meta_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6504151Z test_meta_isclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6504334Z test_meta_isclose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6504519Z test_meta_isclose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6504701Z test_meta_isclose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6504886Z test_meta_isclose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6505053Z test_meta_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6505246Z test_meta_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6505425Z test_meta_isfinite_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6505622Z test_meta_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6505813Z test_meta_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6506005Z test_meta_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6506192Z test_meta_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6506361Z test_meta_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6506601Z test_meta_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6506787Z test_meta_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6506971Z test_meta_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6507155Z test_meta_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6507340Z test_meta_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6507523Z test_meta_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6507706Z test_meta_isin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6507868Z test_meta_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6508050Z test_meta_isin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6508226Z test_meta_isin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6508404Z test_meta_isin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6508574Z test_meta_isin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6508752Z test_meta_isin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6508925Z test_meta_isin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6509112Z test_meta_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6509268Z test_meta_isinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6509456Z test_meta_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6509646Z test_meta_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6509831Z test_meta_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6510014Z test_meta_isinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6510200Z test_meta_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6510382Z test_meta_isinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6510712Z test_meta_isinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6510950Z test_meta_isinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6511135Z test_meta_isinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6511316Z test_meta_isinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6511492Z test_meta_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6511676Z test_meta_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6511854Z test_meta_isnan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6512045Z test_meta_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6512233Z test_meta_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6512402Z test_meta_isnan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6512581Z test_meta_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6512769Z test_meta_isnan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6512946Z test_meta_isnan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6513120Z test_meta_isnan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6513291Z test_meta_isnan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6513466Z test_meta_isnan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6513639Z test_meta_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6513815Z test_meta_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6514000Z test_meta_isneginf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6514274Z test_meta_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6514465Z test_meta_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6514657Z test_meta_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6514846Z test_meta_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6515030Z test_meta_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6515190Z test_meta_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6515371Z test_meta_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6515558Z test_meta_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6515752Z test_meta_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6515932Z test_meta_isposinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6516125Z test_meta_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6516312Z test_meta_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6516500Z test_meta_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6516667Z test_meta_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6516854Z test_meta_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6517033Z test_meta_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6517213Z test_meta_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6517397Z test_meta_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6517584Z test_meta_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6517765Z test_meta_isreal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6517958Z test_meta_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6518128Z test_meta_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6518316Z test_meta_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6518541Z test_meta_isreal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6518734Z test_meta_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6518927Z test_meta_isreal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6519106Z test_meta_isreal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6519280Z test_meta_isreal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6519451Z test_meta_isreal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6519630Z test_meta_isreal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6519800Z test_meta_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6519987Z test_meta_istft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-12-01T10:37:37.6520174Z test_meta_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-12-01T10:37:37.6520358Z test_meta_istft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-12-01T10:37:37.6520540Z test_meta_istft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-12-01T10:37:37.6520754Z test_meta_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6520967Z test_meta_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6521189Z test_meta_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6521391Z test_meta_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6521602Z test_meta_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6521874Z test_meta_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6522088Z test_meta_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6522299Z test_meta_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6522509Z test_meta_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6522717Z test_meta_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6522926Z test_meta_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6523135Z test_meta_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6523350Z test_meta_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6523575Z test_meta_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6523807Z test_meta_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6524038Z test_meta_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6524260Z test_meta_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6524474Z test_meta_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6524685Z test_meta_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6524903Z test_meta_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6525105Z test_meta_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6525329Z test_meta_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6525546Z test_meta_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6525815Z test_meta_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6526024Z test_meta_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6526221Z test_meta_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6526426Z test_meta_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6526631Z test_meta_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6526830Z test_meta_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6527012Z test_meta_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6527216Z test_meta_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6527411Z test_meta_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6527608Z test_meta_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6527802Z test_meta_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6527993Z test_meta_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6528184Z test_meta_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6528405Z test_meta_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6528602Z test_meta_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6528828Z test_meta_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6529106Z test_meta_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6529324Z test_meta_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6529544Z test_meta_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6529759Z test_meta_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6529975Z test_meta_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6530187Z test_meta_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6530392Z test_meta_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6530587Z test_meta_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6530805Z test_meta_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6531004Z test_meta_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6531201Z test_meta_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.6531407Z test_meta_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6531609Z test_meta_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6531805Z test_meta_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6531999Z test_meta_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6532178Z test_meta_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6532370Z test_meta_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.6532568Z test_meta_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.6532761Z test_meta_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.6532954Z test_meta_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.6533189Z test_meta_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-12-01T10:37:37.6533380Z test_meta_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6533553Z test_meta_kron_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6533722Z test_meta_kron_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6533907Z test_meta_kron_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6534087Z test_meta_kron_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6534266Z test_meta_kron_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6534447Z test_meta_kron_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6534623Z test_meta_kron_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6534793Z test_meta_kron_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6534964Z test_meta_kron_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6535121Z test_meta_kron_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6535292Z test_meta_kron_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6535479Z test_meta_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.6535664Z test_meta_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-12-01T10:37:37.6535847Z test_meta_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-12-01T10:37:37.6536032Z test_meta_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-12-01T10:37:37.6536214Z test_meta_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-12-01T10:37:37.6536452Z test_meta_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-12-01T10:37:37.6536618Z test_meta_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-12-01T10:37:37.6536804Z test_meta_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-12-01T10:37:37.6536980Z test_meta_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6537156Z test_meta_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6537321Z test_meta_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6537492Z test_meta_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6537664Z test_meta_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6537832Z test_meta_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6538013Z test_meta_ldexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6538204Z test_meta_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6538393Z test_meta_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6538575Z test_meta_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6538764Z test_meta_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6538945Z test_meta_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6539124Z test_meta_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6539283Z test_meta_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6539455Z test_meta_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6539631Z test_meta_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6539807Z test_meta_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6539984Z test_meta_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6540157Z test_meta_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6540333Z test_meta_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6540553Z test_meta_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6540714Z test_meta_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6540886Z test_meta_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6541056Z test_meta_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6541223Z test_meta_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6541393Z test_meta_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6541564Z test_meta_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6541747Z test_meta_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6541937Z test_meta_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6542108Z test_meta_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6542289Z test_meta_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6542470Z test_meta_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6542646Z test_meta_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6542826Z test_meta_lgamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6543006Z test_meta_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6543189Z test_meta_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6543356Z test_meta_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6543538Z test_meta_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6543770Z test_meta_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6543942Z test_meta_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6544119Z test_meta_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6544294Z test_meta_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6544500Z test_meta_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6544707Z test_meta_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6544889Z test_meta_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6545087Z test_meta_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6545293Z test_meta_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6545499Z test_meta_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6545704Z test_meta_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6545904Z test_meta_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6546104Z test_meta_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.6546303Z test_meta_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6546494Z test_meta_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6546669Z test_meta_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6546866Z test_meta_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6547060Z test_meta_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6547249Z test_meta_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6547445Z test_meta_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6547632Z test_meta_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6547819Z test_meta_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6548052Z test_meta_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6548233Z test_meta_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6548422Z test_meta_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6548607Z test_meta_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6548804Z test_meta_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6548998Z test_meta_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6549184Z test_meta_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6549375Z test_meta_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6549587Z test_meta_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-12-01T10:37:37.6549784Z test_meta_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-12-01T10:37:37.6549991Z test_meta_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-12-01T10:37:37.6550191Z test_meta_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-12-01T10:37:37.6550388Z test_meta_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-12-01T10:37:37.6550854Z test_meta_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-12-01T10:37:37.6550984Z test_meta_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-12-01T10:37:37.6551173Z test_meta_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-12-01T10:37:37.6551454Z test_meta_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.6551635Z test_meta_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6551832Z test_meta_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6552026Z test_meta_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6552229Z test_meta_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-12-01T10:37:37.6552429Z test_meta_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.135s) 2022-12-01T10:37:37.6552623Z test_meta_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-12-01T10:37:37.6552821Z test_meta_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-12-01T10:37:37.6553025Z test_meta_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.6553211Z test_meta_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6553414Z test_meta_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6553613Z test_meta_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6553843Z test_meta_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-12-01T10:37:37.6554066Z test_meta_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-12-01T10:37:37.6554286Z test_meta_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-12-01T10:37:37.6554505Z test_meta_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-12-01T10:37:37.6554699Z test_meta_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6554874Z test_meta_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6555068Z test_meta_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6555255Z test_meta_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6555455Z test_meta_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6555846Z test_meta_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6556187Z test_meta_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6556386Z test_meta_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6556593Z test_meta_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6557694Z test_meta_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77024 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:37:37.6557906Z test_meta_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6558084Z test_meta_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6558984Z test_meta_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77025 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:37:37.6559875Z test_meta_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77026 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:37:37.6560153Z test_meta_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6560362Z test_meta_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6560569Z test_meta_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.6560771Z test_meta_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.6560973Z test_meta_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.6561167Z test_meta_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.6561367Z test_meta_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.174s) 2022-12-01T10:37:37.6561548Z test_meta_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.090s) 2022-12-01T10:37:37.6561746Z test_meta_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-12-01T10:37:37.6561940Z test_meta_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.094s) 2022-12-01T10:37:37.6562165Z test_meta_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-12-01T10:37:37.6562387Z test_meta_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.6562599Z test_meta_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-12-01T10:37:37.6562812Z test_meta_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-12-01T10:37:37.6563002Z test_meta_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.6563193Z test_meta_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.6563366Z test_meta_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6563558Z test_meta_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.6563765Z test_meta_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.559s) 2022-12-01T10:37:37.6564037Z test_meta_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.124s) 2022-12-01T10:37:37.6564247Z test_meta_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-12-01T10:37:37.6564443Z test_meta_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.142s) 2022-12-01T10:37:37.6564653Z test_meta_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6564860Z test_meta_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6565045Z test_meta_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6565238Z test_meta_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6565443Z test_meta_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-12-01T10:37:37.6565645Z test_meta_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.6565843Z test_meta_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.149s) 2022-12-01T10:37:37.6566041Z test_meta_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-12-01T10:37:37.6566243Z test_meta_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-12-01T10:37:37.6566451Z test_meta_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-12-01T10:37:37.6566639Z test_meta_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-12-01T10:37:37.6566840Z test_meta_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-12-01T10:37:37.6567039Z test_meta_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.6567299Z test_meta_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-12-01T10:37:37.6567509Z test_meta_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6567741Z test_meta_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6567923Z test_meta_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6568126Z test_meta_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6568312Z test_meta_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.320s) 2022-12-01T10:37:37.6568518Z test_meta_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-12-01T10:37:37.6568716Z test_meta_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-12-01T10:37:37.6568910Z test_meta_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-12-01T10:37:37.6569138Z test_meta_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6569361Z test_meta_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6569580Z test_meta_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6569794Z test_meta_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6569994Z test_meta_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6570182Z test_meta_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6570383Z test_meta_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6570580Z test_meta_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6570775Z test_meta_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6570975Z test_meta_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6571167Z test_meta_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.6571409Z test_meta_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.171s) 2022-12-01T10:37:37.6571615Z test_meta_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.120s) 2022-12-01T10:37:37.6571790Z test_meta_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-12-01T10:37:37.6571982Z test_meta_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-12-01T10:37:37.6572170Z test_meta_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-12-01T10:37:37.6572399Z test_meta_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-12-01T10:37:37.6572632Z test_meta_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-12-01T10:37:37.6572866Z test_meta_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.6573092Z test_meta_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-12-01T10:37:37.6573315Z test_meta_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-12-01T10:37:37.6573520Z test_meta_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-12-01T10:37:37.6573718Z test_meta_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-12-01T10:37:37.6573912Z test_meta_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-12-01T10:37:37.6574106Z test_meta_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6574294Z test_meta_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.6574507Z test_meta_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6574771Z test_meta_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6574982Z test_meta_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6575188Z test_meta_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6575473Z test_meta_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:37.6575771Z test_meta_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:37.6576059Z test_meta_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:37.6576350Z test_meta_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:37:37.6576549Z test_meta_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.6576741Z test_meta_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.6576930Z test_meta_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-12-01T10:37:37.6577119Z test_meta_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6577322Z test_meta_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6577506Z test_meta_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6577703Z test_meta_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6577902Z test_meta_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6578101Z test_meta_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-12-01T10:37:37.6578301Z test_meta_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.6578494Z test_meta_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-12-01T10:37:37.6578735Z test_meta_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6578946Z test_meta_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-12-01T10:37:37.6579131Z test_meta_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.6579327Z test_meta_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6579521Z test_meta_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6579740Z test_meta_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.533s) 2022-12-01T10:37:37.6579956Z test_meta_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.549s) 2022-12-01T10:37:37.6580169Z test_meta_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.539s) 2022-12-01T10:37:37.6580380Z test_meta_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.514s) 2022-12-01T10:37:37.6580578Z test_meta_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.861s) 2022-12-01T10:37:37.6580756Z test_meta_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.205s) 2022-12-01T10:37:37.6580947Z test_meta_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.142s) 2022-12-01T10:37:37.6581133Z test_meta_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.211s) 2022-12-01T10:37:37.6581334Z test_meta_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-12-01T10:37:37.6581534Z test_meta_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-12-01T10:37:37.6581727Z test_meta_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.6581975Z test_meta_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-12-01T10:37:37.6582181Z test_meta_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6582371Z test_meta_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6582571Z test_meta_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6582767Z test_meta_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6582975Z test_meta_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6583182Z test_meta_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6583386Z test_meta_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6583585Z test_meta_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6583789Z test_meta_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6583990Z test_meta_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6584171Z test_meta_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6584366Z test_meta_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6584556Z test_meta_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6584747Z test_meta_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6584931Z test_meta_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6585121Z test_meta_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6585313Z test_meta_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6585509Z test_meta_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6585694Z test_meta_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-12-01T10:37:37.6585892Z test_meta_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-12-01T10:37:37.6586138Z test_meta_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6586340Z test_meta_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6586532Z test_meta_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6586737Z test_meta_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.153s) 2022-12-01T10:37:37.6586943Z test_meta_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.153s) 2022-12-01T10:37:37.6587148Z test_meta_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.155s) 2022-12-01T10:37:37.6587330Z test_meta_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.153s) 2022-12-01T10:37:37.6587527Z test_meta_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-12-01T10:37:37.6587726Z test_meta_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.153s) 2022-12-01T10:37:37.6587919Z test_meta_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6588114Z test_meta_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6588310Z test_meta_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6588497Z test_meta_linspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6588685Z test_meta_linspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6588850Z test_meta_linspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.6589035Z test_meta_linspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.6589219Z test_meta_linspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6589454Z test_meta_linspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6589638Z test_meta_linspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6589822Z test_meta_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6589997Z test_meta_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6590174Z test_meta_log10_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6590345Z test_meta_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6590692Z test_meta_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6590886Z test_meta_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6591065Z test_meta_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6591240Z test_meta_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6591424Z test_meta_log10_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6591595Z test_meta_log10_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6591773Z test_meta_log10_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6591935Z test_meta_log10_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6592108Z test_meta_log10_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6592295Z test_meta_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6592472Z test_meta_log1p_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6592650Z test_meta_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6592833Z test_meta_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6593014Z test_meta_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6593181Z test_meta_log1p_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6593361Z test_meta_log1p_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6593533Z test_meta_log1p_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6593786Z test_meta_log1p_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6593972Z test_meta_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6594153Z test_meta_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6594328Z test_meta_log2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6594514Z test_meta_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6594681Z test_meta_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6594860Z test_meta_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6595034Z test_meta_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6595217Z test_meta_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6595395Z test_meta_log2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6595571Z test_meta_log2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6595743Z test_meta_log2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6595921Z test_meta_log2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6596079Z test_meta_log2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6596258Z test_meta_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6596431Z test_meta_log_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6596619Z test_meta_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6596803Z test_meta_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6597060Z test_meta_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6597237Z test_meta_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6597413Z test_meta_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6597571Z test_meta_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6597745Z test_meta_log_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6597913Z test_meta_log_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6598080Z test_meta_log_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6598253Z test_meta_log_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6598426Z test_meta_log_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6598618Z test_meta_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6598807Z test_meta_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6598986Z test_meta_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6599172Z test_meta_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6599381Z test_meta_log_softmax_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6599583Z test_meta_log_softmax_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6599790Z test_meta_log_softmax_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6599994Z test_meta_log_softmax_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6600192Z test_meta_log_softmax_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6600393Z test_meta_log_softmax_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6600578Z test_meta_log_softmax_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6600778Z test_meta_log_softmax_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6600974Z test_meta_log_softmax_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6601219Z test_meta_log_softmax_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6601424Z test_meta_log_softmax_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6601662Z test_meta_log_softmax_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6601855Z test_meta_log_softmax_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6602050Z test_meta_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6602225Z test_meta_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6602414Z test_meta_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6602608Z test_meta_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6602798Z test_meta_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6602992Z test_meta_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6603195Z test_meta_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.6603392Z test_meta_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-12-01T10:37:37.6603589Z test_meta_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-12-01T10:37:37.6603766Z test_meta_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-12-01T10:37:37.6603952Z test_meta_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6604141Z test_meta_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6604325Z test_meta_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6604561Z test_meta_logdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6604754Z test_meta_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6604945Z test_meta_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6605141Z test_meta_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6605322Z test_meta_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6605513Z test_meta_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6605706Z test_meta_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6605898Z test_meta_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6606088Z test_meta_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6606275Z test_meta_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6606466Z test_meta_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6606650Z test_meta_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6606821Z test_meta_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6607012Z test_meta_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6607197Z test_meta_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6607397Z test_meta_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6607597Z test_meta_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6607791Z test_meta_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6607983Z test_meta_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6608177Z test_meta_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6608344Z test_meta_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6608532Z test_meta_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6608765Z test_meta_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6608958Z test_meta_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6609140Z test_meta_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6609327Z test_meta_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6609515Z test_meta_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6609709Z test_meta_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6609886Z test_meta_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6610077Z test_meta_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6610264Z test_meta_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6610450Z test_meta_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6610633Z test_meta_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6610815Z test_meta_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6610994Z test_meta_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6611176Z test_meta_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6611344Z test_meta_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6611538Z test_meta_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6611722Z test_meta_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6611975Z test_meta_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6612171Z test_meta_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6612367Z test_meta_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6612557Z test_meta_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6612743Z test_meta_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6612912Z test_meta_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6613097Z test_meta_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6613283Z test_meta_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6613471Z test_meta_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6613656Z test_meta_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6613849Z test_meta_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6614039Z test_meta_logit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6614223Z test_meta_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6614383Z test_meta_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6614565Z test_meta_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6614750Z test_meta_logit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6614925Z test_meta_logit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6615101Z test_meta_logit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6615282Z test_meta_logit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6615463Z test_meta_logit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6615662Z test_meta_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-12-01T10:37:37.6615840Z test_meta_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.191s) 2022-12-01T10:37:37.6616075Z test_meta_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-12-01T10:37:37.6616275Z test_meta_logspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-12-01T10:37:37.6616466Z test_meta_logspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-12-01T10:37:37.6616652Z test_meta_logspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.193s) 2022-12-01T10:37:37.6616841Z test_meta_logspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-12-01T10:37:37.6617029Z test_meta_logspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.179s) 2022-12-01T10:37:37.6617220Z test_meta_logspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-12-01T10:37:37.6617389Z test_meta_logspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-12-01T10:37:37.6617578Z test_meta_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-12-01T10:37:37.6617772Z test_meta_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6617960Z test_meta_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6618156Z test_meta_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6618350Z test_meta_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.6618539Z test_meta_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6618710Z test_meta_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6618895Z test_meta_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6619083Z test_meta_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6619271Z test_meta_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6619521Z test_meta_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6619707Z test_meta_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6619882Z test_meta_long_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6620069Z test_meta_long_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6620240Z test_meta_long_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6620427Z test_meta_long_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6620609Z test_meta_long_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6620795Z test_meta_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6620971Z test_meta_long_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6621152Z test_meta_long_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6621330Z test_meta_long_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6621503Z test_meta_long_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6621660Z test_meta_long_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6621835Z test_meta_long_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6622015Z test_meta_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6622186Z test_meta_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6622367Z test_meta_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6622542Z test_meta_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6622715Z test_meta_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6622886Z test_meta_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6623041Z test_meta_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6623217Z test_meta_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6623392Z test_meta_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6623567Z test_meta_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6623792Z test_meta_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.404s) 2022-12-01T10:37:37.6623987Z test_meta_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-12-01T10:37:37.6624167Z test_meta_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-12-01T10:37:37.6624344Z test_meta_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-12-01T10:37:37.6624520Z test_meta_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-12-01T10:37:37.6624711Z test_meta_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-12-01T10:37:37.6624896Z test_meta_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-12-01T10:37:37.6625086Z test_meta_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.6625282Z test_meta_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6625479Z test_meta_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6625672Z test_meta_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.6625868Z test_meta_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.6626033Z test_meta_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6626208Z test_meta_mH_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6626392Z test_meta_mH_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6626573Z test_meta_mH_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6626755Z test_meta_mH_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6626977Z test_meta_mH_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6627150Z test_meta_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6627302Z test_meta_mH_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6627481Z test_meta_mH_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6627652Z test_meta_mH_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6627827Z test_meta_mH_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6628003Z test_meta_mH_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6628177Z test_meta_mH_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6628360Z test_meta_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6628533Z test_meta_mT_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6628701Z test_meta_mT_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6628890Z test_meta_mT_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6629076Z test_meta_mT_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6629255Z test_meta_mT_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6629430Z test_meta_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6629603Z test_meta_mT_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6629773Z test_meta_mT_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6629946Z test_meta_mT_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6630099Z test_meta_mT_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6630273Z test_meta_mT_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6630446Z test_meta_mT_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6630848Z test_meta_masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.476s) 2022-12-01T10:37:37.6631056Z test_meta_masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.474s) 2022-12-01T10:37:37.6631251Z test_meta_masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.475s) 2022-12-01T10:37:37.6631511Z test_meta_masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.474s) 2022-12-01T10:37:37.6631711Z test_meta_masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.409s) 2022-12-01T10:37:37.6631884Z test_meta_masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.415s) 2022-12-01T10:37:37.6632076Z test_meta_masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.414s) 2022-12-01T10:37:37.6632264Z test_meta_masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.412s) 2022-12-01T10:37:37.6632451Z test_meta_masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.411s) 2022-12-01T10:37:37.6632641Z test_meta_masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.475s) 2022-12-01T10:37:37.6632838Z test_meta_masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.475s) 2022-12-01T10:37:37.6633036Z test_meta_masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.474s) 2022-12-01T10:37:37.6633230Z test_meta_masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.475s) 2022-12-01T10:37:37.6633402Z test_meta_masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.411s) 2022-12-01T10:37:37.6633589Z test_meta_masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.410s) 2022-12-01T10:37:37.6633777Z test_meta_masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.409s) 2022-12-01T10:37:37.6633962Z test_meta_masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.411s) 2022-12-01T10:37:37.6634148Z test_meta_masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.412s) 2022-12-01T10:37:37.6634347Z test_meta_masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.273s) 2022-12-01T10:37:37.6634547Z test_meta_masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.275s) 2022-12-01T10:37:37.6634821Z test_meta_masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.274s) 2022-12-01T10:37:37.6635000Z test_meta_masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.275s) 2022-12-01T10:37:37.6635195Z test_meta_masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.237s) 2022-12-01T10:37:37.6635390Z test_meta_masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.236s) 2022-12-01T10:37:37.6635586Z test_meta_masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.236s) 2022-12-01T10:37:37.6635780Z test_meta_masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.236s) 2022-12-01T10:37:37.6635973Z test_meta_masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.237s) 2022-12-01T10:37:37.6636170Z test_meta_masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.275s) 2022-12-01T10:37:37.6636365Z test_meta_masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.275s) 2022-12-01T10:37:37.6636543Z test_meta_masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.272s) 2022-12-01T10:37:37.6636738Z test_meta_masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.275s) 2022-12-01T10:37:37.6636933Z test_meta_masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.237s) 2022-12-01T10:37:37.6637131Z test_meta_masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.237s) 2022-12-01T10:37:37.6637320Z test_meta_masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.236s) 2022-12-01T10:37:37.6637514Z test_meta_masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.237s) 2022-12-01T10:37:37.6637702Z test_meta_masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.236s) 2022-12-01T10:37:37.6637909Z test_meta_masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.6638099Z test_meta_masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.6638306Z test_meta_masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.6638518Z test_meta_masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.6638716Z test_meta_masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-12-01T10:37:37.6638961Z test_meta_masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.6639171Z test_meta_masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.6639366Z test_meta_masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.6639557Z test_meta_masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.6639733Z test_meta_masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.6639920Z test_meta_masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-12-01T10:37:37.6640117Z test_meta_masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.6640324Z test_meta_masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.6640530Z test_meta_masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-12-01T10:37:37.6640726Z test_meta_masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.6640929Z test_meta_masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.6641127Z test_meta_masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-12-01T10:37:37.6641301Z test_meta_masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-12-01T10:37:37.6641495Z test_meta_masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-12-01T10:37:37.6641684Z test_meta_masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-12-01T10:37:37.6641879Z test_meta_masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-12-01T10:37:37.6642070Z test_meta_masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-12-01T10:37:37.6642317Z test_meta_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6642507Z test_meta_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6642712Z test_meta_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6642890Z test_meta_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6643084Z test_meta_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6643279Z test_meta_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6643475Z test_meta_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6643662Z test_meta_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6643849Z test_meta_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6644039Z test_meta_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6644229Z test_meta_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6644401Z test_meta_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6644594Z test_meta_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6644804Z test_meta_masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-12-01T10:37:37.6645017Z test_meta_masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-12-01T10:37:37.6645219Z test_meta_masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-12-01T10:37:37.6645416Z test_meta_masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-12-01T10:37:37.6645622Z test_meta_masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-12-01T10:37:37.6645827Z test_meta_masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-12-01T10:37:37.6646016Z test_meta_masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-12-01T10:37:37.6646227Z test_meta_masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.509s) 2022-12-01T10:37:37.6646473Z test_meta_masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.509s) 2022-12-01T10:37:37.6646678Z test_meta_masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.503s) 2022-12-01T10:37:37.6646877Z test_meta_masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.504s) 2022-12-01T10:37:37.6647073Z test_meta_masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.440s) 2022-12-01T10:37:37.6647271Z test_meta_masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.440s) 2022-12-01T10:37:37.6647469Z test_meta_masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.441s) 2022-12-01T10:37:37.6647650Z test_meta_masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.440s) 2022-12-01T10:37:37.6647855Z test_meta_masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.439s) 2022-12-01T10:37:37.6648053Z test_meta_masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.085s) 2022-12-01T10:37:37.6648244Z test_meta_masked_mean_cuda_bool (__main__.TestMetaCUDA) ... ok (1.138s) 2022-12-01T10:37:37.6648448Z test_meta_masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.105s) 2022-12-01T10:37:37.6648646Z test_meta_masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.934s) 2022-12-01T10:37:37.6648837Z test_meta_masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.128s) 2022-12-01T10:37:37.6649031Z test_meta_masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.122s) 2022-12-01T10:37:37.6649199Z test_meta_masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.122s) 2022-12-01T10:37:37.6649389Z test_meta_masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.923s) 2022-12-01T10:37:37.6649578Z test_meta_masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.926s) 2022-12-01T10:37:37.6649815Z test_meta_masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.927s) 2022-12-01T10:37:37.6649999Z test_meta_masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.924s) 2022-12-01T10:37:37.6650188Z test_meta_masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.969s) 2022-12-01T10:37:37.6650385Z test_meta_masked_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.298s) 2022-12-01T10:37:37.6650583Z test_meta_masked_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.6650762Z test_meta_masked_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-12-01T10:37:37.6650958Z test_meta_masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.681s) 2022-12-01T10:37:37.6651149Z test_meta_masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.277s) 2022-12-01T10:37:37.6651349Z test_meta_masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.430s) 2022-12-01T10:37:37.6651534Z test_meta_masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.553s) 2022-12-01T10:37:37.6651744Z test_meta_masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-12-01T10:37:37.6651950Z test_meta_masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-12-01T10:37:37.6652159Z test_meta_masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-12-01T10:37:37.6652359Z test_meta_masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-12-01T10:37:37.6652540Z test_meta_masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-12-01T10:37:37.6652740Z test_meta_masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-12-01T10:37:37.6652939Z test_meta_masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.527s) 2022-12-01T10:37:37.6653126Z test_meta_masked_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.446s) 2022-12-01T10:37:37.6653329Z test_meta_masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.442s) 2022-12-01T10:37:37.6653532Z test_meta_masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.442s) 2022-12-01T10:37:37.6653724Z test_meta_masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.529s) 2022-12-01T10:37:37.6653963Z test_meta_masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.529s) 2022-12-01T10:37:37.6654143Z test_meta_masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.530s) 2022-12-01T10:37:37.6654331Z test_meta_masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.448s) 2022-12-01T10:37:37.6654522Z test_meta_masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.447s) 2022-12-01T10:37:37.6654706Z test_meta_masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.444s) 2022-12-01T10:37:37.6654893Z test_meta_masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.448s) 2022-12-01T10:37:37.6655083Z test_meta_masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.449s) 2022-12-01T10:37:37.6655283Z test_meta_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6655481Z test_meta_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6655670Z test_meta_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6655882Z test_meta_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6656083Z test_meta_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6656281Z test_meta_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6656488Z test_meta_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6656863Z test_meta_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6657158Z test_meta_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6657354Z test_meta_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6657601Z test_meta_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6657795Z test_meta_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6657987Z test_meta_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.6658179Z test_meta_masked_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.6658381Z test_meta_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-12-01T10:37:37.6658586Z test_meta_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-12-01T10:37:37.6658781Z test_meta_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.6658980Z test_meta_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.6659157Z test_meta_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.6659348Z test_meta_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.6659542Z test_meta_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.6659727Z test_meta_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.6659922Z test_meta_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.6660106Z test_meta_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-12-01T10:37:37.6660302Z test_meta_masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-12-01T10:37:37.6660496Z test_meta_masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-12-01T10:37:37.6660675Z test_meta_masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-12-01T10:37:37.6660872Z test_meta_masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-12-01T10:37:37.6661074Z test_meta_masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-12-01T10:37:37.6661270Z test_meta_masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-12-01T10:37:37.6661460Z test_meta_masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-12-01T10:37:37.6661705Z test_meta_masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-12-01T10:37:37.6661907Z test_meta_masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.421s) 2022-12-01T10:37:37.6662106Z test_meta_masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.927s) 2022-12-01T10:37:37.6662283Z test_meta_masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (3.378s) 2022-12-01T10:37:37.6662474Z test_meta_masked_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (4.161s) 2022-12-01T10:37:37.6662660Z test_meta_masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.278s) 2022-12-01T10:37:37.6662848Z test_meta_masked_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (5.341s) 2022-12-01T10:37:37.6663033Z test_meta_masked_std_cuda_int16 (__main__.TestMetaCUDA) ... ok (3.482s) 2022-12-01T10:37:37.6663226Z test_meta_masked_std_cuda_int32 (__main__.TestMetaCUDA) ... ok (3.049s) 2022-12-01T10:37:37.6663410Z test_meta_masked_std_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.950s) 2022-12-01T10:37:37.6663604Z test_meta_masked_std_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.798s) 2022-12-01T10:37:37.6663773Z test_meta_masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.902s) 2022-12-01T10:37:37.6663966Z test_meta_masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.497s) 2022-12-01T10:37:37.6664155Z test_meta_masked_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.412s) 2022-12-01T10:37:37.6664356Z test_meta_masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.416s) 2022-12-01T10:37:37.6664552Z test_meta_masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.420s) 2022-12-01T10:37:37.6664742Z test_meta_masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.503s) 2022-12-01T10:37:37.6664935Z test_meta_masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.503s) 2022-12-01T10:37:37.6665174Z test_meta_masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.503s) 2022-12-01T10:37:37.6665342Z test_meta_masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.419s) 2022-12-01T10:37:37.6665530Z test_meta_masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.416s) 2022-12-01T10:37:37.6665715Z test_meta_masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.414s) 2022-12-01T10:37:37.6665905Z test_meta_masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.417s) 2022-12-01T10:37:37.6666089Z test_meta_masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.415s) 2022-12-01T10:37:37.6666284Z test_meta_masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.479s) 2022-12-01T10:37:37.6666482Z test_meta_masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.956s) 2022-12-01T10:37:37.6666680Z test_meta_masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.725s) 2022-12-01T10:37:37.6666855Z test_meta_masked_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.345s) 2022-12-01T10:37:37.6667046Z test_meta_masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.340s) 2022-12-01T10:37:37.6667233Z test_meta_masked_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.364s) 2022-12-01T10:37:37.6667422Z test_meta_masked_var_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.874s) 2022-12-01T10:37:37.6667608Z test_meta_masked_var_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.880s) 2022-12-01T10:37:37.6667795Z test_meta_masked_var_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.861s) 2022-12-01T10:37:37.6667987Z test_meta_masked_var_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.854s) 2022-12-01T10:37:37.6668171Z test_meta_masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.850s) 2022-12-01T10:37:37.6668344Z test_meta_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6668532Z test_meta_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6668723Z test_meta_matmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6668910Z test_meta_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6669096Z test_meta_matmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6669340Z test_meta_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6669551Z test_meta_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6669753Z test_meta_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6669925Z test_meta_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6670115Z test_meta_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6670303Z test_meta_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6670642Z test_meta_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6670850Z test_meta_max_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6671036Z test_meta_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6671222Z test_meta_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6671408Z test_meta_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6671573Z test_meta_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6671762Z test_meta_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6671944Z test_meta_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6672130Z test_meta_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6672317Z test_meta_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6672531Z test_meta_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6672836Z test_meta_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6673040Z test_meta_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6673229Z test_meta_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6673429Z test_meta_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6673630Z test_meta_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6673829Z test_meta_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6674020Z test_meta_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6674217Z test_meta_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6674421Z test_meta_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6674634Z test_meta_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6674822Z test_meta_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6675033Z test_meta_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6675243Z test_meta_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6675446Z test_meta_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6675649Z test_meta_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6675844Z test_meta_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6676034Z test_meta_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6676236Z test_meta_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6676420Z test_meta_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6676614Z test_meta_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6676859Z test_meta_maximum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6677064Z test_meta_maximum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6677254Z test_meta_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6677443Z test_meta_maximum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6677628Z test_meta_maximum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6677805Z test_meta_maximum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6677971Z test_meta_maximum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6678157Z test_meta_maximum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6678343Z test_meta_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6678530Z test_meta_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6678721Z test_meta_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6678911Z test_meta_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6679098Z test_meta_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6679279Z test_meta_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6679435Z test_meta_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6679626Z test_meta_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-12-01T10:37:37.6679814Z test_meta_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-12-01T10:37:37.6680003Z test_meta_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-12-01T10:37:37.6680278Z test_meta_median_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-12-01T10:37:37.6680465Z test_meta_median_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-12-01T10:37:37.6680639Z test_meta_median_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-12-01T10:37:37.6680827Z test_meta_median_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-12-01T10:37:37.6680985Z test_meta_median_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-12-01T10:37:37.6681199Z test_meta_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6681411Z test_meta_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6681638Z test_meta_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6681858Z test_meta_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6682077Z test_meta_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6682292Z test_meta_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6682505Z test_meta_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6682696Z test_meta_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6682905Z test_meta_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6683110Z test_meta_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6683317Z test_meta_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6683523Z test_meta_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6683737Z test_meta_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6683951Z test_meta_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6684182Z test_meta_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6684448Z test_meta_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6684655Z test_meta_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6684869Z test_meta_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6685082Z test_meta_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6685298Z test_meta_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6685515Z test_meta_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6685730Z test_meta_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6685951Z test_meta_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6686166Z test_meta_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6686343Z test_meta_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6686534Z test_meta_min_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6686728Z test_meta_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6686919Z test_meta_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6687108Z test_meta_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6687297Z test_meta_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6687486Z test_meta_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6687722Z test_meta_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6687891Z test_meta_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6688079Z test_meta_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6688295Z test_meta_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6688500Z test_meta_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6688706Z test_meta_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6688909Z test_meta_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6689109Z test_meta_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6689317Z test_meta_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6689498Z test_meta_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6689693Z test_meta_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6689897Z test_meta_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6690096Z test_meta_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6690309Z test_meta_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6690518Z test_meta_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6690727Z test_meta_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6690932Z test_meta_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6691140Z test_meta_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6691332Z test_meta_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6691538Z test_meta_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6691789Z test_meta_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6692003Z test_meta_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6692204Z test_meta_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6692393Z test_meta_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6692580Z test_meta_minimum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6692771Z test_meta_minimum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6692940Z test_meta_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6693130Z test_meta_minimum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6693324Z test_meta_minimum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6693511Z test_meta_minimum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6693699Z test_meta_minimum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6693881Z test_meta_minimum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6694063Z test_meta_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6694248Z test_meta_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6694415Z test_meta_mm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6694606Z test_meta_mm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6694787Z test_meta_mm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6694969Z test_meta_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6695198Z test_meta_mm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6695383Z test_meta_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.6695566Z test_meta_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6695752Z test_meta_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.6695911Z test_meta_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.6696086Z test_meta_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.6696264Z test_meta_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6696439Z test_meta_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6696610Z test_meta_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6696789Z test_meta_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6696967Z test_meta_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6697142Z test_meta_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6697324Z test_meta_movedim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6697523Z test_meta_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6697720Z test_meta_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6697914Z test_meta_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6698103Z test_meta_movedim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6698294Z test_meta_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6698482Z test_meta_movedim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6698645Z test_meta_movedim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6698833Z test_meta_movedim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6699025Z test_meta_movedim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6699210Z test_meta_movedim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6699440Z test_meta_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6699639Z test_meta_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6699823Z test_meta_msort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6700005Z test_meta_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6700168Z test_meta_msort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6700351Z test_meta_msort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6700531Z test_meta_msort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6700709Z test_meta_msort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6700896Z test_meta_msort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6701078Z test_meta_msort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6701264Z test_meta_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6701445Z test_meta_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6701665Z test_meta_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6701856Z test_meta_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6702041Z test_meta_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6702218Z test_meta_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6702396Z test_meta_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6702569Z test_meta_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6702798Z test_meta_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6702973Z test_meta_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6703123Z test_meta_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6703344Z test_meta_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6703537Z test_meta_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6703737Z test_meta_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-12-01T10:37:37.6703934Z test_meta_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-12-01T10:37:37.6704129Z test_meta_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-12-01T10:37:37.6704312Z test_meta_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6704497Z test_meta_mv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6704662Z test_meta_mv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6704843Z test_meta_mv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6705019Z test_meta_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6705194Z test_meta_mv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6705408Z test_meta_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6705620Z test_meta_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6705825Z test_meta_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6706036Z test_meta_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6706217Z test_meta_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6706417Z test_meta_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6706629Z test_meta_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6706829Z test_meta_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6707079Z test_meta_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6707297Z test_meta_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6707508Z test_meta_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6707715Z test_meta_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6707894Z test_meta_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6708099Z test_meta_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6708304Z test_meta_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6708512Z test_meta_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6708718Z test_meta_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6708929Z test_meta_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6709133Z test_meta_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6709338Z test_meta_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6709518Z test_meta_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6709714Z test_meta_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6709920Z test_meta_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6710121Z test_meta_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6710366Z test_meta_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6728107Z test_meta_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6728508Z test_meta_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6728694Z test_meta_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6728987Z test_meta_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6729185Z test_meta_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6729375Z test_meta_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6729576Z test_meta_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6729774Z test_meta_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6729974Z test_meta_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6730176Z test_meta_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6730348Z test_meta_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6730548Z test_meta_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6730745Z test_meta_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6730950Z test_meta_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6731154Z test_meta_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6731352Z test_meta_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6731548Z test_meta_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6731738Z test_meta_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6731907Z test_meta_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6732112Z test_meta_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6732313Z test_meta_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6732667Z test_meta_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-12-01T10:37:37.6732894Z test_meta_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-12-01T10:37:37.6733094Z test_meta_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6733292Z test_meta_nansum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6733490Z test_meta_nansum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6733663Z test_meta_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6733863Z test_meta_nansum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6734056Z test_meta_nansum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6734257Z test_meta_nansum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6734445Z test_meta_nansum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.6734643Z test_meta_nansum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6734840Z test_meta_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6735096Z test_meta_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.6735308Z test_meta_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.6735555Z test_meta_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.6735792Z test_meta_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.6736032Z test_meta_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.6736361Z test_meta_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.6736595Z test_meta_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.6736833Z test_meta_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.6737173Z test_meta_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.6737407Z test_meta_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.6737695Z test_meta_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.6737926Z test_meta_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.6738161Z test_meta_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-12-01T10:37:37.6738369Z test_meta_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6738565Z test_meta_narrow_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6738760Z test_meta_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6738965Z test_meta_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6739164Z test_meta_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6739335Z test_meta_narrow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6739530Z test_meta_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6739724Z test_meta_narrow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6739920Z test_meta_narrow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6740202Z test_meta_narrow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6740394Z test_meta_narrow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6740587Z test_meta_narrow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6740777Z test_meta_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6741020Z test_meta_native_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6741246Z test_meta_native_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6741452Z test_meta_native_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6741661Z test_meta_native_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6741878Z test_meta_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6742093Z test_meta_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6742299Z test_meta_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6742505Z test_meta_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6742675Z test_meta_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6742867Z test_meta_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6743063Z test_meta_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6743258Z test_meta_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6743447Z test_meta_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6743631Z test_meta_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6743811Z test_meta_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6743995Z test_meta_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6744153Z test_meta_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6744389Z test_meta_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6744577Z test_meta_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6744763Z test_meta_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6744963Z test_meta_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6745165Z test_meta_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6745367Z test_meta_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6745562Z test_meta_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6745730Z test_meta_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6745919Z test_meta_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6746103Z test_meta_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6746293Z test_meta_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6746482Z test_meta_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6746662Z test_meta_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6746849Z test_meta_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6747013Z test_meta_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6747218Z test_meta_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6747416Z test_meta_new_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6747624Z test_meta_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6747828Z test_meta_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6748034Z test_meta_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6748240Z test_meta_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6748440Z test_meta_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6748614Z test_meta_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6748864Z test_meta_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6749070Z test_meta_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6749263Z test_meta_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6749459Z test_meta_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6749655Z test_meta_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6749872Z test_meta_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6750087Z test_meta_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6750283Z test_meta_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6750791Z test_meta_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6751021Z test_meta_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6751238Z test_meta_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6751448Z test_meta_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6751650Z test_meta_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6751863Z test_meta_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6752168Z test_meta_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6752348Z test_meta_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6752535Z test_meta_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6752858Z test_meta_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6752990Z test_meta_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6753288Z test_meta_new_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6753394Z test_meta_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6753598Z test_meta_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6753798Z test_meta_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6753971Z test_meta_new_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6754169Z test_meta_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6754367Z test_meta_new_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6754562Z test_meta_new_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6754762Z test_meta_new_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6754955Z test_meta_new_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6755153Z test_meta_new_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6755347Z test_meta_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6755522Z test_meta_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6755715Z test_meta_new_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6755922Z test_meta_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6756129Z test_meta_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6756329Z test_meta_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6756523Z test_meta_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6756728Z test_meta_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6756920Z test_meta_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6757214Z test_meta_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6757417Z test_meta_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6757611Z test_meta_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6757802Z test_meta_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6757991Z test_meta_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6758192Z test_meta_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6758380Z test_meta_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6758587Z test_meta_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6758772Z test_meta_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6758979Z test_meta_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6759182Z test_meta_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6759381Z test_meta_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6759579Z test_meta_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6759779Z test_meta_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6759975Z test_meta_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6760168Z test_meta_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6760338Z test_meta_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6760591Z test_meta_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6760885Z test_meta_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6761092Z test_meta_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6761459Z test_meta_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6790176Z test_meta_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:37:37.6790579Z test_meta_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6790741Z test_meta_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6790933Z test_meta_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6791334Z test_meta_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6791575Z test_meta_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6791797Z test_meta_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6792014Z test_meta_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6792236Z test_meta_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6792447Z test_meta_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6792654Z test_meta_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6792874Z test_meta_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6793086Z test_meta_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6793305Z test_meta_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6793517Z test_meta_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6793826Z test_meta_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6794067Z test_meta_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6794286Z test_meta_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6794495Z test_meta_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6794702Z test_meta_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6794921Z test_meta_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6795132Z test_meta_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6795342Z test_meta_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6795553Z test_meta_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6795772Z test_meta_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6795979Z test_meta_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6796194Z test_meta_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6796406Z test_meta_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6796614Z test_meta_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6796894Z test_meta_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6797090Z test_meta_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6797288Z test_meta_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6797489Z test_meta_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6797688Z test_meta_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6797883Z test_meta_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6798082Z test_meta_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6798283Z test_meta_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6798484Z test_meta_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6798668Z test_meta_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6798871Z test_meta_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6799076Z test_meta_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6799274Z test_meta_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6799468Z test_meta_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6799662Z test_meta_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6799888Z test_meta_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6800114Z test_meta_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6800338Z test_meta_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6800601Z test_meta_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6800816Z test_meta_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6801017Z test_meta_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6801257Z test_meta_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6801483Z test_meta_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6801701Z test_meta_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6801913Z test_meta_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6802125Z test_meta_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6802363Z test_meta_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.6802595Z test_meta_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.6802832Z test_meta_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.6803065Z test_meta_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.6803263Z test_meta_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6803458Z test_meta_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6803654Z test_meta_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6803902Z test_meta_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6804101Z test_meta_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6804301Z test_meta_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6804504Z test_meta_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6804701Z test_meta_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6804900Z test_meta_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6805091Z test_meta_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6805279Z test_meta_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6805477Z test_meta_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.6805685Z test_meta_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-12-01T10:37:37.6805887Z test_meta_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-12-01T10:37:37.6806083Z test_meta_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-12-01T10:37:37.6806279Z test_meta_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6806472Z test_meta_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6806667Z test_meta_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.6806883Z test_meta_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6807105Z test_meta_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6807329Z test_meta_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6807551Z test_meta_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6807802Z test_meta_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6808031Z test_meta_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6808245Z test_meta_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6808460Z test_meta_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6808668Z test_meta_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6808875Z test_meta_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6809092Z test_meta_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6809309Z test_meta_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6809522Z test_meta_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6809722Z test_meta_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6809931Z test_meta_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6810155Z test_meta_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6810372Z test_meta_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6810595Z test_meta_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6810868Z test_meta_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6811090Z test_meta_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6811309Z test_meta_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6811518Z test_meta_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6811715Z test_meta_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6811928Z test_meta_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6812144Z test_meta_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6812358Z test_meta_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6812576Z test_meta_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6812790Z test_meta_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6813008Z test_meta_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6813222Z test_meta_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6813421Z test_meta_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6813631Z test_meta_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6813839Z test_meta_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6814040Z test_meta_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-12-01T10:37:37.6814233Z test_meta_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-12-01T10:37:37.6814445Z test_meta_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6814650Z test_meta_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6814900Z test_meta_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6815112Z test_meta_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6815307Z test_meta_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6815511Z test_meta_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6815713Z test_meta_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6815915Z test_meta_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6816121Z test_meta_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6816320Z test_meta_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6816522Z test_meta_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6816726Z test_meta_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6816912Z test_meta_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6817106Z test_meta_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6817300Z test_meta_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6817488Z test_meta_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6817701Z test_meta_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-12-01T10:37:37.6817975Z test_meta_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-12-01T10:37:37.6818182Z test_meta_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-12-01T10:37:37.6818392Z test_meta_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-12-01T10:37:37.6818597Z test_meta_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6818792Z test_meta_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6818994Z test_meta_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6819198Z test_meta_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6819439Z test_meta_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6819679Z test_meta_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6819921Z test_meta_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6820162Z test_meta_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6820409Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6820647Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6820889Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6821136Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6821382Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6821622Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6821897Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6822143Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6822380Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6822616Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6822852Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6823079Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6823310Z test_meta_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.6823526Z test_meta_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.6823740Z test_meta_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.6823949Z test_meta_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.6824152Z test_meta_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-12-01T10:37:37.6824377Z test_meta_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-12-01T10:37:37.6824610Z test_meta_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.487s) 2022-12-01T10:37:37.6824838Z test_meta_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.486s) 2022-12-01T10:37:37.6825117Z test_meta_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.488s) 2022-12-01T10:37:37.6825346Z test_meta_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.489s) 2022-12-01T10:37:37.6825560Z test_meta_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6825771Z test_meta_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6825949Z test_meta_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6826149Z test_meta_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6826347Z test_meta_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6826554Z test_meta_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6826759Z test_meta_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6826965Z test_meta_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6827184Z test_meta_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6827404Z test_meta_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6827615Z test_meta_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6827812Z test_meta_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6828028Z test_meta_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6828245Z test_meta_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6828462Z test_meta_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6828685Z test_meta_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6828899Z test_meta_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6829156Z test_meta_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6829379Z test_meta_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6829581Z test_meta_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6829800Z test_meta_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6830017Z test_meta_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6830236Z test_meta_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6830565Z test_meta_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6830840Z test_meta_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6831056Z test_meta_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6831270Z test_meta_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6831485Z test_meta_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6831678Z test_meta_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6831890Z test_meta_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6832109Z test_meta_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6832320Z test_meta_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6832524Z test_meta_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6832808Z test_meta_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6833017Z test_meta_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6833255Z test_meta_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6833467Z test_meta_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6833696Z test_meta_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6833920Z test_meta_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6834137Z test_meta_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6834353Z test_meta_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6834567Z test_meta_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6834782Z test_meta_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6835008Z test_meta_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6835234Z test_meta_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6835436Z test_meta_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6835656Z test_meta_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6835889Z test_meta_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6836120Z test_meta_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6836352Z test_meta_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6836579Z test_meta_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6836918Z test_meta_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6837161Z test_meta_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6837361Z test_meta_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6837597Z test_meta_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6837826Z test_meta_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6838060Z test_meta_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6838295Z test_meta_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6838528Z test_meta_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6838762Z test_meta_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6838992Z test_meta_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6839224Z test_meta_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6839425Z test_meta_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6839657Z test_meta_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6839897Z test_meta_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6840185Z test_meta_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6840423Z test_meta_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6840639Z test_meta_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6840850Z test_meta_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6841054Z test_meta_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6841254Z test_meta_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6841448Z test_meta_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6841666Z test_meta_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6841881Z test_meta_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6842099Z test_meta_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6842308Z test_meta_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6842514Z test_meta_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6842734Z test_meta_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6842954Z test_meta_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6843147Z test_meta_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6843356Z test_meta_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6843568Z test_meta_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6843777Z test_meta_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6843991Z test_meta_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6844200Z test_meta_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6844455Z test_meta_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.6844682Z test_meta_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6844901Z test_meta_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.6845090Z test_meta_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.6845295Z test_meta_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.6845496Z test_meta_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.6845728Z test_meta_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6845955Z test_meta_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6846174Z test_meta_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6846388Z test_meta_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6846603Z test_meta_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6846797Z test_meta_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6847009Z test_meta_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6847219Z test_meta_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6847444Z test_meta_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6847717Z test_meta_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6847944Z test_meta_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6848166Z test_meta_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6848391Z test_meta_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6848618Z test_meta_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6848823Z test_meta_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6849051Z test_meta_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6849274Z test_meta_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6849502Z test_meta_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.567s) 2022-12-01T10:37:37.6849718Z test_meta_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.565s) 2022-12-01T10:37:37.6849937Z test_meta_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.566s) 2022-12-01T10:37:37.6850148Z test_meta_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.566s) 2022-12-01T10:37:37.6850361Z test_meta_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.929s) 2022-12-01T10:37:37.6850549Z test_meta_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.930s) 2022-12-01T10:37:37.6850761Z test_meta_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.931s) 2022-12-01T10:37:37.6850975Z test_meta_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.933s) 2022-12-01T10:37:37.6851196Z test_meta_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.175s) 2022-12-01T10:37:37.6851406Z test_meta_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.173s) 2022-12-01T10:37:37.6851657Z test_meta_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.173s) 2022-12-01T10:37:37.6851878Z test_meta_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.173s) 2022-12-01T10:37:37.6852098Z test_meta_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.814s) 2022-12-01T10:37:37.6852321Z test_meta_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.814s) 2022-12-01T10:37:37.6852520Z test_meta_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.815s) 2022-12-01T10:37:37.6852749Z test_meta_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.220s) 2022-12-01T10:37:37.6852978Z test_meta_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.220s) 2022-12-01T10:37:37.6853208Z test_meta_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.201s) 2022-12-01T10:37:37.6853424Z test_meta_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.585s) 2022-12-01T10:37:37.6853646Z test_meta_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.590s) 2022-12-01T10:37:37.6853861Z test_meta_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.591s) 2022-12-01T10:37:37.6854084Z test_meta_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.343s) 2022-12-01T10:37:37.6854288Z test_meta_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.345s) 2022-12-01T10:37:37.6854515Z test_meta_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.339s) 2022-12-01T10:37:37.6854734Z test_meta_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.540s) 2022-12-01T10:37:37.6855004Z test_meta_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.542s) 2022-12-01T10:37:37.6855217Z test_meta_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.541s) 2022-12-01T10:37:37.6855444Z test_meta_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.159s) 2022-12-01T10:37:37.6855669Z test_meta_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.158s) 2022-12-01T10:37:37.6855892Z test_meta_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-12-01T10:37:37.6856104Z test_meta_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6856291Z test_meta_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6856499Z test_meta_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6856707Z test_meta_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6856925Z test_meta_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6857138Z test_meta_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6857356Z test_meta_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6857567Z test_meta_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6857797Z test_meta_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6858000Z test_meta_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6858227Z test_meta_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6858453Z test_meta_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6858696Z test_meta_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6858929Z test_meta_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6859197Z test_meta_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6859427Z test_meta_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6859672Z test_meta_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6859916Z test_meta_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6860135Z test_meta_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6860379Z test_meta_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6860597Z test_meta_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6860811Z test_meta_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6861026Z test_meta_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6861230Z test_meta_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6861450Z test_meta_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6861671Z test_meta_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6861893Z test_meta_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6862085Z test_meta_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6862345Z test_meta_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6862562Z test_meta_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6862776Z test_meta_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6863002Z test_meta_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6863218Z test_meta_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6863441Z test_meta_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6863662Z test_meta_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6863859Z test_meta_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6864074Z test_meta_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6864288Z test_meta_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6864500Z test_meta_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6864717Z test_meta_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6864929Z test_meta_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6865140Z test_meta_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6865351Z test_meta_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6865571Z test_meta_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.6865766Z test_meta_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6865998Z test_meta_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6866221Z test_meta_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-12-01T10:37:37.6866480Z test_meta_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.6866705Z test_meta_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-12-01T10:37:37.6866919Z test_meta_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.6867128Z test_meta_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6867337Z test_meta_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6867531Z test_meta_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6867741Z test_meta_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6867955Z test_meta_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6868167Z test_meta_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6868391Z test_meta_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6868609Z test_meta_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6868823Z test_meta_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6869036Z test_meta_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6869243Z test_meta_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6869455Z test_meta_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6869745Z test_meta_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6869962Z test_meta_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6870182Z test_meta_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6870393Z test_meta_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6870771Z test_meta_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6871020Z test_meta_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6871255Z test_meta_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6871461Z test_meta_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6871688Z test_meta_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6871922Z test_meta_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6872149Z test_meta_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6872371Z test_meta_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6872590Z test_meta_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6872811Z test_meta_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6873027Z test_meta_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6873233Z test_meta_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-12-01T10:37:37.6873422Z test_meta_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-12-01T10:37:37.6873642Z test_meta_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6873854Z test_meta_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6874150Z test_meta_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6874380Z test_meta_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6874597Z test_meta_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6874814Z test_meta_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6875033Z test_meta_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6875251Z test_meta_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6875453Z test_meta_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6875670Z test_meta_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6875891Z test_meta_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6876104Z test_meta_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6876333Z test_meta_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6876553Z test_meta_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6876786Z test_meta_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6877019Z test_meta_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6877221Z test_meta_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6877520Z test_meta_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6877747Z test_meta_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6877973Z test_meta_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6878194Z test_meta_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6878413Z test_meta_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6878633Z test_meta_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6878848Z test_meta_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6879079Z test_meta_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.6879287Z test_meta_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.6879510Z test_meta_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.6879738Z test_meta_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-12-01T10:37:37.6879960Z test_meta_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-12-01T10:37:37.6880179Z test_meta_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-12-01T10:37:37.6880417Z test_meta_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-12-01T10:37:37.6880617Z test_meta_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-12-01T10:37:37.6880832Z test_meta_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-12-01T10:37:37.6881027Z test_meta_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.6881239Z test_meta_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6881490Z test_meta_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6881713Z test_meta_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6881917Z test_meta_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6882114Z test_meta_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6882315Z test_meta_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6882520Z test_meta_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6882721Z test_meta_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6882902Z test_meta_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6883108Z test_meta_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6883315Z test_meta_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6883526Z test_meta_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6883733Z test_meta_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6883938Z test_meta_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6884137Z test_meta_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6884343Z test_meta_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6884523Z test_meta_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6884774Z test_meta_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6884978Z test_meta_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6885177Z test_meta_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6885442Z test_meta_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6885848Z test_meta_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6886152Z test_meta_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6886361Z test_meta_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6886544Z test_meta_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6886753Z test_meta_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6886958Z test_meta_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6887157Z test_meta_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6887361Z test_meta_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6887561Z test_meta_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6887765Z test_meta_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6887962Z test_meta_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6888161Z test_meta_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6888384Z test_meta_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6888599Z test_meta_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6888832Z test_meta_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6889056Z test_meta_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6889337Z test_meta_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6889569Z test_meta_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6889782Z test_meta_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6889995Z test_meta_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6890184Z test_meta_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6890393Z test_meta_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6890626Z test_meta_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6890870Z test_meta_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6891109Z test_meta_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6891337Z test_meta_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6891566Z test_meta_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6891793Z test_meta_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6892017Z test_meta_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6892219Z test_meta_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6892444Z test_meta_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6892724Z test_meta_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6892956Z test_meta_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6893177Z test_meta_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6893391Z test_meta_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6893604Z test_meta_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6893813Z test_meta_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6894011Z test_meta_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6894223Z test_meta_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6894430Z test_meta_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6894639Z test_meta_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6894853Z test_meta_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6895059Z test_meta_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6895275Z test_meta_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6895482Z test_meta_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6895692Z test_meta_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6895884Z test_meta_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6896090Z test_meta_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6896302Z test_meta_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6896509Z test_meta_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6896751Z test_meta_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6896961Z test_meta_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6897159Z test_meta_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6897373Z test_meta_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6897574Z test_meta_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6897790Z test_meta_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6897997Z test_meta_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6898216Z test_meta_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6898430Z test_meta_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6898643Z test_meta_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6898851Z test_meta_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6899060Z test_meta_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6899251Z test_meta_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6899461Z test_meta_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6899673Z test_meta_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6899938Z test_meta_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6900153Z test_meta_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6900370Z test_meta_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6900582Z test_meta_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6900793Z test_meta_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6901006Z test_meta_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6901194Z test_meta_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6901446Z test_meta_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6901683Z test_meta_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6901929Z test_meta_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6902166Z test_meta_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6902396Z test_meta_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6902622Z test_meta_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6902839Z test_meta_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6903044Z test_meta_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6903270Z test_meta_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6903498Z test_meta_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6903728Z test_meta_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6903952Z test_meta_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6904252Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6904522Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6904778Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6905026Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6905256Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6905506Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6905756Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6906007Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6906254Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6906495Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.6906735Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6906951Z test_meta_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.227s) 2022-12-01T10:37:37.6907168Z test_meta_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.245s) 2022-12-01T10:37:37.6907411Z test_meta_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.245s) 2022-12-01T10:37:37.6907624Z test_meta_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.227s) 2022-12-01T10:37:37.6907832Z test_meta_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.223s) 2022-12-01T10:37:37.6908030Z test_meta_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.224s) 2022-12-01T10:37:37.6908258Z test_meta_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6908486Z test_meta_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6908714Z test_meta_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6908944Z test_meta_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6909172Z test_meta_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6909381Z test_meta_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6909606Z test_meta_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6909807Z test_meta_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.194s) 2022-12-01T10:37:37.6909999Z test_meta_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.193s) 2022-12-01T10:37:37.6910198Z test_meta_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.194s) 2022-12-01T10:37:37.6910395Z test_meta_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.193s) 2022-12-01T10:37:37.6910765Z test_meta_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.195s) 2022-12-01T10:37:37.6910943Z test_meta_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.193s) 2022-12-01T10:37:37.6911115Z test_meta_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.194s) 2022-12-01T10:37:37.6911309Z test_meta_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.193s) 2022-12-01T10:37:37.6911500Z test_meta_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-12-01T10:37:37.6911689Z test_meta_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.193s) 2022-12-01T10:37:37.6911945Z test_meta_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.193s) 2022-12-01T10:37:37.6912142Z test_meta_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.193s) 2022-12-01T10:37:37.6912328Z test_meta_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.194s) 2022-12-01T10:37:37.6912514Z test_meta_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-12-01T10:37:37.6912685Z test_meta_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-12-01T10:37:37.6912877Z test_meta_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-12-01T10:37:37.6913063Z test_meta_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-12-01T10:37:37.6913250Z test_meta_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-12-01T10:37:37.6913431Z test_meta_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-12-01T10:37:37.6913623Z test_meta_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6913823Z test_meta_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6914019Z test_meta_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6914190Z test_meta_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6914378Z test_meta_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6914574Z test_meta_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6914766Z test_meta_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6914963Z test_meta_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6915225Z test_meta_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6915413Z test_meta_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6915600Z test_meta_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6915770Z test_meta_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6915968Z test_meta_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-12-01T10:37:37.6916162Z test_meta_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6916357Z test_meta_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.6916544Z test_meta_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6916735Z test_meta_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6916927Z test_meta_normal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6917122Z test_meta_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6917287Z test_meta_normal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6917499Z test_meta_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6917706Z test_meta_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6917909Z test_meta_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6918108Z test_meta_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6918294Z test_meta_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6918475Z test_meta_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6918665Z test_meta_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6918833Z test_meta_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6919023Z test_meta_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6919209Z test_meta_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6919435Z test_meta_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6919623Z test_meta_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6919803Z test_meta_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6919985Z test_meta_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6920159Z test_meta_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6920317Z test_meta_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6920492Z test_meta_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6920688Z test_meta_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6920879Z test_meta_ones_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6921080Z test_meta_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6921282Z test_meta_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6921482Z test_meta_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6921652Z test_meta_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6921845Z test_meta_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6922035Z test_meta_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6922225Z test_meta_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6922414Z test_meta_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6922603Z test_meta_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6922854Z test_meta_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6923042Z test_meta_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6923219Z test_meta_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.582s) 2022-12-01T10:37:37.6923410Z test_meta_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.585s) 2022-12-01T10:37:37.6923597Z test_meta_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.560s) 2022-12-01T10:37:37.6923783Z test_meta_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.561s) 2022-12-01T10:37:37.6923972Z test_meta_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6924154Z test_meta_outer_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6924346Z test_meta_outer_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6924536Z test_meta_outer_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6924702Z test_meta_outer_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6924889Z test_meta_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6925077Z test_meta_outer_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6925267Z test_meta_outer_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6925447Z test_meta_outer_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6925630Z test_meta_outer_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6925810Z test_meta_outer_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6925996Z test_meta_outer_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6926174Z test_meta_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.540s) 2022-12-01T10:37:37.6926374Z test_meta_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.553s) 2022-12-01T10:37:37.6926573Z test_meta_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6926762Z test_meta_permute_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6926962Z test_meta_permute_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6927216Z test_meta_permute_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6927421Z test_meta_permute_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6927612Z test_meta_permute_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6927781Z test_meta_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6927968Z test_meta_permute_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6928158Z test_meta_permute_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6928350Z test_meta_permute_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6928540Z test_meta_permute_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6928727Z test_meta_permute_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6928911Z test_meta_permute_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6929114Z test_meta_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-12-01T10:37:37.6929291Z test_meta_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6929483Z test_meta_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.6929674Z test_meta_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6929866Z test_meta_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-12-01T10:37:37.6930052Z test_meta_polar_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-12-01T10:37:37.6930272Z test_meta_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6930543Z test_meta_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6930761Z test_meta_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6930958Z test_meta_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6931177Z test_meta_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6931386Z test_meta_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6931601Z test_meta_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6931812Z test_meta_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6932020Z test_meta_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6932229Z test_meta_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6932451Z test_meta_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6932644Z test_meta_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6932864Z test_meta_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6933075Z test_meta_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6933283Z test_meta_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6933484Z test_meta_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6933694Z test_meta_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6933903Z test_meta_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6934117Z test_meta_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6934333Z test_meta_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6934521Z test_meta_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6934781Z test_meta_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6934995Z test_meta_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6935202Z test_meta_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6935411Z test_meta_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6935620Z test_meta_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6935827Z test_meta_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6936037Z test_meta_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6936232Z test_meta_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6936447Z test_meta_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6936657Z test_meta_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6936863Z test_meta_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6937068Z test_meta_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6937280Z test_meta_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6937486Z test_meta_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6937693Z test_meta_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6937880Z test_meta_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6938145Z test_meta_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6938356Z test_meta_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6938577Z test_meta_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6938786Z test_meta_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6938992Z test_meta_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6939202Z test_meta_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6939410Z test_meta_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6939619Z test_meta_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6939796Z test_meta_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6940002Z test_meta_positive_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6940205Z test_meta_positive_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6940407Z test_meta_positive_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6940601Z test_meta_positive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6940796Z test_meta_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6940986Z test_meta_positive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6941176Z test_meta_positive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6941345Z test_meta_positive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6941535Z test_meta_positive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6941729Z test_meta_positive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6941917Z test_meta_positive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6942099Z test_meta_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6942329Z test_meta_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6942530Z test_meta_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6942712Z test_meta_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6942876Z test_meta_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6943055Z test_meta_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6943241Z test_meta_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.6943420Z test_meta_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6943595Z test_meta_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6943772Z test_meta_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6943950Z test_meta_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6944109Z test_meta_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6944301Z test_meta_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6944480Z test_meta_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6944672Z test_meta_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6944862Z test_meta_prod_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6945051Z test_meta_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.6945238Z test_meta_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6945426Z test_meta_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6945638Z test_meta_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6945821Z test_meta_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6945998Z test_meta_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6946175Z test_meta_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6946352Z test_meta_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6946528Z test_meta_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-12-01T10:37:37.6946720Z test_meta_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6946900Z test_meta_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6947067Z test_meta_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6947259Z test_meta_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6947451Z test_meta_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6947634Z test_meta_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6947813Z test_meta_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6947996Z test_meta_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6948172Z test_meta_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6948346Z test_meta_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6948499Z test_meta_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6948678Z test_meta_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.6948870Z test_meta_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-12-01T10:37:37.6949058Z test_meta_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.6949239Z test_meta_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.6949421Z test_meta_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.6949613Z test_meta_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-12-01T10:37:37.6949851Z test_meta_quantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.127s) 2022-12-01T10:37:37.6950028Z test_meta_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6950216Z test_meta_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6950411Z test_meta_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6950744Z test_meta_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6950943Z test_meta_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6951132Z test_meta_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6951318Z test_meta_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6951488Z test_meta_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6951674Z test_meta_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6951858Z test_meta_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6952055Z test_meta_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6952253Z test_meta_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6952453Z test_meta_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6952653Z test_meta_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6952845Z test_meta_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6953013Z test_meta_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6953204Z test_meta_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6953523Z test_meta_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6953720Z test_meta_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6953920Z test_meta_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6954119Z test_meta_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6954308Z test_meta_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6954504Z test_meta_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6954671Z test_meta_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6954861Z test_meta_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6955043Z test_meta_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6955228Z test_meta_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6955426Z test_meta_randn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6955620Z test_meta_randn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6955817Z test_meta_randn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6956007Z test_meta_randn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6956174Z test_meta_randn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6956361Z test_meta_randn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6956559Z test_meta_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6956764Z test_meta_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6956965Z test_meta_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6957164Z test_meta_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6957363Z test_meta_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6957554Z test_meta_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6957782Z test_meta_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6957984Z test_meta_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6958169Z test_meta_ravel_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6958366Z test_meta_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6958560Z test_meta_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6958750Z test_meta_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6958940Z test_meta_ravel_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6959126Z test_meta_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6959295Z test_meta_ravel_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6959481Z test_meta_ravel_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6959664Z test_meta_ravel_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6959845Z test_meta_ravel_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6960025Z test_meta_ravel_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6960206Z test_meta_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6960391Z test_meta_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6960573Z test_meta_real_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6960740Z test_meta_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6960933Z test_meta_real_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6961175Z test_meta_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6961363Z test_meta_real_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6961545Z test_meta_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6961727Z test_meta_real_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6961910Z test_meta_real_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6962089Z test_meta_real_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6962245Z test_meta_real_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6962423Z test_meta_real_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6962601Z test_meta_real_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6962803Z test_meta_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6963001Z test_meta_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6963205Z test_meta_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6963408Z test_meta_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6963608Z test_meta_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6963785Z test_meta_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6963980Z test_meta_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6964177Z test_meta_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6964367Z test_meta_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6964559Z test_meta_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6964750Z test_meta_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6964947Z test_meta_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6965142Z test_meta_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6965317Z test_meta_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6965555Z test_meta_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6965757Z test_meta_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6965949Z test_meta_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.6966139Z test_meta_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6966330Z test_meta_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6966519Z test_meta_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6966687Z test_meta_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.6966882Z test_meta_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6967079Z test_meta_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6967277Z test_meta_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6967468Z test_meta_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6967657Z test_meta_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6967844Z test_meta_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6968038Z test_meta_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6968203Z test_meta_repeat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6968402Z test_meta_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6968600Z test_meta_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.6968840Z test_meta_repeat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6969025Z test_meta_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6969210Z test_meta_repeat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.6969401Z test_meta_repeat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6969586Z test_meta_repeat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6969744Z test_meta_repeat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6969931Z test_meta_repeat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6970118Z test_meta_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.6970330Z test_meta_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6970539Z test_meta_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6970758Z test_meta_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6970970Z test_meta_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6971182Z test_meta_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6971370Z test_meta_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6971575Z test_meta_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6971775Z test_meta_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6971982Z test_meta_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6972188Z test_meta_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6972394Z test_meta_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6972601Z test_meta_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6972801Z test_meta_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6972978Z test_meta_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6973214Z test_meta_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6973426Z test_meta_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6973628Z test_meta_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6973827Z test_meta_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6974023Z test_meta_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6974216Z test_meta_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6974411Z test_meta_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6974584Z test_meta_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6974777Z test_meta_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6974967Z test_meta_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6975158Z test_meta_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6975350Z test_meta_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6975541Z test_meta_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6975733Z test_meta_reshape_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6975932Z test_meta_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6976105Z test_meta_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6976307Z test_meta_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.6976562Z test_meta_reshape_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6976754Z test_meta_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6976947Z test_meta_reshape_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6977135Z test_meta_reshape_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6977319Z test_meta_reshape_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6977506Z test_meta_reshape_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6977674Z test_meta_reshape_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6977862Z test_meta_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6978050Z test_meta_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6978235Z test_meta_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.6978433Z test_meta_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6978626Z test_meta_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6978817Z test_meta_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6979009Z test_meta_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6979175Z test_meta_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6979358Z test_meta_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6979541Z test_meta_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6979724Z test_meta_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6979907Z test_meta_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6980093Z test_meta_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6980293Z test_meta_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6980480Z test_meta_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6980658Z test_meta_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6980900Z test_meta_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.6981101Z test_meta_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6981296Z test_meta_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6981487Z test_meta_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6981677Z test_meta_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6981866Z test_meta_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6982052Z test_meta_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6982223Z test_meta_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6982415Z test_meta_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6982620Z test_meta_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6982814Z test_meta_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6983019Z test_meta_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6983221Z test_meta_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6983417Z test_meta_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6983615Z test_meta_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6983787Z test_meta_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6983981Z test_meta_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6984228Z test_meta_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6984423Z test_meta_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6984618Z test_meta_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6984806Z test_meta_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6985004Z test_meta_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6985195Z test_meta_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6985372Z test_meta_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6985573Z test_meta_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6985776Z test_meta_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6985982Z test_meta_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6986181Z test_meta_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6986382Z test_meta_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6986737Z test_meta_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6987049Z test_meta_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6987224Z test_meta_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6987414Z test_meta_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6987606Z test_meta_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6987794Z test_meta_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6987976Z test_meta_roll_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6988172Z test_meta_roll_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6988366Z test_meta_roll_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6988554Z test_meta_roll_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.6988775Z test_meta_roll_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6988968Z test_meta_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6989151Z test_meta_roll_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6989331Z test_meta_roll_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6989507Z test_meta_roll_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6989683Z test_meta_roll_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6989862Z test_meta_roll_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6990038Z test_meta_roll_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.6990207Z test_meta_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6990381Z test_meta_rot90_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6990718Z test_meta_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6990918Z test_meta_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.6991106Z test_meta_rot90_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6991296Z test_meta_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6991481Z test_meta_rot90_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-12-01T10:37:37.6991662Z test_meta_rot90_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6991816Z test_meta_rot90_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6991991Z test_meta_rot90_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6992257Z test_meta_rot90_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6992436Z test_meta_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.6992629Z test_meta_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6992818Z test_meta_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6993003Z test_meta_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6993167Z test_meta_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6993354Z test_meta_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6993534Z test_meta_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6993714Z test_meta_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6993895Z test_meta_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6994084Z test_meta_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.6994289Z test_meta_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6994494Z test_meta_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6994677Z test_meta_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6994883Z test_meta_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6995091Z test_meta_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6995296Z test_meta_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6995497Z test_meta_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6995696Z test_meta_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6995910Z test_meta_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6996126Z test_meta_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6996327Z test_meta_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6996569Z test_meta_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6996773Z test_meta_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6996957Z test_meta_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6997154Z test_meta_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6997348Z test_meta_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6997539Z test_meta_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6997725Z test_meta_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6997913Z test_meta_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6998078Z test_meta_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6998258Z test_meta_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6998435Z test_meta_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6998615Z test_meta_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6998793Z test_meta_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6998975Z test_meta_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.6999158Z test_meta_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6999326Z test_meta_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6999514Z test_meta_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.6999749Z test_meta_rsub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.6999928Z test_meta_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7000108Z test_meta_rsub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7000286Z test_meta_rsub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7000460Z test_meta_rsub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7000629Z test_meta_rsub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7000786Z test_meta_rsub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7000959Z test_meta_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7001155Z test_meta_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.7001379Z test_meta_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.7001582Z test_meta_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.7001783Z test_meta_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-12-01T10:37:37.7001978Z test_meta_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.7002175Z test_meta_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.7002350Z test_meta_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.7002543Z test_meta_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.7002731Z test_meta_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.7002913Z test_meta_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.7003101Z test_meta_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.7003294Z test_meta_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.7003490Z test_meta_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.7003675Z test_meta_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.025s) 2022-12-01T10:37:37.7003851Z test_meta_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.7004096Z test_meta_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-12-01T10:37:37.7004294Z test_meta_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.7004480Z test_meta_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.7004659Z test_meta_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-12-01T10:37:37.7004844Z test_meta_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.7005025Z test_meta_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.7005211Z test_meta_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.7005375Z test_meta_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.7005567Z test_meta_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-12-01T10:37:37.7005780Z test_meta_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7005992Z test_meta_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7006193Z test_meta_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7006394Z test_meta_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7006600Z test_meta_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7006796Z test_meta_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7006978Z test_meta_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7007183Z test_meta_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7007443Z test_meta_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7007654Z test_meta_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7007864Z test_meta_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7008068Z test_meta_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7008269Z test_meta_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7008469Z test_meta_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7008643Z test_meta_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7008840Z test_meta_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7009043Z test_meta_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7009256Z test_meta_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7009468Z test_meta_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.7009679Z test_meta_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.7009880Z test_meta_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-12-01T10:37:37.7010079Z test_meta_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-12-01T10:37:37.7010278Z test_meta_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7010458Z test_meta_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-12-01T10:37:37.7010655Z test_meta_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7010861Z test_meta_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7011065Z test_meta_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7011277Z test_meta_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7011530Z test_meta_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7011752Z test_meta_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7011957Z test_meta_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7012139Z test_meta_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.7012338Z test_meta_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.7012537Z test_meta_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-12-01T10:37:37.7012742Z test_meta_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7012954Z test_meta_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7013159Z test_meta_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7013365Z test_meta_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7013574Z test_meta_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7013753Z test_meta_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7013957Z test_meta_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7014159Z test_meta_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7014362Z test_meta_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7014561Z test_meta_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7014816Z test_meta_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7015014Z test_meta_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-12-01T10:37:37.7015216Z test_meta_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.257s) 2022-12-01T10:37:37.7015395Z test_meta_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.048s) 2022-12-01T10:37:37.7015589Z test_meta_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.050s) 2022-12-01T10:37:37.7015783Z test_meta_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.044s) 2022-12-01T10:37:37.7015978Z test_meta_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.043s) 2022-12-01T10:37:37.7016168Z test_meta_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.044s) 2022-12-01T10:37:37.7016364Z test_meta_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.043s) 2022-12-01T10:37:37.7016561Z test_meta_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.045s) 2022-12-01T10:37:37.7016783Z test_meta_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.467s) 2022-12-01T10:37:37.7016974Z test_meta_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.468s) 2022-12-01T10:37:37.7017188Z test_meta_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.468s) 2022-12-01T10:37:37.7017400Z test_meta_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.466s) 2022-12-01T10:37:37.7017614Z test_meta_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.465s) 2022-12-01T10:37:37.7017825Z test_meta_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.464s) 2022-12-01T10:37:37.7018030Z test_meta_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.463s) 2022-12-01T10:37:37.7018237Z test_meta_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.462s) 2022-12-01T10:37:37.7018433Z test_meta_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7018623Z test_meta_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7018797Z test_meta_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7019035Z test_meta_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7019240Z test_meta_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7019430Z test_meta_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7019620Z test_meta_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7019808Z test_meta_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7019990Z test_meta_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7020149Z test_meta_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7020329Z test_meta_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7020520Z test_meta_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7020704Z test_meta_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7020912Z test_meta_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7021109Z test_meta_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7021311Z test_meta_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7021511Z test_meta_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7021687Z test_meta_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7021890Z test_meta_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7022088Z test_meta_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7022335Z test_meta_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7022529Z test_meta_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7022722Z test_meta_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7022911Z test_meta_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7023093Z test_meta_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7023264Z test_meta_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7023453Z test_meta_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7023640Z test_meta_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7023828Z test_meta_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7024007Z test_meta_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7024185Z test_meta_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7024369Z test_meta_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7024548Z test_meta_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7024703Z test_meta_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7024882Z test_meta_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7025064Z test_meta_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7025255Z test_meta_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7025439Z test_meta_short_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7025631Z test_meta_short_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7025824Z test_meta_short_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7026008Z test_meta_short_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7026175Z test_meta_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7026361Z test_meta_short_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7026549Z test_meta_short_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7026778Z test_meta_short_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7026969Z test_meta_short_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7027151Z test_meta_short_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7027331Z test_meta_short_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7027521Z test_meta_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7027687Z test_meta_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7027884Z test_meta_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7028084Z test_meta_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7028279Z test_meta_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7028470Z test_meta_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7028664Z test_meta_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7028857Z test_meta_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7029045Z test_meta_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7029205Z test_meta_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7029393Z test_meta_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7029580Z test_meta_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7029768Z test_meta_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7030021Z test_meta_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7030202Z test_meta_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7030387Z test_meta_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7030896Z test_meta_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7030996Z test_meta_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7031178Z test_meta_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7031355Z test_meta_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7031531Z test_meta_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7031712Z test_meta_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7031894Z test_meta_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7032085Z test_meta_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7032253Z test_meta_signbit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7032443Z test_meta_signbit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7032634Z test_meta_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7032825Z test_meta_signbit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7033011Z test_meta_signbit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7033194Z test_meta_signbit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7033380Z test_meta_signbit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7033563Z test_meta_signbit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7033727Z test_meta_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7033916Z test_meta_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7034100Z test_meta_sin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7034293Z test_meta_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7034481Z test_meta_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7034738Z test_meta_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7034938Z test_meta_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7035118Z test_meta_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7035278Z test_meta_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7035461Z test_meta_sin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7035635Z test_meta_sin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7035808Z test_meta_sin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7035987Z test_meta_sin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7036170Z test_meta_sin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7036353Z test_meta_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7036535Z test_meta_sinc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7036706Z test_meta_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7036899Z test_meta_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7037085Z test_meta_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7037265Z test_meta_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7037443Z test_meta_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7037627Z test_meta_sinc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7037803Z test_meta_sinc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7038051Z test_meta_sinc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7038206Z test_meta_sinc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7038380Z test_meta_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7038570Z test_meta_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7038753Z test_meta_sinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7038942Z test_meta_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7039134Z test_meta_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7039323Z test_meta_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7039488Z test_meta_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7039671Z test_meta_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7039854Z test_meta_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7040036Z test_meta_sinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7040211Z test_meta_sinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7040389Z test_meta_sinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7040568Z test_meta_sinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7040743Z test_meta_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7040908Z test_meta_slice_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7041087Z test_meta_slice_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7041280Z test_meta_slice_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7041477Z test_meta_slice_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7041667Z test_meta_slice_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7041858Z test_meta_slice_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7042045Z test_meta_slice_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7042274Z test_meta_slice_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7042447Z test_meta_slice_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7042629Z test_meta_slice_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7042808Z test_meta_slice_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7042994Z test_meta_slice_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7043173Z test_meta_slice_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7043374Z test_meta_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7043572Z test_meta_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7043778Z test_meta_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7043955Z test_meta_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7044158Z test_meta_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7044355Z test_meta_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7044552Z test_meta_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7044749Z test_meta_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7044942Z test_meta_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7045135Z test_meta_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7045330Z test_meta_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7045499Z test_meta_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7045745Z test_meta_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7045934Z test_meta_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7046148Z test_meta_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7046356Z test_meta_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7046574Z test_meta_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7046786Z test_meta_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7046992Z test_meta_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7047178Z test_meta_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7047382Z test_meta_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7047590Z test_meta_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7047793Z test_meta_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7047999Z test_meta_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7048200Z test_meta_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7048400Z test_meta_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7048588Z test_meta_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.7048752Z test_meta_sort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.7048934Z test_meta_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.7049116Z test_meta_sort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.7049296Z test_meta_sort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.7049481Z test_meta_sort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.7049656Z test_meta_sort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-12-01T10:37:37.7049882Z test_meta_sort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.7050068Z test_meta_sort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.7050269Z test_meta_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7050487Z test_meta_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7050701Z test_meta_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7050909Z test_meta_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7051112Z test_meta_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7051321Z test_meta_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7051526Z test_meta_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7051729Z test_meta_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7051908Z test_meta_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7052106Z test_meta_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7052303Z test_meta_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7052498Z test_meta_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7052699Z test_meta_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7052909Z test_meta_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7053114Z test_meta_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7053364Z test_meta_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7053541Z test_meta_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7053745Z test_meta_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7053949Z test_meta_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7054148Z test_meta_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7054346Z test_meta_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7054551Z test_meta_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7054753Z test_meta_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7054953Z test_meta_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7055131Z test_meta_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7055329Z test_meta_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7055531Z test_meta_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7055731Z test_meta_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7055934Z test_meta_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7056136Z test_meta_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7056338Z test_meta_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7056537Z test_meta_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7056730Z test_meta_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7056911Z test_meta_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7057112Z test_meta_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7057350Z test_meta_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7057557Z test_meta_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7057757Z test_meta_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7057953Z test_meta_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7058153Z test_meta_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7058347Z test_meta_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7058519Z test_meta_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7058725Z test_meta_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7058924Z test_meta_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7059155Z test_meta_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7059391Z test_meta_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7059624Z test_meta_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7059851Z test_meta_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7060078Z test_meta_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7060280Z test_meta_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7060508Z test_meta_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7060787Z test_meta_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7061007Z test_meta_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7061237Z test_meta_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7061462Z test_meta_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7061682Z test_meta_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7061908Z test_meta_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7062131Z test_meta_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7062329Z test_meta_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7062555Z test_meta_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7063185Z test_meta_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7063639Z test_meta_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7064079Z test_meta_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7064517Z test_meta_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7064958Z test_meta_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7065404Z test_meta_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7065894Z test_meta_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7066339Z test_meta_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7066753Z test_meta_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7067194Z test_meta_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7067636Z test_meta_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7068080Z test_meta_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7068512Z test_meta_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7068941Z test_meta_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7069376Z test_meta_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7069814Z test_meta_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7070072Z test_meta_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7070273Z test_meta_special_entr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7070620Z test_meta_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7070810Z test_meta_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7071006Z test_meta_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7071201Z test_meta_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7071399Z test_meta_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7071591Z test_meta_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7071783Z test_meta_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7071975Z test_meta_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7072171Z test_meta_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7072348Z test_meta_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7072550Z test_meta_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7072751Z test_meta_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7072946Z test_meta_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7073143Z test_meta_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7073335Z test_meta_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7073533Z test_meta_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7073755Z test_meta_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7073964Z test_meta_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7074193Z test_meta_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7074538Z test_meta_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7074771Z test_meta_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7074986Z test_meta_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7075206Z test_meta_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7075427Z test_meta_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7075652Z test_meta_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7075881Z test_meta_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7076093Z test_meta_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7076313Z test_meta_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7076540Z test_meta_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7076764Z test_meta_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7076984Z test_meta_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7077204Z test_meta_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7077402Z test_meta_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7077597Z test_meta_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7077847Z test_meta_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7078046Z test_meta_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7078240Z test_meta_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7078435Z test_meta_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7078630Z test_meta_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7078822Z test_meta_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7079013Z test_meta_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7079201Z test_meta_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7079373Z test_meta_special_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7079568Z test_meta_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7079767Z test_meta_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7079962Z test_meta_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7080153Z test_meta_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7080344Z test_meta_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7080540Z test_meta_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7080728Z test_meta_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7080893Z test_meta_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7081090Z test_meta_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7081286Z test_meta_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7081477Z test_meta_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7081675Z test_meta_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7081861Z test_meta_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7082053Z test_meta_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7082287Z test_meta_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7082500Z test_meta_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7082730Z test_meta_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7082957Z test_meta_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7083181Z test_meta_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7083404Z test_meta_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7083627Z test_meta_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7083848Z test_meta_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7084069Z test_meta_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7084509Z test_meta_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7084960Z test_meta_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7085406Z test_meta_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7085845Z test_meta_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7086357Z test_meta_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7086800Z test_meta_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7087238Z test_meta_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7087668Z test_meta_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7087871Z test_meta_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7088077Z test_meta_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7088290Z test_meta_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7088469Z test_meta_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7088671Z test_meta_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7088875Z test_meta_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7089074Z test_meta_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7089277Z test_meta_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7089495Z test_meta_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7089714Z test_meta_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7089983Z test_meta_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7090185Z test_meta_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7090401Z test_meta_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7090668Z test_meta_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7090889Z test_meta_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7091100Z test_meta_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7091315Z test_meta_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7091532Z test_meta_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7091753Z test_meta_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7091964Z test_meta_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7092154Z test_meta_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7092368Z test_meta_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7092586Z test_meta_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7092802Z test_meta_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7093016Z test_meta_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7093230Z test_meta_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7093445Z test_meta_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7093657Z test_meta_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7093900Z test_meta_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7094113Z test_meta_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7094324Z test_meta_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7094535Z test_meta_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7094747Z test_meta_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7094965Z test_meta_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7095184Z test_meta_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7095394Z test_meta_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7095606Z test_meta_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7095798Z test_meta_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7096013Z test_meta_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7096226Z test_meta_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7096430Z test_meta_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7096626Z test_meta_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7096826Z test_meta_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7097026Z test_meta_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7097223Z test_meta_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7097398Z test_meta_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7097597Z test_meta_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7097790Z test_meta_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7098028Z test_meta_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7098232Z test_meta_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7098426Z test_meta_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7098628Z test_meta_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7098826Z test_meta_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7099002Z test_meta_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7099199Z test_meta_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7099393Z test_meta_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7099593Z test_meta_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7099784Z test_meta_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7100031Z test_meta_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7100280Z test_meta_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7100527Z test_meta_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7100750Z test_meta_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7100997Z test_meta_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7101229Z test_meta_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7101552Z test_meta_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7101794Z test_meta_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7102035Z test_meta_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7102261Z test_meta_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7102495Z test_meta_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7102715Z test_meta_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7102917Z test_meta_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7103145Z test_meta_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7103373Z test_meta_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7103598Z test_meta_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7103827Z test_meta_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7104046Z test_meta_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7104277Z test_meta_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7104499Z test_meta_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7104724Z test_meta_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7104924Z test_meta_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7105151Z test_meta_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7105378Z test_meta_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7105645Z test_meta_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7106129Z test_meta_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7106593Z test_meta_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7107042Z test_meta_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7107498Z test_meta_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7107955Z test_meta_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7108394Z test_meta_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7108831Z test_meta_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7109286Z test_meta_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7109734Z test_meta_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7110253Z test_meta_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7110949Z test_meta_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7111314Z test_meta_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7111764Z test_meta_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7112208Z test_meta_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7112669Z test_meta_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7113129Z test_meta_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7113579Z test_meta_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7114037Z test_meta_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7114472Z test_meta_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7114929Z test_meta_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7115437Z test_meta_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7115906Z test_meta_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7116358Z test_meta_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7116802Z test_meta_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7117252Z test_meta_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7117712Z test_meta_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7118163Z test_meta_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7118614Z test_meta_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7119058Z test_meta_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7119493Z test_meta_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7120020Z test_meta_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7120452Z test_meta_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:37:37.7120679Z test_meta_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7120907Z test_meta_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7121132Z test_meta_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7121349Z test_meta_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7121565Z test_meta_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7121781Z test_meta_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7121996Z test_meta_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7122212Z test_meta_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7122401Z test_meta_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7122607Z test_meta_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7122813Z test_meta_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7123019Z test_meta_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7123221Z test_meta_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7123420Z test_meta_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7123629Z test_meta_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7123830Z test_meta_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7124054Z test_meta_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7124268Z test_meta_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7124463Z test_meta_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7124668Z test_meta_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7124864Z test_meta_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7125058Z test_meta_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7125252Z test_meta_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7125441Z test_meta_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7125616Z test_meta_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7125811Z test_meta_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7126003Z test_meta_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7126190Z test_meta_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7126385Z test_meta_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7126581Z test_meta_split_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7126773Z test_meta_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7126962Z test_meta_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7127129Z test_meta_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7127318Z test_meta_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7127556Z test_meta_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7127739Z test_meta_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7127917Z test_meta_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7128105Z test_meta_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7128290Z test_meta_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7128473Z test_meta_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7128670Z test_meta_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7128883Z test_meta_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7129092Z test_meta_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7129295Z test_meta_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7129502Z test_meta_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7129702Z test_meta_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7129903Z test_meta_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7130107Z test_meta_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7130283Z test_meta_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7130478Z test_meta_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7130676Z test_meta_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7130884Z test_meta_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7131083Z test_meta_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7131298Z test_meta_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7131507Z test_meta_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7131762Z test_meta_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7131949Z test_meta_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7132154Z test_meta_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7132357Z test_meta_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7132558Z test_meta_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7132759Z test_meta_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7132957Z test_meta_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7133159Z test_meta_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7133357Z test_meta_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7133522Z test_meta_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7133708Z test_meta_sqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7133901Z test_meta_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7134093Z test_meta_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7134282Z test_meta_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7134467Z test_meta_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7134651Z test_meta_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7134833Z test_meta_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7135042Z test_meta_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7135225Z test_meta_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7135402Z test_meta_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7135584Z test_meta_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7135762Z test_meta_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7135956Z test_meta_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7136142Z test_meta_square_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7136316Z test_meta_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7136514Z test_meta_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7136700Z test_meta_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7136887Z test_meta_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7137078Z test_meta_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7137265Z test_meta_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7137451Z test_meta_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7137634Z test_meta_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7137797Z test_meta_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7137980Z test_meta_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7138171Z test_meta_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7138353Z test_meta_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7138549Z test_meta_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7138750Z test_meta_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7138948Z test_meta_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7139142Z test_meta_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7139354Z test_meta_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7139555Z test_meta_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7139743Z test_meta_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7139931Z test_meta_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7140119Z test_meta_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7140306Z test_meta_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7140493Z test_meta_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7140683Z test_meta_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7140850Z test_meta_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7141044Z test_meta_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7141235Z test_meta_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7141429Z test_meta_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7141615Z test_meta_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7141804Z test_meta_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7141988Z test_meta_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7142172Z test_meta_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7142331Z test_meta_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7142509Z test_meta_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7142756Z test_meta_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7142937Z test_meta_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7143123Z test_meta_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7143318Z test_meta_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7143508Z test_meta_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7143694Z test_meta_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7143854Z test_meta_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7144033Z test_meta_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7144227Z test_meta_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7144427Z test_meta_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.7144623Z test_meta_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.7144816Z test_meta_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7145008Z test_meta_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7145201Z test_meta_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7145373Z test_meta_stft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7145565Z test_meta_stft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7145752Z test_meta_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7145937Z test_meta_stft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7146119Z test_meta_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.7146311Z test_meta_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.7146501Z test_meta_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.7146673Z test_meta_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.7146858Z test_meta_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.7147083Z test_meta_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.7147269Z test_meta_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.7147449Z test_meta_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.7147625Z test_meta_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.7147797Z test_meta_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.7147975Z test_meta_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.7148131Z test_meta_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-12-01T10:37:37.7148315Z test_meta_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7148498Z test_meta_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7148687Z test_meta_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7148877Z test_meta_sum_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7149064Z test_meta_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7149247Z test_meta_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7149425Z test_meta_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7149580Z test_meta_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7149763Z test_meta_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7149939Z test_meta_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7150116Z test_meta_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7150293Z test_meta_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7150666Z test_meta_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7150869Z test_meta_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7151066Z test_meta_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7151247Z test_meta_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7151443Z test_meta_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7151638Z test_meta_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7151832Z test_meta_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7152027Z test_meta_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7152215Z test_meta_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7152408Z test_meta_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7152596Z test_meta_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7152764Z test_meta_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7152953Z test_meta_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7153144Z test_meta_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.865s) 2022-12-01T10:37:37.7153337Z test_meta_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.207s) 2022-12-01T10:37:37.7153521Z test_meta_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.145s) 2022-12-01T10:37:37.7153701Z test_meta_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.216s) 2022-12-01T10:37:37.7153895Z test_meta_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.853s) 2022-12-01T10:37:37.7154090Z test_meta_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.864s) 2022-12-01T10:37:37.7154271Z test_meta_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-12-01T10:37:37.7154468Z test_meta_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-12-01T10:37:37.7154659Z test_meta_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-12-01T10:37:37.7154916Z test_meta_symeig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-12-01T10:37:37.7155111Z test_meta_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7155292Z test_meta_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7155482Z test_meta_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7155667Z test_meta_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7155824Z test_meta_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7156000Z test_meta_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7156173Z test_meta_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7156356Z test_meta_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7156532Z test_meta_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7156707Z test_meta_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7156883Z test_meta_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7157038Z test_meta_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7157242Z test_meta_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7157439Z test_meta_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7157648Z test_meta_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7157854Z test_meta_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7158056Z test_meta_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7158325Z test_meta_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7158518Z test_meta_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7158696Z test_meta_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7158895Z test_meta_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7159090Z test_meta_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7159282Z test_meta_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7159473Z test_meta_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7159664Z test_meta_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-12-01T10:37:37.7159847Z test_meta_take_cuda_bool (__main__.TestMetaCUDA) ... ok (0.100s) 2022-12-01T10:37:37.7160040Z test_meta_take_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-12-01T10:37:37.7160212Z test_meta_take_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-12-01T10:37:37.7160400Z test_meta_take_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-12-01T10:37:37.7160587Z test_meta_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-12-01T10:37:37.7160769Z test_meta_take_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-12-01T10:37:37.7160950Z test_meta_take_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-12-01T10:37:37.7161133Z test_meta_take_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-12-01T10:37:37.7161312Z test_meta_take_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-12-01T10:37:37.7161490Z test_meta_take_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-12-01T10:37:37.7161645Z test_meta_take_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-12-01T10:37:37.7161832Z test_meta_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7162014Z test_meta_tan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7162206Z test_meta_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7162396Z test_meta_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7162628Z test_meta_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7162823Z test_meta_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7163005Z test_meta_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7163161Z test_meta_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7163341Z test_meta_tan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7163519Z test_meta_tan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7163694Z test_meta_tan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7163868Z test_meta_tan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7164054Z test_meta_tan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7164240Z test_meta_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7164418Z test_meta_tanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7164589Z test_meta_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7164780Z test_meta_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7164976Z test_meta_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7165163Z test_meta_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7165344Z test_meta_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7165521Z test_meta_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7165701Z test_meta_tanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7165913Z test_meta_tanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7166092Z test_meta_tanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7166274Z test_meta_tanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7166455Z test_meta_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7166658Z test_meta_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7166857Z test_meta_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7167064Z test_meta_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7167265Z test_meta_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7167439Z test_meta_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7167638Z test_meta_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7167837Z test_meta_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7168034Z test_meta_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7168230Z test_meta_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7168420Z test_meta_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7168612Z test_meta_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7168802Z test_meta_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7168974Z test_meta_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7169176Z test_meta_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7169376Z test_meta_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7169570Z test_meta_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7169770Z test_meta_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7169963Z test_meta_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7170195Z test_meta_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.7170388Z test_meta_tile_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.7170556Z test_meta_tile_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.7170743Z test_meta_tile_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-12-01T10:37:37.7170929Z test_meta_tile_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.7171111Z test_meta_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.7171286Z test_meta_tile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-12-01T10:37:37.7171469Z test_meta_tile_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.7171656Z test_meta_tile_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.7171836Z test_meta_tile_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.7171995Z test_meta_tile_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-12-01T10:37:37.7172175Z test_meta_tile_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-12-01T10:37:37.7172382Z test_meta_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:37:37.7172583Z test_meta_to_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:37:37.7172795Z test_meta_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:37:37.7172999Z test_meta_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:37:37.7173202Z test_meta_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:37:37.7173405Z test_meta_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:37:37.7173636Z test_meta_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:37:37.7173836Z test_meta_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:37:37.7174040Z test_meta_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:37:37.7174237Z test_meta_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:37:37.7174434Z test_meta_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:37:37.7174634Z test_meta_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:37:37.7174830Z test_meta_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7175023Z test_meta_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7175197Z test_meta_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7175400Z test_meta_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7175593Z test_meta_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7175789Z test_meta_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7175981Z test_meta_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7176174Z test_meta_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7176360Z test_meta_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7176550Z test_meta_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7176715Z test_meta_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7176904Z test_meta_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7177095Z test_meta_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7177285Z test_meta_topk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7177469Z test_meta_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7177650Z test_meta_topk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7177878Z test_meta_topk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7178067Z test_meta_topk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7178219Z test_meta_topk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7178399Z test_meta_topk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7178581Z test_meta_topk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7178771Z test_meta_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7178952Z test_meta_trace_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7179145Z test_meta_trace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7179343Z test_meta_trace_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7179533Z test_meta_trace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7179704Z test_meta_trace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7179888Z test_meta_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7180074Z test_meta_trace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7180259Z test_meta_trace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7180439Z test_meta_trace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7180615Z test_meta_trace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7180798Z test_meta_trace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7180981Z test_meta_trace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7181207Z test_meta_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7181399Z test_meta_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7181602Z test_meta_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7181803Z test_meta_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7182005Z test_meta_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7182201Z test_meta_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7182395Z test_meta_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7182562Z test_meta_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7182753Z test_meta_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7182943Z test_meta_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7183137Z test_meta_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7183329Z test_meta_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7183524Z test_meta_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7183720Z test_meta_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7183923Z test_meta_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7184102Z test_meta_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7184297Z test_meta_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7184492Z test_meta_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7184687Z test_meta_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7184875Z test_meta_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7185071Z test_meta_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7185259Z test_meta_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7185495Z test_meta_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7185670Z test_meta_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7185861Z test_meta_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7186058Z test_meta_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7186250Z test_meta_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7186441Z test_meta_trapz_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7186627Z test_meta_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7186812Z test_meta_trapz_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7187001Z test_meta_trapz_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7187160Z test_meta_trapz_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7187344Z test_meta_trapz_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7187527Z test_meta_trapz_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7187707Z test_meta_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7187921Z test_meta_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-12-01T10:37:37.7188136Z test_meta_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.7188343Z test_meta_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.7188547Z test_meta_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-12-01T10:37:37.7188707Z test_meta_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7188947Z test_meta_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7189136Z test_meta_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7189323Z test_meta_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7189508Z test_meta_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7189689Z test_meta_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7189868Z test_meta_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7190049Z test_meta_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7190202Z test_meta_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7190383Z test_meta_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7190704Z test_meta_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7190894Z test_meta_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7191092Z test_meta_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7191288Z test_meta_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7191469Z test_meta_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7191659Z test_meta_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7191829Z test_meta_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7192017Z test_meta_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7192210Z test_meta_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7192392Z test_meta_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7192571Z test_meta_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7192755Z test_meta_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7192933Z test_meta_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7193108Z test_meta_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7193334Z test_meta_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7193524Z test_meta_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7193718Z test_meta_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7193912Z test_meta_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7194110Z test_meta_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.7194304Z test_meta_true_divide_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.7194507Z test_meta_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.7194716Z test_meta_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.7194895Z test_meta_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-12-01T10:37:37.7195094Z test_meta_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.7195294Z test_meta_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.7195485Z test_meta_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-12-01T10:37:37.7195679Z test_meta_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.7195870Z test_meta_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.7196057Z test_meta_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.7196247Z test_meta_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.7196414Z test_meta_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-12-01T10:37:37.7196735Z test_meta_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7196925Z test_meta_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7197114Z test_meta_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7197305Z test_meta_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7197499Z test_meta_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7197679Z test_meta_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7197832Z test_meta_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7198018Z test_meta_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7198197Z test_meta_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7198393Z test_meta_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7198585Z test_meta_unbind_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7198780Z test_meta_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7198975Z test_meta_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7199170Z test_meta_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7199337Z test_meta_unbind_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7199526Z test_meta_unbind_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7199714Z test_meta_unbind_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7199899Z test_meta_unbind_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7200086Z test_meta_unbind_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7200263Z test_meta_unbind_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7200449Z test_meta_unbind_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7200633Z test_meta_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7200808Z test_meta_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7201043Z test_meta_unflatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7201252Z test_meta_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7201495Z test_meta_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7201696Z test_meta_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7201891Z test_meta_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7202083Z test_meta_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7202270Z test_meta_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7202443Z test_meta_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7202634Z test_meta_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7202827Z test_meta_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7203018Z test_meta_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7203207Z test_meta_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7203391Z test_meta_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7203576Z test_meta_unfold_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7203769Z test_meta_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7203940Z test_meta_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7204135Z test_meta_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7204324Z test_meta_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7204561Z test_meta_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7204749Z test_meta_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7204942Z test_meta_unfold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7205125Z test_meta_unfold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7205303Z test_meta_unfold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7205466Z test_meta_unfold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-12-01T10:37:37.7205651Z test_meta_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-12-01T10:37:37.7205844Z test_meta_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7206041Z test_meta_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7206237Z test_meta_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7206430Z test_meta_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7206616Z test_meta_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7206803Z test_meta_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7206989Z test_meta_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... ok (1.241s) 2022-12-01T10:37:37.7207201Z test_meta_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.265s) 2022-12-01T10:37:37.7207405Z test_meta_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.262s) 2022-12-01T10:37:37.7207604Z test_meta_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.266s) 2022-12-01T10:37:37.7207808Z test_meta_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.246s) 2022-12-01T10:37:37.7208015Z test_meta_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.244s) 2022-12-01T10:37:37.7208222Z test_meta_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.245s) 2022-12-01T10:37:37.7208425Z test_meta_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.245s) 2022-12-01T10:37:37.7208651Z test_meta_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.244s) 2022-12-01T10:37:37.7208846Z test_meta_unique_cuda_bool (__main__.TestMetaCUDA) ... ok (2.543s) 2022-12-01T10:37:37.7209034Z test_meta_unique_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.577s) 2022-12-01T10:37:37.7209218Z test_meta_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.576s) 2022-12-01T10:37:37.7209406Z test_meta_unique_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.591s) 2022-12-01T10:37:37.7209591Z test_meta_unique_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.753s) 2022-12-01T10:37:37.7209770Z test_meta_unique_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.559s) 2022-12-01T10:37:37.7209946Z test_meta_unique_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.563s) 2022-12-01T10:37:37.7210113Z test_meta_unique_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.553s) 2022-12-01T10:37:37.7210299Z test_meta_unique_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.554s) 2022-12-01T10:37:37.7210498Z test_meta_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7210691Z test_meta_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7210896Z test_meta_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7211098Z test_meta_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7211297Z test_meta_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7211493Z test_meta_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7211665Z test_meta_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7211853Z test_meta_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7212095Z test_meta_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7212285Z test_meta_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7212478Z test_meta_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7212666Z test_meta_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7212854Z test_meta_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7213040Z test_meta_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7213207Z test_meta_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7213396Z test_meta_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7213580Z test_meta_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7213762Z test_meta_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7213946Z test_meta_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7214139Z test_meta_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7214337Z test_meta_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7214512Z test_meta_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7214704Z test_meta_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7214891Z test_meta_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7215082Z test_meta_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7215269Z test_meta_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7215462Z test_meta_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7215656Z test_meta_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7215849Z test_meta_vdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7216013Z test_meta_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7216199Z test_meta_vdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7216450Z test_meta_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7216661Z test_meta_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7216863Z test_meta_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7217052Z test_meta_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7217236Z test_meta_view_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7217433Z test_meta_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7217602Z test_meta_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7217799Z test_meta_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7217986Z test_meta_view_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7218176Z test_meta_view_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7218359Z test_meta_view_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7218543Z test_meta_view_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7218727Z test_meta_view_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7218912Z test_meta_view_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7219072Z test_meta_view_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7219260Z test_meta_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7219466Z test_meta_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7219717Z test_meta_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7219904Z test_meta_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7220087Z test_meta_view_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7220280Z test_meta_view_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7220470Z test_meta_view_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7220633Z test_meta_view_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7220819Z test_meta_view_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7221002Z test_meta_view_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7221185Z test_meta_view_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7221365Z test_meta_view_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7221546Z test_meta_view_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7221729Z test_meta_view_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7221907Z test_meta_view_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7222065Z test_meta_view_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7222259Z test_meta_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7222449Z test_meta_vsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7222644Z test_meta_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7222839Z test_meta_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7223031Z test_meta_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7223224Z test_meta_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7223415Z test_meta_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7223586Z test_meta_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7223774Z test_meta_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7224006Z test_meta_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7224192Z test_meta_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7224380Z test_meta_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7224564Z test_meta_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7224755Z test_meta_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7224939Z test_meta_vstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7225112Z test_meta_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7225305Z test_meta_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7225508Z test_meta_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-12-01T10:37:37.7225695Z test_meta_vstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7225885Z test_meta_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7226076Z test_meta_vstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7226261Z test_meta_vstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7226423Z test_meta_vstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7226606Z test_meta_vstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7226790Z test_meta_vstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7226972Z test_meta_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7227162Z test_meta_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7227393Z test_meta_where_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7227584Z test_meta_where_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7227774Z test_meta_where_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7227946Z test_meta_where_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-12-01T10:37:37.7228138Z test_meta_where_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7228324Z test_meta_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7228510Z test_meta_where_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-12-01T10:37:37.7228696Z test_meta_where_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7228879Z test_meta_where_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7229057Z test_meta_where_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7229245Z test_meta_where_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7229400Z test_meta_where_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7229589Z test_meta_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7229776Z test_meta_xlogy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-12-01T10:37:37.7229965Z test_meta_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7230148Z test_meta_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7230334Z test_meta_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-12-01T10:37:37.7230651Z test_meta_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7230842Z test_meta_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7230997Z test_meta_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7231178Z test_meta_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7231368Z test_meta_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-12-01T10:37:37.7231559Z test_meta_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7231816Z test_meta_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7232018Z test_meta_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7232209Z test_meta_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7232392Z test_meta_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7232549Z test_meta_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7232727Z test_meta_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7232900Z test_meta_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7233075Z test_meta_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7233249Z test_meta_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7233422Z test_meta_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7233598Z test_meta_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-12-01T10:37:37.7233765Z test_meta_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7233944Z test_meta_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7234131Z test_meta_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7234316Z test_meta_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7234502Z test_meta_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7234683Z test_meta_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7234865Z test_meta_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7235111Z test_meta_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7235270Z test_meta_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7235443Z test_meta_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7235617Z test_meta_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7235793Z test_meta_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7235972Z test_meta_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-12-01T10:37:37.7236165Z test_meta_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7236349Z test_meta_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7236547Z test_meta_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7236723Z test_meta_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7236920Z test_meta_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-12-01T10:37:37.7237108Z test_meta_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7237295Z test_meta_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7237482Z test_meta_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7237668Z test_meta_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7237853Z test_meta_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7238032Z test_meta_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7238200Z test_meta_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7238385Z test_meta_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-12-01T10:37:37.7238589Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:37:37.7238761Z test_imag (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:37:37.7238926Z test_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:37:37.7239099Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:37:37.7239335Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:37:37.7239542Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:37:37.7239708Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:37:37.7239885Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:37:37.7240064Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:37:37.7240240Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:37:37.7240423Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:37:37.7240595Z test_weakref (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:37:37.7240627Z 2022-12-01T10:37:37.7240924Z ---------------------------------------------------------------------- 2022-12-01T10:37:37.7241045Z Ran 10426 tests in 1010.038s 2022-12-01T10:37:37.7241065Z 2022-12-01T10:37:37.7241158Z OK (skipped=163) 2022-12-01T10:37:37.7241177Z 2022-12-01T10:37:37.7241306Z Generating XML reports... 2022-12-01T10:37:37.7241677Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaCUDA-20221201102044.xml 2022-12-01T10:37:37.7242063Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20221201102044.xml 2022-12-01T10:37:37.7242083Z 2022-12-01T10:37:37.7242792Z ##[endgroup] 2022-12-01T10:37:37.7243159Z FINISHED PRINTING LOG FILE of test_meta (/var/lib/jenkins/workspace/test/test-reports/test_meta_0m9f1f4v) 2022-12-01T10:37:37.7243180Z 2022-12-01T10:37:39.5446430Z Ignoring disabled issues: [] 2022-12-01T10:37:39.5777083Z Running test_foreach ... [2022-12-01 10:37:39.577264] 2022-12-01T10:37:39.5779136Z Executing ['/opt/conda/bin/python', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:37:39.577600] 2022-12-01T10:42:29.8209299Z 2022-12-01T10:42:29.8210198Z Expand the folded group to see the log file of test_foreach 2022-12-01T10:42:29.8211755Z ##[group]PRINTING LOG FILE of test_foreach (/var/lib/jenkins/workspace/test/test-reports/test_foreach_8ku8o58g) 2022-12-01T10:42:29.8263324Z 2022-12-01T10:42:29.8263864Z Running tests... 2022-12-01T10:42:29.8265027Z ---------------------------------------------------------------------- 2022-12-01T10:42:29.8265639Z Test results will be stored in test-reports/python-unittest/test_foreach 2022-12-01T10:42:29.8266129Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:29.8272589Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_bool (__main__.TestForeachCUDA) ... ok (0.001s) 2022-12-01T10:42:29.8273655Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.001s) 2022-12-01T10:42:29.8274732Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.001s) 2022-12-01T10:42:29.8275274Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.001s) 2022-12-01T10:42:29.8276048Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:29.8276698Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.001s) 2022-12-01T10:42:29.8277657Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.001s) 2022-12-01T10:42:29.8278524Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.001s) 2022-12-01T10:42:29.8279474Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.001s) 2022-12-01T10:42:29.8280355Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.001s) 2022-12-01T10:42:29.8281207Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.001s) 2022-12-01T10:42:29.8282580Z test_binary_op_list_error_cases__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.057s) 2022-12-01T10:42:29.8283499Z test_binary_op_list_error_cases__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.055s) 2022-12-01T10:42:29.8355287Z test_binary_op_list_error_cases__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-12-01T10:42:29.8356340Z test_binary_op_list_error_cases__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-12-01T10:42:29.8357286Z test_binary_op_list_error_cases__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-12-01T10:42:29.8358222Z test_binary_op_list_error_cases__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-12-01T10:42:29.8359024Z test_binary_op_list_error_cases__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-12-01T10:42:29.8360005Z test_binary_op_list_error_cases__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-12-01T10:42:29.8360959Z test_binary_op_list_error_cases__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-12-01T10:42:29.8361527Z test_binary_op_list_error_cases__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-12-01T10:42:29.8362572Z test_binary_op_list_error_cases__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-12-01T10:42:29.8363686Z test_binary_op_list_error_cases__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-12-01T10:42:29.8364910Z test_binary_op_list_error_cases__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-12-01T10:42:29.8366156Z test_binary_op_list_error_cases__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.051s) 2022-12-01T10:42:29.8367631Z test_binary_op_list_error_cases__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-12-01T10:42:29.8368866Z test_binary_op_list_error_cases__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-12-01T10:42:29.8370205Z test_binary_op_list_error_cases__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-12-01T10:42:29.8371374Z test_binary_op_list_error_cases__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-12-01T10:42:29.8372553Z test_binary_op_list_error_cases__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-12-01T10:42:29.8373596Z test_binary_op_list_error_cases__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-12-01T10:42:29.8374834Z test_binary_op_list_error_cases__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-12-01T10:42:29.8376001Z test_binary_op_list_error_cases__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-12-01T10:42:29.8377123Z test_binary_op_list_error_cases__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-12-01T10:42:29.8378238Z test_binary_op_list_error_cases__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-12-01T10:42:29.8379477Z test_binary_op_list_error_cases__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-12-01T10:42:29.8380596Z test_binary_op_list_error_cases__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.053s) 2022-12-01T10:42:29.8381773Z test_binary_op_list_error_cases__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-12-01T10:42:29.8382900Z test_binary_op_list_error_cases__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-12-01T10:42:29.8384150Z test_binary_op_list_error_cases__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-12-01T10:42:29.8385305Z test_binary_op_list_error_cases__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-12-01T10:42:29.8386395Z test_binary_op_list_error_cases__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-12-01T10:42:29.8387651Z test_binary_op_list_error_cases__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-12-01T10:42:29.8388835Z test_binary_op_list_error_cases__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-12-01T10:42:29.8390012Z test_binary_op_list_error_cases__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-12-01T10:42:29.8391177Z test_binary_op_list_error_cases__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-12-01T10:42:29.8392340Z test_binary_op_list_error_cases__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-12-01T10:42:29.8392857Z test_binary_op_list_error_cases__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-12-01T10:42:29.8393375Z test_binary_op_list_error_cases__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.048s) 2022-12-01T10:42:29.8393805Z test_binary_op_list_error_cases__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-12-01T10:42:29.8394349Z test_binary_op_list_error_cases__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-12-01T10:42:29.8394803Z test_binary_op_list_error_cases__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-12-01T10:42:29.8395304Z test_binary_op_list_error_cases__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-12-01T10:42:29.8395763Z test_binary_op_list_error_cases__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-12-01T10:42:29.8396195Z test_binary_op_list_error_cases__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-12-01T10:42:29.8396689Z test_binary_op_list_error_cases__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-12-01T10:42:29.8397319Z test_binary_op_list_error_cases__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-12-01T10:42:29.8397799Z test_binary_op_list_error_cases__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-12-01T10:42:29.8398275Z test_binary_op_list_error_cases__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-12-01T10:42:29.8399086Z test_binary_op_list_slow_path__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8399803Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8400352Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8400952Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8401562Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8402127Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8402708Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8403330Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8403917Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8404431Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8405063Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8405663Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8406254Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8406763Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8407486Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8407990Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8408426Z ok (0.373s) 2022-12-01T10:42:29.8409020Z test_binary_op_list_slow_path__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8409707Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8410271Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8410842Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8411440Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8412016Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8412608Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8413203Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8413732Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8414350Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8414957Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8415684Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8416256Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8416776Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8417388Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8417914Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8418270Z ok (0.029s) 2022-12-01T10:42:29.8418966Z test_binary_op_list_slow_path__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8419623Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8420258Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8420769Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8421390Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8421983Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8422576Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8423134Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8423667Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8424354Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8424888Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8425450Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8426145Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8426729Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8427346Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8427870Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8428297Z ok (0.034s) 2022-12-01T10:42:29.8428917Z test_binary_op_list_slow_path__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8429564Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8430175Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8431119Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8431802Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8432376Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8432866Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8433463Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8434050Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8434717Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8435349Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8435952Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8436449Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8437118Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8437707Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8438248Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8440669Z ok (0.031s) 2022-12-01T10:42:29.8457286Z test_binary_op_list_slow_path__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8457996Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8458628Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8459250Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8459767Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8460349Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8460918Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8461491Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8462169Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8462674Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8463410Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8463989Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8464604Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8465466Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8466078Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8466550Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8466921Z ok (0.029s) 2022-12-01T10:42:29.8467598Z test_binary_op_list_slow_path__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8468289Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8468866Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8469407Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8470005Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8471136Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8472130Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8473574Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8474227Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8475737Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8484397Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8485631Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8521791Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8567839Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8569535Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8571374Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8572052Z ok (0.028s) 2022-12-01T10:42:29.8573324Z test_binary_op_list_slow_path__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8574720Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8575821Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8576875Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8581081Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8582268Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8583469Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8584638Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8585990Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8587200Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8588349Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8589501Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8590903Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8592072Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8593169Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8594274Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8594907Z ok (0.030s) 2022-12-01T10:42:29.8596145Z test_binary_op_list_slow_path__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8615773Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8616973Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8618180Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8619387Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8620492Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8629291Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8630531Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8631910Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8632995Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8634201Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8635379Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8636435Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8637539Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8638668Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8639830Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8640517Z ok (0.028s) 2022-12-01T10:42:29.8641721Z test_binary_op_list_slow_path__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8643000Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8644130Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8645239Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8646292Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8647472Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8648707Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8649749Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8650948Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8652156Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8653424Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8654559Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8655508Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8656740Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8657861Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8658951Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8659486Z ok (0.027s) 2022-12-01T10:42:29.8660246Z test_binary_op_list_slow_path__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8661547Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8662226Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8662996Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8663734Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8664326Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8664916Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8665514Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8666145Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8666719Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8667334Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8667904Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8668427Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8669094Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8669717Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8670298Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8670930Z ok (0.026s) 2022-12-01T10:42:29.8671716Z test_binary_op_list_slow_path__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8672427Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8673019Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8673588Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8674262Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8674913Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8675495Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8676084Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8676651Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8677252Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8677861Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8678708Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8679533Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8680226Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8681010Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8681784Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8682173Z ok (0.025s) 2022-12-01T10:42:29.8683027Z test_binary_op_list_slow_path__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8683893Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8684855Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8685654Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8686438Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8687193Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8687925Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8688730Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8689491Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8690257Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8691053Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8691801Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8692518Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8693274Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8694025Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8694861Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8695428Z ok (0.025s) 2022-12-01T10:42:29.8696309Z test_binary_op_list_slow_path__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8697667Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8698789Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8700074Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8701245Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8702411Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8703558Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8704690Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8705740Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8706780Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8707820Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8708967Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8710081Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8711405Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8712559Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8713677Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8714362Z ok (0.030s) 2022-12-01T10:42:29.8715627Z test_binary_op_list_slow_path__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8717114Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8718276Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8719368Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8720483Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8721654Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8722781Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8723857Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8725164Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8726223Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8727389Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8728557Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8729626Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8730764Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8731887Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8733009Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8733689Z ok (0.071s) 2022-12-01T10:42:29.8734963Z test_binary_op_list_slow_path__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8736437Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8737557Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8738669Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8739800Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8740939Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8742086Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8743161Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8744324Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8745477Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8746569Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8747701Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8748854Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8749970Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8751537Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8752830Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8753537Z ok (0.032s) 2022-12-01T10:42:29.8754809Z test_binary_op_list_slow_path__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8756143Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8757246Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8758417Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8759391Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8760416Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8761416Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8762513Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8763650Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8764803Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8765877Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8766888Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8768079Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8769097Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8770248Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8771357Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8772083Z ok (0.031s) 2022-12-01T10:42:29.8773316Z test_binary_op_list_slow_path__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8774794Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8775913Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8777087Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8778124Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8779227Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8780289Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8781313Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8782393Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8783508Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8784589Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8785566Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8786607Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8787802Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8788805Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8789977Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8790841Z ok (0.029s) 2022-12-01T10:42:29.8792118Z test_binary_op_list_slow_path__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8793300Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8794316Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8795418Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8796440Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8797548Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8798578Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8799636Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8800719Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8801703Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8802764Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8803895Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8804928Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8806091Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8807298Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8808341Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8808984Z ok (0.028s) 2022-12-01T10:42:29.8810185Z test_binary_op_list_slow_path__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8811459Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8812538Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8813670Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8814822Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8815972Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8817049Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8818028Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8819068Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8820191Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8821243Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8822396Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8823476Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8824594Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8825598Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8826637Z STAGE:2022-12-01 10:37:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8827263Z ok (0.029s) 2022-12-01T10:42:29.8828416Z test_binary_op_list_slow_path__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8829612Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8830811Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8831891Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8832967Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8833915Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8834904Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8836069Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8837234Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8837828Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8838422Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8839016Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8839670Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8840252Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8840841Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8841430Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8841760Z ok (0.075s) 2022-12-01T10:42:29.8842404Z test_binary_op_list_slow_path__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8843099Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8843681Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8844246Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8844838Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8845426Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8846016Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8846582Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8847173Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8847849Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8848410Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8849005Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8849589Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8850178Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8850741Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8851329Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8851694Z ok (0.074s) 2022-12-01T10:42:29.8852311Z test_binary_op_list_slow_path__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8853005Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8853600Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8854191Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8854751Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8855334Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8855923Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8856509Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8857076Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8857668Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8858310Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8858911Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8859474Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8860067Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8860649Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8861210Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8861586Z ok (0.071s) 2022-12-01T10:42:29.8862235Z test_binary_op_list_slow_path__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8862928Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8863489Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8864077Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8864662Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8865255Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8865873Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8866533Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8867115Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8867678Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8868266Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8868850Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8869433Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8869999Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8870743Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8871384Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8872011Z ok (0.071s) 2022-12-01T10:42:29.8873266Z test_binary_op_list_slow_path__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8874499Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8875572Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8876564Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8877603Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8878615Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8879632Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8880607Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8881663Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8882933Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8883931Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8884877Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8885792Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8886794Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8887822Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8888800Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8889386Z ok (0.072s) 2022-12-01T10:42:29.8890513Z test_binary_op_list_slow_path__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8891670Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8892671Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8893667Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8894592Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8895729Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8896776Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8897763Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8898700Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8899710Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8900658Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8901704Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8902671Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8903674Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8904655Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8905664Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8906235Z ok (0.030s) 2022-12-01T10:42:29.8907253Z test_binary_op_list_slow_path__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8908461Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8909389Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8910401Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8911656Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8912613Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8913848Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8914856Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8915838Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8916854Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8917786Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8918742Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8919780Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8920768Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8921707Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8922705Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8923285Z ok (0.026s) 2022-12-01T10:42:29.8924581Z test_binary_op_list_slow_path__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8925712Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8926726Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8927750Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8928813Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8929849Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8930856Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8931829Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8932914Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8934091Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8935091Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8936056Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8937069Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8938028Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8938935Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8939993Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8940570Z ok (0.029s) 2022-12-01T10:42:29.8941648Z test_binary_op_list_slow_path__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8942793Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8943810Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8944768Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8945866Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8946869Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8947889Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8948796Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8949857Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8951006Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8952005Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8953004Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8953949Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8954956Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8955894Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8956938Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8957547Z ok (0.030s) 2022-12-01T10:42:29.8958653Z test_binary_op_list_slow_path__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8959727Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8960904Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8961878Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8962960Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8963899Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8964936Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8965945Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8966939Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8967851Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8968853Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8969832Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8970844Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8971838Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8972797Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8973790Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8974411Z ok (0.028s) 2022-12-01T10:42:29.8975473Z test_binary_op_list_slow_path__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8976797Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8977994Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8978999Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8980011Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8980971Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8982000Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8982925Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8983883Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8984868Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8985884Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8986844Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8987862Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8988817Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8989816Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8990918Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8991565Z ok (0.028s) 2022-12-01T10:42:29.8992902Z test_binary_op_list_slow_path__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8994088Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8995072Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8996080Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8996962Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8997993Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.8998940Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.8999923Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9000987Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9001894Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9002907Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9003939Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9004921Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9005823Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9006893Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9007852Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9008454Z ok (0.030s) 2022-12-01T10:42:29.9009508Z test_binary_op_list_slow_path__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9010765Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9011792Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9012736Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9013798Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9014759Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9015755Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9016695Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9017653Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9018662Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9019658Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9020553Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9021591Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9022528Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9023544Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9024711Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9025296Z ok (0.025s) 2022-12-01T10:42:29.9026434Z test_binary_op_list_slow_path__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9027528Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9028461Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9029475Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9030386Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9031540Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9032514Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9033505Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9034405Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9035329Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9036414Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9037005Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9037593Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9038149Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9038748Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9039254Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9039728Z ok (0.026s) 2022-12-01T10:42:29.9040367Z test_binary_op_list_slow_path__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9041063Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9041649Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9042213Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9042805Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9043406Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9043992Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9044561Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9045142Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9045730Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9046326Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9046898Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9047490Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9048180Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9048737Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9049335Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9049701Z ok (0.027s) 2022-12-01T10:42:29.9050347Z test_binary_op_list_slow_path__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9051011Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9051597Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9052187Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9052779Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9053349Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9053942Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9054531Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9055089Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9055676Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9056262Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9056848Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9057419Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9058005Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9058642Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9059246Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9059588Z ok (0.027s) 2022-12-01T10:42:29.9060234Z test_binary_op_list_slow_path__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9060924Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9061483Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9062085Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9062677Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9063266Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9063832Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9064424Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9065007Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9065573Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9066161Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9066820Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9067410Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9067979Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9068564Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9069153Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9069522Z ok (0.026s) 2022-12-01T10:42:29.9070154Z test_binary_op_list_slow_path__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9071042Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9071635Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9072200Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9072792Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9073387Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9073977Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9074542Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9075127Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9075723Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9076315Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9076873Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9077532Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9078135Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9078696Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9079283Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9079649Z ok (0.028s) 2022-12-01T10:42:29.9080299Z test_binary_op_list_slow_path__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9080975Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9081561Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9082153Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9082737Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9083304Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9083892Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9084477Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9085036Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9085718Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9086309Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9086902Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9087463Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9088055Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9088636Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9089226Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9089565Z ok (0.112s) 2022-12-01T10:42:29.9090225Z test_binary_op_list_slow_path__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9090925Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9091493Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9092089Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9092675Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9093264Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9093824Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9094409Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9095002Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9095593Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9096239Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9096846Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9097432Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9097994Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9098585Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9099178Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9099550Z ok (0.030s) 2022-12-01T10:42:29.9100184Z test_binary_op_list_slow_path__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9100881Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9101463Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9102036Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9102593Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9103169Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9103738Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9104360Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9104927Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9129334Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9129921Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9130482Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9131052Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9131637Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9132210Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9132777Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9133128Z ok (0.030s) 2022-12-01T10:42:29.9133770Z test_binary_op_list_slow_path__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9134435Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9135011Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9135587Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9136160Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9136720Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9137300Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9137877Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9138552Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9139128Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9139708Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9140285Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9140835Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9141417Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9142000Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9142579Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9142912Z ok (0.028s) 2022-12-01T10:42:29.9143555Z test_binary_op_list_slow_path__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9144234Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9144812Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9145374Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9145948Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9146609Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9147163Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9147747Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9148321Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9148899Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9149454Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9150030Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9150838Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9151434Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9151988Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9152567Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9152921Z ok (0.029s) 2022-12-01T10:42:29.9153541Z test_binary_op_list_slow_path__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9154217Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9154789Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9155363Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9155926Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9156504Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9157157Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9157750Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9158305Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9158883Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9159455Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9160010Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9160594Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9161171Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9161747Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9162306Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9162656Z ok (0.027s) 2022-12-01T10:42:29.9163288Z test_binary_op_list_slow_path__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9163962Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9164517Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9165261Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9165891Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9166454Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9167029Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9167603Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9168180Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9168737Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9169313Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9169899Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9170470Z STAGE:2022-12-01 10:37:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9171027Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9171598Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9172175Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9172506Z ok (0.025s) 2022-12-01T10:42:29.9173134Z test_binary_op_list_slow_path__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9173809Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9174387Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9174949Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9175582Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9176174Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9176750Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9177310Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9177884Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9178460Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9179020Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9179604Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9180181Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9180748Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9181304Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9181878Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9182233Z ok (0.026s) 2022-12-01T10:42:29.9182856Z test_binary_op_list_slow_path__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9183510Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9184144Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9184719Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9185293Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9185853Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9186419Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9186990Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9187538Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9188113Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9188688Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9189266Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9189823Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9190522Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9191179Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9191751Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9192277Z ok (0.147s) 2022-12-01T10:42:29.9192909Z test_binary_op_list_slow_path__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9193583Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9194212Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9194802Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9195374Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9195951Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9196500Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9197069Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9197638Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9198215Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9198771Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9199346Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9199916Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9200472Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9201041Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9201612Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9201958Z ok (0.028s) 2022-12-01T10:42:29.9202651Z test_binary_op_list_slow_path__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9203335Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9203905Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9204458Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9205029Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9205605Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9206176Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9206733Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9207310Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9207882Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9208451Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9209010Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9209578Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9210150Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9210702Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9211276Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9211629Z ok (0.026s) 2022-12-01T10:42:29.9212327Z test_binary_op_scalar_fastpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9213010Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9213584Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9214160Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9214728Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9215286Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9215862Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9216443Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9216995Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9217566Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9218142Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9218714Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9219267Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9219836Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9220405Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9221038Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9221593Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9222170Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9222737Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9223288Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9223858Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9224484Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9225056Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9225616Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9226186Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9226757Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9227326Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9227883Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9228454Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9229027Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9229579Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9230162Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9230710Z ok (0.257s) 2022-12-01T10:42:29.9231435Z test_binary_op_scalar_fastpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9232116Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9232684Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9233255Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9233824Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9234386Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9234959Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9235533Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9236088Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9236666Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9237234Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9237805Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9238360Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9238928Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9239579Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9240146Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9240707Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9241280Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9241846Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9242402Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9242974Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9243546Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9244116Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9244679Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9245250Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9245824Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9246390Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9246946Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9247516Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9248087Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9248647Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9249217Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9249614Z ok (0.234s) 2022-12-01T10:42:29.9250279Z test_binary_op_scalar_fastpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9250953Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9251523Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9252099Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9252669Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9253231Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9253798Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9254370Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9254928Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9255503Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9256070Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9256642Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9257195Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9257830Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9258393Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9259186Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9259746Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9260321Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9260889Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9261441Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9262007Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9262585Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9263152Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9263714Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9264283Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9264857Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9265409Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9265980Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9266551Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9267127Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9267677Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9268315Z STAGE:2022-12-01 10:37:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9268672Z ok (0.270s) 2022-12-01T10:42:29.9269321Z test_binary_op_scalar_fastpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9269991Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9270761Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9271348Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9271907Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9272480Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9273051Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9273623Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9274178Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9274752Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9275323Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9275895Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9276538Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9277111Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9277681Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9278239Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9278811Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9279382Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9279955Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9280512Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9281089Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9281656Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9282224Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9282785Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9283351Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9283920Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9284471Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9285041Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9285618Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9286190Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9286810Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9287399Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9287755Z ok (0.306s) 2022-12-01T10:42:29.9288407Z test_binary_op_scalar_fastpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9289082Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9289655Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9290234Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9290784Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9291372Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9291946Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9292520Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9293074Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9293645Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9294215Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9294952Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9295257Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9295871Z /var/lib/jenkins/workspace/test/test_foreach.py:79: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:42:29.9296016Z actual = self.func(*inputs, **kwargs) 2022-12-01T10:42:29.9296345Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9296666Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9296995Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9297318Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9297653Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9297977Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9298290Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9298609Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9298934Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9299257Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9299585Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9299907Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9300242Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9300609Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9300945Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9301253Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9301581Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9301903Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9302230Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9302332Z ok (0.261s) 2022-12-01T10:42:29.9302853Z test_binary_op_scalar_fastpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9303188Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9303510Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9303822Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9304149Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9304474Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9304798Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9305126Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9305506Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9305844Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9306173Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9306499Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9306800Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9307121Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9307436Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9307763Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9308090Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9308426Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9308751Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9309082Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9309402Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9309713Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9310036Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9310360Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9310850Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9311251Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9311590Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9311918Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9312236Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9312562Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9312865Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9313191Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9313297Z ok (0.255s) 2022-12-01T10:42:29.9313817Z test_binary_op_scalar_fastpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9314147Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9314467Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9314796Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9315119Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9315429Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9315749Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9316149Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9316473Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9316805Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9317122Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9317448Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9317769Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9318101Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9318405Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9318734Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9319056Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9319388Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9319719Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9320047Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9320369Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9320700Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9321023Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9321338Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9321665Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9322040Z STAGE:2022-12-01 10:37:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9322375Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9322703Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9323026Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9323357Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9323685Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9324001Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9324144Z ok (0.245s) 2022-12-01T10:42:29.9324660Z test_binary_op_scalar_fastpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9324994Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9325322Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9325656Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9325982Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9326310Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9326689Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9327000Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9327329Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9327657Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9327982Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9328312Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9328637Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9328965Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9329293Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9329620Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9329929Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9330265Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9330593Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9330923Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9331249Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9331582Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9331912Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9332241Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9332621Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9332940Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9333264Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9333593Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9333913Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9334242Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9334567Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9334900Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9335004Z ok (0.214s) 2022-12-01T10:42:29.9335495Z test_binary_op_scalar_fastpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9335827Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9336150Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9336482Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9336806Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9337190Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9337516Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9337848Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9338168Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9338476Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9338796Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9339124Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9339445Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9339780Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9340105Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9340438Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9340762Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9341087Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9341393Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9341721Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9342043Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9342375Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9342693Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9343070Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9343403Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9343730Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9344055Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9344364Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9344699Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9345035Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9345357Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9345686Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9345796Z ok (0.220s) 2022-12-01T10:42:29.9346301Z test_binary_op_scalar_fastpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9346633Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9346938Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9347269Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9347653Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9347996Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9348325Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9348656Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9348978Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9349314Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9349638Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9349949Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9350276Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9350758Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9351101Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9351430Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9351753Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9352082Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9352407Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9352738Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9353046Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9353376Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9353763Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9354112Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9354431Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9354763Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9355091Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9355426Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9355735Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9356062Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9356384Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9356716Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9356826Z ok (0.219s) 2022-12-01T10:42:29.9357335Z test_binary_op_scalar_fastpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9357666Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9357988Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9358387Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9358691Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9359021Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9359346Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9359678Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9360001Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9360332Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9360647Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9360986Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9361313Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9361626Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9361949Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9362279Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9362612Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9362946Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9363267Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9363601Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9363926Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9364307Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9364625Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9364957Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9365280Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9365606Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9365929Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9366265Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9366589Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9366922Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9367224Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9367556Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9367661Z ok (0.227s) 2022-12-01T10:42:29.9368174Z test_binary_op_scalar_fastpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9368510Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9368907Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9369234Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9369560Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9369892Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9370197Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9370528Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9370852Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9371188Z STAGE:2022-12-01 10:37:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9371519Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9371851Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9372178Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9372513Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9372836Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9373146Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9373469Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9373800Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9374131Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9374463Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9374835Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9375173Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9375492Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9375816Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9376119Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9376445Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9376777Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9377106Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9377433Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9377766Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9378092Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9378427Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9378514Z ok (0.214s) 2022-12-01T10:42:29.9379028Z test_binary_op_scalar_fastpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9379415Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9379739Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9380070Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9380392Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9380721Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9381044Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9381372Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9381675Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9382012Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9382337Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9382675Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9383006Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9383337Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9383661Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9383987Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9384309Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9384623Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9384943Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9385313Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9385645Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9385972Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9386298Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9386630Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9386951Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9387284Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9387587Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9387915Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9388238Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9388567Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9388884Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9389212Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9389312Z ok (0.256s) 2022-12-01T10:42:29.9389822Z test_binary_op_scalar_fastpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9390188Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9390659Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9391008Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9391339Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9391665Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9391987Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9392317Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9392643Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9392978Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9393287Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9393616Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9393936Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9394267Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9394593Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9394922Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9395243Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9395575Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9395977Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9396302Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9396621Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9396950Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9397271Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9397599Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9397917Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9398250Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9398579Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9398895Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9399216Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9399543Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9399869Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9400200Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9400306Z ok (0.270s) 2022-12-01T10:42:29.9400911Z test_binary_op_scalar_fastpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9401244Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9401573Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9401885Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9402207Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9402537Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9402860Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9403188Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9403516Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9403851Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9404178Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9404509Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9404814Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9405145Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9405466Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9405795Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9406126Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9406504Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9406834Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9407163Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9407490Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9407802Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9408124Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9408450Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9408777Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9409108Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9409433Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9409767Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9410092Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9410400Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9410725Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9411056Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9411218Z ok (0.271s) 2022-12-01T10:42:29.9411746Z test_binary_op_scalar_fastpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9412081Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9412409Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9412741Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9413063Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9413373Z STAGE:2022-12-01 10:37:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9413703Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9414035Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9414363Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9414692Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9415015Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9415341Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9415669Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9416000Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9416304Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9416641Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9416962Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9417334Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9417669Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9418002Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9418327Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9418650Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9418965Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9419280Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9419600Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9419930Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9420250Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9420575Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9420900Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9421225Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9421543Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9421909Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9422017Z ok (0.283s) 2022-12-01T10:42:29.9422533Z test_binary_op_scalar_fastpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9422862Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9423181Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9423508Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9423830Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9424205Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9424537Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9424853Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9425177Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9425511Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9425841Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9426173Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9426497Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9426826Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9427152Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9427479Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9427855Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9428199Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9428523Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9428851Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9429170Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9429500Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9429833Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9430163Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9430641Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9430959Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9431289Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9431618Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9431941Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9432272Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9432685Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9433017Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9433129Z ok (0.700s) 2022-12-01T10:42:29.9433629Z test_binary_op_scalar_fastpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9433960Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9434289Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9434620Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9434938Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9435277Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9435598Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9435931Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9436256Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9436565Z STAGE:2022-12-01 10:37:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9436888Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9437217Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9437544Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9437878Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9438204Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9438593Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9438930Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9439261Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9439568Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9439903Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9440226Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9440566Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9440892Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9441228Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9441557Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9441889Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9442194Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9442529Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9442853Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9443259Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9443587Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9443920Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9444028Z ok (0.259s) 2022-12-01T10:42:29.9444546Z test_binary_op_scalar_fastpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9444883Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9445191Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9445524Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9445862Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9446199Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9446529Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9446863Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9447192Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9447525Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9447832Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9541363Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9541963Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9542295Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9542984Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9543337Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9543655Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9543987Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9544312Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9544626Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9544956Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9545282Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9545599Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9545933Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9546250Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9546572Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9546897Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9547226Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9547645Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9547974Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9548291Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9548612Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9548717Z ok (0.241s) 2022-12-01T10:42:29.9549243Z test_binary_op_scalar_fastpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9549567Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9549886Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9550204Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9550723Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9551065Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9551392Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9551710Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9552018Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9552346Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9552664Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9552995Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9553300Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9553690Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9554027Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9554344Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9554661Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9554979Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9555290Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9555625Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9555938Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9556252Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9556576Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9556897Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9557217Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9557534Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9557845Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9558247Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9558569Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9558883Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9559199Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9559524Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9559622Z ok (0.270s) 2022-12-01T10:42:29.9560581Z test_binary_op_scalar_fastpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84048 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:29.9561502Z test_binary_op_scalar_fastpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86892 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:29.9562406Z test_binary_op_scalar_fastpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84047 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:29.9563351Z test_binary_op_scalar_fastpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86999 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:29.9564278Z test_binary_op_scalar_fastpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86996 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:29.9564779Z test_binary_op_scalar_fastpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9565105Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9565426Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9565756Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9566073Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9566405Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9566726Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9567039Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9567352Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9567682Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9568055Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9568376Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9568701Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9569024Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9569342Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9569655Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9569979Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9570296Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9570620Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9570945Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9571270Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9571590Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9571900Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9572216Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9572523Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9572852Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9573177Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9573552Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9573877Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9574197Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9574523Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9574846Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9574951Z ok (0.230s) 2022-12-01T10:42:29.9575458Z test_binary_op_scalar_fastpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9575787Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9576102Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9576430Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9576746Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9577078Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9577393Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9577712Z STAGE:2022-12-01 10:37:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9578017Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9578402Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9578718Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9579036Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9579358Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9579677Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9579999Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9580318Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9580634Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9580952Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9581275Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9581600Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9581920Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9582246Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9582570Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9582890Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9583203Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9583537Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9583841Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9584232Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9584570Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9584889Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9585204Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9585535Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9585635Z ok (0.273s) 2022-12-01T10:42:29.9586157Z test_binary_op_scalar_fastpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9586491Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9586801Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9587122Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9587443Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9587765Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9588090Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9588410Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9588781Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9589114Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9589417Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9589744Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9590062Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9590391Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9590869Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9591210Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9591532Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9591859Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9592189Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9592503Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9592823Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9593149Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9593460Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9593788Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9594108Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9594438Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9594826Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9595165Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9595471Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9595799Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9596116Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9596433Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9596543Z ok (0.283s) 2022-12-01T10:42:29.9597062Z test_binary_op_scalar_fastpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9597391Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9597705Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9598038Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9598345Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9598666Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9598994Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9599417Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9599731Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9600061Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9600378Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9600712Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9601019Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9601342Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9601661Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9601986Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9602303Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9602633Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9602952Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9603280Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9603600Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9603909Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9604224Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9604563Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9604886Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9605267Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9605601Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9605929Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9606243Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9606565Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9606870Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9607206Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9607306Z ok (0.253s) 2022-12-01T10:42:29.9607819Z test_binary_op_scalar_fastpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9608154Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9608473Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9608802Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9609122Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9609455Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9609819Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9610143Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9610463Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9610792Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9611112Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9611440Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9611755Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9612090Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9612402Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9612729Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9613048Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9613378Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9613702Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9614031Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9614353Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9614678Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9615010Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9615321Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9615687Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9616025Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9616345Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9616678Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9617002Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9617326Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9617658Z STAGE:2022-12-01 10:37:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9617984Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9618069Z ok (0.260s) 2022-12-01T10:42:29.9618585Z test_binary_op_scalar_fastpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9618916Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9619244Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9619580Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9619900Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9620278Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9620603Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9620918Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9621239Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9621564Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9621888Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9622214Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9622537Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9622876Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9623198Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9623530Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9623836Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9624211Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9624543Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9624868Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9625190Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9625520Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9625835Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9626212Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9626546Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9626857Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9627178Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9627511Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9627832Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9628164Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9628491Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9628826Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9628928Z ok (0.242s) 2022-12-01T10:42:29.9629419Z test_binary_op_scalar_fastpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9629754Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9630081Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9630541Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9631084Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9631332Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9631659Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9631992Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9632320Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9632632Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9632962Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9633293Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9633618Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9633954Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9634278Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9634615Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9634943Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9635273Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9635579Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9635907Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9636231Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9636560Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9636952Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9637287Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9637609Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9637936Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9638248Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9638557Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9638884Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9639216Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9639536Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9639863Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9639965Z ok (0.211s) 2022-12-01T10:42:29.9640472Z test_binary_op_scalar_fastpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9640795Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9641120Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9641489Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9641809Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9642138Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9642456Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9642776Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9643094Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9643417Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9643736Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9644056Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9644384Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9644720Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9645044Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9645371Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9645694Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9646023Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9646338Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9646671Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9646974Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9647357Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9647691Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9648015Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9648333Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9648659Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9648979Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9649318Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9649644Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9649958Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9650285Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9650620Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9650721Z ok (0.208s) 2022-12-01T10:42:29.9651231Z test_binary_op_scalar_fastpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9651565Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9651952Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9652285Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9652618Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9652927Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9653255Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9653587Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9653911Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9654240Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9654571Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9654900Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9655225Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9655539Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9655864Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9656191Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9656511Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9656840Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9657164Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9657501Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9657872Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9658217Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9658523Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9658854Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9659174Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9659507Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9659832Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9660171Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9660504Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9660839Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9661165Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9661478Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9661588Z ok (0.208s) 2022-12-01T10:42:29.9662101Z test_binary_op_scalar_fastpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9662432Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9662815Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9663149Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9663474Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9663808Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9664113Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9664449Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9664776Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9665106Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9665430Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9665769Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9666098Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9666435Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9666761Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9667070Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9667401Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9667735Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9668065Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9668449Z STAGE:2022-12-01 10:37:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9668784Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9669120Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9669447Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9669780Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9670080Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9670542Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9670906Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9671251Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9671580Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9671911Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9672237Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9672571Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9672655Z ok (0.215s) 2022-12-01T10:42:29.9673168Z test_binary_op_scalar_fastpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9673605Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9673938Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9674275Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9674599Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9674930Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9675262Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9675595Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9675900Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9676242Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9676576Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9676914Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9677240Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9677569Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9677893Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9678232Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9678562Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9678874Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9679201Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9679606Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9679952Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9680284Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9680609Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9680943Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9681273Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9681609Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9681914Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9682245Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9682576Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9682911Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9683240Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9683572Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9683683Z ok (0.209s) 2022-12-01T10:42:29.9684264Z test_binary_op_scalar_fastpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9684604Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9684912Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9685248Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9685578Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9685914Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9686240Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9686572Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9686905Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9687242Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9687549Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9687885Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9688213Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9688548Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9688877Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9689208Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9689543Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9689874Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9690243Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9690564Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9690892Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9691230Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9691560Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9691893Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9692224Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9692557Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9692892Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9693229Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9693533Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9693863Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9694186Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9694518Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9694684Z ok (0.245s) 2022-12-01T10:42:29.9695200Z test_binary_op_scalar_fastpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9695541Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9695869Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9696180Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9696509Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9696837Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9697166Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9697505Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9697832Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9698165Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9698494Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9698824Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9699128Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9699463Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9699783Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9700118Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9700441Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9700813Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9701156Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9701493Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9701818Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9702128Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9702456Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9702793Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9703119Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9703452Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9703777Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9704109Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9704435Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9704766Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9705072Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9705510Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9705625Z ok (0.182s) 2022-12-01T10:42:29.9706154Z test_binary_op_scalar_fastpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9706488Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9706820Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9707155Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9707480Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9707793Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9708121Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9708452Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9708782Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9709117Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9709440Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9709768Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9710090Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9710424Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9710891Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9711216Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9711615Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9711961Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9712289Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9712619Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9712944Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9713279Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9713611Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9713920Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9714243Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9714574Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9714898Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9715231Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9715561Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9715894Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9716291Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9716627Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9716711Z ok (0.256s) 2022-12-01T10:42:29.9717234Z test_binary_op_scalar_fastpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9717572Z STAGE:2022-12-01 10:37:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9717902Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9718235Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9718564Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9718905Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9719235Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9719547Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9719881Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9720213Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9720538Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9720874Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9721200Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9721538Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9721865Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9722244Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9722558Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9722890Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9723220Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9723556Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9723884Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9724263Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9724598Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9724937Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9725267Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9725576Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9725904Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9726234Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9726562Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9726973Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9727298Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9727632Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9727741Z ok (0.272s) 2022-12-01T10:42:29.9728237Z test_binary_op_scalar_fastpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9728574Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9728902Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9729235Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9729567Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9729897Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9730226Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9730560Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9730885Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9731196Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9731529Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9731866Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9732202Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9732532Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9732900Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9733247Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9733572Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9733909Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9734211Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9734545Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9734876Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9735208Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9735540Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9735875Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9736203Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9736535Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9736863Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9737175Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9737559Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9737894Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9738226Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9738561Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9738667Z ok (0.244s) 2022-12-01T10:42:29.9739187Z test_binary_op_scalar_fastpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9739522Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9739829Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9740167Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9740492Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9740826Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9741156Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9741487Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9741811Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9742146Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9742482Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9742798Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9743126Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9743511Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9743854Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9744186Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9744514Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9744847Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9745176Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9745512Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9745815Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9746149Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9746476Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9746807Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9747136Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9747469Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9747799Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9748202Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9748535Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9748847Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9749174Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9749503Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9749614Z ok (0.245s) 2022-12-01T10:42:29.9750128Z test_binary_op_scalar_fastpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9750658Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9751020Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9751360Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9751667Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9752004Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9752331Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9752667Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9752993Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9753329Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9753657Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9753991Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9754397Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9754721Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9755051Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9755382Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9755708Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9756038Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9756367Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9756701Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9757027Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9757361Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9757665Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9757998Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9758320Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9758651Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9759054Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9759386Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9759713Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9760044Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9760368Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9760676Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9760789Z ok (0.234s) 2022-12-01T10:42:29.9761298Z test_binary_op_scalar_fastpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9761641Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9761968Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9762304Z STAGE:2022-12-01 10:37:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9762635Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9762964Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9763267Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9763603Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9763929Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9764262Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9764660Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9765054Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9765394Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9765729Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9766112Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9766428Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9766754Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9767087Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9767423Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9767757Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9768113Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9768421Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9768748Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9769082Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9769385Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9769719Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9770108Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9770443Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9770771Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9771104Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9771432Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9771761Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9771848Z ok (0.222s) 2022-12-01T10:42:29.9772359Z test_binary_op_scalar_fastpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9772699Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9773031Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9773365Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9773689Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9774018Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9774346Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9774680Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9774985Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9775327Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9775696Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9776045Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9776374Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9776705Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9777029Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9777364Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9777692Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9778008Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9778335Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9778670Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9778995Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9779326Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9779651Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9779983Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9780312Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9780699Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9781007Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9781341Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9781665Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9781996Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9782323Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9782657Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9782764Z ok (0.224s) 2022-12-01T10:42:29.9783286Z test_binary_op_scalar_fastpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9783604Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9783944Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9784279Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9784604Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9784936Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9785264Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9785595Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9785927Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9786260Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9786611Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9786955Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9787282Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9787617Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9787944Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9788273Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9788602Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9788937Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9789266Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9789577Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9789901Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9790233Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9790709Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9791059Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9791471Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9791808Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9792139Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9792473Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9792779Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9793111Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9793438Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9793769Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9793885Z ok (0.216s) 2022-12-01T10:42:29.9794835Z test_binary_op_scalar_fastpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86997 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:29.9795352Z test_binary_op_scalar_fastpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9795688Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9796015Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9796347Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9796659Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9797055Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9797400Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9797739Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9798074Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9798406Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9798729Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9799060Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9799369Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9799708Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9800036Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9800371Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9800697Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9801026Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9801349Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9801678Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9802066Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9802379Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9802706Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9803036Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9803362Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9803697Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9804024Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9804357Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9804685Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9805029Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9805336Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9805668Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9805777Z ok (0.217s) 2022-12-01T10:42:29.9806296Z test_binary_op_scalar_slowpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9806632Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9806962Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9807299Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9807673Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9808024Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9808328Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9808659Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9808982Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9809316Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9809641Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9809981Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9810308Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9810642Z STAGE:2022-12-01 10:37:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9810945Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9811276Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9811605Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9811936Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9812258Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9812646Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9812975Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9813309Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9813634Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9813943Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9814273Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9814602Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9814929Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9815268Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9815606Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9815941Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9816267Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9816602Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9816689Z ok (0.329s) 2022-12-01T10:42:29.9817200Z test_binary_op_scalar_slowpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9817541Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9817877Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9818215Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9818593Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9818941Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9819270Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9819581Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9819914Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9820251Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9820583Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9820913Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9821238Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9821575Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9821900Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9822232Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9822537Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9822872Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9823269Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9823600Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9823928Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9824302Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9824637Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9824977Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9825309Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9825618Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9825953Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9826288Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9826616Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9826951Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9827280Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9827613Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9827726Z ok (0.288s) 2022-12-01T10:42:29.9828229Z test_binary_op_scalar_slowpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9828566Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9828899Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9829282Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9829622Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9829960Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9830289Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9830905Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9831253Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9831569Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9831896Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9832235Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9832565Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9832896Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9833219Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9833551Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9833880Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9834311Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9834612Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9834948Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9835274Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9835607Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9835936Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9836264Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9836589Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9836927Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9837256Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9837569Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9837897Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9838229Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9838558Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9838888Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9838996Z ok (0.354s) 2022-12-01T10:42:29.9839519Z test_binary_op_scalar_slowpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9839858Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9840253Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9840581Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9840910Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9841242Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9841569Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9841902Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9842239Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9842572Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9842902Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9843213Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9843546Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9843879Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9844203Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9844533Z STAGE:2022-12-01 10:37:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9844919Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9845252Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9845587Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9845924Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9846229Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9846562Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9846887Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9847223Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9847556Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9847894Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9848226Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9848562Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9848889Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9849200Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9849524Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9849856Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9849969Z ok (0.364s) 2022-12-01T10:42:29.9850491Z test_binary_op_scalar_slowpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9850872Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9851211Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9851554Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9851883Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9852193Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9852521Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9852861Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9853190Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9853525Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9853855Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9854192Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9854522Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9854832Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9855158Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9855543Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9855874Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9856207Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9856534Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9856863Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9857184Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9857513Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9857815Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9858155Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9858481Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9858816Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9859154Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9859486Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9859811Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9860146Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9860472Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9860788Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9860897Z ok (0.336s) 2022-12-01T10:42:29.9861465Z test_binary_op_scalar_slowpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9861809Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9862136Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9862473Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9862798Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9863128Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9863442Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9863775Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9864106Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9864441Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9864768Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9865096Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9865420Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9865759Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9866139Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9866448Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9866779Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9867110Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9867441Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9867773Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9868100Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9868436Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9868764Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9869098Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9869404Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9869736Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9870059Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9870517Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9870881Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9871221Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9871554Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9871890Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9871977Z ok (0.335s) 2022-12-01T10:42:29.9872624Z test_binary_op_scalar_slowpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9872972Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9873301Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9873637Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9873966Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9874303Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9874633Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9874971Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9875277Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9875611Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9875937Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9876271Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9876599Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9877010Z STAGE:2022-12-01 10:38:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9877341Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9877678Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9878006Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9878314Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9878644Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9878981Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9879306Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9879644Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9879972Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9880309Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9880640Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9880979Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9881283Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9881616Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9881941Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9882275Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9882601Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9882987Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9883106Z ok (0.316s) 2022-12-01T10:42:29.9883623Z test_binary_op_scalar_slowpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9883961Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9884267Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9884606Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9884942Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9885276Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9885610Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9885942Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9886315Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9886719Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9886959Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9887368Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9887743Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9888341Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9888945Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9889509Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9890109Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9890710Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9891290Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9891849Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9892439Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9893034Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9893631Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9894190Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9894773Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9895352Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9895915Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9896508Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9897095Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9897678Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9898292Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9898889Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9899248Z ok (0.283s) 2022-12-01T10:42:29.9899890Z test_binary_op_scalar_slowpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9900558Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9901136Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9901757Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9902339Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9902906Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9903490Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9904071Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9904631Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9905222Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9905813Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9906473Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9907032Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9907630Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9908222Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9908816Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9909382Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9910049Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9910805Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9911469Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9912045Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9912645Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9913231Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9913836Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9914402Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9914985Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9915576Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9916166Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9916734Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9917413Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9918017Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9918608Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9918996Z ok (0.284s) 2022-12-01T10:42:29.9919672Z test_binary_op_scalar_slowpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9920416Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9921020Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9921663Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9922253Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9922843Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9923406Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9924020Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9924654Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9925220Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9925807Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9926484Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9927133Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9927781Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9928350Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9928942Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9929526Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9930094Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9930687Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9931289Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9931879Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9932447Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9933031Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9933625Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9934219Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9934786Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9935374Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9935998Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9936621Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9937242Z STAGE:2022-12-01 10:38:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9937828Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9938419Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9938787Z ok (0.270s) 2022-12-01T10:42:29.9939413Z test_binary_op_scalar_slowpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9940116Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9940709Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9941300Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9941868Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9942457Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9943047Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9943614Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9944205Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9944794Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9945476Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9946104Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9946668Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9947361Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9947864Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9948428Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9949046Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9949662Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9950260Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9951028Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9951602Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9952200Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9952783Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9953384Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9953990Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9954542Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9955124Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9955688Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9956360Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9956969Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9957551Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9958114Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9958477Z ok (0.277s) 2022-12-01T10:42:29.9959129Z test_binary_op_scalar_slowpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9959831Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9960396Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9961094Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9961686Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9962249Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9962837Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9963429Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9964019Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9964668Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9965252Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9965845Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9966432Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9967003Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9967589Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9968181Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9968746Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9969339Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9969924Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9970520Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9971085Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9971674Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9972246Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9972821Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9973380Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9973961Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9974531Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9975157Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9975748Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9976323Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9976897Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9977456Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9977811Z ok (0.275s) 2022-12-01T10:42:29.9978459Z test_binary_op_scalar_slowpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9979169Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9979736Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9980313Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9980888Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9981449Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9982021Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9982594Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9983236Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9983796Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9984374Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9984953Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9985530Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9986097Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9986706Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9987255Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9987818Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9988398Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9988975Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9989579Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9990107Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9990842Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9991420Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9991996Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9992553Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9993129Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9993776Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9994355Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9994927Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9995503Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9996074Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9996635Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9996995Z ok (0.336s) 2022-12-01T10:42:29.9997635Z test_binary_op_scalar_slowpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9998310Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:29.9998890Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:29.9999470Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0000041Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0000599Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0001176Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0001830Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0002408Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0003022Z STAGE:2022-12-01 10:38:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0003557Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0004135Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0004690Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0005275Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0005848Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0006428Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0006986Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0007566Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0008140Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0008718Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0009274Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0009852Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0010423Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0010987Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0011565Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0012193Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0012780Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0013336Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0013914Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0014491Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0015067Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0015630Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0015981Z ok (0.312s) 2022-12-01T10:42:30.0016637Z test_binary_op_scalar_slowpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0017317Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0017895Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0018473Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0019047Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0019610Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0020250Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0020825Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0021404Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0021967Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0022545Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0023128Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0023682Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0024263Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0024888Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0025467Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0026031Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0026610Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0027183Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0027757Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0028343Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0028943Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0029526Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0030038Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0030832Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0031452Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0032015Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0032589Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0033155Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0033710Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0034287Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0034859Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0035210Z ok (0.355s) 2022-12-01T10:42:30.0035840Z test_binary_op_scalar_slowpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0036534Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0037109Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0037681Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0038237Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0038911Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0039483Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0040046Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0040622Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0041197Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0041767Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0042330Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0042898Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0043482Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0044053Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0044618Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0045188Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0045761Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0046317Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0046892Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0047463Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0048040Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0048595Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0049217Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0049800Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0050376Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0050928Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0051500Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0052076Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0052637Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0053207Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0053788Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0054136Z ok (0.372s) 2022-12-01T10:42:30.0054763Z test_binary_op_scalar_slowpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0055452Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0056027Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0056600Z STAGE:2022-12-01 10:38:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0057219Z STAGE:2022-12-01 10:38:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0057795Z STAGE:2022-12-01 10:38:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0058371Z STAGE:2022-12-01 10:38:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0058930Z STAGE:2022-12-01 10:38:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0059501Z STAGE:2022-12-01 10:38:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0060076Z STAGE:2022-12-01 10:38:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0060647Z STAGE:2022-12-01 10:38:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0061205Z STAGE:2022-12-01 10:38:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0061780Z STAGE:2022-12-01 10:38:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0062356Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0062931Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0063492Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0064066Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0064641Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0065201Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0065775Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0066411Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0066983Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0067590Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0068176Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0068745Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0069315Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0069877Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0070618Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0071196Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0071757Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0072340Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0072917Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0073270Z ok (3.862s) 2022-12-01T10:42:30.0073899Z test_binary_op_scalar_slowpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0074584Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0075153Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0075801Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0076376Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0076959Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0077530Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0078089Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0078656Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0079235Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0079813Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0080376Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0080949Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0081526Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0082084Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0082661Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0083237Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0083812Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0084368Z STAGE:2022-12-01 10:38:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0084952Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0085524Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0086168Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0086742Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0087316Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0087886Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0088441Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0089022Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0089603Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0090174Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0090741Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0091313Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0091885Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0092233Z ok (0.326s) 2022-12-01T10:42:30.0092858Z test_binary_op_scalar_slowpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0093546Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0094180Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0094740Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0095317Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0095894Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0096466Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0097033Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0097607Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0098180Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0098752Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0099320Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0099897Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0100477Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0101028Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0101600Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0102174Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0102747Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0103304Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0103881Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0104503Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0105094Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0105650Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0106226Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0106796Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0107357Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0107928Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0108510Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0109087Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0109648Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0110220Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0110956Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0111310Z ok (0.324s) 2022-12-01T10:42:30.0111933Z test_binary_op_scalar_slowpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0112611Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0113266Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0113832Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0114409Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0114990Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0115565Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0116126Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0116705Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0117286Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0117867Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0118427Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0119027Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0119566Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0120173Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0120741Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0121285Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0121855Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0122414Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0123059Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0123655Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0124235Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0124948Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0125525Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0126099Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0126653Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0127243Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0127828Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0128399Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0128970Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0129541Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0130118Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0130466Z ok (0.312s) 2022-12-01T10:42:30.0131089Z test_binary_op_scalar_slowpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0131839Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0132417Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0132977Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0133560Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0134134Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0134713Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0135279Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0135864Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0136446Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0137031Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0137603Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0138179Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0138752Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0139303Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0139888Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0140457Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0141038Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0141602Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0142227Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0142807Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0143379Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0143947Z STAGE:2022-12-01 10:38:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0144529Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0145100Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0145670Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0146251Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0146823Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0147401Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0147963Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0148566Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0149137Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0149484Z ok (0.315s) 2022-12-01T10:42:30.0150106Z test_binary_op_scalar_slowpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0151055Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0151642Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0152196Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0152779Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0153359Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0153944Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0154510Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0155097Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0155680Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0156269Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0156837Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0157424Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0158010Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0158575Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0159167Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0159751Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0160333Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0160975Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0161575Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0162160Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0162750Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0163312Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0163902Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0164488Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0165071Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0165650Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0166233Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0166811Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0167367Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0167955Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0168537Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0168982Z ok (0.312s) 2022-12-01T10:42:30.0169622Z test_binary_op_scalar_slowpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0170328Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0170910Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0171510Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0172067Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0172657Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0173244Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0173821Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0174405Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0174995Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0175577Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0176141Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0176726Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0177327Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0177909Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0178478Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0179057Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0179698Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0180266Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0180601Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0180937Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0181275Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0181608Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0181949Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0182276Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0182610Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0182942Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0183255Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0183586Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0183918Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0184242Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0184636Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0184746Z ok (0.321s) 2022-12-01T10:42:30.0185268Z test_binary_op_scalar_slowpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0185606Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0185937Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0186249Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0186573Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0186909Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0187245Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0187576Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0187909Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0188246Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0188578Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0188909Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0189215Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0189554Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0189892Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0190217Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0190766Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0191108Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0191447Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0191784Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0192116Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0192427Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0192760Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0193092Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0193423Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0193760Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0194084Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0194414Z STAGE:2022-12-01 10:38:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0194750Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0195080Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0195472Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0195804Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0195915Z ok (0.311s) 2022-12-01T10:42:30.0196440Z test_binary_op_scalar_slowpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0196773Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0197103Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0197436Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0197766Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0198081Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0198414Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0198746Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0199072Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0199405Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0199728Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0200060Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0200381Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0200721Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0201025Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0201398Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0201732Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0202063Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0202387Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0202716Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0203035Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0203378Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0203705Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0204018Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0204344Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0204669Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0204997Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0205327Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0205649Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0206032Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0206357Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0206688Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0206774Z ok (0.337s) 2022-12-01T10:42:30.0207291Z test_binary_op_scalar_slowpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0207627Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0207948Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0208277Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0208614Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0208947Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0209276Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0209610Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0209915Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0210249Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0210578Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0210908Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0211237Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0211567Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0211939Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0212283Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0212609Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0212919Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0213248Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0213582Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0213918Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0214252Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0214581Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0214920Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0215246Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0215581Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0215888Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0216219Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0216597Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0216931Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0217264Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0217597Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0217703Z ok (0.284s) 2022-12-01T10:42:30.0218230Z test_binary_op_scalar_slowpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0218562Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0218864Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0219207Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0219535Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0219865Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0220200Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0220529Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0220852Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0221183Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0221488Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0221826Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0222152Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0222532Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0222863Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0223199Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0223521Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0223857Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0224183Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0224542Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0224870Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0225205Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0225531Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0225866Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0226196Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0226530Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0226853Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0227241Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0227548Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0227888Z STAGE:2022-12-01 10:38:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0228215Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0228551Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0228661Z ok (0.368s) 2022-12-01T10:42:30.0229189Z test_binary_op_scalar_slowpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0229524Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0229858Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0230194Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0230639Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0230991Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0231318Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0231653Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0231983Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0232323Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0232657Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0233000Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0233396Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0233722Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0234053Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0234390Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0234724Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0235065Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0235395Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0235732Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0236062Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0236398Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0236702Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0237037Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0237367Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0237703Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0238031Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0238438Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0238772Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0239103Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0239432Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0239743Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0239858Z ok (0.379s) 2022-12-01T10:42:30.0240376Z test_binary_op_scalar_slowpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0240715Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0241046Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0241388Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0241725Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0242058Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0242385Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0242700Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0243037Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0243373Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0243709Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0244086Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0244428Z STAGE:2022-12-01 10:38:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0244767Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0245098Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0245408Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0245736Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0246069Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0246408Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0246751Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0247076Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0247410Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0247734Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0248073Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0248376Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0248713Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0249111Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0249446Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0249831Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0250171Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0250496Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0250833Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0250941Z ok (3.577s) 2022-12-01T10:42:30.0251434Z test_binary_op_scalar_slowpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0251775Z STAGE:2022-12-01 10:38:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0252107Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0252445Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0252774Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0253106Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0253439Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0253774Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0254106Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0254422Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0254799Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0255150Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0255486Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0255817Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0256149Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0256484Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0256815Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0257156Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0257461Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0257801Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0258128Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0258469Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0258798Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0259133Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0259458Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0259851Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0260182Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0260493Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0260823Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0261252Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0261615Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0262128Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0262283Z ok (0.344s) 2022-12-01T10:42:30.0262792Z test_binary_op_scalar_slowpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0263166Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0263538Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0263952Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0264314Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0264691Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0265055Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0265422Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0265820Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0266136Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0266555Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0266984Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0267357Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0267728Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0268091Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0268460Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0268871Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0269249Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0269561Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0269925Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0270336Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0270871Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0271291Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0271675Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0272165Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0272546Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0272920Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0273237Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0273654Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0274039Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0274400Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0274775Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0274930Z ok (0.324s) 2022-12-01T10:42:30.0275522Z test_binary_op_scalar_slowpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0275902Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0276215Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0276590Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0276991Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0277371Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0277911Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0278318Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0278684Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0279137Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0279521Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0279838Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0280204Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0280644Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0281020Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0281398Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0281768Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0282144Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0282508Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0282917Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0283227Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0283661Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0284035Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0284468Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0284826Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0285191Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0285565Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0285941Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0286300Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0286614Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0287025Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0287410Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0287554Z ok (0.276s) 2022-12-01T10:42:30.0288106Z test_binary_op_scalar_slowpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0288479Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0288844Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0289264Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0289643Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0289959Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0290362Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0290738Z STAGE:2022-12-01 10:38:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0291163Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0291546Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0291912Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0292293Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0292656Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0292971Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0293337Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0293744Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0294116Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0294487Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0294847Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0295222Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0295627Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0295995Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0296358Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0296726Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0297135Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0297510Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0297879Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0298260Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0298622Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0298990Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0299352Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0299664Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0299804Z ok (0.280s) 2022-12-01T10:42:30.0300386Z test_binary_op_scalar_slowpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0300767Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0301143Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0301514Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0301919Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0302304Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0302624Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0303161Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0303509Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0303851Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0304212Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0304573Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0305052Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0305449Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0305793Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0306208Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0306524Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0306894Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0307265Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0307636Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0308004Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0308438Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0308845Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0309213Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0309522Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0309940Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0310314Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0310851Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0311221Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0311604Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0311967Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0312341Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0312484Z ok (0.277s) 2022-12-01T10:42:30.0312981Z test_binary_op_scalar_slowpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0313416Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0313790Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0314161Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0314535Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0314907Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0315394Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0315790Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0316210Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0316580Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0316985Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0317365Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0317741Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0318111Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0318492Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0318857Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0319224Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0319541Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0319898Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0320299Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0320749Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0321116Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0321534Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0321906Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0322262Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0322627Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0322936Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0323302Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0323733Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0324105Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0324471Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0324892Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0325034Z ok (0.278s) 2022-12-01T10:42:30.0325589Z test_binary_op_scalar_slowpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0325965Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0326270Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0326642Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0327053Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0327490Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0327903Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0328265Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0328627Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0328991Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0329351Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0329670Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0330034Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0330446Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0330813Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0331174Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0331534Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0331900Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0332259Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0332627Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0332998Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0333364Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0333759Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0334177Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0334546Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0334909Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0335267Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0335645Z STAGE:2022-12-01 10:38:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0335957Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0336323Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0336683Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0337106Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0337246Z ok (0.281s) 2022-12-01T10:42:30.0337801Z test_binary_op_scalar_slowpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0338171Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0338541Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0338907Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0339262Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0339633Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0339992Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0340436Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0340795Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0341168Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0341531Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0341896Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0342258Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0342573Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0342927Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0343297Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0343699Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0344084Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0344446Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0344861Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0345221Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0345535Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0345902Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0346269Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0346683Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0347105Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0347477Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0347851Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0348219Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0348594Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0348904Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0349276Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0349419Z ok (0.314s) 2022-12-01T10:42:30.0349976Z test_binary_op_scalar_slowpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0350388Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0350940Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0351382Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0351754Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0352121Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0352431Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0352804Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0353202Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0353564Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0353980Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0354362Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0354727Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0355092Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0355399Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0355775Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0356128Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0356491Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0356928Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0357341Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0357709Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0358074Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0358441Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0358754Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0359113Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0359477Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0359824Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0360179Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0360564Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0360924Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0361282Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0361652Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0361744Z ok (0.228s) 2022-12-01T10:42:30.0362305Z test_binary_op_scalar_slowpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0362684Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0363096Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0363476Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0363889Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0364271Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0364638Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0365016Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0365322Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0365705Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0366128Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0366506Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0366877Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0367284Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0367645Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0368006Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0368317Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0368745Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0369109Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0369475Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0369840Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0370212Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0370613Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0370978Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0371324Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0371644Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0372009Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0372364Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0372724Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0373079Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0373425Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0373816Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0373955Z ok (0.334s) 2022-12-01T10:42:30.0374521Z test_binary_op_scalar_slowpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0374837Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0375252Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0375638Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0375998Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0376369Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0376733Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0377131Z STAGE:2022-12-01 10:38:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0377513Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0377907Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0378216Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0378588Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0378949Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0379308Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0379662Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0380023Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0380478Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0380859Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0381171Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0381536Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0381888Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0382251Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0382606Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0382979Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0383352Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0383763Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0384136Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0384452Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0384801Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0385155Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0385504Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0385857Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0385988Z ok (0.346s) 2022-12-01T10:42:30.0386536Z test_binary_op_scalar_slowpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0386969Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0387330Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0387650Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0387998Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0388359Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0388704Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0389074Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0389426Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0389784Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0390183Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0390705Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0391025Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0391382Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0391733Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0392176Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0392530Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0392888Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0393233Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0393633Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0393947Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0394309Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0394658Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0395025Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0395373Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0395730Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0396084Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0396454Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0396840Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0397161Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0397509Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0397878Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0398011Z ok (0.313s) 2022-12-01T10:42:30.0398606Z test_binary_op_scalar_slowpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0398977Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0399329Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0399692Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0400095Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0400415Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0400769Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0401126Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0401477Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0401837Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0402192Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0402563Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0402922Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0403235Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0403676Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0404032Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0404386Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0404745Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0405095Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0405446Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0405802Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0406161Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0406473Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0406871Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0407221Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0407585Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0407938Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0408294Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0408661Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0409019Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0409372Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0409687Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0409858Z ok (0.315s) 2022-12-01T10:42:30.0410440Z test_binary_op_scalar_slowpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0410808Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0411166Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0411526Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0411880Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0412239Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0412599Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0412918Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0413300Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0413663Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0414024Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0414386Z STAGE:2022-12-01 10:38:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0414751Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0415163Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0415516Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0415831Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0416184Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0416573Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0416942Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0417301Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0417646Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0418010Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0418362Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0418725Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0419034Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0419390Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0419782Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0420147Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0420499Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0420878Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0421228Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0421629Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0421773Z ok (0.302s) 2022-12-01T10:42:30.0422266Z test_binary_op_scalar_slowpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0422628Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0423014Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0423384Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0423743Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0424100Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0424462Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0424879Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0425242Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0425558Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0425903Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0426302Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0426778Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0427139Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0427492Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0427861Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0428173Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0428489Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0428945Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0429309Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0429684Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0430040Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0430393Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0430925Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0431277Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0431671Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0432038Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0432353Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0432716Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0433075Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0433524Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0433905Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0434037Z ok (0.277s) 2022-12-01T10:42:30.0434576Z test_binary_op_scalar_slowpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0434972Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0435329Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0435650Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0436003Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0436374Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0436733Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0437090Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0437445Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0437802Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0438187Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0438620Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0438930Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0439314Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0439670Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0440028Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0440379Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0440740Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0441096Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0441489Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0441804Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0442171Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0442515Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0442877Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0443228Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0443586Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0443932Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0444292Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0444687Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0445052Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0445423Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0445782Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0445914Z ok (0.277s) 2022-12-01T10:42:30.0446454Z test_binary_op_scalar_slowpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0446818Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0447191Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0447550Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0447939Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0448259Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0448612Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0448975Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0449326Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0449686Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0450099Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0450455Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0450810Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0451211Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0451527Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0451885Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0452234Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0452596Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0452958Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0453321Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0453675Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0454033Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0454342Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0454744Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0455081Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0455449Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0455822Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0456180Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0456580Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0456950Z STAGE:2022-12-01 10:38:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0457313Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0457629Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0457798Z ok (0.277s) 2022-12-01T10:42:30.0458357Z test_binary_op_scalar_slowpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0458710Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0459067Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0459427Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0459781Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0460137Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0460492Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0460804Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0461202Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0461565Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0461967Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0462327Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0462683Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0463045Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0463414Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0463783Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0464089Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0464483Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0464842Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0465209Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0465561Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0465917Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0466270Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0466637Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0466944Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0467299Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0467687Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0468090Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0468451Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0468808Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0469173Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0469546Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0469677Z ok (0.273s) 2022-12-01T10:42:30.0470164Z test_binary_op_scalar_slowpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0470711Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0471129Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0471499Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0471852Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0472224Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0472580Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0472936Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0473290Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0473688Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0474040Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0474439Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0474799Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0475163Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0475511Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0475879Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0476234Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0476554Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0476909Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0477267Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0477656Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0478039Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0478400Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0478758Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0479104Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0479466Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0479775Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0480202Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0480576Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0480981Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0481337Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0481694Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0481839Z ok (0.275s) 2022-12-01T10:42:30.0482144Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0482436Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.001s) 2022-12-01T10:42:30.0482685Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.001s) 2022-12-01T10:42:30.0482980Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.001s) 2022-12-01T10:42:30.0483277Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0483601Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0483895Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0484234Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0484524Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0484804Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0485084Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0485323Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0485607Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0485884Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0486202Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0486494Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0486797Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0487083Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0487391Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0487680Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0487970Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0488208Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0488480Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0488842Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0489131Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0489411Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0489685Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0489973Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0490270Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0490552Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0490800Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0491097Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0491416Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0491722Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0492000Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0492340Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0492615Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0492891Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0493174Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0493458Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0493696Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0494024Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.011s) 2022-12-01T10:42:30.0494316Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0494602Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0494883Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0495168Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0495445Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0495729Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0496017Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0496332Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0496581Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0496918Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.0497505Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0497884Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0498247Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0498621Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0498986Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0499354Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0499760Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0500088Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0500452Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0500816Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0501178Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0533579Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0534203Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0534554Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0534895Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0535219Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0535553Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0535891Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0536223Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0536559Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0536892Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0537229Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0537559Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0537876Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0538214Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0538549Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0538875Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0539214Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0539548Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0539885Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0540284Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0540636Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0540942Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0541280Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0541607Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0541945Z STAGE:2022-12-01 10:38:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0542279Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0542609Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0542945Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0543278Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0543605Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0543913Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0544237Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0544567Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0544955Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0545280Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0545609Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0545941Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0546049Z ok (0.416s) 2022-12-01T10:42:30.0546552Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0546884Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0547213Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0547551Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0547872Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0548199Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0548520Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0548851Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0549179Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0549490Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0549820Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0550158Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0550685Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0551109Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0551449Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0551781Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0552107Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0552441Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0552740Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0553085Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0553407Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0553739Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0554064Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0554396Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0554726Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0555055Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0555379Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0555777Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0556094Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0556433Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0556758Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0557086Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0557407Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0557739Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0558065Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0558405Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0558710Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0559046Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0559377Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0559708Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0560035Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0560361Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0560691Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0561023Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0561328Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0561718Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0562055Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0562391Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0562501Z ok (0.374s) 2022-12-01T10:42:30.0563040Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0563370Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0563702Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0564036Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0564345Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0564684Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0565011Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0565340Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0565664Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0565995Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0566408Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0566739Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0567069Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0567383Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0567709Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0568041Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0568369Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0568700Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0569029Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0569360Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0569690Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0570024Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0570325Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0570657Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0570979Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0571310Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0571645Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0571975Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0572345Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0572686Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0572987Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0573322Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0573648Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0573979Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0574300Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0574637Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0574968Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0575307Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0575634Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0575942Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0576265Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0576598Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0576924Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0577312Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0577639Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0577969Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0578296Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0578624Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0578710Z ok (0.410s) 2022-12-01T10:42:30.0579244Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0579580Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0579910Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0580250Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0580580Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0580915Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0581242Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0581573Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0581878Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0582210Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0582543Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0582913Z STAGE:2022-12-01 10:38:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0583249Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0583583Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0583905Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0584236Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0584538Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0584870Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0585202Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0585533Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0585861Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0586192Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0586520Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0586850Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0587175Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0587485Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0587864Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0588201Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0588522Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0588852Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0589172Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0589498Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0589824Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0590153Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0590651Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0590960Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0591291Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0591626Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0591952Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0592281Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0592606Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0592940Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0593248Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0593654Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0593999Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0594334Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0594657Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0594987Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0595095Z ok (0.435s) 2022-12-01T10:42:30.0596045Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82168 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:30.0596584Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0596919Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0597227Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0597562Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0597893Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0598306Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0598634Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0598967Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0599293Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0599628Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0599953Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0600267Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0600596Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0600936Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0601267Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0601600Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0601928Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0602261Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0602588Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0602917Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0603221Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0603559Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0603883Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0604262Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0604601Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0604932Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0605254Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0605581Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0605905Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0606220Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0606546Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0606881Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0607207Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0607538Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0607867Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0608199Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0608527Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0608905Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0609232Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0609571Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0609899Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0610229Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0610555Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0610888Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0611211Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0611555Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0611860Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0612200Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0612310Z ok (0.411s) 2022-12-01T10:42:30.0612841Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0613170Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0613494Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0613823Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0614155Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0614492Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0614845Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0615188Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0615514Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0615846Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0616170Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0616500Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0616831Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0617167Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0617497Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0617808Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0618141Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0618471Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0618801Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0619131Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0619512Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0619846Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0620171Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0620480Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0620801Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0621128Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0621450Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0621774Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0622105Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0622431Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0622757Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0623086Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0623388Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0623719Z STAGE:2022-12-01 10:38:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0624039Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0624368Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0624744Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0625079Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0625462Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0625801Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0626123Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0626434Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0626755Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0627078Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0627396Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0627727Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0628052Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0628385Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0628496Z ok (0.402s) 2022-12-01T10:42:30.0629000Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0629332Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0629655Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0629985Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0630370Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0630857Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0631188Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0631517Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0631842Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0632155Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0632474Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0632802Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0633131Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0633456Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0633779Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0634113Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0634435Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0634765Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0635066Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0635391Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0635723Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0636131Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0636470Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0636804Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0637126Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0637453Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0637775Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0638086Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0638414Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0638754Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0639079Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0639408Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0639731Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0640062Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0640383Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0640692Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0641089Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0641428Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0641760Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0642092Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0642417Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0642750Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0643078Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0643415Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0643724Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0644059Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0644382Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0644715Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0644822Z ok (0.356s) 2022-12-01T10:42:30.0645762Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83029 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:30.0646289Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0646671Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0647004Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0647337Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0647642Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0647974Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0648298Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0648637Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0648961Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0649291Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0649620Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0649949Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0650271Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0650581Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0650911Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0651303Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0651630Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0651963Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0652286Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0652618Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0652942Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0653271Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0653573Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0653907Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0654238Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0654577Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0654901Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0655235Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0655562Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0655897Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0656201Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0656534Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0656857Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0657237Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0657574Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0657907Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0658229Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0658560Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0658884Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0659200Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0659524Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0659855Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0660181Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0660510Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0660835Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0661170Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0661493Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0661823Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0661961Z ok (0.350s) 2022-12-01T10:42:30.0662907Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86998 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:30.0663846Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83026 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:30.0664377Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0664716Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0665048Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0665383Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0665708Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0666093Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0666426Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0666759Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0667068Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0667404Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0667788Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0668130Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0668456Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0668787Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0669108Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0669438Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0669776Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0670084Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0670541Z STAGE:2022-12-01 10:38:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0671014Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0671344Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0671678Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0672002Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0672335Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0672754Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0673088Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0673397Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0673737Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0674067Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0674393Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0674712Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0675041Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0675371Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0675701Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0676001Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0676333Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0676658Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0676988Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0677311Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0677640Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0677968Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0678301Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0678689Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0679010Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0679335Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0679662Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0679987Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0680318Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0680431Z ok (0.409s) 2022-12-01T10:42:30.0681367Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83027 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:30.0681905Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0682242Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0682570Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0682882Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0683284Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0683619Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0683947Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0684282Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0684606Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0684939Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0685267Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0685600Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0685908Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0686242Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0686573Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0686904Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0687226Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0687554Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0687878Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0688213Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0688547Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0688906Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0689245Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0689578Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0689902Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0690235Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0690560Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0690890Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0691222Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0691534Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0691863Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0692197Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0692526Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0692854Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0693179Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0693509Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0693887Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0694220Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0694525Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0694856Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0695182Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0695515Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0695836Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0696165Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0696496Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0696833Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0697160Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0697470Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0697579Z ok (0.412s) 2022-12-01T10:42:30.0698111Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0698440Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0698764Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0699102Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0699480Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0699822Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0700149Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0700458Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0700779Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0701111Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0701434Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0701774Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0702101Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0702431Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0702759Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0703068Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0703394Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0703724Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0704052Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0704443Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0704767Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0705102Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0705427Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0705758Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0706060Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0706388Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0706719Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0707055Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0707381Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0707714Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0708039Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0708373Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0708699Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0709007Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0709328Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0709660Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0709986Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0710362Z STAGE:2022-12-01 10:38:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0710856Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0711194Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0711520Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0711829Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0712157Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0712494Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0712817Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0713151Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0713475Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0713804Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0713914Z ok (0.428s) 2022-12-01T10:42:30.0714223Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... skip: Unable to reproduce failure locally (0.001s) 2022-12-01T10:42:30.0714727Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0715154Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0715484Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0715818Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0716143Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0716474Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0716806Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0717136Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0717466Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0717775Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0718106Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0718446Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0718771Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0719103Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0719428Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0719758Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0720086Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0720414Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0720776Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0721119Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0721444Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0721776Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0722099Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0722426Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0722745Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0723078Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0723411Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0723725Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0724053Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0724382Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0724746Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0725082Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0725409Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0725802Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0726132Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0726440Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0726771Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0727106Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0727433Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0727767Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0728092Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0728429Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0728755Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0729085Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0729387Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0729720Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0730048Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0730385Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0730494Z ok (0.407s) 2022-12-01T10:42:30.0731028Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0731455Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0731795Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0732128Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0732430Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0732768Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0733097Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0733434Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0733764Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0734103Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0734428Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0734760Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0735088Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0735400Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0735726Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0736055Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0736458Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0736793Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0737120Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0737448Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0737772Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0738081Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0738405Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0738733Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0739064Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0739396Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0739723Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0740055Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0740379Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0740708Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0741010Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0741339Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0741672Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0742056Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0742387Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0742717Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0743038Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0743369Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0743692Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0743998Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0744325Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0744659Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0744987Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0745317Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0745641Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0745972Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0746296Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0746605Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0746764Z ok (0.387s) 2022-12-01T10:42:30.0747719Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83951 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:30.0748245Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0748580Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0748906Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0749243Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0749572Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0749907Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0750230Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0750783Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0751064Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0751365Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0751745Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0752108Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0752357Z STAGE:2022-12-01 10:38:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0752756Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0753098Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0753433Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0753735Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0754067Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0754392Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0754740Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0755065Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0755398Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0755724Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0756057Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0756380Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0756686Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0757007Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0757425Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0757751Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0758084Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0758406Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0758737Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0759058Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0759387Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0759693Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0760034Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0760365Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0760695Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0761018Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0761351Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0761678Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0762011Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0762312Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0762645Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0762978Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0763356Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0763688Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0764018Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0764124Z ok (0.403s) 2022-12-01T10:42:30.0765062Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83028 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:30.0765589Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0765932Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0766240Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0766581Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0766911Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0767248Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0767571Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0767959Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0768286Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0768625Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0768949Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0769259Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0769586Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0769919Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0770246Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0770583Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0770908Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0771247Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0771573Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0771903Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0772207Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0772536Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0772862Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0773205Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0773534Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0773911Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0774242Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0774578Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0774901Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0775211Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0775537Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0775874Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0776194Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0776525Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0776850Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0777179Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0777505Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0777813Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0778135Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0778523Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0778850Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0779185Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0779509Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0779840Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0780166Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0780497Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0780800Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0781136Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0781244Z ok (0.412s) 2022-12-01T10:42:30.0781768Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0782101Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0782424Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0782755Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0783078Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0783409Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0783720Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0784050Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0784419Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0784766Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0785087Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0785416Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0785740Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0786070Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0786398Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0786707Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0787034Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0787370Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0787703Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0788034Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0788357Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0788691Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0789074Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0789384Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0789714Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0790043Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0790372Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0790901Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0791178Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0791509Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0791841Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0792171Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0792478Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0792807Z STAGE:2022-12-01 10:38:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0793126Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0793457Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0793785Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0794119Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0794476Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0794809Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0795201Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0795526Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0795855Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0796183Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0796506Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0796836Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0797164Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0797494Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0797602Z ok (0.403s) 2022-12-01T10:42:30.0798115Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0798451Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0798773Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0799103Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0799426Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0799831Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0800160Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0800493Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0800821Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0801133Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0801459Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0801790Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0802117Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0802456Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0802778Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0803112Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0803436Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0803769Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0804073Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0804407Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0804729Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0805060Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0805390Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0805783Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0806118Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0806444Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0806764Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0807072Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0807396Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0807730Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0808058Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0808390Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0808721Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0809052Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0809376Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0809685Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0810009Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0810337Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0810716Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0811053Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0811377Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0811707Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0812032Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0812362Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0812666Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0813000Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0813329Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0813664Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0813773Z ok (0.403s) 2022-12-01T10:42:30.0814297Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0814632Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0814956Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0815283Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0815584Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0815919Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0816296Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0816639Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0816966Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0817297Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0817618Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0817947Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0818273Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0818591Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0818917Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0819248Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0819567Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0819894Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0820219Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0820553Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0820875Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0821240Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0821571Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0821904Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0822230Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0822560Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0822885Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0823214Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0823541Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0823876Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0824185Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0824519Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0824886Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0825221Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0825546Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0825877Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0826207Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0826544Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0826871Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0827229Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0827567Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0827895Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0828215Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0828541Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0828863Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0829198Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0829523Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0829858Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0829945Z ok (0.365s) 2022-12-01T10:42:30.0830929Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0831295Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0831620Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0831954Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0832388Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0832727Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0833057Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0833365Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0833686Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0834016Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0834337Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0834666Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0835001Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0835330Z STAGE:2022-12-01 10:38:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0835663Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0835998Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0836300Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0836632Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0836962Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0837300Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0837630Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0837960Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0838345Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0838694Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0839020Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0839330Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0839658Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0839991Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0840318Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0840647Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0840973Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0841304Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0841628Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0841965Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0842272Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0842604Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0842987Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0843318Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0843643Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0843978Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0844302Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0844633Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0844938Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0845272Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0845606Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0845939Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0846266Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0846597Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0846705Z ok (0.412s) 2022-12-01T10:42:30.0847235Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0847566Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0847873Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0848210Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0848544Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0848925Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0849264Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0849594Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0849917Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0850250Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0850576Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0850895Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0851220Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0851551Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0851874Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0852208Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0852534Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0852868Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0853193Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0853559Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0853885Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0854223Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0854548Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0854878Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0855198Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0855528Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0855855Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0856200Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0856503Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0856840Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0857167Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0857501Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0857824Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0858153Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0858476Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0858809Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0859137Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0859496Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0859833Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0860166Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0860486Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0860816Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0861145Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0861480Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0861807Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0862140Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0862444Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0862779Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0862893Z ok (0.432s) 2022-12-01T10:42:30.0863196Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... skip: Unable to reproduce failure locally (0.001s) 2022-12-01T10:42:30.0863726Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0864115Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0864449Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0864784Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0865110Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0865422Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0865748Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0866080Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0866403Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0866740Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0867069Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0867407Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0867733Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0868043Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0868368Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0868697Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0869023Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0869356Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0869726Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0870069Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0870392Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0870911Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0871221Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0871549Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0871872Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0872211Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0872538Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0872867Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0873188Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0873518Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0873838Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0874146Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0874467Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0874890Z STAGE:2022-12-01 10:38:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0875210Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0875532Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0875858Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0876187Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0876506Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0876837Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0877141Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0877474Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0877805Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0878139Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0878460Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0878790Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0879116Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0879451Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0879535Z ok (0.404s) 2022-12-01T10:42:30.0880061Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0880458Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0880804Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0881134Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0881456Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0881786Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0882110Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0882441Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0882747Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0883080Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0883408Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0883739Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0884064Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0884397Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0884720Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0885051Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0885433Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0885743Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0886070Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0886404Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0886735Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0887072Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0887400Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0887729Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0888060Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0888370Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0888699Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0889029Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0889352Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0889681Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0890022Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0890331Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0890663Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0890994Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0891338Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0891679Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0891999Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0892330Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0892652Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0892981Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0893308Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0893638Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0893967Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0894277Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0894598Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0894928Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0895252Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0895581Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0895788Z ok (0.386s) 2022-12-01T10:42:30.0896315Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0896647Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0896974Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0897284Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0897611Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0897945Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0898270Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0898601Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0898929Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0899265Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0899594Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0899904Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0900227Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0900559Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0900886Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0901225Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0901549Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0901927Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0902266Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0902597Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0902900Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0903226Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0903543Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0903879Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0904207Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0904538Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0904864Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0905194Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0905519Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0905830Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0906156Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0906555Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0906876Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0907207Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0907528Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0907860Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0908183Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0908513Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0908816Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0909152Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0909479Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0909813Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0910138Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0910633Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0910958Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0911288Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0911587Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0911925Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0912033Z ok (0.352s) 2022-12-01T10:42:30.0912622Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0912965Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0913290Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0913623Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0913948Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0914280Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0914592Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0914926Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0915254Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0915590Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0915914Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0916244Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0916574Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0916903Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0917304Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0917613Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0917940Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0918272Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0918595Z STAGE:2022-12-01 10:38:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0918925Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0919246Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0919575Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0919905Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0920239Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0920547Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0920880Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0921210Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0921535Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0921858Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0922188Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0922523Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0922856Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0923208Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0923552Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0923878Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0924212Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0924537Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0924901Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0925232Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0925566Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0925895Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0926204Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0926526Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0926859Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0927183Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0927517Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0927916Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0928245Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0928353Z ok (0.347s) 2022-12-01T10:42:30.0928873Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0929183Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0929505Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0929839Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0930170Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0930512Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0930838Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0931168Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0931495Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0931801Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0932131Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0932463Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0932786Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0933125Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0933453Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0933831Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0934170Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0934508Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0934809Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0935140Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0935460Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0936036Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0936376Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0936710Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0937032Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0937361Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0937687Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0937998Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0938323Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0938720Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0939047Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0939380Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0939709Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0940044Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0940368Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0940703Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0941009Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0941349Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0941675Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0942012Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0942335Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0942667Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0942991Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0943319Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0943620Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0943954Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0944281Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0944672Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0944811Z ok (0.340s) 2022-12-01T10:42:30.0945313Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0945643Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0945967Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0946299Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0946610Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0946950Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0947278Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0947612Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0947937Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0948266Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0948588Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0948916Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0949303Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0949611Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0949937Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0950270Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0950862Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0951178Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0951509Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0951837Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0952170Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0952504Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0952812Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0953146Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0953475Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0953807Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0954127Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0954455Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0954785Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0955120Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0955488Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0955832Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0956158Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0956492Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0956816Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0957146Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0957473Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0957804Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0958132Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0958441Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0958765Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0959099Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0959428Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0959760Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0960152Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0960482Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0960806Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0961136Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0961220Z ok (0.349s) 2022-12-01T10:42:30.0961741Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0962079Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0962405Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0962739Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0963064Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0963396Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0963725Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0964033Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0964359Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0964690Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0965015Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0965350Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0965681Z STAGE:2022-12-01 10:38:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0966113Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0966456Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0966789Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0967086Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0967413Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0967736Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0968068Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0968399Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0968732Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0969057Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0969386Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0969709Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0970021Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0970343Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0970672Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0971051Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0971388Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0971713Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0972045Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0972371Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0972702Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0973004Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0973335Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0973668Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0974003Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0974329Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0974656Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0974979Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0975308Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0975608Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0975940Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0976266Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0976646Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0976985Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0977317Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0977423Z ok (0.350s) 2022-12-01T10:42:30.0977949Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0978280Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0978581Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0978919Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0979248Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0979579Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0979902Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0980230Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0980553Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0980884Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0981208Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0981584Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0981912Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0982239Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0982565Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0982894Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0983220Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0983548Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0983873Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0984214Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0984522Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0984852Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0985177Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0985513Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0985842Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0986176Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0986509Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0986846Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0987193Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0987533Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0987854Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0988186Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0988510Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0988840Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0989167Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0989503Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0989823Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0990136Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0990700Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0990951Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0991280Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0991608Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0991933Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0992350Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0992678Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0993013Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0993316Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0993646Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0993759Z ok (0.366s) 2022-12-01T10:42:30.0994273Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0994602Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0994932Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0995259Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0995580Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0995907Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0996211Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0996538Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0996860Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0997187Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0997511Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0997836Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0998212Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0998553Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0998853Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0999178Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.0999497Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.0999824Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1000144Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1000472Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1000795Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1001124Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1001457Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1001756Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1002074Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1002402Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1002781Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1003108Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1003428Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1003752Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1004069Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1004394Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1004697Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1005022Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1005345Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1005670Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1005990Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1006321Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1006637Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1006962Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1007263Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1007593Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1007919Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1008246Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1008607Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1008942Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1009263Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1009589Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1009691Z ok (0.278s) 2022-12-01T10:42:30.1010203Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1010539Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1010860Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1011188Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1011509Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1011834Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1012153Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1012479Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1012803Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1013164Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1013482Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1013810Z STAGE:2022-12-01 10:38:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1014131Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1014457Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1014776Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1015100Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1015417Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1015746Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1016050Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1016381Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1016707Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1017032Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1017353Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1017677Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1017997Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1018332Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1018636Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1019011Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1019346Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1019673Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1019990Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1020315Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1020634Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1020966Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1021286Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1021599Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1021923Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1022247Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1022566Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1022892Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1023210Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1023591Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1023914Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1024240Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1024543Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1024909Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1025233Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1025562Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1025664Z ok (0.387s) 2022-12-01T10:42:30.1026191Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1026524Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1026847Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1027172Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1027474Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1027800Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1028117Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1028441Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1028769Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1029096Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1029457Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1029795Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1030096Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1030546Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1030902Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1031234Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1031558Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1031884Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1032211Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1032540Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1032863Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1033170Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1033491Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1033821Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1034220Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1034546Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1034866Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1035191Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1035511Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1035838Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1036142Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1036469Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1036796Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1037125Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1037449Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1037773Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1038088Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1038415Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1038735Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1039046Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1039370Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1039694Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1040070Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1040411Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1040729Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1041055Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1041372Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1041679Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1041786Z ok (0.400s) 2022-12-01T10:42:30.1042312Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1042646Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1042968Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1043296Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1043616Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1043946Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1044268Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1044625Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1044944Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1045276Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1045597Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1045922Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1046242Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1046568Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1046892Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1047228Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1047530Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1047858Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1048179Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1048506Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1048825Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1049149Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1049465Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1049795Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1050115Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1050465Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1050794Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1051119Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1051440Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1051764Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1052081Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1052413Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1052733Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1053043Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1053368Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1053694Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1054022Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1054347Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1054664Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1055052Z STAGE:2022-12-01 10:38:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1055374Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1055700Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1056001Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1056328Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1056647Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1056974Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1057295Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1057626Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1057730Z ok (0.374s) 2022-12-01T10:42:30.1058251Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1058583Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1058890Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1059218Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1059539Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1059878Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1060201Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1060522Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1060904Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1061244Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1061564Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1061874Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1062191Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1062513Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1062835Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1063159Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1063481Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1063807Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1064125Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1064448Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1064748Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1065073Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1065455Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1065782Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1066103Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1066423Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1066742Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1067066Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1067369Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1067692Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1068016Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1068340Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1068663Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1068987Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1069304Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1069626Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1069947Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1070256Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1070721Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1071065Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1071451Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1071790Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1072111Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1072437Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1072756Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1073084Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1073397Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1073723Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1073823Z ok (0.378s) 2022-12-01T10:42:30.1074341Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1074669Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1074988Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1075315Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1075634Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1076035Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1076341Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1076669Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1076993Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1077319Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1077639Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1077965Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1078285Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1078612Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1078912Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1079243Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1079559Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1079885Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1080203Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1080526Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1080842Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1081174Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1081494Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1081851Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1082181Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1082506Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1082821Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1083147Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1083465Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1083800Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1084117Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1084443Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1084747Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1085073Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1085393Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1085717Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1086037Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1086362Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1086739Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1087065Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1087367Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1087690Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1088007Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1088333Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1088652Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1088976Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1089297Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1089624Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1089726Z ok (0.358s) 2022-12-01T10:42:30.1090221Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1090547Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1090866Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1091192Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1091513Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1091841Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1092209Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1092545Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1092864Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1093171Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1093488Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1093812Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1094131Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1094464Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1094788Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1095113Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1095428Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1095751Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1096059Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1096384Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1096702Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1097085Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1097404Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1097728Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1098047Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1098371Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1098673Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1098998Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1099322Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1099654Z STAGE:2022-12-01 10:38:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1099974Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1100299Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1100619Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1100945Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1101263Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1101571Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1101891Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1102221Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1102591Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1102929Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1103246Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1103571Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1103888Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1104216Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1104521Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1104850Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1105170Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1105493Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1105595Z ok (0.332s) 2022-12-01T10:42:30.1106109Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1106439Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1106763Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1107088Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1107448Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1107776Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1108094Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1108418Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1108742Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1109069Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1109387Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1109713Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1110021Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1110351Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1110931Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1111268Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1111586Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1111910Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1112229Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1112555Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1112886Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1113198Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1113587Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1113929Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1114254Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1114581Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1114899Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1115231Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1115555Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1115883Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1116191Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1116516Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1116834Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1117159Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1117482Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1117807Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1118200Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1118524Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1118829Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1119156Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1119474Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1119801Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1120121Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1120446Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1120771Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1121096Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1121417Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1121727Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1121830Z ok (0.340s) 2022-12-01T10:42:30.1122340Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1122666Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1122985Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1123318Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1123639Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1124013Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1124351Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1124661Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1125016Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1125345Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1125665Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1125997Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1126317Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1126644Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1126961Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1127289Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1127596Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1127923Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1128242Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1128651Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1128959Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1129287Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1129612Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1129941Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1130247Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1130573Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1130894Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1131224Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1131544Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1131873Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1132195Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1132523Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1132844Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1133152Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1133471Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1133799Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1134123Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1134498Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1134826Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1135148Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1135466Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1135791Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1136099Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1136431Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1136750Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1137079Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1137401Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1137727Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1137831Z ok (0.328s) 2022-12-01T10:42:30.1138345Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1138670Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1139029Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1139353Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1139682Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1140008Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1140326Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1140650Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1140968Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1141293Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1141601Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1141927Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1142251Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1142583Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1142900Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1143222Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1143539Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1143865Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1144188Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1144495Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1144866Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1145206Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1145530Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1145854Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1146173Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1146499Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1146821Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1147149Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1147456Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1147782Z STAGE:2022-12-01 10:38:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1148102Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1148431Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1148751Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1149078Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1149473Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1149799Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1150121Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1150538Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1150904Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1151230Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1151549Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1151874Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1152200Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1152530Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1152853Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1153164Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1153486Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1153811Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1153912Z ok (0.335s) 2022-12-01T10:42:30.1154432Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1154764Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1155083Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1155473Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1155806Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1156117Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1156436Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1156762Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1157084Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1157414Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1157733Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1158063Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1158383Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1158709Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1159013Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1159339Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1159658Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1160056Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1160376Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1160701Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1161021Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1161348Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1161654Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1161980Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1162299Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1162631Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1162949Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1163277Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1163596Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1163922Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1164240Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1164549Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1164867Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1165198Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1165520Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1165890Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1166217Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1166538Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1166859Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1167185Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1167488Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1167817Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1168136Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1168468Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1168789Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1169115Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1169431Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1169754Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1169839Z ok (0.338s) 2022-12-01T10:42:30.1170363Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1170744Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1171064Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1171388Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1171710Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1172041Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1172358Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1172685Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1172992Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1173321Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1173647Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1173982Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1174299Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1174622Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1174942Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1175268Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1175591Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1175900Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1176261Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1176602Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1176920Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1177246Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1177563Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1177891Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1178217Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1178543Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1178849Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1179176Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1179497Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1179829Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1180152Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1180479Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1180857Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1181185Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1181506Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1181817Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1182174Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1182463Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1182819Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1183104Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1183431Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1183754Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1184087Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1184387Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1184707Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1185029Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1185346Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1185668Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1185774Z ok (0.506s) 2022-12-01T10:42:30.1186287Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1186663Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1187000Z STAGE:2022-12-01 10:38:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1187310Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1187633Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1187959Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1188282Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1188614Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1188936Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1189265Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1189584Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1189912Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1190217Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1190759Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1191095Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1191501Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1191823Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1192150Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1192472Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1192801Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1193125Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1193436Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1193757Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1194080Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1194407Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1194736Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1195060Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1195388Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1195743Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1196053Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1196372Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1196696Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1197020Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1197406Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1197739Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1198068Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1198392Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1198723Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1199026Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1199349Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1199672Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1200002Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1200323Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1200647Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1200970Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1201300Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1201626Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1201933Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1202102Z ok (0.446s) 2022-12-01T10:42:30.1202645Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1202973Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1203295Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1203622Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1203941Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1204267Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1204574Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1204906Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1205226Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1205552Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1205870Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1206192Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1206513Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1206837Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1207156Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1207469Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1207834Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1208177Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1208498Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1208822Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1209145Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1209469Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1209791Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1210126Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1210434Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1210761Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1211080Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1211411Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1211733Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1212063Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1212381Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1212760Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1213088Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1213401Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1213727Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1214056Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1214381Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1214713Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1215036Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1215369Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1215695Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1216007Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1216334Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1216664Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1216986Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1217314Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1217639Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1217976Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1218081Z ok (0.544s) 2022-12-01T10:42:30.1218657Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1218981Z STAGE:2022-12-01 10:38:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1219311Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1219640Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1219963Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1220291Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1220619Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1220949Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1221275Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1221606Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1221911Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1222242Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1222567Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1222893Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1223293Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1223626Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1223952Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1224282Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1224610Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1224966Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1225294Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1225619Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1225940Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1226271Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1226601Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1226929Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1227252Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1227560Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1227879Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1228203Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1228532Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1228868Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1229240Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1229582Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1229905Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1230229Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1230666Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1231006Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1231338Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1231664Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1231988Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1232315Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1232638Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1232967Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1233294Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1233602Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1234011Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1234340Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1234452Z ok (0.555s) 2022-12-01T10:42:30.1234974Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1235303Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1235629Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1235957Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1236281Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1236592Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1236917Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1237251Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1237583Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1237913Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1238233Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1238558Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1238879Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1239193Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1239512Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1239900Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1240234Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1240562Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1240885Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1241216Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1241536Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1241869Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1242170Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1242502Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1242828Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1243159Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1243481Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1243811Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1244131Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1244518Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1244842Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1245151Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1245472Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1245799Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1246124Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1246455Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1246778Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1247110Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1247431Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1247746Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1248071Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1248400Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1248720Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1249047Z STAGE:2022-12-01 10:38:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1249374Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1249709Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1250034Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1250406Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1250496Z ok (0.512s) 2022-12-01T10:42:30.1251020Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1251344Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1251667Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1251995Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1252321Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1252653Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1252979Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1253369Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1253616Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1253944Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1254268Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1254603Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1254983Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1255312Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1255635Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1255961Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1256287Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1256598Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1256920Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1257249Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1257574Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1257900Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1258229Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1258564Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1258885Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1259195Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1259519Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1259851Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1260187Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1260519Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1260894Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1261237Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1261562Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1261891Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1262194Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1262524Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1262851Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1263185Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1263511Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1263842Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1264168Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1264499Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1264825Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1265134Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1265522Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1265851Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1266230Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1266564Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1266670Z ok (0.505s) 2022-12-01T10:42:30.1267190Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1267521Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1267841Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1268155Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1268479Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1268808Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1269133Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1269464Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1269788Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1270117Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1270540Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1270909Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1271239Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1271629Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1271963Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1272289Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1272611Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1272939Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1273259Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1273594Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1273896Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1274228Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1274560Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1274895Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1275217Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1275543Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1275869Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1276279Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1276603Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1276914Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1277232Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1277558Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1277886Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1278212Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1278534Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1278868Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1279189Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1279525Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1279829Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1280155Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1280478Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1280805Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1281124Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1281456Z STAGE:2022-12-01 10:38:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1281775Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1282148Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1282461Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1282789Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1282896Z ok (0.496s) 2022-12-01T10:42:30.1283409Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1283734Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1284056Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1284380Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1284702Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1285032Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1285337Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1285661Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1285982Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1286315Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1286692Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1287018Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1287343Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1287673Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1287992Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1288300Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1288615Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1288938Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1289261Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1289585Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1289907Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1290234Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1290559Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1290886Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1291191Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1291517Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1291850Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1292180Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1292556Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1292895Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1293213Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1293539Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1293843Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1294176Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1294505Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1294833Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1295156Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1295486Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1295809Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1296138Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1296462Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1296795Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1297230Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1297482Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1297799Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1298129Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1298450Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1298778Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1298890Z ok (0.440s) 2022-12-01T10:42:30.1299409Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1299725Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1300052Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1300387Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1300711Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1301039Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1301360Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1301692Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1302016Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1302331Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1302656Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1303041Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1303377Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1303709Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1304034Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1304365Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1304684Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1305017Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1305320Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1305656Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1305977Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1306305Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1306625Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1306952Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1307274Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1307658Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1307978Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1308288Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1308611Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1308944Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1309263Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1309590Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1309913Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1310248Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1310717Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1311056Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1311360Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1311689Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1312006Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1312328Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1312647Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1312980Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1313299Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1313695Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1314014Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1314346Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1314663Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1314987Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1315088Z ok (0.439s) 2022-12-01T10:42:30.1315600Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1315932Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1316258Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1316589Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1316889Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1317219Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1317542Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1317876Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1318199Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1318599Z STAGE:2022-12-01 10:38:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1318922Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1319246Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1319562Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1319869Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1320192Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1320526Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1320852Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1321187Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1321511Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1321844Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1322166Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1322500Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1322805Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1323134Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1323456Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1323788Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1324162Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1324504Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1324876Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1325208Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1325514Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1325843Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1326165Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1326502Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1326825Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1327156Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1327478Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1327807Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1328123Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1328432Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1328751Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1329143Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1329470Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1329799Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1330124Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1330454Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1330782Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1331118Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1331203Z ok (0.439s) 2022-12-01T10:42:30.1331728Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1332066Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1332394Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1332724Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1333050Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1333381Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1333707Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1334043Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1334352Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1334728Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1335065Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1335398Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1335722Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1336053Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1336379Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1336713Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1337026Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1337361Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1337681Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1338012Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1338333Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1338663Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1338989Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1339324Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1339703Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1340013Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1340340Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1340668Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1340995Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1341325Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1341648Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1341976Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1342310Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1342640Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1342946Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1343280Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1343603Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1343934Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1344259Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1344586Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1344917Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1345246Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1345607Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1345954Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1346282Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1346611Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1346934Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1347263Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1347375Z ok (0.454s) 2022-12-01T10:42:30.1347896Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1348233Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1348539Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1348876Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1349200Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1349535Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1349860Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1350256Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1350721Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1351064Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1351390Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1351703Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1352028Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1352368Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1352699Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1353035Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1353358Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1353690Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1354015Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1354355Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1354662Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1354987Z STAGE:2022-12-01 10:38:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1355312Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1355648Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1355971Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1356384Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1356725Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1357054Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1357363Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1357691Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1358013Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1358347Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1358672Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1359005Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1359330Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1359662Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1359989Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1360299Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1360622Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1361028Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1361353Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1361683Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1362009Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1362340Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1362667Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1362998Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1363300Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1363633Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1363741Z ok (0.448s) 2022-12-01T10:42:30.1364269Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1364599Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1364926Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1365260Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1365585Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1365913Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1366223Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1366551Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1366916Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1367259Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1367582Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1367909Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1368233Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1368560Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1368871Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1369205Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1369530Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1369865Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1370189Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1370523Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1370850Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1371183Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1371555Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1371863Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1372190Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1372526Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1372854Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1373182Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1373497Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1373825Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1374160Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1374494Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1374803Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1375133Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1375461Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1375788Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1376105Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1376434Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1376760Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1377090Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1377442Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1377784Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1378104Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1378435Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1378757Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1379088Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1379412Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1379736Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1379837Z ok (0.501s) 2022-12-01T10:42:30.1380335Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1380667Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1380994Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1381324Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1381645Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1382027Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1382349Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1382682Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1383010Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1383320Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1383643Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1383967Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1384290Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1384619Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1384938Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1385269Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1385599Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1385934Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1386239Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1386569Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1386892Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1387228Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1387555Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1387964Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1388298Z STAGE:2022-12-01 10:38:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1388629Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1388933Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1389266Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1389594Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1389925Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1390246Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1390762Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1391163Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1391420Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1391738Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1392046Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1392373Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1392781Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1393106Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1393437Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1393763Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1394089Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1394412Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1394745Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1395046Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1395380Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1395706Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1396042Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1396148Z ok (0.471s) 2022-12-01T10:42:30.1396685Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1397019Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1397343Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1397672Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1397979Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1398308Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1398688Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1399034Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1399357Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1399689Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1400009Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1400339Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1400650Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1400979Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1401302Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1401635Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1401957Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1402288Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1402607Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1402935Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1403317Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1403627Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1403957Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1404282Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1404601Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1404934Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1405259Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1405587Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1405917Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1406247Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1406552Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1406883Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1407216Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1407548Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1407872Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1408203Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1408532Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1408863Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1409235Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1409554Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1409872Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1410196Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1410523Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1410854Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1411176Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1411499Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1411820Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1412134Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1412237Z ok (0.537s) 2022-12-01T10:42:30.1412768Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1413104Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1413430Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1413814Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1414136Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1414467Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1414786Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1415092Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1415414Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1415739Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1416061Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1416397Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1416719Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1417056Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1417385Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1417714Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1418019Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1418343Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1418665Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1419003Z STAGE:2022-12-01 10:38:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1419327Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1419701Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1420032Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1420361Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1420665Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1420992Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1421314Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1421732Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1422065Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1422455Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1422824Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1423202Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1423529Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1423837Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1424164Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1424553Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1425010Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1425347Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1425673Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1426008Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1426332Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1426662Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1426965Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1427302Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1427626Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1427960Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1428282Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1428612Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1428718Z ok (0.558s) 2022-12-01T10:42:30.1429237Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1429564Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1429870Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1430202Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1430732Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1431094Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1431417Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1431746Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1432066Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1432399Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1432708Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1433037Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1433364Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1433697Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1434024Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1434357Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1434679Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1435010Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1435405Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1435719Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1436047Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1436373Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1436691Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1437016Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1437337Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1437669Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1437996Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1438328Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1438631Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1438959Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1439282Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1439608Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1439928Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1440254Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1440576Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1440909Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1441276Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1441598Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1441916Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1442248Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1442571Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1442895Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1443219Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1443552Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1443879Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1444187Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1444507Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1444829Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1444930Z ok (0.507s) 2022-12-01T10:42:30.1445451Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1445780Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1446158Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1446488Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1446808Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1447120Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1447441Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1447764Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1448083Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1448410Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1448735Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1449065Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1449384Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1449707Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1450009Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1450335Z STAGE:2022-12-01 10:38:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1450658Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1450982Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1451304Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1451669Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1451997Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1452326Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1452646Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1452954Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1453271Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1453596Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1453923Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1454252Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1454573Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1454900Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1455220Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1455534Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1455860Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1456184Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1456555Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1456883Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1457203Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1457529Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1457855Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1458187Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1458488Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1458818Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1459141Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1459472Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1459796Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1460126Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1460451Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1460784Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1460893Z ok (0.499s) 2022-12-01T10:42:30.1461394Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1461733Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1462121Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1462464Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1462789Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1463117Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1463437Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1463769Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1464090Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1464403Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1464725Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1465050Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1465373Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1465700Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1466017Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1466341Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1466662Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1467028Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1467355Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1467691Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1468017Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1468345Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1468666Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1468993Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1469312Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1469643Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1469947Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1470274Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1470743Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1471081Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1471400Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1471726Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1472052Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1472390Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1472714Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1473097Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1473433Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1473764Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1474086Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1474415Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1474736Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1475071Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1475396Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1475710Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1476032Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1476358Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1476679Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1477011Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1477116Z ok (0.491s) 2022-12-01T10:42:30.1477627Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1478032Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1478360Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1478669Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1478995Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1479320Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1479639Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1479964Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1480292Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1480624Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1480946Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1481272Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1481577Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1481912Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1482230Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1482561Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1482888Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1483216Z STAGE:2022-12-01 10:38:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1483592Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1483936Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1484263Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1484572Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1484895Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1485226Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1485558Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1485884Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1486204Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1486533Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1486859Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1487170Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1487494Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1487820Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1488192Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1488521Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1488847Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1489177Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1489495Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1489819Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1490123Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1490445Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1490771Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1491103Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1491425Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1491755Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1492077Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1492402Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1492721Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1493034Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1493148Z ok (0.470s) 2022-12-01T10:42:30.1493671Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1494045Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1494382Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1494715Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1495039Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1495371Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1495698Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1496016Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1496339Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1496673Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1496998Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1497327Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1497648Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1497979Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1498303Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1498668Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1498992Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1499323Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1499649Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1499979Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1500301Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1500630Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1500952Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1501285Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1501589Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1501919Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1502243Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1502571Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1502893Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1503224Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1503548Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1503882Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1504205Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1504562Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1504896Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1505225Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1505548Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1505875Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1506195Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1506532Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1506859Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1507170Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1507495Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1507824Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1508148Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1508480Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1508801Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1509179Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1509285Z ok (0.469s) 2022-12-01T10:42:30.1509811Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1510123Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1510535Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1510948Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1511277Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1511610Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1511941Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1512269Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1512598Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1512932Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1513240Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1513570Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1513891Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1514220Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1514550Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1514884Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1515301Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1515649Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1515974Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1516280Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1516604Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1516934Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1517263Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1517594Z STAGE:2022-12-01 10:38:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1517922Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1518251Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1518576Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1518883Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1519207Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1519545Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1519933Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1520264Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1520591Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1520922Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1521243Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1521573Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1521878Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1522205Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1522527Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1522859Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1523184Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1523516Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1523841Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1524168Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1524489Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1524798Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1525165Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1525498Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1525606Z ok (0.472s) 2022-12-01T10:42:30.1526173Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1526517Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1526841Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1527168Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1527492Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1527808Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1528132Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1528466Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1528791Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1529121Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1529446Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1529777Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1530106Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1530463Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1530784Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1531114Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1531439Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1531772Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1532097Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1532427Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1532748Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1533080Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1533388Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1533729Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1534058Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1534391Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1534712Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1535046Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1535369Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1535705Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1536032Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1536397Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1536739Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1537077Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1537400Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1537731Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1538053Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1538392Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1538714Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1539048Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1539351Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1539682Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1540008Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1540341Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1540664Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1541046Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1541368Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1541697Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1541781Z ok (0.469s) 2022-12-01T10:42:30.1542299Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1542629Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1542952Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1543282Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1543611Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1543941Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1544268Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1544599Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1544903Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1545231Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1545556Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1545887Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1546218Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1546550Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1546922Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1547262Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1547585Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1547893Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1548215Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1548544Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1548868Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1549204Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1549530Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1549862Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1550188Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1550638Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1550976Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1551307Z STAGE:2022-12-01 10:38:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1551632Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1552042Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1552372Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1552700Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1553025Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1553357Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1553660Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1553992Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1554315Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1554654Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1554981Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1555313Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1555645Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1555968Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1556291Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1556603Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1556926Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1557259Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1557638Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1557983Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1558092Z ok (0.487s) 2022-12-01T10:42:30.1558618Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1558946Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1559270Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1559578Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1559907Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1560240Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1560566Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1560894Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1561217Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1561557Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1561875Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1562185Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1562577Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1562908Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1563235Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1563565Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1563887Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1564216Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1564537Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1564869Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1565180Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1565514Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1565836Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1566212Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1566543Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1566874Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1567199Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1567529Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1567857Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1568222Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1568561Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1568892Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1569214Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1569541Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1569869Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1570201Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1570528Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1570861Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1571165Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1571494Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1571816Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1572142Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1572463Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1572792Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1573171Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1573504Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1573808Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1574141Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1574251Z ok (0.502s) 2022-12-01T10:42:30.1574771Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1575102Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1575427Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1575765Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1576089Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1576420Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1576726Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1577060Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1577389Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1577726Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1578049Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1578386Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1578711Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1579085Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1579420Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1579727Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1580050Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1580379Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1580702Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1581041Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1581365Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1581702Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1582028Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1582357Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1582662Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1582993Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1583322Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1583707Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1584031Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1584361Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1584684Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1585017Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1585320Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1585649Z STAGE:2022-12-01 10:38:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1585973Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1586312Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1586636Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1586967Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1587294Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1587624Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1587945Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1588256Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1588580Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1588922Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1589245Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1589618Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1589956Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1590285Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1590395Z ok (0.516s) 2022-12-01T10:42:30.1591086Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1591403Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1591734Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1592069Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1592399Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1592733Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1593055Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1593388Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1593715Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1594026Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1594430Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1594763Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1595092Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1595425Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1595748Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1596076Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1596398Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1596729Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1597039Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1597372Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1597699Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1598031Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1598360Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1598693Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1599017Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1599349Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1599679Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1599992Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1600373Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1600720Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1601046Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1601374Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1601698Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1602030Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1602355Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1602688Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1602994Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1603322Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1603644Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1603975Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1604295Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1604623Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1605006Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1605337Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1605640Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1605971Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1606351Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1606715Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1606851Z ok (0.602s) 2022-12-01T10:42:30.1607389Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1607953Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1608331Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1608698Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1609094Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1609467Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1609834Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1610148Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1610510Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1610889Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1611298Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1611727Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1612112Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1612483Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1612843Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1613213Z STAGE:2022-12-01 10:38:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1613521Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1613893Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1675091Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1675576Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1675908Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1676232Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1676548Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1676871Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1677187Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1677690Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1678002Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1678326Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1678644Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1678963Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1679267Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1679589Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1679904Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1680227Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1680539Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1680858Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1681167Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1681486Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1681796Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1682107Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1682416Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1682739Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1683047Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1683435Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1683762Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1684082Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1684390Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1684703Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1684797Z ok (0.578s) 2022-12-01T10:42:30.1685311Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1685633Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1685950Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1686284Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1686612Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1687022Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1687349Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1687662Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1688050Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1688380Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1688712Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1689045Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1689376Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1689710Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1690036Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1690372Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1690685Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1691023Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1691354Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1691687Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1692016Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1692353Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1692678Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1693013Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1693347Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1693661Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1694054Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1694403Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1694731Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1695063Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1695387Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1695723Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1696054Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1696364Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1696694Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1697028Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1697354Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1697681Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1698002Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1698331Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1698711Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1699040Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1699345Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1699682Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1700010Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1700338Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1700658Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1700988Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1701101Z ok (0.499s) 2022-12-01T10:42:30.1701630Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1701972Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1702275Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1702610Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1702937Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1703267Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1703592Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1703936Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1704268Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1704769Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1705109Z STAGE:2022-12-01 10:38:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1705419Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1705749Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1706086Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1706412Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1706757Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1707086Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1707420Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1707743Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1708056Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1708382Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1708715Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1709046Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1709434Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1709762Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1710098Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1710524Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1710960Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1711267Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1711600Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1711932Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1712272Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1712598Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1712937Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1713267Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1713600Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1713928Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1714239Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1714566Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1714904Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1715229Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1715635Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1715974Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1716307Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1716630Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1716941Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1717270Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1717614Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1717721Z ok (0.510s) 2022-12-01T10:42:30.1718253Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1718588Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1718919Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1719253Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1719584Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1719899Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1720299Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1720636Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1720970Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1721305Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1721630Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1721961Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1722289Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1722624Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1722935Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1723268Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1723597Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1723929Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1724254Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1724585Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1724914Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1725291Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1725630Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1725939Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1726313Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1726662Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1726987Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1727328Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1727658Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1727994Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1728328Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1728638Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1728970Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1729305Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1729633Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1729965Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1730298Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1730634Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1731020Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1731353Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1731660Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1731997Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1732322Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1732655Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1732979Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1733317Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1733644Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1733984Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1734093Z ok (0.487s) 2022-12-01T10:42:30.1734598Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1734941Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1735272Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1735601Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1735925Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1736257Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1736589Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1736968Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1737304Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1737614Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1737946Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1738275Z STAGE:2022-12-01 10:38:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1738601Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1738931Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1739267Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1739602Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1739931Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1740243Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1740574Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1740905Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1741232Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1741566Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1741953Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1742292Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1742614Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1742944Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1743250Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1743586Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1743919Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1744256Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1744586Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1744919Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1745246Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1745583Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1745909Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1746215Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1746541Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1746884Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1747218Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1747597Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1747934Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1748267Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1748595Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1748925Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1749230Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1749565Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1749904Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1750244Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1750353Z ok (0.440s) 2022-12-01T10:42:30.1751053Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1751393Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1751721Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1752031Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1752365Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1752789Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1753127Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1753461Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1753781Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1754116Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1754446Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1754780Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1755084Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1755422Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1755754Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1756094Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1756417Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1756744Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1757075Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1757410Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1757740Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1758057Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1758443Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1758794Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1759122Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1759452Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1759781Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1760115Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1760444Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1760762Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1761096Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1761435Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1761764Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1762093Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1762419Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1762753Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1763088Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1763478Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1763785Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1764121Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1764571Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1764910Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1765240Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1765571Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1765898Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1766236Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1766565Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1766878Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1766987Z ok (0.444s) 2022-12-01T10:42:30.1767505Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1767841Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1768171Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1768510Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1768845Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1769177Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1769565Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1769891Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1770219Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1770556Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1770880Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1771214Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1771546Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1771881Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1772210Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1772523Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1772851Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1773185Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1773505Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1773837Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1774216Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1774548Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1774873Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1775205Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1775506Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1775837Z STAGE:2022-12-01 10:38:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1776161Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1776488Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1776817Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1777142Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1777469Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1777801Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1778122Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1778432Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1778751Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1779079Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1779407Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1779733Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1780098Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1780438Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1780764Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1781097Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1781401Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1781725Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1782052Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1782383Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1782709Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1783040Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1783146Z ok (0.435s) 2022-12-01T10:42:30.1783664Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1783978Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1784305Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1784693Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1785015Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1785347Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1785671Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1786002Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1786327Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1786658Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1786963Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1787297Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1787624Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1787963Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1788292Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1788629Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1788953Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1789281Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1789612Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1789928Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1790253Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1790808Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1791162Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1791496Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1791821Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1792160Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1792489Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1792806Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1793140Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1793479Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1793814Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1794146Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1794526Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1794864Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1795195Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1795605Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1795909Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1796244Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1796573Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1796908Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1797232Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1797568Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1797897Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1798233Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1798563Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1798876Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1799194Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1799531Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1799643Z ok (0.456s) 2022-12-01T10:42:30.1800164Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1800493Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1800823Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1801155Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1801536Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1801857Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1802178Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1802512Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1802839Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1803169Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1803501Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1803834Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1804165Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1804476Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1804803Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1805136Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1805464Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1805795Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1806174Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1806505Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1806841Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1807173Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1807477Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1807812Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1808137Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1808470Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1808801Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1809133Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1809460Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1809792Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1810119Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1810428Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1810759Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1811094Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1811428Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1811759Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1812128Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1812471Z STAGE:2022-12-01 10:38:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1812796Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1813129Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1813429Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1813761Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1814091Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1814422Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1814751Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1815084Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1815415Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1815744Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1815830Z ok (0.431s) 2022-12-01T10:42:30.1816361Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1816756Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1817084Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1817420Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1817751Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1818083Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1818408Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1818742Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1819046Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1819387Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1819712Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1820049Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1820381Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1820714Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1821039Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1821373Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1821706Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1822022Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1822345Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1822723Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1823061Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1823394Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1823721Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1824053Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1824381Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1824720Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1825061Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1825407Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1825733Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1826064Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1826387Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1826721Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1827057Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1827446Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1827750Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1828088Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1828410Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1828746Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1829071Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1829408Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1829735Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1830070Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1830520Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1830857Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1831193Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1831528Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1831853Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1832184Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1832294Z ok (0.452s) 2022-12-01T10:42:30.1832819Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1833159Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1833572Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1833899Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1834227Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1834561Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1834886Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1835217Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1835551Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1835885Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1836214Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1836527Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1836854Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1837188Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1837520Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1837849Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1838252Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1838583Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1838912Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1839242Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1839545Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1839876Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1840203Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1840536Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1840865Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1841196Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1841526Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1841861Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1842190Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1842501Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1842827Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1843160Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1843489Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1843825Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1844204Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1844547Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1844871Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1845203Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1845506Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1845835Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1846161Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1846496Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1846823Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1847156Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1847485Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1847821Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1848126Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1848462Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1848571Z ok (0.343s) 2022-12-01T10:42:30.1849167Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1849507Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1849835Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1850170Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1850492Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1850824Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1851129Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1851468Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1851801Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1852135Z STAGE:2022-12-01 10:38:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1852461Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1852789Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1853115Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1853446Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1853773Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1854083Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1854416Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1854798Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1855138Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1855470Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1855802Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1856134Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1856461Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1856794Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1857105Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1857448Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1857773Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1858104Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1858431Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1858765Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1859089Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1859421Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1859781Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1860118Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1860442Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1860771Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1861093Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1861428Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1861754Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1862090Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1862417Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1862731Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1863057Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1863391Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1863719Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1864053Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1864379Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1864714Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1864827Z ok (0.492s) 2022-12-01T10:42:30.1865406Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1865729Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1866102Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1866444Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1866775Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1867109Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1867435Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1867774Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1868105Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1868443Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1868747Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1869080Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1869413Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1869749Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1870081Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1870662Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1871007Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1871342Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1871646Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1871984Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1872314Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1872650Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1872977Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1873311Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1873640Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1873977Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1874300Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1874611Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1874938Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1875275Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1875605Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1875945Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1876370Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1876725Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1877053Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1877390Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1877694Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1878027Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1878360Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1878696Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1879024Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1879361Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1879690Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1880023Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1880325Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1880661Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1880987Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1881400Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1881511Z ok (0.508s) 2022-12-01T10:42:30.1882040Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1882373Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1882696Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1883025Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1883329Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1883662Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1883991Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1884328Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1884658Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1884994Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1885315Z STAGE:2022-12-01 10:38:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1885646Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1885974Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1886283Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1886619Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1886951Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1887326Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1887668Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1887993Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1888324Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1888648Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1888983Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1889290Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1889625Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1889953Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1890289Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1890615Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1890947Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1891272Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1891604Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1891962Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1892299Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1892627Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1892962Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1893286Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1893621Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1893946Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1894281Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1894611Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1894921Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1895247Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1895578Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1895910Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1896244Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1896568Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1896907Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1897237Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1897570Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1897709Z ok (0.458s) 2022-12-01T10:42:30.1898255Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1898593Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1898924Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1899256Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1899580Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1899921Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1900251Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1900590Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1900896Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1901232Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1901561Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1901892Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1902217Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1902605Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1902934Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1903270Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1903575Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1903911Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1904236Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1904571Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1904895Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1905232Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1905561Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1905893Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1906223Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1906533Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1906864Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1907199Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1907524Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1907862Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1908194Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1908569Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1908908Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1909242Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1909543Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1909871Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1910195Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1910679Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1911023Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1911361Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1911693Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1912022Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1912349Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1912659Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1912986Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1913407Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1913735Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1914069Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1914177Z ok (0.452s) 2022-12-01T10:42:30.1914701Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1915033Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1915338Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1915674Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1916011Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1916344Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1916670Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1917032Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1917372Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1917712Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1917996Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1918306Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1918637Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1918975Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1919378Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1919729Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1920055Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1920387Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1920712Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1921042Z STAGE:2022-12-01 10:38:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1921350Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1921682Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1922017Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1922350Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1922680Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1923014Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1923341Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1923673Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1924060Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1924371Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1924702Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1925040Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1925403Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1925740Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1926065Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1926401Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1926733Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1927043Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1927369Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1927700Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1928030Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1928360Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1928684Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1929015Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1929346Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1929682Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1930033Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1930381Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1930493Z ok (0.454s) 2022-12-01T10:42:30.1931013Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1931346Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1931670Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1932009Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1932338Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1932674Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1932979Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1933314Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1933641Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1933971Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1934299Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1934692Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1935022Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1935362Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1935667Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1936002Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1936328Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1936664Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1936993Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1937328Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1937656Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1937997Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1938333Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1938642Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1938967Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1939299Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1939634Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1939975Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1940301Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1940678Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1941019Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1941352Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1941654Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1941988Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1942313Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1942649Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1942974Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1943311Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1943636Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1943970Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1944302Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1944610Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1944937Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1945329Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1945656Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1945992Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1946317Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1946651Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1946761Z ok (0.412s) 2022-12-01T10:42:30.1947260Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1947595Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1947924Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1948259Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1948589Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1948924Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1949252Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1949584Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1949909Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1950220Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1950708Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1951055Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1951447Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1951795Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1952126Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1952457Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1952793Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1953124Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1953432Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1953770Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1954096Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1954427Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1954754Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1955090Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1955415Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1955751Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1956148Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1956460Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1956786Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1957121Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1957447Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1957778Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1958109Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1958440Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1958776Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1959088Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1959421Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1959756Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1960080Z STAGE:2022-12-01 10:38:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1960411Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1960735Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1961068Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1961403Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1961734Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1962083Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1962430Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1962755Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1963086Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1963194Z ok (0.408s) 2022-12-01T10:42:30.1963712Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1964051Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1964385Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1964723Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1965027Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1965359Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1965687Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1966020Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1966345Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1966738Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1967068Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1967401Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1967708Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1968043Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1968371Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1968703Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1969033Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1969361Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1969694Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1970037Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1970365Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1970675Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1971002Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1971338Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1971663Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1972000Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1972329Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1972711Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1973051Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1973388Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1973690Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1974021Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1974344Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1974676Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1975004Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1975342Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1975669Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1976005Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1976339Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1976648Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1976977Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1977312Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1977702Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1978039Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1978365Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1978694Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1979021Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1979331Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1979442Z ok (0.408s) 2022-12-01T10:42:30.1979961Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1980304Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1980631Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1980969Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1981293Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1981631Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1981963Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1982272Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1982598Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1982937Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1983307Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1983655Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1983985Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1984321Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1984644Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1984979Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1985281Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1985618Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1985948Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1986277Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1986599Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1986935Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1987259Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1987596Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1987928Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1988298Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1988626Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1988965Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1989292Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1989623Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1989950Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1990284Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1990749Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1991078Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1991408Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1991742Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1992070Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1992404Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1992728Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1993056Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1993378Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1993717Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1994021Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1994430Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1994775Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1995107Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1995432Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1995761Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1995869Z ok (0.404s) 2022-12-01T10:42:30.1996391Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1996727Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1997032Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1997365Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1997696Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1998032Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1998359Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1998691Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1999090Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.1999423Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.1999761Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2000071Z STAGE:2022-12-01 10:38:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2000396Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2000728Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2001053Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2001389Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2001721Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2002054Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2002385Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2002699Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2003024Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2003357Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2003687Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2004023Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2004359Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2004692Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2005065Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2005409Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2005713Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2006047Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2006372Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2006707Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2007039Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2007369Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2007700Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2008040Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2008366Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2008678Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2009005Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2009337Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2009744Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2010080Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2010405Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2010742Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2011068Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2011376Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2011704Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2012035Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2012151Z ok (0.416s) 2022-12-01T10:42:30.2012688Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2013030Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2013358Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2013688Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2014017Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2014326Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2014660Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2015003Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2015330Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2015710Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2016046Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2016382Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2016713Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2017046Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2017349Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2017694Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2018024Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2018364Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2018689Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2019025Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2019351Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2019686Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2020014Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2020386Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2020712Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2021051Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2021380Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2021716Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2022042Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2022377Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2022702Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2023019Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2023127Z ok (0.380s) 2022-12-01T10:42:30.2024087Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79780 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:30.2024638Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2024975Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2025350Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2025693Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2026069Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2026415Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2026742Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2027051Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2027384Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2027718Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2028044Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2028382Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2028713Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2029051Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2029384Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2029717Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2030024Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2030358Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2030833Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2031248Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2031581Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2031918Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2032244Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2032582Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2032909Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2033221Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2033551Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2033895Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2034224Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2034559Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2034883Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2035215Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2035324Z ok (0.273s) 2022-12-01T10:42:30.2035838Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2036172Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2036509Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2036922Z STAGE:2022-12-01 10:38:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2037267Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2037598Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2037927Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2038262Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2038590Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2038899Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2039233Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2039567Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2039895Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2040230Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2040554Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2040888Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2041215Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2041546Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2041918Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2042255Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2042584Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2042922Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2043247Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2043580Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2043905Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2044240Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2044570Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2044882Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2045212Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2045549Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2045876Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2046208Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2046323Z ok (0.288s) 2022-12-01T10:42:30.2046850Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2047188Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2047571Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2047894Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2048223Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2048563Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2048887Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2049222Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2049549Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2049888Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2050216Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2050527Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2050862Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2051198Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2051524Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2051858Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2052187Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2052574Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2052903Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2053240Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2053546Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2053880Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2054212Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2054547Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2054874Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2055212Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2055538Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2055874Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2056201Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2056513Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2056838Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2057167Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2057276Z ok (0.250s) 2022-12-01T10:42:30.2057808Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2058190Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2058527Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2058860Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2059189Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2059499Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2059826Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2060162Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2060491Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2060826Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2061158Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2061494Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2061823Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2062137Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2062462Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2062791Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2063175Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2063510Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2063838Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2064176Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2064505Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2064836Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2065139Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2065470Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2065799Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2066136Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2066468Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2066802Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2067128Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2067461Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2067794Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2068103Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2068215Z ok (0.246s) 2022-12-01T10:42:30.2068748Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2069151Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2069492Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2069824Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2070153Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2070627Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2070972Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2071294Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2071621Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2071964Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2072292Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2072626Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2072951Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2073293Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2073622Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2074013Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2074342Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2074679Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2075010Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2075341Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2075667Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2075999Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2076329Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2076666Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2076970Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2077304Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2077637Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2077972Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2078300Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2078629Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2078953Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2079294Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2079404Z ok (0.231s) 2022-12-01T10:42:30.2079960Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2080312Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2080641Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2080972Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2081295Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2081627Z STAGE:2022-12-01 10:38:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2081961Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2082294Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2082602Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2082934Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2083263Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2083603Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2083931Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2084265Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2084651Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2084984Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2085313Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2085625Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2085953Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2086282Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2086611Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2086945Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2087283Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2087619Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2087946Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2088281Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2088586Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2088914Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2089237Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2089571Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2089900Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2090229Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2090385Z ok (0.151s) 2022-12-01T10:42:30.2090926Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2091261Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2091567Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2091902Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2092233Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2092567Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2092897Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2093238Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2093564Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2093894Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2094198Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2094531Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2094856Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2095249Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2095578Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2095914Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2096246Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2096579Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2097000Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2097292Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2097549Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2097883Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2098214Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2098551Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2098882Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2099213Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2099537Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2099869Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2100172Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2100508Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2100837Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2101220Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2101334Z ok (0.153s) 2022-12-01T10:42:30.2101862Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2102193Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2102523Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2102861Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2103167Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2103505Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2103837Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2104169Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2104495Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2104829Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2105153Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2105487Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2105842Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2106177Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2106514Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2106848Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2107175Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2107509Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2107835Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2108169Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2108500Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2108813Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2109148Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2109485Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2109817Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2110145Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2110647Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2110952Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2111283Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2111620Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2111988Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2112337Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2112447Z ok (0.136s) 2022-12-01T10:42:30.2112972Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2113303Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2113628Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2113969Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2114298Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2114637Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2114944Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2115383Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2115734Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2116012Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2116329Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2117158Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2117813Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2118438Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2119064Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2119609Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2120006Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2120313Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2120644Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2120998Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2121318Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2121655Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2121987Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2122350Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2122682Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2123010Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2123335Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2123620Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2123948Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2124370Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2124712Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2125050Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2125181Z ok (0.157s) 2022-12-01T10:42:30.2125719Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2126059Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2126457Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2126857Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2127192Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2127406Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2127736Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2128071Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2128374Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2128710Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2129101Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2129440Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2129772Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2130145Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2130467Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2130798Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2131073Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2131404Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2131737Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2132068Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2132400Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2132733Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2133066Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2133399Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2133722Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2134032Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2134363Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2134694Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2135073Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2135422Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2135747Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2136079Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2136190Z ok (0.154s) 2022-12-01T10:42:30.2136716Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2137034Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2137360Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2137699Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2138029Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2138362Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2138687Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2139025Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2139353Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2139747Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2140052Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2140391Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2140719Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2141053Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2141380Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2141712Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2141822Z ok (0.133s) 2022-12-01T10:42:30.2142774Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82300 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:30.2143316Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2143714Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2144079Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2144422Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2144748Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2144964Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2145288Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2145677Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2146012Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2146380Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2146680Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2147001Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2147294Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2147629Z STAGE:2022-12-01 10:39:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2147952Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2148285Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2148388Z ok (0.155s) 2022-12-01T10:42:30.2148918Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2149244Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2149548Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2149879Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2150258Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2150972Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2151295Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2151627Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2151952Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2152283Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2152602Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2152914Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2153241Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2153576Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2153903Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2154236Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2154340Z ok (0.162s) 2022-12-01T10:42:30.2154867Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2155199Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2155516Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2155831Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2156154Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2156574Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2156915Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2157246Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2157567Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2157894Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2158217Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2158533Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2158858Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2159189Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2159513Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2159840Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2159944Z ok (0.134s) 2022-12-01T10:42:30.2160469Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2160798Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2161207Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2161520Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2161848Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2162177Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2162502Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2162833Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2163153Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2163480Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2163804Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2164135Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2164445Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2164779Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2165105Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2165434Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2165535Z ok (0.132s) 2022-12-01T10:42:30.2166108Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2166449Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2166774Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2167146Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2167458Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2167787Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2168107Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2168430Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2168752Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2169085Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2169407Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2169739Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2170045Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2170376Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2170697Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2171026Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2171165Z ok (0.126s) 2022-12-01T10:42:30.2172197Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83513 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:30.2172653Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2172983Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2173305Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2173637Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2173961Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2174279Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2174607Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2174940Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2175265Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2175592Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2175913Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2176247Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2176573Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2176890Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2177259Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2177599Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2177705Z ok (0.128s) 2022-12-01T10:42:30.2178222Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2178548Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2178875Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2179206Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2179535Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2179850Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2180175Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2180509Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2180830Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2181156Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2181477Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2181800Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2182182Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2182512Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2182819Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2183147Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2183252Z ok (0.126s) 2022-12-01T10:42:30.2183771Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2184100Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2184420Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2184755Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2185081Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2185413Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2185720Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2186047Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2186365Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2186691Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2187014Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2187347Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2187713Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2188051Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2188355Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2188685Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2188790Z ok (0.124s) 2022-12-01T10:42:30.2189315Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2189644Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2189972Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2190303Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2190969Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2191302Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2191609Z STAGE:2022-12-01 10:39:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2191942Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2192266Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2192632Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2193053Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2193393Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2193714Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2194046Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2194371Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2194681Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2194788Z ok (0.125s) 2022-12-01T10:42:30.2195313Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2195649Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2195970Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2196301Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2196627Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2196958Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2197281Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2197594Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2197921Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2198259Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2198638Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2198980Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2199304Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2199631Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2199949Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2200260Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2200364Z ok (0.134s) 2022-12-01T10:42:30.2200890Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2201224Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2201552Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2201879Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2202199Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2202527Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2202847Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2203156Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2203562Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2203894Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2204224Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2204553Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2204873Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2205202Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2205523Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2205846Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2205936Z ok (0.076s) 2022-12-01T10:42:30.2206470Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2206809Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2207131Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2207460Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2207782Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2208111Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2208434Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2208771Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2209122Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2209470Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2209793Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2210119Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2210440Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2210768Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2211091Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2211423Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2211510Z ok (0.159s) 2022-12-01T10:42:30.2212039Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2212386Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2212706Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2213030Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2213338Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2213664Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2214043Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2214375Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2214697Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2215025Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2215344Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2215668Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2215973Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2216305Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2216631Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2216959Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2217060Z ok (0.164s) 2022-12-01T10:42:30.2217579Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2217905Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2218223Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2218548Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2218852Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2219186Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2219568Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2219907Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2220230Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2220553Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2220871Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2221198Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2221518Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2221832Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2222154Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2222486Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2222590Z ok (0.135s) 2022-12-01T10:42:30.2223107Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2223434Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2223753Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2224080Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2224454Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2224769Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2225089Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2225467Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2225789Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2226117Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2226436Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2226763Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2227090Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2227405Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2227728Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2228055Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2228159Z ok (0.135s) 2022-12-01T10:42:30.2228678Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2229009Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2229330Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2229662Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2230031Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2230355Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2231009Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2231353Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2231676Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2232000Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2232320Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2232653Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2233015Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2233348Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2233647Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2233939Z STAGE:2022-12-01 10:39:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2234040Z ok (0.126s) 2022-12-01T10:42:30.2234561Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2234885Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2235304Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2235634Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2235959Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2236286Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2236591Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2236917Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2237239Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2237563Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2237887Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2238216Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2238542Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2238871Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2239173Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2239500Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2239601Z ok (0.077s) 2022-12-01T10:42:30.2240119Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2240452Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2240840Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2241181Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2241504Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2241834Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2242140Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2242465Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2242783Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2243110Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2243436Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2243762Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2244083Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2244407Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2244729Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2245039Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2245142Z ok (0.076s) 2022-12-01T10:42:30.2245718Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2246046Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2246368Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2246695Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2247018Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2247348Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2247675Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2247986Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2248309Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2248635Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2248955Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2249281Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2249597Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2249923Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2250244Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2250553Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2250663Z ok (0.069s) 2022-12-01T10:42:30.2251235Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2251573Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2251893Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2252218Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2252535Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2252858Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2253181Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2253496Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2253940Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2254145Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2254466Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2254793Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2255114Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2255441Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2255759Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2256140Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2256225Z ok (0.078s) 2022-12-01T10:42:30.2256749Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2257077Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2257396Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2257723Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2258048Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2258374Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2258700Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2259032Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2259337Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2259664Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2259984Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2260309Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2260628Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2260954Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2261277Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2261652Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2261743Z ok (0.077s) 2022-12-01T10:42:30.2262271Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2262608Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2263047Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2263372Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2263687Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2263933Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2264228Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2264553Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2264855Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2265185Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2265507Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2265837Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2266156Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2266541Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2266866Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2267191Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2267508Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2267820Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2268141Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2268467Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2268785Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2269116Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2269438Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2269767Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2270085Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2270412Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2271039Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2271395Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2271701Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2272032Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2272386Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2272782Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2272893Z ok (0.248s) 2022-12-01T10:42:30.2273386Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2273694Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2274015Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2274342Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2274669Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2274999Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2275318Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2275646Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2275965Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2276293Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2276598Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2276925Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2277323Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2277651Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2277975Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2278305Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2278623Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2278946Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2279268Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2279578Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2279902Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2280228Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2280551Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2280879Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2281200Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2281526Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2281847Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2282173Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2282481Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2282804Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2283175Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2283515Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2283618Z ok (0.224s) 2022-12-01T10:42:30.2284150Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2284481Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2284800Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2285118Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2285440Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2285769Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2286093Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2286420Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2286739Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2287068Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2287386Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2287771Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2288078Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2288409Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2288736Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2289062Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2289381Z STAGE:2022-12-01 10:39:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2289710Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2290034Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2290365Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2290684Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2291000Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2291320Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2291645Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2291964Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2292292Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2292614Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2292948Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2293268Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2293657Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2293972Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2294299Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2294404Z ok (0.276s) 2022-12-01T10:42:30.2294933Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2295260Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2295586Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2295915Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2296237Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2296547Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2296871Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2297195Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2297518Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2297843Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2298220Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2298547Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2298868Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2299189Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2299494Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2299823Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2300150Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2300476Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2300800Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2301127Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2301448Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2301777Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2302099Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2302409Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2302726Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2303050Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2303376Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2303700Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2304061Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2304398Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2304716Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2305046Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2305133Z ok (0.289s) 2022-12-01T10:42:30.2305653Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2305986Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2306308Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2306637Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2306963Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2307291Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2307614Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2307924Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2308242Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2308622Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2308946Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2309273Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2309594Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2309920Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2310240Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2310930Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2311274Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2311611Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2311934Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2312269Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2312591Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2312916Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2313233Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2313561Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2313884Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2314204Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2314525Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2314925Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2315261Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2315589Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2315905Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2316230Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2316331Z ok (0.248s) 2022-12-01T10:42:30.2316839Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2317177Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2317498Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2317828Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2318150Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2318475Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2318798Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2319124Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2319521Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2319833Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2320156Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2320489Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2320814Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2321142Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2321469Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2321799Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2322125Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2322453Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2322759Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2323086Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2323406Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2323736Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2324055Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2324383Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2324708Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2325037Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2325456Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2325780Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2326097Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2326421Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2326741Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2327071Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2327178Z ok (0.246s) 2022-12-01T10:42:30.2327699Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2328032Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2328341Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2328668Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2328984Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2329309Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2329627Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2330014Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2330340Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2330665Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2330988Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2331300Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2331620Z STAGE:2022-12-01 10:39:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2331945Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2332272Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2332606Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2332930Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2333263Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2333588Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2333916Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2334224Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2334551Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2334876Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2335210Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2335530Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2335903Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2336236Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2336563Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2336881Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2337190Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2337509Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2337843Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2337950Z ok (0.237s) 2022-12-01T10:42:30.2338470Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2338797Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2339119Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2339448Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2339752Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2340083Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2340461Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2340791Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2341112Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2341440Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2341758Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2342083Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2342401Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2342711Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2343037Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2343362Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2343688Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2344019Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2344338Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2344665Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2344984Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2345309Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2345618Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2345943Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2346312Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2346652Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2346971Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2347295Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2347617Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2347944Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2348270Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2348579Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2348683Z ok (0.152s) 2022-12-01T10:42:30.2349201Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2349530Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2349853Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2350186Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2350671Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2351116Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2351422Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2351752Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2352072Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2352400Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2352720Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2353049Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2353373Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2353710Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2354038Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2354353Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2354676Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2355010Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2355338Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2355669Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2355991Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2356324Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2356644Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2357038Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2357357Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2357684Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2358005Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2358330Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2358650Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2358983Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2359303Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2359631Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2359717Z ok (0.154s) 2022-12-01T10:42:30.2360235Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2360562Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2360883Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2361211Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2361599Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2361923Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2362246Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2362575Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2362882Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2363210Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2363534Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2363866Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2364195Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2364526Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2364848Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2365177Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2365503Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2365815Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2366141Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2366472Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2366802Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2367130Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2367528Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2367870Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2368196Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2368526Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2368832Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2369162Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2369495Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2369827Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2370155Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2370486Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2370591Z ok (0.137s) 2022-12-01T10:42:30.2371110Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2371444Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2371749Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2372142Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2372470Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2372802Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2373132Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2373464Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2373788Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2374119Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2374424Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2374758Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2375087Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2375422Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2375746Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2376079Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2376405Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2376735Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2377055Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2377374Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2377698Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2378074Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2378408Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2378734Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2379060Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2379390Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2379713Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2380044Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2380347Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2380680Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2381010Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2381342Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2381448Z ok (0.153s) 2022-12-01T10:42:30.2381972Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2382299Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2382685Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2382997Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2383319Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2383647Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2383970Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2384300Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2384626Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2384960Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2385293Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2385627Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2385934Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2386263Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2386588Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2386918Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2387238Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2387565Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2387896Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2388225Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2388595Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2388913Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2389235Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2389570Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2389900Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2390228Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2390834Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2391185Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2391513Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2391844Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2392149Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2392485Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2392592Z ok (0.153s) 2022-12-01T10:42:30.2393119Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2393532Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2393857Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2394190Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2394518Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2394828Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2395153Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2395482Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2395806Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2396138Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2396463Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2396792Z STAGE:2022-12-01 10:39:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2397114Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2397449Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2397754Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2398087Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2398410Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2398742Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2399073Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2399464Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2399807Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2400138Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2400463Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2400775Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2401100Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2401431Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2401762Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2402096Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2402422Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2402756Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2403080Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2403415Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2403501Z ok (0.307s) 2022-12-01T10:42:30.2404015Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2404405Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2404736Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2405068Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2405395Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2405719Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2406049Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2406358Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2406683Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2407021Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2407347Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2407679Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2408005Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2408330Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2408652Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2408976Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2409279Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2409611Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2409978Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2410320Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2410642Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2410975Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2411299Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2411629Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2411955Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2412271Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2412596Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2412929Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2413252Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2413579Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2413906Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2414230Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2414338Z ok (0.226s) 2022-12-01T10:42:30.2414905Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2415238Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2415563Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2415895Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2416219Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2416551Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2416876Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2417204Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2417536Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2417851Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2418177Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2418511Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2418841Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2419172Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2419498Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2419828Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2420159Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2420537Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2420851Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2421174Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2421493Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2421829Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2422155Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2422484Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2422812Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2423146Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2423470Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2423779Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2424098Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2424429Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2424748Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2425081Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2425277Z ok (0.335s) 2022-12-01T10:42:30.2425812Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2426143Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2426471Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2426780Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2427104Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2427434Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2427761Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2428099Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2428425Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2428757Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2429080Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2429387Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2429710Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2430032Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2430359Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2430895Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2431271Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2431615Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2431944Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2432270Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2432574Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2432905Z STAGE:2022-12-01 10:39:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2433225Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2433562Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2433893Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2434223Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2434543Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2434872Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2435199Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2435509Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2435832Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2436246Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2436348Z ok (0.348s) 2022-12-01T10:42:30.2436871Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2437201Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2437523Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2437854Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2438174Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2438487Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2438812Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2439142Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2439471Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2439796Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2440118Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2440445Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2440766Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2441078Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2441405Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2441797Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2442133Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2442458Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2442778Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2443105Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2443432Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2443758Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2444067Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2444391Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2444718Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2445047Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2445371Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2445703Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2446021Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2446348Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2446729Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2447041Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2447152Z ok (0.312s) 2022-12-01T10:42:30.2447681Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2448009Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2448335Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2448662Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2448985Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2449322Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2449628Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2449964Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2450285Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2450613Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2450940Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2451267Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2451593Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2451928Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2452252Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2452606Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2452940Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2453271Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2453594Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2453925Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2454248Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2454585Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2454909Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2455244Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2455548Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2455879Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2456210Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2456540Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2456866Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2457265Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2457592Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2457922Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2458010Z ok (0.309s) 2022-12-01T10:42:30.2458535Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2458868Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2459194Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2459528Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2459861Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2460191Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2460517Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2460848Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2461150Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2461486Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2461806Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2462134Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2462460Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2462792Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2463164Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2463501Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2463818Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2464134Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2464456Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2464781Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2465112Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2465439Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2465765Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2466139Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2466467Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2466800Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2467103Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2467434Z STAGE:2022-12-01 10:39:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2467818Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2468144Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2468463Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2468793Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2468902Z ok (0.291s) 2022-12-01T10:42:30.2469426Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2469755Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2470060Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2470401Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2470906Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2471247Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2471575Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2471904Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2472225Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2472552Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2472857Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2473193Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2473520Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2473917Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2474259Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2474591Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2474916Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2475244Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2475567Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2475880Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2476208Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2476544Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2476871Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2477201Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2477526Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2477859Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2478185Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2478591Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2478897Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2479235Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2479562Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2479891Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2480000Z ok (0.211s) 2022-12-01T10:42:30.2480520Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2480850Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2481177Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2481508Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2481814Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2482147Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2482477Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2482810Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2483133Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2483465Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2483795Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2484133Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2484482Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2484828Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2485150Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2485483Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2485806Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2486137Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2486469Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2486804Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2487134Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2487443Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2487762Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2488094Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2488420Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2488752Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2489137Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2489468Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2489795Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2490129Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2490433Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2490767Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2490874Z ok (0.214s) 2022-12-01T10:42:30.2491396Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2491732Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2492062Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2492398Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2492729Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2493060Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2493363Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2493689Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2494017Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2494355Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2494685Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2495061Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2495398Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2495728Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2496036Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2496366Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2496691Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2497031Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2497356Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2497689Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2498014Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2498347Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2498674Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2498987Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2499319Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2499708Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2500035Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2500366Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2500691Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2501020Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2501345Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2501676Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2501764Z ok (0.197s) 2022-12-01T10:42:30.2502285Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2502625Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2502953Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2503288Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2503614Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2503946Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2504276Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2504590Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2504921Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2505255Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2505625Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2505967Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2506295Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2506627Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2506950Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2507282Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2507592Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2507921Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2508245Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2508584Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2508910Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2509241Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2509564Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2509892Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2510270Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2510760Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2511108Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2511444Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2511766Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2512097Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2512420Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2512753Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2512863Z ok (0.211s) 2022-12-01T10:42:30.2513393Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2513709Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2514043Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2514377Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2514704Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2515037Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2515364Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2515701Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2516027Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2516427Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2516771Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2517102Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2517429Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2517760Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2518085Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2518421Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2518747Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2519081Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2519384Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2519710Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2520035Z STAGE:2022-12-01 10:39:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2520367Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2520690Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2521094Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2521422Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2521755Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2522085Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2522396Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2522724Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2523056Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2523382Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2523721Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2523827Z ok (0.212s) 2022-12-01T10:42:30.2524361Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2524697Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2525021Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2525370Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2525698Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2526034Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2526362Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2526691Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2527065Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2527406Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2527730Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2528042Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2528367Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2528696Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2529021Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2529350Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2529456Z ok (0.187s) 2022-12-01T10:42:30.2529975Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2530308Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2530635Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2530945Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2531269Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2531682Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2532012Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2532344Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2532670Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2532999Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2533324Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2533654Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2533959Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2534297Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2534620Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2534952Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2535060Z ok (0.166s) 2022-12-01T10:42:30.2535592Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2535925Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2536252Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2536581Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2536890Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2537215Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2537579Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2537916Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2538237Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2538568Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2538894Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2539223Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2539530Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2539863Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2540188Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2540522Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2540629Z ok (0.217s) 2022-12-01T10:42:30.2541160Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2541493Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2541820Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2542207Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2542515Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2542850Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2543172Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2543509Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2543835Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2544163Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2544483Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2544815Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2545141Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2545456Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2545782Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2546115Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2546227Z ok (0.217s) 2022-12-01T10:42:30.2546752Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2547080Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2547406Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2547736Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2548106Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2548428Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2548749Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2549085Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2549408Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2549739Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2550072Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2550400Z STAGE:2022-12-01 10:39:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2550941Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2551256Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2551582Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2551917Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2552023Z ok (0.187s) 2022-12-01T10:42:30.2552543Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2552963Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2553286Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2553621Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2553950Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2554261Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2554590Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2554921Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2555249Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2555584Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2555905Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2556233Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2556560Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2556892Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2557199Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2557528Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2557629Z ok (0.190s) 2022-12-01T10:42:30.2558152Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2558489Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2558873Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2559214Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2559542Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2559886Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2560184Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2560519Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2560853Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2561184Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2561507Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2561839Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2562168Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2562497Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2562802Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2563132Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2563287Z ok (0.179s) 2022-12-01T10:42:30.2563813Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2564146Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2564470Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2564797Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2565119Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2565446Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2565750Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2566086Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2566412Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2566747Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2567074Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2567403Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2567728Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2568054Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2568373Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2568687Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2568789Z ok (0.167s) 2022-12-01T10:42:30.2569353Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2569692Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2570018Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2570349Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2570674Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2571002Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2571329Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2571639Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2571964Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2572299Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2572625Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2572959Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2573287Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2573621Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2574006Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2574318Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2574424Z ok (0.171s) 2022-12-01T10:42:30.2574949Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2575282Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2575606Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2575930Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2576254Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2576589Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2576914Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2577230Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2577559Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2577894Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2578223Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2578551Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2578875Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2579211Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2579538Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2579913Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2580006Z ok (0.169s) 2022-12-01T10:42:30.2580524Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2580852Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2581178Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2581508Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2581833Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2582158Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2582482Z STAGE:2022-12-01 10:39:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2582815Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2583120Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2583453Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2583779Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2584108Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2584487Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2584813Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2585140Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2585470Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2585555Z ok (0.166s) 2022-12-01T10:42:30.2586078Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2586411Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2586737Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2587073Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2587400Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2587731Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2588060Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2588392Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2588695Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2589022Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2589341Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2589674Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2589996Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2590380Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2590865Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2591203Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2591309Z ok (0.165s) 2022-12-01T10:42:30.2591819Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2592146Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2592479Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2592809Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2593132Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2593460Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2593783Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2594111Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2594435Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2594745Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2595155Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2595485Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2595812Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2596143Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2596467Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2596795Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2596898Z ok (0.187s) 2022-12-01T10:42:30.2597393Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2597724Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2598044Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2598374Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2598697Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2599027Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2599346Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2599673Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2599992Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2600306Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2600622Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2601007Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2601343Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2601670Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2601989Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2602313Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2602413Z ok (0.129s) 2022-12-01T10:42:30.2602944Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2603260Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2603586Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2603915Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2604236Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2604563Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2604884Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2605214Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2605593Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2605919Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2606226Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2606556Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2606880Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2607209Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2607528Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2607857Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2607962Z ok (0.212s) 2022-12-01T10:42:30.2608496Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2608811Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2609134Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2609459Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2609781Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2610109Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2610438Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2610779Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2611101Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2611471Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2611784Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2612110Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2612431Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2612762Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2613084Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2613419Z STAGE:2022-12-01 10:39:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2613525Z ok (0.224s) 2022-12-01T10:42:30.2614052Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2614384Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2614688Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2615021Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2615347Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2615675Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2616058Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2616391Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2616716Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2617046Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2617364Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2617674Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2617995Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2618322Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2618645Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2618970Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2619074Z ok (0.191s) 2022-12-01T10:42:30.2619596Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2619930Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2620237Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2620561Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2620881Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2621213Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2621535Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2621908Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2622241Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2622568Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2622887Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2623198Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2623518Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2623853Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2624178Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2624515Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2624624Z ok (0.187s) 2022-12-01T10:42:30.2625148Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2625520Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2625847Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2626155Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2626530Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2626866Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2627196Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2627524Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2627850Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2628173Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2628500Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2628830Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2629140Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2629473Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2629804Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2630131Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2630238Z ok (0.179s) 2022-12-01T10:42:30.2630901Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2631238Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2631561Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2631878Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2632199Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2632593Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2632931Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2633260Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2633579Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2633904Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2634227Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2634563Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2634866Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2635200Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2635522Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2635853Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2635963Z ok (0.133s) 2022-12-01T10:42:30.2636482Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2636811Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2637214Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2637549Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2637857Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2638194Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2638514Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2638847Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2639172Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2639500Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2639830Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2640160Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2640488Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2640799Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2641120Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2641451Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2641559Z ok (0.129s) 2022-12-01T10:42:30.2642072Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2642404Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2642726Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2643097Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2643414Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2643742Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2644063Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2644389Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2644710Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2645038Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2645360Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2645696Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2646026Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2646333Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2646655Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2646985Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2647094Z ok (0.125s) 2022-12-01T10:42:30.2647614Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2647998Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2648330Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2648661Z STAGE:2022-12-01 10:39:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2648986Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2649298Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2649623Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2649955Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2650288Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2650621Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2650947Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2651280Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2651606Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2651938Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2652240Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2652569Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2652680Z ok (0.136s) 2022-12-01T10:42:30.2653199Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2653569Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2653904Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2654237Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2654562Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2654872Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2655197Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2655531Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2655862Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2656194Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2656523Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2656854Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2657181Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2657515Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2657819Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2658205Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2658309Z ok (0.130s) 2022-12-01T10:42:30.2658837Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2659169Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2659494Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2659829Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2660153Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2660479Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2660791Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2661123Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2661450Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2661784Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2662107Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2662437Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2662760Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2663094Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2663425Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2663736Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2664132Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2664478Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2664800Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2665133Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2665460Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2665794Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2666124Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2666434Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2666766Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2667101Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2667426Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2667760Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2668084Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2668420Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2668803Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2669134Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2669220Z ok (0.309s) 2022-12-01T10:42:30.2669743Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2670076Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2670407Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2670983Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2671313Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2671658Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2671983Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2672320Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2672628Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2672963Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2673287Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2673619Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2673940Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2674270Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2674601Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2675002Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2675341Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2675653Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2675981Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2676313Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2676640Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2676973Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2677307Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2677644Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2677970Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2678281Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2678606Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2678935Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2679262Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2679596Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2679995Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2680328Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2680436Z ok (0.264s) 2022-12-01T10:42:30.2680968Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2681282Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2681608Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2681942Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2682268Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2682603Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2682935Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2683272Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2683599Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2683933Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2684236Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2684567Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2684891Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2685228Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2685603Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2685943Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2686269Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2686602Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2686928Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2687239Z STAGE:2022-12-01 10:39:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2687564Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2687903Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2688233Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2688565Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2688888Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2689220Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2689546Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2689858Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2690185Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2690575Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2690904Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2691233Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2691338Z ok (0.337s) 2022-12-01T10:42:30.2691869Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2692203Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2692533Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2692845Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2693175Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2693513Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2693843Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2694180Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2694509Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2694842Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2695169Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2695500Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2695809Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2696221Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2696560Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2696890Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2697217Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2697545Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2697868Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2698202Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2698512Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2698847Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2699172Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2699506Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2699833Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2700161Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2700486Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2700819Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2701199Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2701514Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2701843Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2702178Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2702291Z ok (0.350s) 2022-12-01T10:42:30.2702814Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2703145Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2703472Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2703810Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2704141Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2704456Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2704783Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2705121Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2705451Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2705783Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2706109Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2706443Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2706816Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2707162Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2707464Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2707800Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2708123Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2708454Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2708777Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2709113Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2709443Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2709778Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2710084Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2710420Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2710910Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2711245Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2711569Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2711986Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2712316Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2712648Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2712975Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2713287Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2713396Z ok (0.309s) 2022-12-01T10:42:30.2713922Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2714258Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2714585Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2714919Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2715248Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2715581Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2715907Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2716222Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2716548Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2716882Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2717215Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2717606Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2717946Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2718281Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2718604Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2718939Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2719245Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2719582Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2719915Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2720247Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2720574Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2720904Z STAGE:2022-12-01 10:39:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2721231Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2721562Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2721868Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2722199Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2722580Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2722911Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2723238Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2723571Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2723902Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2724233Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2724339Z ok (0.307s) 2022-12-01T10:42:30.2724839Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2725178Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2725541Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2725873Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2726201Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2726530Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2726853Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2727190Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2727515Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2727829Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2728155Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2728551Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2728892Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2729222Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2729549Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2729881Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2730210Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2730546Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2730851Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2731194Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2731518Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2731849Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2732177Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2732505Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2732826Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2733212Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2733515Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2733858Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2734185Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2734524Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2734852Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2735180Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2735289Z ok (0.300s) 2022-12-01T10:42:30.2735810Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2736144Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2736450Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2736787Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2737113Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2737446Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2737770Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2738101Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2738430Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2738762Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2739146Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2739467Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2739791Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2740122Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2740452Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2740783Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2741113Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2741446Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2741774Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2742109Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2742417Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2742746Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2743075Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2743407Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2743787Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2744118Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2744444Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2744778Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2745083Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2745413Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2745734Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2746066Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2746179Z ok (0.213s) 2022-12-01T10:42:30.2746699Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2747033Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2747357Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2747694Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2747998Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2748331Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2748652Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2748986Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2749309Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2749683Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2750021Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2750354Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2750872Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2751190Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2751515Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2751853Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2752178Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2752512Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2752839Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2753173Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2753500Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2753835Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2754140Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2754554Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2765424Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2765893Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2766271Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2766625Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2766964Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2767306Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2767636Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2767978Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2768090Z ok (0.212s) 2022-12-01T10:42:30.2768618Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2768960Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2769266Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2769607Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2769936Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2770276Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2770614Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2770952Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2771426Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2771789Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2772099Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2772446Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2772779Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2773119Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2773456Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2773795Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2774135Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2774472Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2774803Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2775115Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2775446Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2775783Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2776183Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2776520Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2776855Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2777191Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2777515Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2777848Z STAGE:2022-12-01 10:39:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2778155Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2778494Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2778831Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2779168Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2779279Z ok (0.200s) 2022-12-01T10:42:30.2779814Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2780158Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2780487Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2780822Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2781124Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2781468Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2781800Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2782192Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2782537Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2782874Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2783222Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2783547Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2783970Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2784303Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2784637Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2784858Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2785205Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2785534Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2785867Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2786204Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2786535Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2786905Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2787242Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2787582Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2787916Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2788380Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2788589Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2788934Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2789264Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2789601Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2789904Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2790245Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2790361Z ok (0.212s) 2022-12-01T10:42:30.2791103Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2791440Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2791777Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2792117Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2792488Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2792808Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2793184Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2793554Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2794012Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2794257Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2794588Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2794890Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2795223Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2795557Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2795885Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2796197Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2796526Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2796857Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2797180Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2797514Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2797917Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2798252Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2798581Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2798913Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2799219Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2799556Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2799885Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2800216Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2800547Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2800883Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2801210Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2801546Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2801631Z ok (0.213s) 2022-12-01T10:42:30.2801902Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2802161Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2802426Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2802690Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2802949Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2803245Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2803497Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2803747Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2803991Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2804222Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2804478Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2804744Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2805006Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2805255Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.014s) 2022-12-01T10:42:30.2805521Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2805781Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2806031Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2806277Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2806546Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2806797Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.013s) 2022-12-01T10:42:30.2807050Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.013s) 2022-12-01T10:42:30.2807299Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.014s) 2022-12-01T10:42:30.2807543Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.013s) 2022-12-01T10:42:30.2807788Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.013s) 2022-12-01T10:42:30.2808046Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2808298Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2808564Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2808801Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2809054Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2809297Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2809537Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2809785Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2810038Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2810287Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2810580Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2810841Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2811100Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2811328Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.023s) 2022-12-01T10:42:30.2811655Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2811906Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2812164Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2812411Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2812653Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.2812901Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2813150Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2813397Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2813674Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2813922Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.2814472Z test_foreach_l2_large_value_input__foreach_norm_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2814823Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2814937Z ok (0.018s) 2022-12-01T10:42:30.2815463Z test_foreach_l2_large_value_input__foreach_norm_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2815803Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2815917Z ok (0.013s) 2022-12-01T10:42:30.2816417Z test_minmax_fastpath__foreach_maximum_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2816741Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2817072Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2817402Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2817735Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2818071Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2818400Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2818744Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2818853Z ok (0.051s) 2022-12-01T10:42:30.2819429Z test_minmax_fastpath__foreach_maximum_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2819756Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2820082Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2820415Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2820746Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2821079Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2821410Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2821758Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2821867Z ok (0.061s) 2022-12-01T10:42:30.2822373Z test_minmax_fastpath__foreach_maximum_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2822685Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2823010Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2823345Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2823675Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2824005Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2824391Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2824730Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2824838Z ok (0.061s) 2022-12-01T10:42:30.2825363Z test_minmax_fastpath__foreach_maximum_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2825703Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2826033Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2826368Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2826687Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2827019Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2827350Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2827686Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2827793Z ok (0.057s) 2022-12-01T10:42:30.2828274Z test_minmax_fastpath__foreach_maximum_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2828612Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2828942Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2829281Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2829609Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2829990Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2830330Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2830825Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2830937Z ok (0.032s) 2022-12-01T10:42:30.2831424Z test_minmax_fastpath__foreach_maximum_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2831756Z STAGE:2022-12-01 10:39:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2832086Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2832426Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2832752Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2833088Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2833419Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2833754Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2833840Z ok (0.032s) 2022-12-01T10:42:30.2834341Z test_minmax_fastpath__foreach_maximum_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2834677Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2835096Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2835429Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2835758Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2836092Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2836423Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2836753Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2836838Z ok (0.029s) 2022-12-01T10:42:30.2837334Z test_minmax_fastpath__foreach_maximum_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2837674Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2838006Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2838339Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2838668Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2839003Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2839334Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2839666Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2839751Z ok (0.032s) 2022-12-01T10:42:30.2840250Z test_minmax_fastpath__foreach_maximum_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2840594Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2840984Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2841331Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2841654Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2841979Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2842309Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2842642Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2842731Z ok (0.034s) 2022-12-01T10:42:30.2843234Z test_minmax_fastpath__foreach_minimum_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2843570Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2843889Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2844217Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2844541Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2844874Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2845198Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2845595Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2845681Z ok (0.050s) 2022-12-01T10:42:30.2846184Z test_minmax_fastpath__foreach_minimum_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2846515Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2846837Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2847163Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2847482Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2847808Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2848140Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2848451Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2848557Z ok (0.061s) 2022-12-01T10:42:30.2849067Z test_minmax_fastpath__foreach_minimum_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2849399Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2849717Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2850045Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2850376Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2850711Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2851036Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2851396Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2851511Z ok (0.061s) 2022-12-01T10:42:30.2852015Z test_minmax_fastpath__foreach_minimum_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2852345Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2852661Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2852989Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2853315Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2853647Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2853981Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2854289Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2854395Z ok (0.057s) 2022-12-01T10:42:30.2854894Z test_minmax_fastpath__foreach_minimum_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2855227Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2855553Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2855944Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2856272Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2856608Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2856916Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2857253Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2857359Z ok (0.033s) 2022-12-01T10:42:30.2857858Z test_minmax_fastpath__foreach_minimum_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2858192Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2858527Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2858855Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2859183Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2859517Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2859824Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2860160Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2860265Z ok (0.032s) 2022-12-01T10:42:30.2860759Z test_minmax_fastpath__foreach_minimum_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2861097Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2861422Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2861803Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2862141Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2862473Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2862779Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2863113Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2863225Z ok (0.029s) 2022-12-01T10:42:30.2863722Z test_minmax_fastpath__foreach_minimum_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2864059Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2864390Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2864725Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2865060Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2865392Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2865695Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2866027Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2866137Z ok (0.034s) 2022-12-01T10:42:30.2866745Z test_minmax_fastpath__foreach_minimum_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2867082Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2867410Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2867742Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2868068Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2868380Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2868703Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2869034Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2869151Z ok (0.035s) 2022-12-01T10:42:30.2869663Z test_minmax_float_inf_nan__foreach_maximum_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2869994Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2870321Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2870815Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2870927Z ok (0.011s) 2022-12-01T10:42:30.2871421Z test_minmax_float_inf_nan__foreach_maximum_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2871756Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2872091Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2872498Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2872611Z ok (0.011s) 2022-12-01T10:42:30.2873124Z test_minmax_float_inf_nan__foreach_maximum_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2873458Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2873786Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2874121Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2874204Z ok (0.011s) 2022-12-01T10:42:30.2874715Z test_minmax_float_inf_nan__foreach_maximum_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2875055Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2875388Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2875721Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2875827Z ok (0.013s) 2022-12-01T10:42:30.2876344Z test_minmax_float_inf_nan__foreach_minimum_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2876677Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2877008Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2877411Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2877520Z ok (0.011s) 2022-12-01T10:42:30.2878037Z test_minmax_float_inf_nan__foreach_minimum_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2878375Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2878703Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2879037Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2879143Z ok (0.011s) 2022-12-01T10:42:30.2879652Z test_minmax_float_inf_nan__foreach_minimum_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2879970Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2880302Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2880637Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2880749Z ok (0.011s) 2022-12-01T10:42:30.2881250Z test_minmax_float_inf_nan__foreach_minimum_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2881621Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2881944Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2882278Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2882391Z ok (0.011s) 2022-12-01T10:42:30.2882916Z test_minmax_slowpath__foreach_maximum_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2883259Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2883585Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2883924Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2884249Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2884580Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2884908Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2885251Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2885358Z ok (0.101s) 2022-12-01T10:42:30.2885837Z test_minmax_slowpath__foreach_maximum_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2886169Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2886493Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2886824Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2887152Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2887484Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2887868Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2888205Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2888290Z ok (0.072s) 2022-12-01T10:42:30.2888794Z test_minmax_slowpath__foreach_maximum_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2889130Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2889462Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2889797Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2890119Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2890457Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2890786Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2891123Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2891207Z ok (0.102s) 2022-12-01T10:42:30.2891707Z test_minmax_slowpath__foreach_maximum_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2892040Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2892368Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2892699Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2893027Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2893359Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2893745Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2894094Z STAGE:2022-12-01 10:39:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2894179Z ok (0.105s) 2022-12-01T10:42:30.2894796Z test_minmax_slowpath__foreach_maximum_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2895134Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2895459Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2895796Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2896123Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2896457Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2896785Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2897118Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2897204Z ok (0.098s) 2022-12-01T10:42:30.2897698Z test_minmax_slowpath__foreach_maximum_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2898036Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2898420Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2898753Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2899081Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2899415Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2899742Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2900054Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2900162Z ok (0.074s) 2022-12-01T10:42:30.2900661Z test_minmax_slowpath__foreach_maximum_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2901005Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2901326Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2901663Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2901992Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2902326Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2902656Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2902968Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2903075Z ok (0.074s) 2022-12-01T10:42:30.2903571Z test_minmax_slowpath__foreach_maximum_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2903906Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2904280Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2904622Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2904949Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2905282Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2905612Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2905929Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2906044Z ok (0.074s) 2022-12-01T10:42:30.2906545Z test_minmax_slowpath__foreach_maximum_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2906878Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2907207Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2907541Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2907870Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2908206Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2908535Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2908899Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2909006Z ok (0.074s) 2022-12-01T10:42:30.2909510Z test_minmax_slowpath__foreach_maximum_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2909843Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2910168Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2910645Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2910986Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2911321Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2911636Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2911967Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2912072Z ok (0.073s) 2022-12-01T10:42:30.2912576Z test_minmax_slowpath__foreach_minimum_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2912910Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2913236Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2913567Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2913892Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2914234Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2914541Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2914937Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2915058Z ok (0.105s) 2022-12-01T10:42:30.2915557Z test_minmax_slowpath__foreach_minimum_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2915893Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2916218Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2916553Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2916891Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2917224Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2917530Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2917866Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2917981Z ok (0.074s) 2022-12-01T10:42:30.2918481Z test_minmax_slowpath__foreach_minimum_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2918817Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2919142Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2919545Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2919875Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2920185Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2920515Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2920845Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2920952Z ok (0.105s) 2022-12-01T10:42:30.2921455Z test_minmax_slowpath__foreach_minimum_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2921786Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2922117Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2922450Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2922779Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2923092Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2923422Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2923755Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2923863Z ok (0.103s) 2022-12-01T10:42:30.2924362Z test_minmax_slowpath__foreach_minimum_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2924696Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2925030Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2925446Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2925784Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2926097Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2926424Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2926760Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2926873Z ok (0.103s) 2022-12-01T10:42:30.2927369Z test_minmax_slowpath__foreach_minimum_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2927710Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2928037Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2928370Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2928697Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2929007Z STAGE:2022-12-01 10:39:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2929333Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2929668Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2929779Z ok (0.073s) 2022-12-01T10:42:30.2930328Z test_minmax_slowpath__foreach_minimum_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2930669Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2930996Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2931325Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2931627Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2931962Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2932295Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2932636Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2932747Z ok (0.073s) 2022-12-01T10:42:30.2933245Z test_minmax_slowpath__foreach_minimum_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2933582Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2933906Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2934240Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2934546Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2934876Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2935207Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2935551Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2935657Z ok (0.070s) 2022-12-01T10:42:30.2936198Z test_minmax_slowpath__foreach_minimum_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2936540Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2936865Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2937196Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2937501Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2937833Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2938167Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2938504Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2938613Z ok (0.077s) 2022-12-01T10:42:30.2939110Z test_minmax_slowpath__foreach_minimum_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2939444Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2939771Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2940100Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2940404Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2940791Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2941120Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2941455Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2941562Z ok (0.073s) 2022-12-01T10:42:30.2942083Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2942416Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2942749Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2943060Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2943393Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2943730Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2944060Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2944395Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2944722Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2945051Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2945378Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2945714Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2946024Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2946352Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2946723Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2947070Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2947394Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2947725Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2948054Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2948386Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2948720Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2949029Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2949353Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2949687Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2950009Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2950339Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2950819Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2951160Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2951568Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2951878Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2952210Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2952541Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2952873Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2953203Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2953529Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2953859Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2954189Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2954519Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2954823Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2955160Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2955486Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2955819Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2956141Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2956472Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2956802Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2957134Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2957523Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2957848Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2958173Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2958505Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2958830Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2959158Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2959489Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2959820Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2960150Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2960488Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2960793Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2961126Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2961455Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2961789Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2962171Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2962507Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2962836Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2963170Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2963472Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2963804Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2964133Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2964470Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2964798Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2965127Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2965450Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2965783Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2966108Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2966417Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2966746Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2967079Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2967410Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2967744Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2968123Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2968468Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2968794Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2969123Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2969423Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2969759Z STAGE:2022-12-01 10:39:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2970093Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2970430Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2970758Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2971093Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2971418Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2971746Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2972072Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2972385Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2972764Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2973099Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2973429Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2973761Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2974093Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2974424Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2974752Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2975063Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2975397Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2975729Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2976060Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2976391Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2976715Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2977047Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2977370Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2977703Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2978009Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2978340Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2978709Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2979055Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2979381Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2979712Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2980036Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2980370Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2980702Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2981014Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2981344Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2981677Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2982002Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2982332Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2982657Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2982985Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2983364Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2983672Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2983997Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2984331Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2984657Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2984992Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2985316Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2985647Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2985978Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2986311Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2986618Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2986954Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2987283Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2987621Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2987944Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2988274Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2988604Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2988932Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2989298Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2989620Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2989947Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2990283Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2990870Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2991220Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2991554Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2991891Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2992218Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2992551Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2992854Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2993188Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2993522Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2993854Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2994267Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2994599Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2994929Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2995262Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2995565Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2995900Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2996221Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2996557Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2996892Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2997220Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2997551Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2997882Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2998211Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2998520Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2998841Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2999175Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.2999504Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.2999842Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3000230Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3000575Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3000902Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3001230Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3001534Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3001866Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3002192Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3002528Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3002857Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3003194Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3003518Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3003849Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3004172Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3004485Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3004809Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3005205Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3005534Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3005865Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3006190Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3006521Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3006846Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3007158Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3007486Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3007818Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3008145Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3008480Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3008804Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3009137Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3009461Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3009791Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3010098Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3010439Z STAGE:2022-12-01 10:39:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3010812Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3011153Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3011478Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3011807Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3012129Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3012463Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3012788Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3013106Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3013440Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3013773Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3014097Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3014425Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3014745Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3015075Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3015398Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3015768Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3016101Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3016439Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3016763Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3017094Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3017419Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3017750Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3018074Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3018415Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3018718Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3019053Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3019383Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3019719Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3020043Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3020374Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3020698Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3021030Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3021356Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3021713Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3022052Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3022385Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3022709Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3023039Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3023362Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3023750Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3024034Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3024472Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3024777Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3025108Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3025475Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3025814Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3026137Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3026525Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3026852Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3027187Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3027490Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3027827Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3028149Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3028485Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3028811Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3029147Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3029477Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3029813Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3030140Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3030453Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3030943Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3031277Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3031601Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3031943Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3032268Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3032719Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3033060Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3033391Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3033691Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3034024Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3034353Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3034692Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3035017Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3035348Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3035673Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3036005Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3036329Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3036640Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3036968Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3037386Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3037713Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3038044Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3038370Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3038698Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3039025Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3039337Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3039667Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3040002Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3040335Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3040667Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3040993Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3041323Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3041647Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3041980Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3042285Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3042621Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3042951Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3043344Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3043679Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3044009Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3044333Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3044665Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3044992Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3045305Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3045634Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3045972Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3046299Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3046627Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3046949Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3047278Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3047603Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3047975Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3048303Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3048642Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3048970Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3049302Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3049629Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3049963Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3050290Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3050626Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3050930Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3051266Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3051591Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3051925Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3052249Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3052576Z STAGE:2022-12-01 10:39:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3052900Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3053239Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3053566Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3053920Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3054039Z ok (2.735s) 2022-12-01T10:42:30.3054572Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3054907Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3055234Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3055570Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3055903Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3056235Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3056563Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3056876Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3057206Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3057543Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3057872Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3058211Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3058592Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3058924Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3059250Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3059561Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3059887Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3060217Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3060548Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3060881Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3061210Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3061543Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3061874Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3062209Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3062515Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3062851Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3063178Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3063512Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3063844Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3064178Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3064547Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3064888Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3065215Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3065526Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3065853Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3066237Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3066577Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3066907Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3067237Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3067573Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3067893Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3068224Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3068530Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3068863Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3069261Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3069595Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3069922Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3070251Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3070771Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3071120Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3071426Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3071757Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3072090Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3072431Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3072763Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3073098Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3073425Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3073758Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3074086Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3074395Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3074771Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3075106Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3075504Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3075852Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3076178Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3076516Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3076843Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3077172Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3077479Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3077809Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3078142Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3078479Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3078802Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3079135Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3079460Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3079793Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3080190Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3080501Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3080832Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3081167Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3081494Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3081824Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3082148Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3082482Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3082815Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3083125Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3083452Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3083787Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3084112Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3084440Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3084763Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3085095Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3085424Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3085756Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3086120Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3086468Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3086794Z STAGE:2022-12-01 10:39:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3087127Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3087449Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3087785Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3088114Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3088451Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3088779Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3089090Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3089414Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3089752Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3090079Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3090411Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3090731Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3091119Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3091448Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3091758Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3092086Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3092422Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3092755Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3093086Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3093413Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3093749Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3094077Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3094410Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3094714Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3095048Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3095376Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3095705Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3096031Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3096367Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3096740Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3097082Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3097410Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3097719Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3098046Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3098379Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3098702Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3099042Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3099369Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3099701Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3100023Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3100357Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3100665Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3100998Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3101328Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3101718Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3102045Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3102376Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3102699Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3103029Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3103337Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3103673Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3103997Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3104338Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3104663Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3104993Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3105319Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3105648Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3105975Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3106285Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3106609Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3106946Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3107275Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3107651Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3107986Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3108317Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3108641Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3108974Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3109277Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3109615Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3109947Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3110282Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3110794Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3111139Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3111467Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3111800Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3112130Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3112523Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3112850Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3113182Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3113505Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3113837Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3114166Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3114496Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3114821Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3115137Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3115463Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3115797Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3116126Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3116457Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3116783Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3117113Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3117442Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3117781Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3118086Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3118492Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3118844Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3119169Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3119493Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3119827Z STAGE:2022-12-01 10:39:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3120152Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3120491Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3120817Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3121131Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3121457Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3121792Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3122117Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3122447Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3122769Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3123160Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3123485Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3123796Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3124121Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3124455Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3124780Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3125113Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3125474Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3125814Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3126136Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3126469Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3126772Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3127103Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3127427Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3127758Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3128079Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3128414Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3128736Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3129116Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3129452Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3129762Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3130088Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3130421Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3130742Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3131080Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3131405Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3131736Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3132128Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3132467Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3132771Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3133106Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3133435Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3133829Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3134156Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3134486Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3134811Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3135143Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3135445Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3135784Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3136109Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3136448Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3136773Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3137108Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3137433Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3137769Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3138098Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3138410Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3138739Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3139076Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3139404Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3139781Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3140115Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3140442Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3140769Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3141102Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3141405Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3141744Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3142071Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3142408Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3142735Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3143064Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3143387Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3143715Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3144038Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3144408Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3144732Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3145072Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3145398Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3145730Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3146054Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3146385Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3146708Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3147021Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3147343Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3147678Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3148009Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3148339Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3148662Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3148996Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3149323Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3149663Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3149967Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3150343Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3150868Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3151211Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3151535Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3151868Z STAGE:2022-12-01 10:39:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3152201Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3152537Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3152864Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3153177Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3153504Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3153837Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3154161Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3154493Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3154816Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3155231Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3155554Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3155866Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3156192Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3156525Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3156858Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3157195Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3157519Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3157855Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3158179Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3158512Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3158817Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3159147Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3159468Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3159799Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3160123Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3160459Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3160783Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3161175Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3161512Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3161825Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3162150Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3162482Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3162810Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3163147Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3163473Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3163809Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3164136Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3164464Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3164768Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3165099Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3165426Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3165815Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3166140Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3166471Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3166578Z ok (3.409s) 2022-12-01T10:42:30.3167103Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3167415Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3167743Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3168073Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3168409Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3168741Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3169068Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3169402Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3169728Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3170059Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3170366Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3170700Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3171032Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3171368Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3171748Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3172091Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3172417Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3172745Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3173071Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3173383Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3173711Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3174043Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3174379Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3174711Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3175035Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3175365Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3175688Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3176024Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3176387Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3176716Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3177048Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3177378Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3177706Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3178037Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3178365Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3178700Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3179002Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3179339Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3179666Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3179997Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3180322Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3180655Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3180981Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3181316Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3181642Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3181955Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3182324Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3182671Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3182990Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3183320Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3183647Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3183978Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3184305Z STAGE:2022-12-01 10:39:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3184642Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3184949Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3185284Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3185617Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3185946Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3186271Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3186606Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3186931Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3187322Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3187627Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3187960Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3188283Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3188616Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3188941Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3189274Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3189592Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3189920Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3190249Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3190759Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3191111Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3191440Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3191767Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3192099Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3192424Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3192762Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3193171Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3193519Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3193824Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3194152Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3194477Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3194813Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3195137Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3195471Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3195801Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3196140Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3196471Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3196781Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3197105Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3197441Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3197762Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3198214Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3198541Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3198880Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3199208Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3199517Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3199843Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3200174Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3200504Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3200836Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3201158Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3201493Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3201819Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3202149Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3202454Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3202787Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3203116Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3203457Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3203781Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3204160Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3204496Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3204830Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3205154Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3205462Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3205787Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3206125Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3206449Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3206782Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3207111Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3207442Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3207767Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3208101Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3208405Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3208794Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3209116Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3209448Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3209767Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3210090Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3210409Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3210738Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3211040Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3211370Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3211688Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3212015Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3212335Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3212660Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3212978Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3213303Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3213623Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3213937Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3214260Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3214632Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3214963Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3215288Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3215605Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3215931Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3216253Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3216588Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3216895Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3217224Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3217550Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3217875Z STAGE:2022-12-01 10:39:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3218191Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3218516Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3218836Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3219216Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3219520Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3219854Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3220178Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3220507Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3220823Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3221152Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3221469Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3221797Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3222116Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3222428Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3222752Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3223079Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3223404Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3223731Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3224051Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3224380Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3224703Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3225075Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3225388Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3225760Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3226080Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3226408Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3226725Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3227056Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3227378Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3227706Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3228028Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3228341Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3228664Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3228994Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3229315Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3229698Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3230018Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3230348Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3230859Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3231181Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3231497Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3231821Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3232142Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3232474Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3232793Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3233122Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3233442Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3233770Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3234073Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3234401Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3234719Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3235055Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3235377Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3235774Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3236114Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3236442Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3236757Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3237066Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3237385Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3237719Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3238039Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3238370Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3238692Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3239022Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3239340Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3239672Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3239976Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3240376Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3240700Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3241031Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3241356Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3241681Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3241998Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3242325Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3242631Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3242966Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3243283Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3243615Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3243934Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3244261Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3244581Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3244906Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3245225Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3245538Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3245858Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3246235Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3246566Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3246892Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3247211Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3247539Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3247862Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3248194Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3248497Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3248826Z STAGE:2022-12-01 10:39:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3249148Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3249475Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3249795Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3250119Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3250439Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3250820Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3251123Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3251455Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3251777Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3252106Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3252426Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3252750Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3253068Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3253399Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3253720Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3254034Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3254356Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3254681Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3255001Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3255327Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3255711Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3256051Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3256370Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3256741Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3257058Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3257384Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3257703Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3258028Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3258350Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3258682Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3258999Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3259326Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3259650Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3259960Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3260278Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3260607Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3260925Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3261253Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3261628Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3261956Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3262275Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3262584Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3262907Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3263235Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3263558Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3263883Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3264208Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3264536Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3264855Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3265177Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3265478Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3265804Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3266121Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3266451Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3266777Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3267161Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3267493Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3267820Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3268140Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3268448Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3268769Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3269099Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3269422Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3269757Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3270080Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3270406Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3270930Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3271243Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3271563Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3271892Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3272296Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3272624Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3272944Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3273273Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3273593Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3273921Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3274224Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3274555Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3274883Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3275209Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3275531Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3275864Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3276187Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3276515Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3276833Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3277145Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3277469Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3277858Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3277969Z ok (3.498s) 2022-12-01T10:42:30.3278487Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3278811Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3279132Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3279461Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3279783Z STAGE:2022-12-01 10:39:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3280096Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3280425Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3280752Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3281072Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3281398Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3281719Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3282050Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3282371Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3282740Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3283063Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3283396Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3283717Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3284041Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3284360Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3284687Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3285006Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3285337Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3285643Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3285975Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3286294Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3286619Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3286936Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3287259Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3287578Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3287906Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3288226Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3288591Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3288921Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3289248Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3289566Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3289890Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3290208Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3290539Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3290857Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3291188Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3291494Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3291822Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3292146Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3292473Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3292793Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3293187Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3293506Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3293834Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3294139Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3294461Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3294775Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3295104Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3295422Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3295754Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3296072Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3296400Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3296720Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3297030Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3297350Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3297677Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3297997Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3298329Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3298648Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3299021Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3299356Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3299681Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3299978Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3300297Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3300615Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3300947Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3301269Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3301598Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3301919Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3302245Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3302561Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3302869Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3303187Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3303569Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3303887Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3304214Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3304536Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3304861Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3305181Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3305490Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3305810Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3306140Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3306459Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3306787Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3307110Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3307437Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3307756Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3308081Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3308383Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3308718Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3309038Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3309413Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3309744Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3310069Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3310387Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3310907Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3311235Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3311550Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3311871Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3312202Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3312525Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3312852Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3313169Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3313497Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3313819Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3314216Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3314539Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3314866Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3315187Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3315513Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3315830Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3316154Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3316472Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3316806Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3317112Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3317441Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3317760Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3318086Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3318403Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3318729Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3319048Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3319378Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3319696Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3320067Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3320404Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3320732Z STAGE:2022-12-01 10:39:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3321052Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3321373Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3321693Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3322027Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3322350Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3322679Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3322985Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3323312Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3323629Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3323953Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3324272Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3324657Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3324976Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3325305Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3325652Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3325982Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3326298Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3326625Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3326943Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3327275Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3327596Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3327922Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3328240Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3328550Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3328869Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3329198Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3329519Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3329852Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3330174Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3330557Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3330890Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3331215Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3331517Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3331842Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3332159Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3332489Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3332809Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3333140Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3333463Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3333785Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3334104Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3334413Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3334728Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3335111Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3335431Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3335759Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3336082Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3336410Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3336730Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3337040Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3337360Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3337690Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3338011Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3338337Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3338658Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3338989Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3339310Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3339634Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3339935Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3340265Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3340586Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3340973Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3341306Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3341635Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3341954Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3342282Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3342601Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3342916Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3343238Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3343565Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3343887Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3344211Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3344530Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3344856Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3345179Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3345544Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3345865Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3346193Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3346518Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3346845Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3347164Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3347489Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3347810Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3348139Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3348448Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3348776Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3349096Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3349426Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3349746Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3350071Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3350392Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3350859Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3351188Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3351562Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3351896Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3352222Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3352543Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3352868Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3353185Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3353510Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3353832Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3354161Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3354468Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3354792Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3355111Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3355434Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3355751Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3356077Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3356472Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3356800Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3357107Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3357434Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3357753Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3358080Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3358402Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3358730Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3359054Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3359383Z STAGE:2022-12-01 10:39:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3359704Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3360016Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3360338Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3360667Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3360987Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3361311Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3361637Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3362059Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3362392Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3362720Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3363022Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3363349Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3363666Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3363993Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3364319Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3364649Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3364970Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3365295Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3365616Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3365928Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3366292Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3366625Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3367001Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3367329Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3367653Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3367978Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3368298Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3368608Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3368930Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3369254Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3369578Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3369905Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3370230Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3370556Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3370872Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3371198Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3371501Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3371828Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3372153Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3372482Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3372846Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3373179Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3373501Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3373828Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3374148Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3374461Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3374786Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3375112Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3375434Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3375763Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3376084Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3376410Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3376732Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3377041Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3377416Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3377741Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3378065Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3378390Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3378709Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3379032Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3379351Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3379678Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3379988Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3380315Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3380637Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3380963Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3381282Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3381610Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3381934Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3382261Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3382584Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3382896Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3383265Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3383602Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3383923Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3384250Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3384569Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3384895Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3385224Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3385552Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3385859Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3386186Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3386505Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3386830Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3387147Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3387471Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3387845Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3388173Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3388264Z ok (2.784s) 2022-12-01T10:42:30.3388778Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3389102Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3389423Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3389752Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3390069Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3390403Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3390933Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3391269Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3391574Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3391898Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3392220Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3392544Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3392864Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3393194Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3393517Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3393919Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3394257Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3394570Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3394891Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3395216Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3395535Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3395864Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3396187Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3396524Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3396849Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3397182Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3397483Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3397815Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3398138Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3398538Z STAGE:2022-12-01 10:39:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3398863Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3399192Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3399513Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3399842Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3400146Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3400474Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3400793Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3401124Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3401444Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3401776Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3402098Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3402424Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3402744Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3403051Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3403367Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3403703Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3404027Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3404403Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3404733Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3405058Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3405376Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3405702Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3406006Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3406338Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3406658Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3406987Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3407306Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3407630Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3407946Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3408269Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3408571Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3408951Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3409273Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3409605Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3409924Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3410249Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3410568Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3410894Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3411216Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3411533Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3411855Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3412186Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3412508Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3412835Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3413156Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3413481Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3413798Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3414130Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3414439Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3414838Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3415180Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3415507Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3415824Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3416148Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3416467Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3416794Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3417117Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3417435Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3417764Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3418095Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3418413Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3418744Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3419060Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3419442Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3419763Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3420077Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3420398Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3420724Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3421043Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3421370Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3421686Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3422015Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3422334Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3422666Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3422970Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3423295Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3423614Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3423942Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3424262Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3424596Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3424918Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3425296Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3425666Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3425981Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3426303Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3426628Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3426949Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3427279Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3427602Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3427934Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3428263Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3428593Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3428897Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3429228Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3429552Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3429940Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3430264Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3430858Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3431198Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3431530Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3431834Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3432163Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3432488Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3432822Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3433145Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3433479Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3433803Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3434133Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3434454Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3434766Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3435086Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3435414Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3435744Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3436153Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3436493Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3436822Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3437144Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3437475Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3437779Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3438105Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3438434Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3438764Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3439093Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3439424Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3439745Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3440078Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3440382Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3440717Z STAGE:2022-12-01 10:39:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3441110Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3441442Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3441766Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3442098Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3442424Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3442751Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3443075Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3443385Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3443715Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3444048Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3444369Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3444699Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3445020Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3445349Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3445670Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3445997Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3446304Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3446680Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3447017Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3447342Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3447659Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3447986Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3448307Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3448635Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3448963Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3449276Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3449600Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3449933Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3450254Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3450583Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3450907Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3451233Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3451612Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3451926Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3452251Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3452578Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3452901Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3453235Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3453560Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3453890Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3454215Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3454546Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3454851Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3455181Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3455506Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3455833Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3456154Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3456486Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3456815Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3457146Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3457515Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3457838Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3458162Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3458493Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3458815Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3459143Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3459470Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3459798Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3460122Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3460452Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3460758Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3461083Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3461408Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3461737Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3462116Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3462445Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3462770Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3463102Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3463408Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3463738Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3464062Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3464394Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3464721Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3465048Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3465373Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3465706Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3466027Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3466337Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3466661Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3466991Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3467320Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3467648Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3468017Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3468358Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3468682Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3469010Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3469311Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3469639Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3469969Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3470296Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3470816Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3471158Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3471482Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3471813Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3472116Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3472445Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3472854Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3473183Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3473507Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3473839Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3474161Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3474494Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3474812Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3475123Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3475450Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3475778Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3476113Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3476438Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3476762Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3477093Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3477416Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3477749Z STAGE:2022-12-01 10:39:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3478058Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3478390Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3478774Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3479119Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3479440Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3479767Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3480090Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3480421Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3480750Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3481063Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3481393Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3481728Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3482051Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3482383Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3482705Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3483036Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3483419Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3483730Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3484053Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3484380Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3484699Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3485024Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3485347Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3485677Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3486007Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3486339Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3486647Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3486980Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3487305Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3487641Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3487962Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3488294Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3488625Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3488959Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3489342Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3489662Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3489984Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3490313Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3490633Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3490962Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3491292Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3491623Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3491954Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3492267Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3492588Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3492917Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3493239Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3493568Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3493939Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3494263Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3494589Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3494919Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3495223Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3495555Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3495880Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3496216Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3496544Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3496868Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3497192Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3497518Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3497839Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3498151Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3498472Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3498805Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3499129Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3499459Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3499566Z ok (2.778s) 2022-12-01T10:42:30.3500140Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3500479Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3500799Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3501109Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3501427Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3501763Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3502089Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3502417Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3502737Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3503056Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3503378Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3503688Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3504011Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3504399Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3504723Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3505053Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3505373Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3505700Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3506024Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3506352Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3506655Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3506987Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3507307Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3507645Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3507968Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3508291Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3508610Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3508943Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3509268Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3509583Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3509904Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3510281Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3510749Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3511086Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3511408Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3511740Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3512064Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3512404Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3512708Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3513045Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3513368Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3513698Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3514020Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3514347Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3514672Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3515091Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3515395Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3515727Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3516047Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3516376Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3516699Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3517031Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3517355Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3517694Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3518018Z STAGE:2022-12-01 10:39:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3518330Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3518654Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3518981Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3519308Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3519640Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3519965Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3520299Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3520631Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3521021Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3521338Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3521664Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3521993Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3522323Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3522652Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3522982Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3523306Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3523642Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3523970Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3524280Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3524598Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3524929Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3525252Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3525621Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3526065Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3526395Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3526721Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3527029Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3527352Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3527682Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3528037Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3528329Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3528655Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3528987Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3529306Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3529635Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3529937Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3530265Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3530582Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3530908Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3531241Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3531615Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3531947Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3532272Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3532590Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3532900Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3533224Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3533556Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3533885Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3534217Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3534542Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3534876Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3535197Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3535505Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3535822Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3536150Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3536531Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3536860Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3537181Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3537511Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3537835Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3538164Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3538467Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3538802Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3539132Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3539465Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3539792Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3540128Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3540454Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3540783Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3541105Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3541416Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3541747Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3542079Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3542462Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3542802Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3543128Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3543457Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3543778Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3544110Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3544421Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3544750Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3545077Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3545403Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3545729Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3546058Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3546383Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3546715Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3547074Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3547404Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3547729Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3548064Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3548389Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3548719Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3549038Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3549371Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3549699Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3550009Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3550333Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3550884Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3551215Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3551543Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3551866Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3552197Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3552532Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3552865Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3553240Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3553591Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3553916Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3554248Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3554577Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3554907Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3555240Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3555572Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3555901Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3556214Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3556538Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3556872Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3557198Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3557528Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3557926Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3558257Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3558584Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3558899Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3559223Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3559553Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3559947Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3560207Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3560538Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3560869Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3561201Z STAGE:2022-12-01 10:39:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3561533Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3561835Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3562240Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3562560Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3562827Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3563157Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3563490Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3563879Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3564222Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3564548Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3564860Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3565186Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3565518Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3565847Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3566180Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3566505Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3566836Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3567161Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3567472Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3567796Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3568127Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3568515Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3568849Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3569175Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3569510Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3569836Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3570173Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3570478Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3570811Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3571142Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3571475Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3571805Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3572134Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3572458Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3572790Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3573119Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3573431Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3573760Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3574093Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3574463Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3574805Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3575131Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3575464Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3575787Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3576119Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3576431Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3576766Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3577094Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3577426Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3577750Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3578085Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3578411Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3578741Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3579099Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3579432Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3579758Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3580090Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3580415Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3580749Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3581076Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3581408Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3581738Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3582049Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3582376Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3582708Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3583036Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3583366Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3583689Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3584018Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3584351Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3584684Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3585033Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3585379Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3585703Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3586037Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3586358Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3586690Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3587025Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3587355Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3587663Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3587996Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3588321Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3588652Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3588977Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3589308Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3589685Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3590017Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3590341Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3590837Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3591173Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3591501Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3591828Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3592157Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3592486Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3592814Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3593135Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3593466Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3593772Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3594100Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3594419Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3594750Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3595080Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3595410Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3595807Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3596152Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3596479Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3596788Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3597111Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3597435Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3597759Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3598087Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3598412Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3598744Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3599067Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3599379Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3599701Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3600027Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3600426Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3600757Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3601081Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3601410Z STAGE:2022-12-01 10:39:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3601731Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3602052Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3602354Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3602682Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3603016Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3603349Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3603674Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3604004Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3604330Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3604658Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3604984Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3605294Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3605626Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3605959Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3606330Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3606672Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3606993Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3607321Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3607644Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3607972Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3608276Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3608608Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3608934Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3609262Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3609588Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3609917Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3610242Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3610572Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3610881Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3611270Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3611375Z ok (2.716s) 2022-12-01T10:42:30.3611890Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3612228Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3612550Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3612878Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3613202Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3613537Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3613850Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3614188Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3614516Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3614845Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3615175Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3615514Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3615838Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3616167Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3616496Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3616860Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3617198Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3617527Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3617849Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3618180Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3618505Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3618833Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3619162Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3619477Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3619801Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3620127Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3620448Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3620779Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3621100Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3621426Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3621804Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3622136Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3622441Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3622773Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3623095Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3623433Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3623755Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3624087Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3624419Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3624754Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3625079Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3625389Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3625746Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3626081Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3626411Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3626744Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3627071Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3627395Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3627766Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3628110Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3628414Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3628742Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3629061Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3629385Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3629707Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3630040Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3630369Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3630891Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3631203Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3631534Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3631861Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3632192Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3632597Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3632922Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3633243Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3633572Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3633896Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3634207Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3634532Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3634860Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3635197Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3635527Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3635847Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3636175Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3636499Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3636828Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3637132Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3637466Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3637801Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3638133Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3638529Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3638878Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3639202Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3639534Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3639853Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3640164Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3640489Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3640816Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3641141Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3641472Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3641797Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3642127Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3642450Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3642759Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3643142Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3643476Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3643807Z STAGE:2022-12-01 10:39:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3644142Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3644463Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3644791Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3645111Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3645442Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3645752Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3646081Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3646408Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3646738Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3647060Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3647391Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3647716Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3648051Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3648385Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3648694Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3649063Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3649407Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3649730Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3650061Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3650386Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3650714Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3651051Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3651363Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3651691Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3652030Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3652353Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3652681Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3653004Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3653331Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3653713Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3654041Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3654347Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3654676Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3655000Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3655329Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3655650Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3655979Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3656305Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3656633Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3656956Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3657267Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3657585Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3657912Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3658232Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3658558Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3658884Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3659216Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3659582Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3659922Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3660228Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3660559Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3660883Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3661212Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3661536Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3661864Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3662191Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3662517Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3662820Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3663146Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3663464Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3663790Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3664166Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3664492Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3664813Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3665140Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3665459Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3665770Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3666090Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3666467Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3666793Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3667117Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3667441Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3667766Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3668085Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3668410Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3668715Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3669040Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3669363Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3669691Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3670057Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3670397Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3671011Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3671299Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3671618Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3671929Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3672255Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3672585Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3672908Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3673237Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3673556Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3673884Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3674202Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3674513Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3674913Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3675241Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3675570Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3675902Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3676221Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3676547Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3676868Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3677192Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3677500Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3677833Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3678159Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3678497Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3678821Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3679152Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3679478Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3679807Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3680136Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3680447Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3680827Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3681175Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3681499Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3681825Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3682143Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3682468Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3682797Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3683107Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3683430Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3683755Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3684075Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3684403Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3684727Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3685056Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3685430Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3685758Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3686064Z STAGE:2022-12-01 10:39:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3686392Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3686711Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3687036Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3687355Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3687681Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3688006Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3688333Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3688655Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3688967Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3689287Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3689617Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3689943Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3690272Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3690597Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3690925Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3691350Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3691693Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3691997Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3692326Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3692644Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3692975Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3693294Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3693629Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3693959Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3694292Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3694595Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3694927Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3695248Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3695577Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3695898Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3696285Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3696613Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3696939Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3697258Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3697568Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3697889Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3698225Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3698543Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3698878Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3699203Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3699532Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3699855Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3700182Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3700483Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3700815Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3701141Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3701474Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3701843Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3702189Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3702512Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3702839Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3703161Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3703472Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3703792Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3704129Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3704457Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3704788Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3705111Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3705435Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3705760Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3706072Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3706395Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3706795Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3707116Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3707441Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3707758Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3708084Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3708407Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3708731Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3709034Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3709362Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3709685Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3710012Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3710331Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3710813Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3711149Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3711475Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3711801Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3712120Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3712451Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3712867Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3713210Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3713540Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3713862Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3714192Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3714515Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3714831Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3715156Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3715491Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3715818Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3716148Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3716473Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3716802Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3717122Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3717539Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3717845Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3718181Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3718508Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3718842Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3719166Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3719497Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3719819Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3720159Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3720486Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3720801Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3721127Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3721465Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3721793Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3722122Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3722448Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3722785Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3722893Z ok (2.642s) 2022-12-01T10:42:30.3723430Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3723776Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3724103Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3724435Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3724763Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3725093Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3725421Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3725792Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3726126Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3726439Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3726761Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3727092Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3727424Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3727759Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3728141Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3728474Z STAGE:2022-12-01 10:39:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3728801Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3729132Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3729441Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3729772Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3730094Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3730427Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3730756Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3731084Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3731409Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3731743Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3732077Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3732387Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3732711Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3733041Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3733367Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3733698Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3734069Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3734408Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3734732Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3735066Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3735369Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3735699Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3736028Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3736356Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3736682Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3737016Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3737338Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3737668Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3737976Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3738309Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3738686Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3739021Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3739345Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3739677Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3740001Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3740332Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3740660Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3740971Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3741297Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3741628Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3741957Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3742288Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3742613Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3742948Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3743277Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3743609Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3743918Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3744248Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3744616Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3744958Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3745276Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3745604Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3745926Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3746257Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3746564Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3746895Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3747222Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3747553Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3747878Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3748205Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3748530Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3748857Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3749231Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3749541Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3749865Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3750197Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3750688Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3751081Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3751331Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3751662Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3751997Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3752328Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3752634Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3752967Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3753292Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3753632Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3753956Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3754290Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3754622Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3754955Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3755390Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3755685Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3756042Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3756375Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3756705Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3757001Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3757331Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3757662Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3757988Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3758321Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3758625Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3758955Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3759284Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3759618Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3760011Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3760344Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3760668Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3760998Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3761303Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3761632Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3761956Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3762288Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3762621Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3762953Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3763282Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3763617Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3763943Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3764251Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3764579Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3764959Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3765291Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3765624Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3765995Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3766343Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3766669Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3766999Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3767303Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3767635Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3767967Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3768297Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3768625Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3768956Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3769283Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3769614Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3769917Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3770248Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3770642Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3770977Z STAGE:2022-12-01 10:39:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3771303Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3771633Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3771955Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3772288Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3772613Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3772922Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3773251Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3773582Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3773914Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3774249Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3774572Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3774902Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3775229Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3775562Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3775869Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3776200Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3776575Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3776919Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3777243Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3777570Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3777895Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3778228Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3778556Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3778872Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3779200Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3779533Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3779856Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3780185Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3780509Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3780838Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3781163Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3781526Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3781854Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3782186Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3782508Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3782838Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3783164Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3783491Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3783818Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3784157Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3784464Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3784797Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3785122Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3785456Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3785781Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3786113Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3786440Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3786778Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3787163Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3787485Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3787814Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3788145Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3788465Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3788795Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3789121Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3789457Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3789786Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3790117Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3790423Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3790956Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3791232Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3791563Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3791886Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3792298Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3792629Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3792961Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3793263Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3793598Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3793916Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3794248Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3794571Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3794910Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3795237Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3795568Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3795892Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3796201Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3796525Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3796858Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3797184Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3797522Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3797847Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3798239Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3798576Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3798910Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3799213Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3799542Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3799867Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3800204Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3800529Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3800862Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3801190Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3801521Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3801824Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3802154Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3802478Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3802869Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3803193Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3803525Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3803847Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3804179Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3804502Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3804811Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3805138Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3805477Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3805802Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3806135Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3806465Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3806798Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3807123Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3807454Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3807755Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3808095Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3808422Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3808806Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3809142Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3809473Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3809799Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3810129Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3810453Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3810768Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3811093Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3811433Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3811755Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3812085Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3812408Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3812738Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3813065Z STAGE:2022-12-01 10:39:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3813430Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3813756Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3814087Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3814414Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3814744Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3815064Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3815395Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3815722Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3816064Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3816366Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3816701Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3817027Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3817359Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3817686Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3818019Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3818347Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3818690Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3819018Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3819379Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3819716Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3820048Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3820369Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3820697Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3821023Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3838396Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3838981Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3839363Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3839708Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3840052Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3840391Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3840740Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3841078Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3841590Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3841929Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3842254Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3842591Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3842932Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3843271Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3843617Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3843954Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3844309Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3844715Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3845049Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3845388Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3845727Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3846066Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3846406Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3846742Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3847165Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3847553Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3847970Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3848291Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3848629Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3848965Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3849307Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3849640Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3849986Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3850321Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3850665Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3851002Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3851418Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3851757Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3852098Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3852431Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3852835Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3852953Z ok (2.640s) 2022-12-01T10:42:30.3853485Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3853827Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3854136Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3854481Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3854816Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3855158Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3855496Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3855836Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3856177Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3856526Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3856851Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3857166Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3857501Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3857839Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3858174Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3858512Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3858894Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3859244Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3859581Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3859922Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3860229Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3860563Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3860900Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3861240Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3861577Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3861913Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3862239Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3862576Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3862912Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3863229Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3863672Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3864010Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3864345Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3864687Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3865023Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3865365Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3865701Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3866016Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3866353Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3866685Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3867024Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3867367Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3867697Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3868037Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3868426Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3868772Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3869083Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3869427Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3869825Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3870176Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3870809Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3871103Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3871440Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3871782Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3872126Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3872440Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3872780Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3873177Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3873516Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3873901Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3874239Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3874582Z STAGE:2022-12-01 10:39:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3875003Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3875345Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3875657Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3876003Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3876340Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3876680Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3877113Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3877630Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3884255Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3884654Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3884971Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3885301Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3885622Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3885947Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3886265Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3886590Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3886911Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3887233Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3887652Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3887982Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3888299Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3888620Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3888936Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3889269Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3889586Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3889914Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3890229Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3890550Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3890855Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3891177Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3891495Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3891816Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3892131Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3892520Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3892837Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3893155Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3893467Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3893779Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3894089Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3894410Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3894725Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3895050Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3895369Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3895691Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3896008Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3896322Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3896639Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3896961Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3897273Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3897595Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3897955Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3919067Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3919439Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3919764Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3920066Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3920388Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3920702Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3921033Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3921351Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3921676Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3921993Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3922314Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3922627Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3922941Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3923249Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3923692Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3924049Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3924373Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3924686Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3925003Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3925316Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3925639Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3925941Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3926264Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3926582Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3926903Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3927216Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3927538Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3927853Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3928172Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3928475Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3928799Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3929110Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3929495Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3929827Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3930147Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3930459Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3930782Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3931095Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3931413Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3931728Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3932050Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3932364Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3932682Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3932995Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3933316Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3933630Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3934005Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3934311Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3934631Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3934946Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3935264Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3935574Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3935894Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3936205Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3936530Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3936834Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3937160Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3937475Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3937796Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3938110Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3938429Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3938742Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3939067Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3939381Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3939736Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3940059Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3940376Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3940690Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3941009Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3941322Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3941644Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3941964Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3942301Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3942630Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3942961Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3943284Z STAGE:2022-12-01 10:39:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3943616Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3943943Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3944337Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3944641Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3944979Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3945308Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3945642Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3945969Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3946307Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3946635Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3946971Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3947273Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3947608Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3947935Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3948267Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3948592Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3948929Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3949255Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3949594Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3949920Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3950273Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3950873Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3951231Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3951556Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3951886Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3952213Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3952558Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3952884Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3953223Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3953530Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3953863Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3954193Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3954526Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3954851Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3955271Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3955600Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3955935Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3956239Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3956571Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3956899Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3957237Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3957562Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3957899Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3958223Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3958557Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3958884Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3959199Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3959525Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3959852Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3960176Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3960514Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3960840Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3961244Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3961587Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3961920Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3962222Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3962552Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3962878Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3963219Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3963545Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3963878Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3964205Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3964538Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3964867Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3965177Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3965503Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3965888Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3966210Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3966544Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3966869Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3967206Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3967534Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3967845Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3968175Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3968511Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3968833Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3969169Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3969496Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3969830Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3970154Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3970489Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3970795Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3971130Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3971457Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3971851Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3972192Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3972528Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3972853Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3973186Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3973514Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3973827Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3974154Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3974493Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3974857Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3975192Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3975515Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3975848Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3976173Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3976538Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3976869Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3977204Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3977532Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3977865Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3978188Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3978521Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3978847Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3979183Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3979486Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3979814Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3980139Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3980471Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3980798Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3981129Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3981455Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3981794Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3982123Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3982478Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3982811Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3983147Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3983474Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3983802Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3984132Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3984473Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3984798Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3985139Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3985445Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3985779Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3986110Z STAGE:2022-12-01 10:39:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3986444Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3986769Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3987155Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3987483Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3987820Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3988124Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3988460Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3988785Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3989115Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3989441Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3989781Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3990109Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3990446Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3991022Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3991310Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3991636Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3991967Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3992296Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3992639Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3992749Z ok (2.640s) 2022-12-01T10:42:30.3993342Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3993693Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3994023Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3994331Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3994656Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3994993Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3995319Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3995658Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3995987Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3996320Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3996647Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3996982Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3997287Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3997617Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3997948Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3998354Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3998686Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3999019Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3999340Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.3999671Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.3999974Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4000304Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4000623Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4000961Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4001286Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4001622Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4001946Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4002273Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4002596Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4002906Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4003228Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4003566Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4003937Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4004280Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4004601Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4004927Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4005246Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4005572Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4005876Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4006209Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4006532Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4006860Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4007182Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4007512Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4007833Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4008162Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4008466Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4008851Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4009181Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4009515Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4009834Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4010167Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4010489Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4010817Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4011138Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4011454Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4011782Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4012112Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4012440Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4012774Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4013095Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4013422Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4013745Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4014080Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4014384Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4014757Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4015097Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4015433Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4015755Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4016086Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4016408Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4016746Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4017074Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4017389Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4017714Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4018047Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4018370Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4018702Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4019029Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4019414Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4019739Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4020050Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4020378Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4020712Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4021035Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4021365Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4021690Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4022025Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4022351Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4022688Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4022994Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4023329Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4023653Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4024030Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4024357Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4024693Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4025017Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4025399Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4025739Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4026052Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4026373Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4026702Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4027027Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4027359Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4027685Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4028017Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4028342Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4028674Z STAGE:2022-12-01 10:39:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4028977Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4029306Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4029632Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4030022Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4030348Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4030845Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4031183Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4031515Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4031818Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4032149Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4032478Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4032817Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4033141Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4033474Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4033802Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4034135Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4034460Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4034770Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4035092Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4035431Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4035758Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4036162Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4036502Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4036839Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4037163Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4037498Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4037800Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4038137Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4038468Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4038806Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4039136Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4039469Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4039794Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4040124Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4040428Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4040838Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4041163Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4041501Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4041826Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4042156Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4042480Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4042810Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4043132Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4043448Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4043775Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4044112Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4044442Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4044772Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4045096Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4045428Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4045756Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4046094Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4046397Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4046785Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4047124Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4047456Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4047779Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4048112Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4048441Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4048778Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4049105Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4049417Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4049746Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4050079Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4050406Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4050735Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4051060Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4051449Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4051776Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4052088Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4052416Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4052747Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4053071Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4053404Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4053730Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4054066Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4054393Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4054729Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4055036Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4055370Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4055692Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4056024Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4056349Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4056689Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4057011Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4057442Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4057783Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4058092Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4058417Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4058747Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4059071Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4059406Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4059730Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4060061Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4060385Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4060718Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4061022Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4061351Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4061679Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4062063Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4062389Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4062722Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4063049Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4063383Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4063684Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4064016Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4064340Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4064676Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4064999Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4065335Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4065665Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4065997Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4066322Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4066633Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4066959Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4067296Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4067623Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4067994Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4068331Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4068664Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4068986Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4069321Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4069627Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4069962Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4070286Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4070820Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4071161Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4071497Z STAGE:2022-12-01 10:39:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4071828Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4072165Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4072470Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4072883Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4073209Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4073545Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4073873Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4074207Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4074530Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4074864Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4075188Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4075503Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4075831Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4076166Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4076496Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4076827Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4077152Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4077484Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4077810Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4078146Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4078453Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4078837Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4079179Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4079511Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4079835Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4080166Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4080494Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4080826Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4081161Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4081474Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4081805Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4082139Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4082465Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4082795Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4083117Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4083449Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4083831Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4084144Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4084475Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4084809Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4085138Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4085470Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4085795Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4086127Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4086459Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4086796Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4087102Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4087436Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4087758Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4088091Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4088415Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4088746Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4089076Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4089450Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4089786Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4090096Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4090420Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4090754Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4091079Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4091408Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4091725Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4092056Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4092384Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4092714Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4093018Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4093345Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4093667Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4093997Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4094375Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4094712Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4095035Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4095361Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4095661Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4095999Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4096321Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4096651Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4096979Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4097315Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4097643Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4097976Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4098303Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4098614Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4098942Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4099277Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4099609Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4099982Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4100317Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4100648Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4100971Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4101306Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4101609Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4101945Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4102276Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4102607Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4102933Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4103265Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4103592Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4103926Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4104230Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4104567Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4104725Z ok (2.632s) 2022-12-01T10:42:30.4105251Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4105591Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4105923Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4106258Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4106590Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4106925Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4107231Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4107575Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4107906Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4108244Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4108571Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4108907Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4109232Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4109567Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4109892Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4110207Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4110710Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4111091Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4111432Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4111764Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4112091Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4112422Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4112746Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4113085Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4113391Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4113731Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4114063Z STAGE:2022-12-01 10:39:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4114393Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4114715Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4115049Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4115376Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4115776Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4116082Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4116420Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4116747Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4117077Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4117401Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4117732Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4118057Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4118393Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4118720Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4119031Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4119363Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4119696Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4120020Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4120347Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4120671Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4121006Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4121331Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4121719Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4122033Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4122364Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4122692Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4123022Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4123347Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4123680Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4124045Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4124386Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4124716Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4125026Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4125351Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4125686Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4126012Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4126396Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4126717Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4127051Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4127375Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4127684Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4128012Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4128346Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4128671Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4129007Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4129337Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4129673Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4130004Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4130337Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4130636Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4130967Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4131294Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4131633Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4131958Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4132331Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4132666Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4132997Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4133323Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4133636Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4133961Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4134299Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4134622Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4134958Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4135286Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4135622Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4135951Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4136260Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4136584Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4136968Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4137294Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4137630Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4137959Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4138290Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4138615Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4138948Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4139249Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4139589Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4139917Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4140255Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4140581Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4140912Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4141237Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4141570Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4141897Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4142213Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4142539Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4142927Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4143265Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4143594Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4143914Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4144244Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4144570Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4144908Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4145212Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4145548Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4145880Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4146212Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4146536Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4146867Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4147189Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4147576Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4147879Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4148213Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4148539Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4148872Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4149199Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4149532Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4149855Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4150195Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4150709Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4151038Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4151367Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4151698Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4152023Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4152353Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4152679Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4153018Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4153342Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4153743Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4154060Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4154390Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4154714Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4155046Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4155373Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4155712Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4156036Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4156369Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4156694Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4157005Z STAGE:2022-12-01 10:39:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4157331Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4157665Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4157991Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4158391Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4158719Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4159054Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4159382Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4159690Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4160016Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4160346Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4160673Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4161012Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4161336Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4161670Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4161998Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4162332Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4162634Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4162965Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4163293Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4163632Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4163964Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4164339Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4164676Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4165011Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4165338Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4165646Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4165969Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4166306Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4166637Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4166978Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4167306Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4167638Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4167964Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4168273Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4168599Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4168934Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4169331Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4169671Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4169998Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4170333Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4170661Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4170992Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4171295Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4171628Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4171957Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4172297Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4172629Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4172961Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4173289Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4173624Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4173951Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4174260Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4174589Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4174966Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4175304Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4175637Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4175962Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4176292Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4176616Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4176950Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4177260Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4177600Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4177933Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4178266Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4178590Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4178924Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4179255Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4179592Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4179947Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4180286Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4180610Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4180940Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4181268Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4181600Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4181921Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4182255Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4182584Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4182898Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4183225Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4183557Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4183885Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4184216Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4184539Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4184871Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4185203Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4185579Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4185892Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4186222Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4186547Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4186877Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4187205Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4187535Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4187867Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4188197Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4188531Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4188843Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4189173Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4189506Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4189830Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4190160Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4190733Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4191069Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4191404Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4191718Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4192043Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4192370Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4192697Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4193028Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4193360Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4193690Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4194023Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4194359Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4194664Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4194997Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4195320Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4195654Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4195982Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4196314Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4196720Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4197071Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4197397Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4197706Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4198029Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4198361Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4198692Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4199027Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4199359Z STAGE:2022-12-01 10:39:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4199691Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4200019Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4200331Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4200660Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4200992Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4201390Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4201723Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4202052Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4202387Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4202712Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4203046Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4203349Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4203682Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4204011Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4204342Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4204670Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4205005Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4205332Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4205665Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4205992Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4206300Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4206631Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4206967Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4207338Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4207679Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4208002Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4208336Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4208661Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4208996Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4209303Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4209639Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4209972Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4210308Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4210634Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4210966Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4211292Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4211621Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4211981Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4212314Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4212640Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4212973Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4213299Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4213633Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4213958Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4214289Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4214618Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4214927Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4215259Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4215594Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4215924Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4216258Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4216585Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4216920Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4217034Z ok (2.623s) 2022-12-01T10:42:30.4217566Z test_pointwise_op_fastpath__foreach_addcmul_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4217926Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4218263Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4218598Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4218973Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4219306Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4219633Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4219973Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4220301Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4220638Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4220945Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4221276Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4221602Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4221934Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4222260Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4222705Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4223030Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4223365Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4223670Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4224040Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4224372Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4224706Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4225034Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4225373Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4225700Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4226036Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4226362Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4226673Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4226996Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4227329Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4227656Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4227995Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4228322Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4228704Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4229045Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4229380Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4229682Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4230009Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4230337Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4230871Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4231208Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4231546Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4231874Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4232208Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4232513Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4232849Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4233173Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4233593Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4233920Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4234258Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4234583Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4234918Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4235245Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4235557Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4235889Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4236225Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4236548Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4236882Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4237207Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4237543Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4237863Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4238194Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4238497Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4238839Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4239165Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4239556Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4239896Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4240230Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4240555Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4240888Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4241214Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4241529Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4241860Z STAGE:2022-12-01 10:39:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4242196Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4242524Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4242854Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4243181Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4243510Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4243841Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4244209Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4244538Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4244872Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4245197Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4245531Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4245856Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4246190Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4246517Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4246854Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4247161Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4247500Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4247830Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4248163Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4248487Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4248818Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4249142Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4249476Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4249801Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4250158Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4250499Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4250835Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4251156Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4251484Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4251807Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4252145Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4252471Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4252809Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4253110Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4253442Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4253770Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4254099Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4254424Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4254756Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4255141Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4255474Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4255776Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4256110Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4256436Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4256770Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4257097Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4257430Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4257763Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4258099Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4258428Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4258741Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4259066Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4259397Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4259724Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4260052Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4260384Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4260768Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4261104Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4261437Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4261740Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4262071Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4262397Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4262732Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4263065Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4263400Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4263726Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4264058Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4264361Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4264697Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4265022Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4265369Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4265742Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4266076Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4266402Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4266734Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4267060Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4267367Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4267693Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4268023Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4268357Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4268691Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4269019Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4269350Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4269674Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4270007Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4270311Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4270837Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4271190Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4271606Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4271949Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4272283Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4272609Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4272940Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4273270Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4273583Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4273915Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4274253Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4274577Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4274909Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4275238Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4275570Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4275899Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4276209Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4276609Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4276942Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4277268Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4277604Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4277931Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4278260Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4278584Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4278920Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4279229Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4279562Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4279888Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4280226Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4280549Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4280882Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4281208Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4281537Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4281869Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4282177Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4282546Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4282888Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4283211Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4283539Z STAGE:2022-12-01 10:39:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4283865Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4284198Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4284528Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4284861Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4285168Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4285502Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4285831Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4286162Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4286486Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4286816Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4287199Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4287531Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4287835Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4288171Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4288497Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4288831Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4289160Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4289491Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4289823Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4290156Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4290484Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4290795Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4291121Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4291453Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4291780Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4292113Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4292445Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4292781Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4293155Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4293498Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4293801Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4294134Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4294462Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4294795Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4295128Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4295459Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4295788Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4296116Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4296419Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4296754Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4297078Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4297411Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4297792Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4298126Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4298453Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4298784Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4299107Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4299416Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4299738Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4300069Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4300399Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4300731Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4301058Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4301388Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4301715Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4302048Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4302348Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4302681Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4303014Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4303344Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4303709Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4304056Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4304379Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4304707Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4305034Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4305344Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4305677Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4306010Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4306337Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4306669Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4306996Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4307327Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4307651Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4307961Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4308340Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4308669Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4308996Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4309330Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4309658Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4309987Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4310313Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4310825Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4311145Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4311474Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4311807Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4312138Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4312463Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4312793Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4313120Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4313456Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4313787Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4314096Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4314488Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4314838Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4315168Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4315497Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4315821Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4316157Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4316487Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4316824Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4317133Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4317465Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4317792Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4318121Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4318445Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4318776Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4319172Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4319501Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4319808Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4320139Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4320461Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4320792Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4321150Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4321484Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4321814Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4322149Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4322479Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4322788Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4323115Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4323448Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4323776Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4324148Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4324479Z STAGE:2022-12-01 10:39:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4324810Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4325182Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4325529Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4325833Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4326164Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4326486Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4326820Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4327148Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4327476Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4327804Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4328140Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4328446Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4328783Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4329109Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4329437Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4329599Z ok (2.702s) 2022-12-01T10:42:30.4330133Z test_pointwise_op_fastpath__foreach_addcmul_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4330464Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4330794Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4331128Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4331431Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4331765Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4332096Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4332440Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4332767Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4333099Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4333430Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4333762Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4334089Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4334399Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4334722Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4335062Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4335391Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4335770Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4336109Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4336443Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4336768Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4337101Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4337406Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4337746Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4338076Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4338412Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4338735Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4339068Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4339399Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4339730Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4340033Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4340426Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4340752Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4341087Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4341415Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4341748Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4342072Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4342406Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4342730Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4343045Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4343375Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4343708Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4344038Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4344375Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4344699Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4345029Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4345356Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4345691Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4345999Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4346388Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4346725Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4347058Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4347383Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4347713Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4348037Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4348367Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4348702Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4349018Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4349345Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4349677Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4349999Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4350328Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4350795Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4351139Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4351547Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4351858Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4352187Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4352516Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4352841Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4353174Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4353499Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4353830Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4354160Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4354497Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4354803Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4355136Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4355463Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4355800Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4356130Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4356463Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4356795Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4357190Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4357532Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4357841Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4358165Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4358496Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4358821Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4359152Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4359482Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4359817Z STAGE:2022-12-01 10:39:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4360147Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4360456Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4360781Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4361115Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4361442Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4361773Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4362154Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4362487Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4362815Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4363145Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4363448Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4363784Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4364108Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4364442Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4364770Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4365101Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4365432Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4365763Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4366088Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4366399Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4366722Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4367054Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4367384Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4367716Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4368086Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4368430Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4368756Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4369088Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4369389Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4369722Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4370049Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4370378Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4370702Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4371031Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4371352Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4371679Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4371984Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4372314Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4372689Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4373013Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4373332Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4373655Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4373976Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4374302Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4374622Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4374934Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4375264Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4375588Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4375911Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4376236Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4376556Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4376880Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4377200Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4377528Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4377836Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4378159Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4378536Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4378873Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4379191Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4379516Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4379839Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4380165Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4380489Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4380799Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4381120Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4381449Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4381771Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4382098Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4382419Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4382748Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4383126Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4383437Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4383765Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4384092Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4384412Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4384739Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4385061Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4385389Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4385716Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4386044Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4386349Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4386678Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4386999Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4387330Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4387650Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4387977Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4388303Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4388633Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4389059Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4389379Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4389697Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4390021Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4390341Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4390858Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4391194Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4391525Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4391853Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4392163Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4392485Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4392808Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4393131Z STAGE:2022-12-01 10:39:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4393458Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4393864Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4394197Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4394519Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4394846Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4395145Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4395472Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4395793Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4396121Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4396448Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4396776Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4397096Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4397424Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4397744Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4398055Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4398375Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4398702Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4399026Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4399354Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4399738Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4400079Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4400399Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4400727Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4401030Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4401360Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4401688Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4402015Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4402337Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4402666Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4402987Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4403313Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4403619Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4403947Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4404324Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4404650Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4404974Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4405299Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4405618Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4405942Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4406263Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4406574Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4406901Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4407230Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4407553Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4407881Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4408204Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4408534Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4408855Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4409183Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4409490Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4409819Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4410180Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4410518Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4410841Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4411164Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4411485Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4411810Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4412133Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4412444Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4412769Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4413096Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4413421Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4413746Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4414066Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4414397Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4414769Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4415079Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4415400Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4415727Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4416049Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4416377Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4416699Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4417027Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4417354Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4417681Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4417988Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4418319Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4418644Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4418972Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4419293Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4419618Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4419946Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4420274Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4420652Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4420975Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4421293Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4421624Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4421942Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4422267Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4422594Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4422922Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4423243Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4423553Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4423871Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4424240Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4424564Z STAGE:2022-12-01 10:39:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4424888Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4425261Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4425586Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4425909Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4426235Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4426537Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4426866Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4427188Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4427518Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4427843Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4428168Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4428491Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4428822Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4429143Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4429453Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4429774Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4430099Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4430418Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4430941Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4431335Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4431676Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4432000Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4432329Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4432635Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4432963Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4433286Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4433620Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4433944Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4434271Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4434594Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4434923Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4435229Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4435555Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4435873Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4436276Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4436601Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4436927Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4437244Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4437571Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4437890Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4438216Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4438520Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4438852Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4439176Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4439500Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4439819Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4440146Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4440465Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4440793Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4440896Z ok (3.401s) 2022-12-01T10:42:30.4441405Z test_pointwise_op_fastpath__foreach_addcmul_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4441778Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4442112Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4442438Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4442758Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4443079Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4443400Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4443728Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4444052Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4444367Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4444690Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4445014Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4445334Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4445661Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4445982Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4446309Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4446699Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4447014Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4447336Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4447661Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4447981Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4448307Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4448628Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4448953Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4449274Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4449602Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4449907Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4450235Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4450554Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4450884Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4451203Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4451529Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4451855Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4452227Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4452558Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4452867Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4453184Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4453508Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4453831Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4454156Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4454484Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4454812Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4455135Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4455462Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4455767Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4456093Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4456413Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4456737Z STAGE:2022-12-01 10:39:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4457113Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4457440Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4457761Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4458086Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4458390Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4458716Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4459033Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4459360Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4459684Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4460010Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4460334Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4460661Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4460982Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4461292Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4461610Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4461938Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4462261Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4462592Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4462957Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4463294Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4463614Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4463938Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4464242Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4464566Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4464893Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4465215Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4465536Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4465860Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4466181Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4466505Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4466808Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4467134Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4467508Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4467833Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4468152Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4468476Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4468793Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4469114Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4469435Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4469748Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4470072Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4470393Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4470902Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4471235Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4471557Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4471884Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4472207Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4472534Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4472844Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4473171Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4473558Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4473898Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4474218Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4474541Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4474862Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4475190Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4475518Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4475828Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4476151Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4476478Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4476795Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4477118Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4477438Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4477763Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4478152Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4478462Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4478784Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4479114Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4479438Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4479760Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4480082Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4480409Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4480734Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4481061Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4481367Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4481695Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4482017Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4482343Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4482662Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4482987Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4483312Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4483638Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4484004Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4484326Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4484647Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4484976Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4485297Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4485624Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4485948Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4486277Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4486597Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4486926Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4487233Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4487559Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4487881Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4488209Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4488586Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4488913Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4489234Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4489563Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4489870Z STAGE:2022-12-01 10:39:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4490201Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4490521Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4490848Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4491173Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4491501Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4491822Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4492150Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4492470Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4492781Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4493101Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4493430Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4493753Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4494079Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4494458Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4494796Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4495119Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4495445Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4495751Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4496078Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4496404Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4496729Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4497052Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4497379Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4497697Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4498022Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4498323Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4498650Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4499025Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4499354Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4499677Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4500005Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4500324Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4500653Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4500975Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4501284Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4501607Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4501929Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4502253Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4502584Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4502905Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4503231Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4503553Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4503880Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4504189Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4504513Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4504876Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4505211Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4505530Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4505852Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4506172Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4506500Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4506830Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4507145Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4507467Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4507793Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4508109Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4508433Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4508751Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4509077Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4509453Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4509763Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4510085Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4510409Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4510932Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4511260Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4511583Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4511908Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4512235Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4512560Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4512865Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4513194Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4513517Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4513844Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4514162Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4514487Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4514813Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4515140Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4515532Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4515857Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4516178Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4516503Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4516826Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4517152Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4517473Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4517805Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4518125Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4518455Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4518759Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4519140Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4519463Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4519787Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4520107Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4520508Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4520833Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4521160Z STAGE:2022-12-01 10:39:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4521465Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4521792Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4522112Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4522444Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4522764Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4523097Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4523418Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4523747Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4524067Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4524409Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4524730Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4525058Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4525378Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4525710Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4526082Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4526417Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4526737Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4527064Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4527368Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4527698Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4528021Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4528352Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4528675Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4529003Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4529324Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4529762Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4530066Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4530388Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4530706Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4531094Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4531417Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4531741Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4532060Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4532385Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4532707Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4533019Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4533340Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4533671Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4533992Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4534320Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4534641Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4534968Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4535290Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4535614Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4535918Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4536249Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4536568Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4536942Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4537272Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4537606Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4537918Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4538245Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4538566Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4538882Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4539203Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4539528Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4539845Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4540169Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4540494Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4540822Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4541143Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4541510Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4541830Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4542157Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4542476Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4542801Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4543119Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4543445Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4543764Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4544094Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4544399Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4544728Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4545049Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4545376Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4545694Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4546017Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4546338Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4546671Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4546991Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4547346Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4547675Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4548001Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4548323Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4548649Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4548970Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4549302Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4549621Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4549950Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4550256Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4550778Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4551114Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4551445Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4551548Z ok (3.459s) 2022-12-01T10:42:30.4552062Z test_pointwise_op_fastpath__foreach_addcmul_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4552534Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4552858Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4553170Z STAGE:2022-12-01 10:39:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4553491Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4553822Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4554143Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4554469Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4554795Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4555128Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4555454Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4555787Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4556092Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4556425Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4556749Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4557078Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4557409Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4557740Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4558124Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4558466Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4558791Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4559100Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4559419Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4559744Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4560070Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4560398Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4560722Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4561050Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4561368Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4561678Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4562000Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4562325Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4562708Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4563041Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4563417Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4563689Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4564010Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4564341Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4564647Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4564972Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4565296Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4565627Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4565952Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4566276Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4566595Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4566918Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4567237Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4567548Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4567876Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4568204Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4568582Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4568922Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4569242Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4569571Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4569897Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4570227Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4570537Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4570865Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4571187Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4571512Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4571833Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4572157Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4572479Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4572808Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4573167Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4573497Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4573821Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4574149Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4574468Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4574793Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4575111Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4575439Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4575765Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4576077Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4576409Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4576743Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4577066Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4577392Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4577714Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4578040Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4578569Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4578905Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4579263Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4579606Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4579925Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4580253Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4580572Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4580896Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4581221Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4581546Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4581869Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4582182Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4582504Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4582832Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4583151Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4583478Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4583870Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4584196Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4584525Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4584837Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4585156Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4585482Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4585808Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4586138Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4586467Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4586797Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4587124Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4587461Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4587766Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4588092Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4588417Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4588747Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4589076Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4589406Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4589778Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4590118Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4590443Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4590947Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4591275Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4591606Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4591939Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4592268Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4592594Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4592925Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4593249Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4593561Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4593884Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4594214Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4594622Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4594953Z STAGE:2022-12-01 10:40:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4595279Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4595609Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4595934Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4596267Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4596570Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4596902Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4597227Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4597562Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4597885Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4598215Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4598538Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4598868Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4599191Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4599501Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4599829Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4600159Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4600540Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4600886Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4601208Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4601536Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4601857Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4602186Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4602497Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4602826Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4603154Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4603479Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4603802Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4604130Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4604454Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4604782Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4605085Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4605472Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4605799Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4606127Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4606446Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4606772Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4607091Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4607418Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4607739Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4608054Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4608381Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4608720Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4609044Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4609370Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4609689Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4610020Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4610339Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4610676Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4611024Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4611362Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4611686Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4612018Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4612339Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4612669Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4612993Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4613330Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4613659Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4613969Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4614292Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4614625Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4614945Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4615273Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4615596Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4615981Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4616310Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4616621Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4616949Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4617280Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4617603Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4617932Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4618253Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4618590Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4618922Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4619256Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4619559Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4619884Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4620203Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4620536Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4620859Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4621195Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4621565Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4621906Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4622232Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4622544Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4622867Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4623198Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4623524Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4623858Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4624220Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4624555Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4624880Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4625192Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4625519Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4625849Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4626171Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4626552Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4626871Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4627202Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4627525Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4627855Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4628159Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4628491Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4628814Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4629151Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4629474Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4629805Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4630129Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4630638Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4630983Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4631296Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4631619Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4631950Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4632271Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4632668Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4633008Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4633337Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4633658Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4633990Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4634294Z STAGE:2022-12-01 10:40:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4634646Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4634972Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4635301Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4635621Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4635953Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4636276Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4636609Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4636915Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4637317Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4637637Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4637972Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4638296Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4638623Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4638945Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4639274Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4639596Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4639911Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4640239Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4640575Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4640905Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4641237Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4641563Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4641893Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4642218Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4642554Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4642862Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4643252Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4643587Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4643917Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4644232Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4644560Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4644884Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4645219Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4645545Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4645860Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4646184Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4646519Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4646843Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4647165Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4647490Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4647876Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4648200Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4648512Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4648836Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4649164Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4649492Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4649819Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4650144Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4650483Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4650806Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4651138Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4651444Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4651772Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4652092Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4652419Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4652741Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4653072Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4653396Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4653794Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4654129Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4654439Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4654763Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4655091Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4655413Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4655748Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4656071Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4656408Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4656730Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4657039Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4657361Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4657689Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4658010Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4658394Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4658720Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4659051Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4659374Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4659698Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4660000Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4660326Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4660644Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4660977Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4661301Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4661625Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4661945Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4662271Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4662596Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4662904Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4663011Z ok (2.720s) 2022-12-01T10:42:30.4663529Z test_pointwise_op_fastpath__foreach_addcmul_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4663864Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4664231Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4664567Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4664893Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4665217Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4665534Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4665845Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4666171Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4666501Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4666826Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4667154Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4667472Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4667801Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4668128Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4668438Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4668817Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4669147Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4669469Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4669802Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4670125Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4670455Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4670980Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4671313Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4671623Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4671954Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4672281Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4672612Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4672936Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4673268Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4673588Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4673919Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4674249Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4674557Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4674947Z STAGE:2022-12-01 10:40:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4675300Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4675629Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4675958Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4676277Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4676609Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4676936Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4677263Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4677568Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4677899Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4678224Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4678554Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4678878Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4679208Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4679602Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4679930Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4680236Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4680572Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4680898Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4681231Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4681553Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4681886Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4682216Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4682545Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4682873Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4683185Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4683513Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4683846Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4684172Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4684502Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4684831Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4685158Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4685523Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4685861Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4686167Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4686501Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4686823Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4687147Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4687471Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4687798Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4688121Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4688451Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4688754Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4689082Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4689408Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4689738Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4690113Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4690441Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4690764Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4691090Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4691410Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4691721Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4692043Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4692371Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4692694Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4693029Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4693355Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4693688Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4694014Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4694344Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4694647Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4694975Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4695297Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4695630Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4695996Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4696334Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4696662Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4696993Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4697314Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4697624Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4697948Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4698287Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4698611Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4698942Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4699271Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4699600Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4699923Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4700232Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4700557Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4700943Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4701271Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4701602Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4701929Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4702262Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4702583Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4702913Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4703217Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4703554Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4703879Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4704211Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4704533Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4704865Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4705190Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4705524Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4705849Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4706165Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4706538Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4706880Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4707208Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4707538Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4707862Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4708196Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4708524Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4708863Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4709171Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4709500Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4709831Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4710166Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4710676Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4711020Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4711347Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4711760Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4712067Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4712400Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4712729Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4713065Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4713389Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4713724Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4714050Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4714391Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4714716Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4715028Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4715357Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4715694Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4716020Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4716356Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4716680Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4717018Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4717342Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4717795Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4718119Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4718453Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4718777Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4719109Z STAGE:2022-12-01 10:40:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4719431Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4719768Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4720090Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4720425Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4720735Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4721067Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4721393Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4721726Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4722055Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4722446Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4722770Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4723108Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4723436Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4723748Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4724077Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4724453Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4724785Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4725120Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4725442Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4725777Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4726108Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4726443Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4726746Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4727074Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4727401Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4727743Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4728067Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4728441Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4728782Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4729111Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4729437Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4729749Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4730077Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4730419Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4730744Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4731077Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4731404Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4731732Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4732058Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4732372Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4732696Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4733080Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4733410Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4733744Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4734072Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4734403Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4734728Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4735060Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4735366Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4735699Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4736025Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4736355Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4736682Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4737017Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4737342Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4737672Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4738003Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4738320Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4738642Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4739016Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4739354Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4739684Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4740010Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4740341Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4740665Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4741004Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4741308Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4741645Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4741977Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4742308Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4742635Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4742964Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4743290Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4743679Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4743983Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4744314Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4744640Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4744972Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4745300Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4745630Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4745954Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4746295Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4746619Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4746930Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4747258Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4747592Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4747920Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4748251Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4748575Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4748910Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4749234Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4749606Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4749925Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4750253Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4750772Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4751118Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4751446Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4751783Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4752108Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4752439Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4752746Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4753076Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4753401Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4753729Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4754053Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4754470Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4754795Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4755129Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4755457Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4755767Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4756093Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4756420Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4756744Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4757077Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4757396Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4757729Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4758054Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4758379Z STAGE:2022-12-01 10:40:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4758683Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4759010Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4759331Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4759669Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4759994Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4760389Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4760724Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4761051Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4761369Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4761678Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4761998Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4762338Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4762661Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4762998Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4763322Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4763654Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4763983Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4764294Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4764620Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4765015Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4765339Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4765671Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4765994Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4766326Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4766647Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4766977Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4767281Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4767615Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4767936Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4768266Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4768590Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4768920Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4769248Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4769581Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4769905Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4770223Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4770546Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4770921Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4771253Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4771584Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4771907Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4772235Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4772559Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4772899Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4773202Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4773536Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4773862Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4774191Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4774515Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4774846Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4774954Z ok (2.700s) 2022-12-01T10:42:30.4775472Z test_pointwise_op_fastpath__foreach_addcmul_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4775832Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4776161Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4776499Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4776829Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4777160Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4777488Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4777824Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4778150Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4778487Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4778797Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4779131Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4779455Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4779782Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4780111Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4780440Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4780764Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4781097Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4781469Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4781792Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4782115Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4782446Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4782769Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4783099Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4783424Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4783763Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4784090Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4784407Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4784739Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4785068Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4785392Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4785722Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4786050Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4786444Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4786769Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4787104Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4787408Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4787739Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4788055Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4788380Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4788698Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4789025Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4789354Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4789689Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4790017Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4790326Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4790793Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4791139Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4791463Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4791795Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4792204Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4792549Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4792871Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4793204Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4793509Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4793839Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4794162Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4794499Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4794822Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4795151Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4795474Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4795806Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4796109Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4796438Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4796764Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4797168Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4797493Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4797825Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4798149Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4798479Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4798805Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4799114Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4799438Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4799778Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4800099Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4800437Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4800762Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4801093Z STAGE:2022-12-01 10:40:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4801421Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4801753Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4802057Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4802395Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4802719Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4803101Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4803436Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4803767Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4804090Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4804417Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4804746Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4805060Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4805384Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4805716Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4806037Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4806363Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4806687Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4807016Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4807342Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4807706Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4808032Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4808364Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4808693Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4809026Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4809350Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4809679Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4810006Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4810344Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4810648Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4810984Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4811311Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4811647Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4811971Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4812303Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4812628Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4812958Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4813277Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4813635Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4813968Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4814300Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4814624Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4814950Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4815277Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4815609Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4815929Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4816242Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4816568Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4816898Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4817216Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4817543Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4817862Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4818242Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4818565Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4818945Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4819258Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4819589Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4819910Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4820244Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4820568Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4820902Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4821220Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4821554Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4821874Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4822183Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4822501Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4822829Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4823151Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4823481Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4823802Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4824219Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4824556Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4824885Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4825186Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4825512Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4825832Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4826163Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4826480Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4826808Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4827130Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4827456Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4827761Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4828088Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4828407Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4828793Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4829113Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4829440Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4829759Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4830084Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4830405Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4830916Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4831238Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4831572Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4831894Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4832224Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4832547Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4832873Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4833192Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4833521Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4833827Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4834158Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4834476Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4834877Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4835214Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4835542Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4835860Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4836188Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4836509Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4836825Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4837151Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4837487Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4837812Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4838140Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4838464Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4838798Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4839125Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4839502Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4839826Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4840161Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4840485Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4840816Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4841139Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4841465Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4841783Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4842122Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4842424Z STAGE:2022-12-01 10:40:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4842760Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4843081Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4843410Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4843728Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4844060Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4844385Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4844717Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4845039Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4845393Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4845731Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4846062Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4846381Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4846708Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4847026Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4847357Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4847676Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4847990Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4848313Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4848639Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4848965Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4849297Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4849623Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4850010Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4850333Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4850665Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4850969Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4851298Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4851618Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4851947Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4852274Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4852607Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4852932Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4853270Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4853596Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4853906Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4854227Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4854552Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4854881Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4855216Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4855543Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4855919Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4856248Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4856573Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4856877Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4857204Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4857528Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4857858Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4858181Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4858516Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4858838Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4859166Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4859469Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4859802Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4860127Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4860517Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4860844Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4861176Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4861500Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4861829Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4862153Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4862466Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4862785Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4863115Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4863448Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4863783Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4864105Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4864437Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4864758Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4865089Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4865394Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4865723Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4866049Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4866437Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4866767Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4867093Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4867413Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4867743Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4868066Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4868373Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4868696Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4869031Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4869353Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4869676Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4870004Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4870335Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4870842Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4871162Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4871568Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4871907Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4872233Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4872566Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4872893Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4873225Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4873552Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4873886Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4874194Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4874529Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4874858Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4875186Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4875509Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4875842Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4876170Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4876503Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4876833Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4877204Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4877544Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4877881Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4878205Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4878532Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4878853Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4879182Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4879517Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4879831Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4880159Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4880491Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4880818Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4881151Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4881475Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4881806Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4882245Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4882580Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4882885Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4883222Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4883547Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4883877Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4884203Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4884535Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4884869Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4885200Z STAGE:2022-12-01 10:40:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4885528Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4885840Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4886165Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4886499Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4886607Z ok (2.644s) 2022-12-01T10:42:30.4887565Z test_pointwise_op_fastpath__foreach_addcmul_cuda_int16 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71478 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:30.4888541Z test_pointwise_op_fastpath__foreach_addcmul_cuda_int32 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75591 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:30.4889456Z test_pointwise_op_fastpath__foreach_addcmul_cuda_int64 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74781 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:30.4890385Z test_pointwise_op_fastpath__foreach_addcmul_cuda_int8 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76599 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:30.4891309Z test_pointwise_op_fastpath__foreach_addcmul_cuda_uint8 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/67723 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:42:30.4891829Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4892229Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4892564Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4892904Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4893237Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4893569Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4893877Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4894215Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4894548Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4894883Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4895210Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4895548Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4895875Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4896209Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4896537Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4896853Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4897188Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4897519Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4897889Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4898234Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4898562Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4898890Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4899213Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4899525Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4899855Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4900185Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4900518Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4900850Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4901173Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4901500Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4901827Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4902160Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4902515Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4902850Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4903181Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4903517Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4903843Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4904178Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4904502Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4904940Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4905269Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4905582Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4905906Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4906241Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4906571Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4906902Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4907226Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4907558Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4907889Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4908219Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4908566Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4908910Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4909235Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4909563Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4909885Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4910218Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4910737Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4911086Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4911395Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4911727Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4912051Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4912383Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4912706Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4913038Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4913443Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4913773Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4914100Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4914412Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4914737Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4915075Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4915406Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4915738Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4916066Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4916401Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4916726Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4917059Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4917365Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4917698Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4918024Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4918353Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4918675Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4919010Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4919393Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4919741Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4920066Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4920376Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4920701Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4921032Z STAGE:2022-12-01 10:40:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4921357Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4921696Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4922022Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4922354Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4922676Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4922985Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4923313Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4923641Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4923965Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4924392Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4924722Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4925053Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4925377Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4925706Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4926012Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4926342Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4926665Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4927003Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4927328Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4927659Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4927985Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4928315Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4928641Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4928953Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4929279Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4929615Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4929986Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4930328Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4930652Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4930980Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4931304Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4931613Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4931941Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4932280Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4932606Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4932937Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4933261Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4933592Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4933916Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4934248Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4934550Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4934937Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4935264Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4935594Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4935916Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4936246Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4936573Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4936905Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4937229Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4937544Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4937867Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4938199Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4938527Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4938859Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4939182Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4939512Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4939832Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4940169Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4940475Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4940867Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4941208Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4941537Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4941860Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4942191Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4942519Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4942857Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4943161Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4943494Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4943815Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4944148Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4944471Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4944800Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4945121Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4945505Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4945829Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4946142Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4946465Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4946801Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4947130Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4947462Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4947787Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4948123Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4961147Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4961611Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4961958Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4962321Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4962655Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4962997Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4963335Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4963683Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4964019Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4964501Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4964858Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4965202Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4965535Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4965870Z STAGE:2022-12-01 10:40:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4966203Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4966551Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4966882Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4967224Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4967556Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4967895Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4968232Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4968567Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4968901Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4969332Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4969666Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4970006Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4970339Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4970681Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4971013Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4971351Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4971675Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4972027Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4972378Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4972733Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4973073Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4973424Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4973774Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4974126Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4974472Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4974810Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4975161Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4975567Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4975929Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4976287Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4976639Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4976993Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4977340Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4977707Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4978035Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4978393Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4978745Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4979101Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4979451Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4979804Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4980152Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4980568Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4980896Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4981256Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4981609Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4981967Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4982317Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4982669Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4983020Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4983380Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4983729Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4984066Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4984419Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4984782Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4985134Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4985488Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4985838Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4986196Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4986545Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4986951Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4987289Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4987648Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4988000Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4988353Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4988703Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4989068Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4989415Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4989775Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4990101Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4990654Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4991027Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4991372Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4991709Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4992137Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4992476Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4992814Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4993148Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4993463Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4993797Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4994131Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4994455Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4994797Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4995126Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4995463Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4995787Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4996120Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4996424Z STAGE:2022-12-01 10:40:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4996756Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4997082Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4997420Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4997748Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4998144Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4998491Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4998832Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4999159Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.4999474Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.4999805Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5000148Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5000477Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5000813Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5001142Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5001478Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5001808Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5002118Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5002449Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5002838Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5003166Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5003505Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5003835Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5004169Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5004496Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5004828Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5005134Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5005472Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5005803Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5006142Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5006470Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5006808Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5007138Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5007471Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5007801Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5008114Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5008439Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5008817Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5009157Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5009495Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5009824Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5010163Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5010489Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5010830Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5011137Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5011471Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5011799Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5012135Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5012460Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5012791Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5013117Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5013530Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5013834Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5014172Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5014498Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5014833Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5015165Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5015501Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5015825Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5016160Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5016486Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5016801Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5017129Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5017468Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5017795Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5018125Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5018236Z ok (3.632s) 2022-12-01T10:42:30.5018774Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5019117Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5019493Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5019819Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5020146Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5020483Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5020810Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5021144Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5021477Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5021808Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5022140Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5022451Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5022782Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5023116Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5023443Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5023776Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5024102Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5024550Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5024884Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5025215Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5025520Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5025854Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5026177Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5026510Z STAGE:2022-12-01 10:40:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5026835Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5027172Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5027502Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5027834Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5028161Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5028473Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5028800Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5029130Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5029457Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5029795Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5030184Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5030692Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5031029Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5031370Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5031673Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5032009Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5032340Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5032677Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5033007Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5033345Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5033679Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5034009Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5034313Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5034646Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5034970Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5035391Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5035723Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5036058Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5036382Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5036714Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5037041Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5037348Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5037673Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5038010Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5038340Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5038675Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5039003Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5039335Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5039663Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5039995Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5040299Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5040638Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5041025Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5041372Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5041697Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5042036Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5042356Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5042685Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5043006Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5043321Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5043652Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5043986Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5044314Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5044644Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5044971Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5045303Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5045695Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5045997Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5046329Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5046665Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5046994Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5047328Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5047656Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5047993Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5048316Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5048651Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5048955Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5049290Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5049617Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5049998Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5050321Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5050651Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5050975Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5051311Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5051636Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5051994Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5052333Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5052668Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5052997Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5053327Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5053652Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5053990Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5054318Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5054627Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5054956Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5055286Z STAGE:2022-12-01 10:40:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5055612Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5055943Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5056266Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5056656Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5056978Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5057316Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5057619Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5057951Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5058276Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5058610Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5058934Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5059275Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5059599Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5059936Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5060264Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5060571Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5060893Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5061224Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5061547Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5061885Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5062207Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5062639Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5062982Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5063316Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5063618Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5063953Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5064280Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5064620Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5064949Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5065287Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5065616Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5065951Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5066253Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5066587Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5066907Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5067294Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5067619Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5067954Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5068278Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5068606Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5068929Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5069235Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5069561Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5069897Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5070222Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5070752Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5071099Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5071430Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5071754Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5072084Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5072388Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5072720Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5073045Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5073442Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5073781Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5074111Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5074433Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5074759Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5075080Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5075395Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5075719Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5076056Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5076392Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5076720Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5077040Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5077369Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5077694Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5078079Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5078411Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5078743Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5079069Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5079399Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5079723Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5080048Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5080368Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5080700Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5081002Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5081334Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5081657Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5081988Z STAGE:2022-12-01 10:40:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5082312Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5082639Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5082963Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5083303Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5083626Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5083984Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5084321Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5084658Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5084987Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5085323Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5085650Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5085989Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5086314Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5086623Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5086951Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5087283Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5087608Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5087943Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5088265Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5088657Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5088982Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5089319Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5089623Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5089956Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5090281Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5090613Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5090939Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5091281Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5091612Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5091945Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5092278Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5092586Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5092912Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5093246Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5093572Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5093905Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5094231Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5094607Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5094945Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5095282Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5095585Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5095916Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5096244Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5096580Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5096902Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5097236Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5097566Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5097900Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5098202Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5098535Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5098858Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5099252Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5099579Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5099913Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5100236Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5100567Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5100890Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5101199Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5101522Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5101862Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5102188Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5102522Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5102847Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5103184Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5103509Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5103839Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5104143Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5104478Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5104804Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5105194Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5105532Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5105867Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5106195Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5106530Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5106854Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5107164Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5107495Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5107832Z STAGE:2022-12-01 10:40:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5108161Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5108493Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5108815Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5109148Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5109471Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5109780Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5110166Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5110686Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5111032Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5111362Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5111688Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5112021Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5112353Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5112685Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5112993Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5113326Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5113652Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5113983Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5114314Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5114643Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5114973Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5115305Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5115636Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5116014Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5116358Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5116695Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5117023Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5117359Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5117684Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5118015Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5118343Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5118655Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5119033Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5119374Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5119704Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5120040Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5120366Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5120696Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5121102Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5121440Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5121743Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5122078Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5122405Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5122737Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5123063Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5123390Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5123722Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5124060Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5124425Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5124737Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5125065Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5125398Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5125720Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5126053Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5126388Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5126770Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5127109Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5127447Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5127752Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5128087Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5128414Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5128749Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5129078Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5129411Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5129739Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5130073Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5130375Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5130711Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5130822Z ok (4.183s) 2022-12-01T10:42:30.5131348Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5131743Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5132073Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5132410Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5132734Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5133069Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5133372Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5133703Z STAGE:2022-12-01 10:40:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5134030Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5134369Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5134694Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5135029Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5135356Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5135689Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5136016Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5136326Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5136651Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5136988Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5137311Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5137691Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5138029Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5138366Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5138692Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5139022Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5139326Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5139659Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5139986Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5140321Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5140653Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5140983Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5141309Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5141639Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5141945Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5142344Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5142665Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5143001Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5143329Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5143662Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5143988Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5144321Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5144646Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5144960Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5145286Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5145625Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5145951Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5146283Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5146614Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5146945Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5147276Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5147613Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5147917Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5148292Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5148630Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5148962Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5149288Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5149620Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5149947Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5150286Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5150801Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5151161Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5151490Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5151824Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5152153Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5152486Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5152813Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5153233Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5153563Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5153874Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5154204Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5154535Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5154862Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5155193Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5155515Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5155850Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5156173Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5156506Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5156808Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5157142Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5157465Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5157796Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5158117Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5158451Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5158778Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5159167Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5159512Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5159822Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5160148Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5160480Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5160806Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5161142Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5161466Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5161802Z STAGE:2022-12-01 10:40:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5162126Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5162434Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5162760Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5163088Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5163415Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5163805Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5164130Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5164472Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5164797Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5165129Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5165432Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5165763Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5166087Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5166426Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5166751Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5167087Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5167418Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5167749Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5168076Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5168386Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5168714Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5169051Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5169379Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5169760Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5170102Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5170432Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5170758Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5171090Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5171392Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5171729Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5172054Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5172390Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5172721Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5173052Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5173380Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5173711Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5174012Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5174397Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5174724Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5175058Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5175383Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5175716Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5176046Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5176376Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5176704Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5177018Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5177347Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5177685Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5178012Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5178342Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5178671Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5179001Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5179322Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5179662Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5179965Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5180356Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5180700Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5181031Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5181355Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5181684Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5182009Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5182343Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5182647Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5182984Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5183309Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5183644Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5183970Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5184299Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5184628Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5185026Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5185358Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5185669Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5186006Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5186338Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5186668Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5187000Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5187325Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5187659Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5187982Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5188314Z STAGE:2022-12-01 10:40:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5188617Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5188945Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5189272Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5189602Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5189926Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5190259Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5190880Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5191310Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5191657Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5191968Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5192295Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5192628Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5192955Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5193293Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5193618Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5193954Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5194281Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5194591Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5194915Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5195244Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5195567Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5195975Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5196305Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5196645Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5196973Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5197306Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5197605Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5197934Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5198258Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5198589Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5198923Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5199264Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5199593Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5199924Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5200248Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5200558Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5200883Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5201217Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5201553Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5201933Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5202274Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5202605Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5202934Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5203267Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5203571Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5203903Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5204232Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5204568Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5204899Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5205234Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5205560Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5205894Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5206198Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5206534Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5206915Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5207250Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5207576Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5207908Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5208234Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5208562Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5208890Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5209198Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5209531Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5209869Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5210198Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5210530Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5210860Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5211191Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5211514Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5211847Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5212155Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5212529Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5212868Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5213203Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5213529Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5213863Z STAGE:2022-12-01 10:40:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5214186Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5214514Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5214824Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5215163Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5215491Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5215821Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5216148Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5216474Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5216802Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5217135Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5217519Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5217829Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5218161Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5218496Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5218820Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5219149Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5219476Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5219813Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5220143Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5220473Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5220778Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5221109Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5221437Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5221767Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5222092Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5222420Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5222750Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5223076Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5223461Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5223781Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5224107Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5224487Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5224817Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5225149Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5225483Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5225814Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5226140Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5226448Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5226771Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5227098Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5227419Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5227748Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5228189Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5228520Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5228852Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5229183Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5229487Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5229819Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5230144Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5230638Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5230983Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5231313Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5231645Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5231982Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5232307Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5232615Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5232942Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5233273Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5233608Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5233943Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5234339Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5234688Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5235017Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5235349Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5235655Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5235990Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5236326Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5236661Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5236987Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5237321Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5237646Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5237976Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5238279Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5238612Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5239017Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5239357Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5239688Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5240022Z STAGE:2022-12-01 10:40:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5240348Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5240677Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5241002Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5241309Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5241640Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5241971Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5242299Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5242635Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5242964Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5243296Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5243403Z ok (4.278s) 2022-12-01T10:42:30.5243926Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5244241Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5244566Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5244954Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5245293Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5245629Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5245955Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5246285Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5246615Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5246929Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5247260Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5247593Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5247924Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5248255Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5248581Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5248910Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5249235Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5249633Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5249937Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5250280Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5250607Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5250938Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5251268Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5251598Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5251927Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5252266Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5252594Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5252909Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5253239Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5253573Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5253898Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5254233Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5254562Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5254900Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5255227Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5255621Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5255935Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5256271Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5256598Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5256927Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5257251Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5257584Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5257910Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5258245Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5258550Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5258886Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5259213Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5259545Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5259870Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5260264Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5260595Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5260931Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5261262Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5261572Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5261899Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5262235Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5262559Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5262894Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5263221Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5263564Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5263891Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5264227Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5264529Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5264861Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5265186Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5265518Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5265841Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5266220Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5266561Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5266895Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5267224Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5267533Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5267858Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5268193Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5268522Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5268859Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5269186Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5269520Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5269845Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5270153Z STAGE:2022-12-01 10:40:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5270672Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5271110Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5271443Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5271784Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5272111Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5272448Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5272776Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5273110Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5273413Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5273749Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5274081Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5274419Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5274745Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5275078Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5275401Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5275734Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5276058Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5276373Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5276696Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5277090Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5277436Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5277774Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5278103Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5278432Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5278758Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5279073Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5279401Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5279736Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5280067Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5280404Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5280733Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5281066Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5281394Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5281784Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5282089Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5282428Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5282752Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5283084Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5283409Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5283741Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5284070Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5284400Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5284732Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5285045Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5285373Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5285706Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5286031Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5286364Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5286695Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5287030Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5287360Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5287834Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5288148Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5288485Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5288814Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5289147Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5289472Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5289805Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5290136Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5290474Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5290775Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5291109Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5291432Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5291762Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5292088Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5292420Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5292803Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5293136Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5293468Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5293774Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5294096Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5294431Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5294756Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5295088Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5295427Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5295761Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5296091Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5296423Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5296728Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5297063Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5297389Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5297719Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5298052Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5298430Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5298774Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5299108Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5299435Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5299744Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5300070Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5300398Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5300730Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5301064Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5301392Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5301727Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5302055Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5302362Z STAGE:2022-12-01 10:40:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5302692Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5303022Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5303407Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5303746Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5304073Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5304403Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5304728Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5305060Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5305367Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5305696Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5306037Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5306369Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5306700Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5307038Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5307367Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5307704Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5308030Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5308338Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5308669Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5309004Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5309374Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5309719Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5310045Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5310380Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5310913Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5311227Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5311564Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5311901Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5312229Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5312559Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5312884Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5313217Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5313542Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5313873Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5314262Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5314595Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5314926Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5315263Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5315588Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5315919Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5316245Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5316577Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5316911Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5317219Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5317547Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5317957Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5318211Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5318542Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5318865Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5319198Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5319528Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5319858Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5320223Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5320570Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5320900Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5321235Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5321558Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5321886Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5322218Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5322555Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5322859Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5323194Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5323517Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5323849Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5324174Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5324549Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5324935Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5325269Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5325600Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5325912Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5326237Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5326568Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5326894Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5327224Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5327560Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5327891Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5328222Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5328561Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5328865Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5329199Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5329522Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5329852Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5330181Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5330511Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5330889Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5331236Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5331571Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5331879Z STAGE:2022-12-01 10:40:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5332207Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5332536Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5332865Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5333197Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5333526Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5333860Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5334187Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5334496Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5334830Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5335159Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5335542Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5335875Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5336206Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5336541Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5336867Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5337203Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5337504Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5337835Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5338168Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5338497Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5338822Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5339154Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5339477Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5339809Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5340135Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5340444Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5340777Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5341109Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5341481Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5341827Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5342154Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5342488Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5342819Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5343126Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5343459Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5343788Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5344115Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5344448Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5344771Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5345100Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5345423Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5345753Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5346112Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5346445Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5346775Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5347108Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5347436Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5347767Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5348098Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5348429Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5348761Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5349072Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5349402Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5349739Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5350065Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5350399Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5350931Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5351268Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5351602Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5351939Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5352309Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5352656Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5352987Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5353324Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5353654Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5353985Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5354317Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5354654Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5354955Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5355289Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5355611Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5355942Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5356050Z ok (3.633s) 2022-12-01T10:42:30.5356567Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5356970Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5357301Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5357641Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5357945Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5358278Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5358602Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5358939Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5359270Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5359611Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5359942Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5360276Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5360608Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5360919Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5361248Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5361602Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5361905Z STAGE:2022-12-01 10:40:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5362240Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5362568Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5362948Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5363289Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5363627Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5363928Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5364260Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5364585Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5364924Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5365251Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5365585Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5365911Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5366241Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5366542Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5366876Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5367201Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5367594Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5367921Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5368258Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5368588Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5368922Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5369246Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5369554Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5369971Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5370224Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5370551Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5370884Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5371220Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5371539Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5371861Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5372279Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5372499Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5372919Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5373170Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5373601Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5373950Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5374230Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5374606Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5374967Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5375194Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5375531Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5375864Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5376226Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5376534Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5376865Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5377276Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5377566Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5377890Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5378206Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5378613Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5378886Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5379202Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5379537Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5379922Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5380194Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5380523Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5380855Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5381163Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5381497Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5381822Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5382153Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5382478Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5382813Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5383141Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5383468Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5383799Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5384160Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5384497Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5384835Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5385159Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5385494Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5385819Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5386148Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5386479Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5386790Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5387118Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5387446Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5387768Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5388095Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5388422Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5388756Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5389141Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5389480Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5389784Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5390122Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5390449Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5390981Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5391315Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5391650Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5391989Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5392328Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5392655Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5392965Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5393291Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5393624Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5393950Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5394283Z STAGE:2022-12-01 10:40:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5394617Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5394950Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5395394Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5395745Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5396048Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5396380Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5396708Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5397039Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5397377Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5397708Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5398035Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5398367Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5398670Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5399002Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5399325Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5399658Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5400054Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5400390Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5400720Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5401055Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5401381Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5401691Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5402020Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5402352Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5402682Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5403011Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5403340Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5403677Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5404004Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5404334Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5404635Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5404972Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5405303Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5405636Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5406017Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5406365Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5406693Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5407025Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5407326Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5407662Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5407994Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5408327Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5408660Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5408994Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5409318Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5409647Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5409977Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5410289Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5410675Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5411006Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5411339Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5411672Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5411995Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5412326Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5412651Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5412984Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5413294Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5413627Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5413958Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5414293Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5414619Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5414950Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5415272Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5415605Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5415939Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5416249Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5416620Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5416966Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5417296Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5417631Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5417958Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5418292Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5418626Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5418981Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5419319Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5419655Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5419983Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5420315Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5420643Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5420975Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5421364Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5421701Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5422004Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5422342Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5422676Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5423006Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5423332Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5423669Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5424001Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5424364Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5424703Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5425012Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5425343Z STAGE:2022-12-01 10:40:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5425677Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5426004Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5426339Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5426670Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5427002Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5427378Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5427722Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5428026Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5428360Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5428688Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5429019Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5429354Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5429688Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5430014Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5430346Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5430841Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5431186Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5431511Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5431846Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5432274Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5432613Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5432945Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5433279Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5433607Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5433915Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5434241Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5434574Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5434907Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5435243Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5435575Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5435912Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5436237Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5436571Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5436873Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5437205Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5437538Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5437873Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5438260Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5438608Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5438936Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5439265Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5439568Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5439896Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5440221Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5440547Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5440870Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5441200Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5441520Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5441846Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5442165Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5442472Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5442848Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5443173Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5443499Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5443827Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5444146Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5444470Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5444788Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5445114Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5445423Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5445750Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5446078Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5446409Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5446729Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5447054Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5447373Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5447700Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5448025Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5448334Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5448699Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5449038Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5449359Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5449684Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5450003Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5450327Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5450653Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5450963Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5451286Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5451614Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5451934Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5452260Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5452577Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5452903Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5453283Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5453611Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5453915Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5454242Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5454566Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5454894Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5455215Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5455542Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5455868Z STAGE:2022-12-01 10:40:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5456196Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5456521Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5456832Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5457154Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5457481Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5457799Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5458126Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5458445Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5458772Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5459138Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5459479Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5459780Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5460110Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5460428Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5460753Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5461073Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5461401Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5461722Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5462048Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5462348Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5462675Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5462991Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5463315Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5463634Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5464013Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5464340Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5464668Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5464987Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5465296Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5465617Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5465945Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5466265Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5466595Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5466916Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5467244Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5467562Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5467887Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5467974Z ok (3.622s) 2022-12-01T10:42:30.5468487Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5468817Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5469143Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5469516Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5469852Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5470179Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5470682Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5471008Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5471335Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5471664Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5471992Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5472325Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5472648Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5472977Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5473300Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5473630Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5473933Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5474260Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5474665Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5475000Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5475326Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5475654Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5476088Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5476308Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5476647Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5476943Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5477321Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5477676Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5477949Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5478244Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5478565Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5478891Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5479210Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5479536Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5479844Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5480241Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5480580Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5480906Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5481230Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5481556Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5481880Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5482202Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5482512Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5482840Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5483160Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5483486Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5483803Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5484127Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5484446Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5484770Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5485149Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5485458Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5485786Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5486111Z STAGE:2022-12-01 10:40:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5486433Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5486762Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5487086Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5487410Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5487734Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5488061Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5488368Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5488699Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5489017Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5489344Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5489663Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5489989Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5490315Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5490641Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5491008Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5491326Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5491646Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5491975Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5492294Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5492619Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5492947Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5493271Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5493595Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5493905Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5494226Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5494551Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5494869Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5495196Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5495574Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5495901Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5496224Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5496553Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5496858Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5497185Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5497510Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5497835Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5498160Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5498489Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5498814Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5499143Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5499463Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5499771Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5500093Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5500426Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5500751Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5501076Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5501439Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5501779Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5502107Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5502435Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5502738Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5503066Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5503393Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5503720Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5504042Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5504362Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5504691Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5505017Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5505338Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5505664Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5506035Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5506346Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5506671Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5506998Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5507320Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5507646Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5507962Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5508289Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5508615Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5508926Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5509248Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5509571Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5509891Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5510217Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5510715Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5511053Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5511379Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5511702Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5512073Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5512412Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5512730Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5513052Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5513369Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5513691Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5514015Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5514339Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5514659Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5514969Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5515287Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5515609Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5515927Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5516252Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5516641Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5516965Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5517284Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5517611Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5517915Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5518240Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5518559Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5518884Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5519208Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5519533Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5519853Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5520177Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5520480Z STAGE:2022-12-01 10:40:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5520808Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5521127Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5521455Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5521780Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5522106Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5522484Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5522821Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5523141Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5523449Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5523770Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5524097Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5524461Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5524788Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5525110Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5525438Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5525759Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5526081Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5526386Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5526711Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5527089Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5527413Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5527731Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5528052Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5528372Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5528696Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5529014Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5529323Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5529646Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5529975Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5530297Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5530623Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5530943Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5531270Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5531594Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5531902Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5532225Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5532544Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5532913Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5533249Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5533568Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5533891Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5534210Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5534537Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5534844Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5535169Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5535490Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5535817Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5536135Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5536460Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5536780Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5537105Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5537479Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5537787Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5538109Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5538436Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5538816Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5539081Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5539404Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5539732Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5540061Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5540369Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5540689Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5541017Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5541336Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5541662Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5541981Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5542304Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5542628Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5542955Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5543300Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5543635Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5543952Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5544276Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5544597Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5544921Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5545238Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5545569Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5546008Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5546316Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5546633Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5546959Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5547280Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5547607Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5547925Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5548305Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5548627Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5548952Z STAGE:2022-12-01 10:40:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5549256Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5549645Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5549903Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5550230Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5550736Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5551080Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5551405Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5551734Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5552039Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5552362Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5552704Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5553030Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5553349Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5553678Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5554077Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5554418Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5554787Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5555096Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5555416Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5555740Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5556061Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5556391Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5556715Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5557042Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5557362Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5557688Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5557993Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5558319Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5558640Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5559087Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5559411Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5559737Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5560056Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5560383Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5560787Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5561093Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5561333Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5561667Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5561989Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5562316Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5562637Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5562961Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5563278Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5563589Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5563908Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5564234Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5564552Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5564923Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5565254Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5565576Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5565895Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5566221Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5566526Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5566853Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5567174Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5567501Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5567823Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5568151Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5568469Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5568794Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5569114Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5569477Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5569798Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5570126Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5570448Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5570773Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5571098Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5571426Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5571746Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5572060Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5572383Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5572708Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5573030Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5573357Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5573673Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5573999Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5574319Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5574650Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5574954Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5575327Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5575658Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5575985Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5576304Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5576627Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5576946Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5577281Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5577602Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5577912Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5578231Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5578557Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5578664Z ok (3.574s) 2022-12-01T10:42:30.5579173Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5579501Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5579878Z STAGE:2022-12-01 10:40:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5580205Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5580528Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5580838Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5581163Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5581488Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5581806Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5582129Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5582454Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5582782Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5583104Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5583415Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5583736Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5584058Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5584377Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5584700Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5585023Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5585350Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5585713Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5586046Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5586347Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5586673Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5586988Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5587313Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5587639Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5587967Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5588288Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5588614Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5588934Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5589244Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5589561Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5589886Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5590262Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5590779Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5591115Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5591443Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5591762Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5592088Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5592392Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5592718Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5593045Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5593371Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5593693Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5594018Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5594335Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5594658Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5594962Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5595290Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5595614Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5595942Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5596330Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5596668Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5596986Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5597309Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5597630Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5597942Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5598265Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5598593Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5598917Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5599243Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5599562Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5599889Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5600207Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5600532Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5600906Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5601234Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5601554Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5601877Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5602194Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5602519Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5602839Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5603164Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5603474Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5603802Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5604124Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5604449Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5604767Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5605091Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5605412Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5605736Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5606062Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5606371Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5606738Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5607076Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5607393Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5607717Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5608034Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5608359Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5608685Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5609010Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5609316Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5609641Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5609963Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5610290Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5610610Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5610935Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5611304Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5611629Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5611948Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5612260Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5612576Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5612900Z STAGE:2022-12-01 10:40:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5613218Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5613543Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5613867Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5614194Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5614517Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5614827Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5615148Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5615473Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5615794Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5616119Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5616443Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5616771Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5617135Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5617470Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5617772Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5618102Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5618423Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5618755Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5619082Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5619409Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5619734Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5620060Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5620381Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5620691Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5621010Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5621336Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5621708Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5622034Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5622354Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5622681Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5623003Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5623330Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5623634Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5623956Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5624282Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5624781Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5625111Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5625445Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5625769Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5626099Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5626403Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5626731Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5627052Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5627382Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5627763Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5628103Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5628420Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5628746Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5629069Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5629380Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5629696Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5630023Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5630345Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5630819Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5631144Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5631468Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5631788Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5632112Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5632417Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5632833Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5633160Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5633484Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5633803Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5634129Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5634449Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5634775Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5635076Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5635410Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5635731Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5636059Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5636380Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5636704Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5637022Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5637347Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5637666Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5637980Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5638372Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5638716Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5639033Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5639358Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5639678Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5640003Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5640321Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5640651Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5640957Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5641283Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5641600Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5641931Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5642251Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5642576Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5642898Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5643287Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5643612Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5643920Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5644238Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5644563Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5644881Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5645207Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5645525Z STAGE:2022-12-01 10:40:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5645854Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5646183Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5646495Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5646822Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5647151Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5647473Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5647799Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5648116Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5648448Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5648767Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5649137Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5649449Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5649773Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5650095Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5650420Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5650738Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5651069Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5651391Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5651718Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5652037Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5652348Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5652668Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5652990Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5653309Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5653694Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5654011Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5654345Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5654662Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5654989Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5655294Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5655616Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5655940Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5656274Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5656597Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5656930Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5657257Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5657582Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5657883Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5658210Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5658532Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5658867Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5659188Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5659563Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5659895Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5660226Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5660547Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5660855Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5661177Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5661516Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5661836Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5662167Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5662488Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5662821Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5663143Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5663472Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5663777Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5664163Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5664489Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5664824Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5665152Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5665482Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5665807Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5666140Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5666441Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5666775Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5667099Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5667431Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5667758Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5668084Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5668404Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5668736Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5669065Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5669383Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5669706Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5670075Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5670408Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5670933Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5671260Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5671585Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5671907Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5672244Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5672547Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5672878Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5673198Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5673528Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5673853Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5674187Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5674510Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5674926Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5675250Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5675562Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5675882Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5676208Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5676526Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5676851Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5677171Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5677503Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5677828Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5678141Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5678466Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5678796Z STAGE:2022-12-01 10:40:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5679115Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5679441Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5679764Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5680094Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5680414Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5680801Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5681114Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5681441Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5681764Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5682096Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5682422Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5682759Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5683080Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5683410Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5683732Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5684042Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5684362Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5684686Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5685008Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5685391Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5685713Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5686044Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5686367Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5686699Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5687005Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5687335Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5687659Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5687990Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5688311Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5688645Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5688970Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5689296Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5689383Z ok (3.348s) 2022-12-01T10:42:30.5689895Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5690230Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5690561Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5690892Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5691265Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5691607Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5691932Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5692262Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5692568Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5692900Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5693234Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5693573Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5693898Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5694231Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5694558Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5694888Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5695209Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5695521Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5695897Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5696224Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5696544Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5696872Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5697197Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5697528Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5697853Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5698162Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5698485Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5698815Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5699139Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5699468Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5699791Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5700118Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5700439Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5700767Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5701073Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5701402Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5701778Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5702119Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5702442Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5702767Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5703087Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5703419Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5703748Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5704058Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5704384Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5704717Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5705045Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5705373Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5705696Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5706024Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5706408Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5706733Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5707042Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5707371Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5707693Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5708019Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5708341Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5708668Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5709002Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5709332Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5709639Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5709972Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5710297Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5710774Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5711109Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5711438Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5711767Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5712099Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5712484Z STAGE:2022-12-01 10:40:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5712806Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5713129Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5713454Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5713774Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5714101Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5714428Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5714757Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5715084Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5715416Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5715722Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5716052Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5716378Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5716700Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5717022Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5717419Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5717745Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5718072Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5718388Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5718697Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5719067Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5719404Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5719729Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5720065Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5720391Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5720724Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5721044Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5721353Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5721674Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5721995Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5722408Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5722649Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5723063Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5723399Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5723718Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5724047Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5724348Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5724718Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5725042Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5725383Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5725705Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5726036Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5726356Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5726683Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5727006Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5727314Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5727632Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5728017Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5728345Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5728673Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5728993Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5729317Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5729634Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5729943Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5730264Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5730597Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5730920Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5731244Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5731562Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5731888Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5732212Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5732537Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5732839Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5733259Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5733601Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5733874Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5734191Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5734516Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5734836Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5735156Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5735473Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5735789Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5736111Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5736445Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5736771Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5737096Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5737418Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5737748Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5738070Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5738452Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5738754Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5739079Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5739401Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5739728Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5740051Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5740377Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5740701Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5741042Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5741346Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5741677Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5741999Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5742328Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5742650Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5742978Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5743301Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5743637Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5743960Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5744312Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5744647Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5744979Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5745303Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5745630Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5745954Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5746293Z STAGE:2022-12-01 10:40:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5746619Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5746953Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5747258Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5747585Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5747910Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5748247Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5748570Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5748958Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5749282Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5749613Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5749937Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5750247Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5750707Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5751055Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5751377Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5751712Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5752032Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5752364Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5752694Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5753002Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5753324Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5753654Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5753978Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5754313Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5754634Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5755023Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5755359Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5755687Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5755989Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5756317Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5756636Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5756967Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5757288Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5757617Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5757938Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5758265Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5758586Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5758897Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5759215Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5759614Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5759940Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5760268Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5760588Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5760915Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5761237Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5761547Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5761864Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5762196Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5762520Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5762849Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5763173Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5763502Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5763825Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5764152Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5764458Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5764794Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5765111Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5765484Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5765814Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5766143Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5766467Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5766794Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5767115Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5767430Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5767755Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5768089Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5768413Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5768742Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5769068Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5769396Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5769718Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5770105Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5770408Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5770741Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5771064Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5771393Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5771719Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5772048Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5772367Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5772700Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5773004Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5773330Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5773659Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5773984Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5774306Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5774635Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5774958Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5775294Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5775621Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5775993Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5776332Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5776663Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5776993Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5777321Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5777645Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5777982Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5778306Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5778637Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5778944Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5779276Z STAGE:2022-12-01 10:40:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5779606Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5779934Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5780260Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5780645Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5780971Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5781303Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5781634Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5781945Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5782270Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5782603Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5782930Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5783268Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5783594Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5783927Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5784251Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5784562Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5784889Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5785222Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5785554Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5785887Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5786212Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5786583Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5786920Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5787253Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5787561Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5787891Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5788215Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5788550Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5788876Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5789210Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5789538Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5789870Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5790195Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5790682Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5791028Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5791446Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5791771Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5792105Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5792429Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5792764Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5793086Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5793394Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5793718Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5794056Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5794383Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5794718Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5795043Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5795372Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5795695Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5796024Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5796331Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5796669Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5796991Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5797379Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5797715Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5798047Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5798371Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5798698Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5799021Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5799336Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5799665Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5799998Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5800321Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5800653Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5800762Z ok (3.332s) 2022-12-01T10:42:30.5801278Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5801611Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5801934Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5802300Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5802630Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5802963Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5803285Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5803616Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5803940Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5804270Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5804597Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5804911Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5805241Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5805573Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5805902Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5806230Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5806553Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5806883Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5807206Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5807542Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5807890Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5808235Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5808561Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5808892Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5809211Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5809543Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5809868Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5810205Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5810532Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5810843Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5811166Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5811496Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5811819Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5812147Z STAGE:2022-12-01 10:40:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5812474Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5812858Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5813182Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5813516Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5813819Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5814151Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5814474Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5814804Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5815130Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5815465Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5815792Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5816125Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5816429Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5816760Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5817083Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5817419Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5817747Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5818081Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5818450Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5818792Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5819109Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5819417Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5819738Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5820073Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5820396Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5820734Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5821059Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5821389Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5821713Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5822039Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5822343Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5822667Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5822990Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5823383Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5823703Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5824036Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5824359Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5824727Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5825031Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5825358Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5825677Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5826007Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5826327Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5826663Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5826986Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5827311Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5827629Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5827937Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5828259Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5828589Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5828914Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5829290Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5829621Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5829945Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5830262Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5830730Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5831047Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5831383Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5831712Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5832043Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5832367Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5832696Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5833018Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5833350Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5833672Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5834065Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5834390Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5834723Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5835046Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5835372Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5835691Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5836020Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5836341Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5836655Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5836976Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5837305Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5837628Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5837956Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5838281Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5838609Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5838934Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5839273Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5839578Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5839963Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5840301Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5840628Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5840948Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5841275Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5841600Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5841939Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5842263Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5842577Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5842903Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5843233Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5843557Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5843889Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5844214Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5844612Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5844935Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5845273Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5845578Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5845907Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5846232Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5846561Z STAGE:2022-12-01 10:40:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5846882Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5847215Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5847541Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5847869Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5848174Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5848504Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5848823Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5849152Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5849475Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5849808Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5850130Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5850518Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5850856Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5851165Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5851491Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5851823Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5852151Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5852482Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5852807Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5853140Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5853463Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5853795Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5854097Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5854428Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5854757Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5855145Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5855466Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5855794Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5856115Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5856446Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5856750Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5857077Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5857395Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5857728Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5858049Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5858382Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5858710Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5859040Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5859364Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5859674Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5860001Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5860334Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5860655Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5861027Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5861358Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5861685Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5862007Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5862336Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5862639Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5862974Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5863300Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5863631Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5863950Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5864275Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5864596Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5864928Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5865252Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5865616Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5865937Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5866271Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5866594Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5866926Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5867251Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5867582Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5867906Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5868221Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5868540Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5868868Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5869196Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5869527Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5869849Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5870183Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5870692Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5871042Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5871347Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5871746Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5872084Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5872414Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5872735Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5873061Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5873380Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5873714Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5874039Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5874352Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5874673Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5874998Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5875316Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5875644Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5875967Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5876367Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5876691Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5877025Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5877329Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5877659Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5877986Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5878318Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5878638Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5878974Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5879300Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5879635Z STAGE:2022-12-01 10:40:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5879942Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5880274Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5880596Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5880931Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5881255Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5881586Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5881907Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5882282Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5882613Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5882923Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5883245Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5883572Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5883894Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5884223Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5884547Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5884875Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5885195Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5885523Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5885826Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5886154Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5886473Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5886798Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5887228Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5887561Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5887884Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5888212Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5888514Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5888844Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5889166Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5889494Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5889816Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5890143Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5890461Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5890787Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5891107Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5891416Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5891734Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5892059Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5892385Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5892755Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5893083Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5893411Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5893727Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5894051Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5894349Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5894672Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5894998Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5895326Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5895647Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5895972Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5896291Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5896617Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5896935Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5897245Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5897618Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5897947Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5898266Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5898591Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5898908Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5899232Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5899550Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5899860Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5900186Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5900512Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5900831Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5901157Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5901474Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5901798Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5902114Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5902439Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5902749Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5903116Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5903450Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5903782Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5904101Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5904427Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5904748Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5905078Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5905405Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5905715Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5906041Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5906381Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5906702Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5907031Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5907354Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5907686Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5908064Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5908395Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5908702Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5909031Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5909355Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5909683Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5909998Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5910323Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5910791Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5911128Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5911438Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5911768Z STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5911870Z ok (3.335s) 2022-12-01T10:42:30.5912381Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5912711Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5913035Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5913369Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5913695Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5914091Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5914409Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5914735Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5915058Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5915379Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5915697Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5916028Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5916348Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5916678Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5917002Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5917314Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5917637Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5917965Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5918287Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5918685Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5919012Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5919340Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5919666Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5919975Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5920299Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5920624Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5920951Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5921281Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5921605Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5921938Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5922263Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5922593Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5922896Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5923222Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5923543Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5923879Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5924206Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5924625Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5924959Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5925285Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5925606Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5925915Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5926235Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5926564Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5926884Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5927209Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5927528Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5927857Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5928180Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5928510Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5928813Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5929205Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5929529Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5929861Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5930187Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5930515Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5930839Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5931166Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5931467Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5931801Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5932123Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5932453Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5932778Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5933105Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5933422Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5933748Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5934070Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5934385Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5934713Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5935084Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5935415Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5935739Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5936060Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5936389Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5936708Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5937037Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5937343Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5937675Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5937996Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5938317Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5938638Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5938968Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5939286Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5939666Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5939988Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5940301Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5940628Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5940960Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5941285Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5941612Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5941936Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5942271Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5942592Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5942902Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5943230Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5943563Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5943891Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5944221Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5944545Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5944885Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5945205Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5945577Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5945892Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5946222Z STAGE:2022-12-01 10:40:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5946545Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5946877Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5947199Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5947532Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5947857Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5948189Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5948515Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5948827Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5949150Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5949480Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5949801Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5950184Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5950653Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5951004Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5951332Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5951641Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5951966Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5952292Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5952616Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5952954Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5953276Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5953606Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5953933Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5954262Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5954564Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5954893Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5955213Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5955546Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5955871Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5956273Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5956613Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5956945Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5957269Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5957577Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5957899Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5958234Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5958557Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5958888Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5959213Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5959549Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5959874Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5960204Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5960508Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5960909Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5961236Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5961570Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5961894Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5962222Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5962547Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5962877Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5963180Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5963515Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5963833Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5964164Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5964490Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5964821Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5965143Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5965474Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5965795Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5966110Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5966433Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5966819Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5967158Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5967488Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5967811Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5968139Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5968464Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5968799Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5969106Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5969437Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5969761Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5970092Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5970417Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5970750Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5971073Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5971401Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5971761Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5972097Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5972422Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5972754Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5973077Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5973409Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5973731Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5974058Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5974389Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5974702Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5975031Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5975360Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5975687Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5976017Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5976343Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5976670Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5976999Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5977372Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5977684Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5978012Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5978334Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5978665Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5978990Z STAGE:2022-12-01 10:40:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5979322Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5979652Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5979985Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5980313Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5980621Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5980944Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5981273Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5981600Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5981927Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5982304Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5982637Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5982962Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5983274Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5983600Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5983933Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5984257Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5984588Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5984915Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5985248Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5985572Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5985902Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5986204Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5986537Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5986858Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5987188Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5987518Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5987894Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5988227Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5988558Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5988881Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5989189Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5989510Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5989839Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5990173Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5990636Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5990981Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5991312Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5991636Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5991967Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5992272Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5992604Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5993013Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5993347Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5993669Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5993997Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5994321Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5994651Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5994954Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5995286Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5995612Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5995944Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5996273Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5996603Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5996928Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5997260Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5997585Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5997895Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5998222Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5998555Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5998953Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5999295Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.5999617Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.5999943Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6000268Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6000597Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6000905Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6001234Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6001560Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6001893Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6002216Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6002543Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6002868Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6003200Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6003560Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6003890Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6004214Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6004545Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6004870Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6005199Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6005521Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6005849Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6006179Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6006486Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6006811Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6007142Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6007470Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6007799Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6008122Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6008450Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6008774Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6009104Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6009452Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6009793Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6010117Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6010451Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6010775Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6011105Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6011431Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6011761Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6012088Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6012396Z STAGE:2022-12-01 10:40:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6012718Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6013045Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6013368Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6013701Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6014074Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6014405Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6014731Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6015041Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6015366Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6015695Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6016020Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6016352Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6016680Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6017006Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6017330Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6017663Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6017965Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6018300Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6018624Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6018954Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6019336Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6019664Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6020030Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6020368Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6020692Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6020999Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6021322Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6021652Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6021980Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6022312Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6022640Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6022972Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6023081Z ok (3.337s) 2022-12-01T10:42:30.6023575Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6023913Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6024239Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6024662Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6024988Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6025325Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6025653Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6025983Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6026311Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6026620Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6026945Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6027280Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6027608Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6027945Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6028271Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6028602Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6028926Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6029256Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6029559Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6029893Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6030217Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6030794Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6031146Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6031476Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6031803Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6032132Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6032458Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6032774Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6033099Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6033430Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6033753Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6034085Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6034412Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6034740Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6035066Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6035446Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6035770Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6036106Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6036432Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6036762Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6037087Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6037417Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6037747Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6038085Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6038392Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6038726Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6039052Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6039383Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6039705Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6040032Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6040341Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6048847Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6049196Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6049646Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6049995Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6050338Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6050671Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6051012Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6051341Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6051663Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6051996Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6052338Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6052673Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6053013Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6053343Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6053685Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6054012Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6054411Z STAGE:2022-12-01 10:40:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6054719Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6055143Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6055395Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6055733Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6056064Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6056400Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6056732Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6057073Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6057401Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6057714Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6058043Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6058382Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6058710Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6059042Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6059370Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6059710Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6060035Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6060492Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6060832Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6061164Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6061492Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6061827Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6062152Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6062492Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6062821Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6063158Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6063461Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6063797Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6064132Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6064470Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6064799Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6065133Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6065518Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6065854Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6066182Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6066491Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6066827Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6067165Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6067492Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6067826Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6068161Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6068497Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6068826Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6069137Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6069465Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6069797Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6070122Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6070734Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6071102Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6071531Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6071875Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6072208Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6072511Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6072848Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6073171Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6073506Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6073837Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6074175Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6074502Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6074836Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6075165Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6075473Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6075799Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6076133Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6076536Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6076875Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6077206Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6077543Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6077871Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6078206Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6078510Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6078842Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6079173Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6079509Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6079838Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6080170Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6080491Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6080823Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6081129Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6081472Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6081794Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6082180Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6082516Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6082851Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6083179Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6083512Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6083844Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6084153Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6084487Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6084820Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6085152Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6085490Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6085823Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6086159Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6086486Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6086824Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6087182Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6087514Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6087844Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6088177Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6088505Z STAGE:2022-12-01 10:40:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6088839Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6089168Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6089505Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6089838Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6090149Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6090486Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6090822Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6091152Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6091488Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6091819Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6092153Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6092485Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6092797Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6093173Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6093516Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6093845Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6094181Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6094510Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6094842Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6095176Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6095511Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6095817Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6096153Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6096486Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6096824Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6097155Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6097489Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6097874Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6098210Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6098542Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6098855Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6099186Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6099530Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6099862Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6100199Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6100535Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6100871Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6101205Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6101514Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6101843Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6102295Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6102637Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6103137Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6103490Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6103825Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6104216Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6104565Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6104870Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6105204Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6105531Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6105871Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6106204Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6106537Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6106865Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6107204Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6107540Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6107853Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6108180Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6108514Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6108904Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6109239Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6109570Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6109906Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6110236Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6110780Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6111100Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6111438Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6111769Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6112104Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6112437Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6112773Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6113102Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6113434Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6113736Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6114072Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6114406Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6114742Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6115148Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6115497Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6115823Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6116157Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6116488Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6116796Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6117135Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6117465Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6117799Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6118133Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6118462Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6118800Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6119128Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6119466Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6119840Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6120174Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6120503Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6120838Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6121165Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6121496Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6121827Z STAGE:2022-12-01 10:40:46 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6122163Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6122496Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6122806Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6123135Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6123472Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6123801Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6124135Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6124465Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6124840Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6125176Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6125485Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6125864Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6126210Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6126535Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6126869Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6127199Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6127535Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6127868Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6128199Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6128508Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6128845Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6129176Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6129511Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6129842Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6130180Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6130565Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6130895Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6131228Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6131540Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6131872Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6132210Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6132541Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6132876Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6133211Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6133544Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6133876Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6134188Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6134516Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6134849Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6135176Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6135515Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6135936Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6136180Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6136550Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6136894Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6137199Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6137533Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6137859Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6138192Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6138523Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6138859Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6139191Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6139527Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6139858Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6140167Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6140493Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6140826Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6141206Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6141537Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6141867Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6142203Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6142532Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6142869Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6143176Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6143509Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6143846Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6144178Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6144506Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6144844Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6144958Z ok (3.358s) 2022-12-01T10:42:30.6145495Z test_pointwise_op_slowpath__foreach_addcmul_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6145806Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6146138Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6146475Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6146847Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6147193Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6147529Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6147864Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6148193Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6148527Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6148831Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6149172Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6149497Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6149837Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6150165Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6150705Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6151049Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6151388Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6151723Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6152126Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6152453Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6152788Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6153114Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6153447Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6153777Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6154110Z STAGE:2022-12-01 10:40:47 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6154441Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6154776Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6155088Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6155419Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6155743Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6156075Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6156404Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6156737Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6157069Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6157401Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6157711Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6158112Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6158446Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6158772Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6159095Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6159424Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6159749Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6160082Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6160411Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6160722Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6161040Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6161369Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6161689Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6162017Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6162345Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6162680Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6163064Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6163397Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6163701Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6164025Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6164350Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6164683Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6165012Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6165343Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6165676Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6166007Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6166312Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6166637Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6166956Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6167287Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6167608Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6167941Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6168272Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6168655Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6168989Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6169297Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6169622Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6169955Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6170285Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6170620Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6170954Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6171293Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6171622Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6171959Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6172263Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6172598Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6172928Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6173259Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6173641Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6173972Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6174301Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6174635Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6174963Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6175271Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6175598Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6175933Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6176265Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6176598Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6176931Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6177268Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6177597Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6177907Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6178240Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6178573Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6178909Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6179244Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6179618Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6179967Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6180296Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6180628Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6180932Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6181267Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6181596Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6181927Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6182259Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6182591Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6182916Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6183248Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6183574Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6183883Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6184264Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6184594Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6184921Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6185255Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6185583Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6185917Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6186244Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6186576Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6186886Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6187218Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6187550Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6187884Z STAGE:2022-12-01 10:40:48 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6188214Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6188548Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6188879Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6189214Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6189522Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6189861Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6190229Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6190757Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6191095Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6191429Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6191760Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6192096Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6192433Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6192747Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6193078Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6193413Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6193739Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6194075Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6194406Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6194741Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6195152Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6195487Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6195790Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6196124Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6196449Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6196784Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6197113Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6197444Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6197779Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6198111Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6198415Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6198748Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6199077Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6199415Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6199747Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6200081Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6200414Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6200750Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6201137Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6201463Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6201792Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6202122Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6202462Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6202785Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6203116Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6203452Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6203783Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6204124Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6204426Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6204760Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6205091Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6205428Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6205812Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6206145Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6206475Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6206812Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6207145Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6207453Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6207781Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6208116Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6208451Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6208786Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6209115Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6209451Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6209777Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6210088Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6210419Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6210750Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6211084Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6211419Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6211805Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6212147Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6212474Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6212810Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6213113Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6213447Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6213785Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6214117Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6214447Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6214782Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6215109Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6215441Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6215768Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6216076Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6216458Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6216788Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6217114Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6217447Z STAGE:2022-12-01 10:40:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6217774Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6218107Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6218433Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6218769Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6219079Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6219413Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6219742Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6220076Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6220403Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6220736Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6221065Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6221396Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6221706Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6222039Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6222409Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6222751Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6223077Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6223409Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6223735Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6224068Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6224402Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6224747Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6225077Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6225411Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6225742Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6226077Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6226407Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6226741Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6227172Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6227501Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6227805Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6228140Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6228470Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6228802Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6229135Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6229469Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6229800Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6230132Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6230439Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6230933Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6231261Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6231594Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6231921Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6232255Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6232590Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6232925Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6233332Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6233654Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6233983Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6234317Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6234649Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6234982Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6235314Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6235652Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6235983Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6236316Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6236619Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6236951Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6237282Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6237621Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6238017Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6238352Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6238685Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6239020Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6239346Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6239657Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6239984Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6240317Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6240647Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6240981Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6241314Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6241650Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6241980Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6242289Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6242619Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6242952Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6243278Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6243615Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6243984Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6244328Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6244655Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6244988Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6245289Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6245624Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6245952Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6246292Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6246622Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6246953Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6247279Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6247613Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6247939Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6248249Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6248575Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6248961Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6249288Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6249626Z STAGE:2022-12-01 10:40:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6249955Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6250290Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6250618Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6250953Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6251256Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6251593Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6251926Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6252261Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6252591Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6252928Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6253256Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6253589Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6253891Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6254232Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6254607Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6254950Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6255277Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6255609Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6255943Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6256277Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6256605Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6256918Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6257249Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6257585Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6257696Z ok (3.567s) 2022-12-01T10:42:30.6258234Z test_pointwise_op_slowpath__foreach_addcmul_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6258574Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6258903Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6259244Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6259626Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6259944Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6260273Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6260608Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6260934Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6261267Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6261599Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6261934Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6262269Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6262608Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6262914Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6263249Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6263580Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6263916Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6264245Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6264580Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6264912Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6265248Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6265600Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6265946Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6266272Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6266608Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6266936Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6267271Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6267603Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6267937Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6268264Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6268573Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6268901Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6269238Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6269563Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6269896Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6270287Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6270837Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6271185Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6271612Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6271922Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6272253Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6272581Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6272918Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6273251Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6273727Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6274079Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6274413Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6274719Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6275055Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6275486Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6275712Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6276041Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6276375Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6276782Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6277132Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6277458Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6277768Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6278094Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6278427Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6278760Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6279095Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6279425Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6279764Z STAGE:2022-12-01 10:40:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6280093Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6280426Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6280729Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6281061Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6281465Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6281800Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6282133Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6282466Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6282795Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6283131Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6283458Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6283768Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6284099Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6284432Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6284762Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6285096Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6285423Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6285757Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6286085Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6286395Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6286730Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6287066Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6287444Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6287788Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6288111Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6288443Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6288770Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6289104Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6289411Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6289744Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6290077Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6290416Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6290740Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6291074Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6291401Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6291733Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6292115Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6292425Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6292756Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6293094Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6293424Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6293760Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6294087Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6294419Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6294755Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6295090Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6295396Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6295732Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6296061Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6296397Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6296722Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6297058Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6297390Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6297723Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6298073Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6298422Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6298745Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6299080Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6299408Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6299741Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6300074Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6300408Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6300738Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6301046Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6301378Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6301713Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6302038Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6302370Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6302753Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6303086Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6303419Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6303757Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6304061Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6304398Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6304726Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6305058Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6305383Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6305717Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6306047Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6306381Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6306683Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6307019Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6307346Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6307677Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6308009Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6308348Z STAGE:2022-12-01 10:40:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6308735Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6309079Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6309408Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6309719Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6310043Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6310374Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6310912Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6311252Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6311587Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6311926Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6312257Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6312594Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6312897Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6313233Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6313645Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6313981Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6314310Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6314647Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6314977Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6315309Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6315637Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6315947Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6316281Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6316614Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6316943Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6317281Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6317610Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6317946Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6318273Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6318582Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6318915Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6319296Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6319690Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6320035Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6320364Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6320701Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6321030Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6321363Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6321670Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6322000Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6322333Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6322666Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6322993Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6323328Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6323659Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6323998Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6324375Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6324721Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6325054Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6325390Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6325719Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6326053Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6326382Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6326718Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6327050Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6327359Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6327693Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6328026Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6328353Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6328689Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6329015Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6329348Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6329675Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6330012Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6330365Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6330713Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6331037Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6331373Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6331697Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6332026Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6332352Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6332691Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6333023Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6333332Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6333661Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6333997Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6334327Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6334660Z STAGE:2022-12-01 10:40:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6334985Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6335369Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6335696Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6336028Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6336334Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6336667Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6336994Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6337326Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6337656Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6337994Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6338324Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6338656Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6338961Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6339296Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6339623Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6339959Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6340288Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6340631Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6341006Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6341348Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6341678Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6341986Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6342315Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6342649Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6342975Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6343315Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6343649Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6343986Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6344314Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6344650Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6344953Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6345290Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6345618Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6346005Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6346335Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6346669Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6346995Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6347330Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6347659Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6347968Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6348297Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6348639Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6348966Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6349304Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6349636Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6349972Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6350300Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6350772Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6351089Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6351423Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6351753Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6352154Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6352497Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6352831Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6353157Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6353492Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6353794Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6354133Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6354464Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6354802Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6355130Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6355465Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6355793Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6356127Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6356453Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6356832Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6357158Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6357495Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6357823Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6358160Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6358485Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6358825Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6359153Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6359465Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6359792Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6360129Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6360458Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6360793Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6361122Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6361459Z STAGE:2022-12-01 10:40:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6361788Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6362125Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6362429Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6362808Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6363142Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6363476Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6363803Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6364134Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6364460Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6364800Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6365130Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6365442Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6365767Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6366101Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6366427Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6366758Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6367080Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6367464Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6367794Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6368132Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6368437Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6368773Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6369098Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6369429Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6369752Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6370089Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6370424Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6370763Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6370849Z ok (4.100s) 2022-12-01T10:42:30.6371378Z test_pointwise_op_slowpath__foreach_addcmul_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6371717Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6372049Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6372387Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6372722Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6373059Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6373430Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6373778Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6374081Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6374414Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6374741Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6375077Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6375412Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6375745Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6376079Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6376414Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6376743Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6377052Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6377381Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6377720Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6378104Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6378437Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6378770Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6379105Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6379437Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6379771Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6380074Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6380408Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6380741Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6381074Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6381404Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6381734Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6382066Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6382399Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6382704Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6383038Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6383369Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6383704Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6384087Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6384434Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6384763Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6385098Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6385426Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6385735Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6386066Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6386404Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6386731Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6387068Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6387397Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6387730Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6388058Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6388393Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6388749Z STAGE:2022-12-01 10:40:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6389086Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6389416Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6389748Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6390083Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6390414Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6390937Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6391274Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6391610Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6391919Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6392251Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6392587Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6392918Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6393254Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6393583Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6393921Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6394254Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6394563Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6395017Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6395367Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6395700Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6396033Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6396362Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6396700Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6397036Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6397369Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6397674Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6398009Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6398339Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6398672Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6399000Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6399335Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6399734Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6400067Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6400395Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6400706Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6401035Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6401372Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6401710Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6402041Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6402375Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6402709Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6403035Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6403346Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6403678Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6404014Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6404342Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6404676Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6405009Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6405346Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6405721Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6406065Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6406370Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6406703Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6407135Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6407471Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6407804Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6408136Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6408467Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6408802Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6409133Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6409443Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6409770Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6410104Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6410489Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6410817Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6411147Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6411481Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6411814Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6412151Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6412453Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6412786Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6413124Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6413459Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6413791Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6414126Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6414456Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6414785Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6415089Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6415426Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6415756Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6416091Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6416460Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6416803Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6417131Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6417465Z STAGE:2022-12-01 10:40:56 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6417796Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6418104Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6418436Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6418771Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6419104Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6419442Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6419771Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6420104Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6420433Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6420772Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6421076Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6421462Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6421789Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6422118Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6422447Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6422779Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6423105Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6423438Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6423741Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6424078Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6424403Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6424783Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6425117Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6425454Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6425789Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6426122Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6426454Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6426769Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6427148Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6427489Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6427815Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6428151Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6428479Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6428811Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6429137Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6429476Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6429781Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6430118Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6430450Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6430981Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6431309Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6431643Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6431970Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6432389Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6432721Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6433032Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6433361Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6433695Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6434026Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6434358Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6434688Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6435027Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6435359Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6435670Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6436006Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6436336Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6436663Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6437000Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6437327Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6437669Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6438052Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6438397Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6438699Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6439034Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6439363Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6439697Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6440025Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6440360Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6440689Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6441029Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6441362Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6441670Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6441996Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6442331Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6442657Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6443042Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6443367Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6443705Z STAGE:2022-12-01 10:40:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6444034Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6444366Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6444671Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6445001Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6445331Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6445668Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6445997Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6446334Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6446665Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6446998Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6447301Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6447635Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6447961Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6448298Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6448627Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6449006Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6449345Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6449681Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6450010Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6450320Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6450648Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6450987Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6451317Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6451654Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6451982Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6452321Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6452652Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6452987Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6453289Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6453682Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6454008Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6454344Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6454673Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6455007Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6455339Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6455672Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6455973Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6456311Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6456636Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6456975Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6457308Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6457641Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6457969Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6458301Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6458628Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6458941Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6459266Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6459659Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6460001Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6460337Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6460664Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6461000Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6461326Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6461666Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6461968Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6462302Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6462630Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6462962Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6463291Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6463623Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6463952Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6464336Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6464667Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6464977Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6465308Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6465641Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6465971Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6466304Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6466631Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6466974Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6467303Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6467618Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6467953Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6468284Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6468611Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6468946Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6469273Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6469610Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6469939Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6470316Z STAGE:2022-12-01 10:40:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6470923Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6471278Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6471603Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6471943Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6472268Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6472615Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6472945Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6473283Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6473617Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6473926Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6474256Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6474591Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6474917Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6475334Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6475660Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6475994Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6476325Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6476655Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6476958Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6477295Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6477624Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6477962Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6478289Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6478626Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6478956Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6479290Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6479594Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6479932Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6480259Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6480598Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6480928Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6481336Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6481681Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6482019Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6482347Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6482656Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6482982Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6483326Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6483653Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6483991Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6484105Z ok (4.171s) 2022-12-01T10:42:30.6484633Z test_pointwise_op_slowpath__foreach_addcmul_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6484974Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6485303Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6485616Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6486009Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6486343Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6486672Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6487006Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6487338Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6487673Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6488003Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6488340Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6488649Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6488978Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6489310Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6489645Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6489973Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6490311Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6490638Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6490970Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6491277Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6491613Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6491986Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6492331Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6492661Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6492995Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6493324Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6493660Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6493992Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6494302Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6494631Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6494967Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6495298Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6495632Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6495958Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6496293Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6496679Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6497012Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6497316Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6497649Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6497978Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6498312Z STAGE:2022-12-01 10:40:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6498646Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6498983Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6499317Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6499649Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6499954Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6500291Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6500618Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6500952Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6501282Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6501617Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6501950Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6502283Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6502658Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6502978Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6503306Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6503638Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6503964Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6504298Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6504634Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6504969Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6505300Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6505636Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6505938Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6506275Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6506605Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6506941Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6507269Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6507658Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6507987Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6508321Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6508654Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6508964Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6509287Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6509620Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6509946Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6510285Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6510759Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6511108Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6511435Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6511744Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6512073Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6512407Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6512738Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6513079Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6513474Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6513821Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6514148Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6514484Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6514786Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6515118Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6515444Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6515785Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6516116Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6516454Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6516783Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6517117Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6517448Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6517761Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6518085Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6518499Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6518828Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6519160Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6519485Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6519820Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6520149Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6520461Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6520790Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6521129Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6521462Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6521793Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6522119Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6522456Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6522784Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6523116Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6523419Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6523759Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6524131Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6524477Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6524843Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6525180Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6525510Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6525849Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6526179Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6526495Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6526820Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6527159Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6527489Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6527818Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6528145Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6528475Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6528798Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6529184Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6529485Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6529817Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6530138Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6530463Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6530784Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6531110Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6531431Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6531763Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6532067Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6532400Z STAGE:2022-12-01 10:41:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6532723Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6533053Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6533378Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6533705Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6534030Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6534362Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6534685Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6535052Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6535387Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6535712Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6536036Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6536363Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6536685Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6537019Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6537343Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6537673Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6537976Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6538303Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6538629Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6538957Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6539279Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6539664Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6539985Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6540317Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6540638Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6540947Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6541270Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6541599Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6541924Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6542259Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6542581Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6542913Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6543241Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6543551Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6543876Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6544202Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6544524Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6544857Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6545180Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6545553Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6545886Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6546215Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6546518Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6546847Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6547169Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6547503Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6547825Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6548156Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6548481Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6548813Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6549138Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6549446Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6549769Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6550151Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6550652Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6551001Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6551324Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6551650Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6551976Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6552286Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6552610Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6552942Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6553269Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6553601Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6553923Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6554255Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6554580Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6554906Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6555208Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6555543Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6555866Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6556269Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6556605Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6556934Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6557257Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6557586Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6557910Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6558225Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6558548Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6558965Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6559291Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6559596Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6559853Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6560182Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6560504Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6560952Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6561255Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6561585Z STAGE:2022-12-01 10:41:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6561908Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6562235Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6562556Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6562884Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6563208Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6563540Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6563844Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6564177Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6564498Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6564826Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6565147Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6565476Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6565798Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6566128Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6566452Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6566811Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6567144Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6567472Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6567791Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6568117Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6568438Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6568769Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6569089Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6569419Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6569723Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6570051Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6570376Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6570705Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6571029Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6571409Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6571729Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6572061Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6572381Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6572690Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6573011Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6573340Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6573661Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6573994Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6574313Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6574643Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6574967Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6575275Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6575600Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6575927Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6576249Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6576582Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6576902Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6577276Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6577609Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6577938Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6578242Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6578567Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6578889Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6579223Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6579544Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6579875Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6580197Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6580527Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6580849Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6581158Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6581480Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6581860Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6582181Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6582507Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6582827Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6583156Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6583482Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6583793Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6584118Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6584451Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6584771Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6585103Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6585425Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6585753Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6586074Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6586399Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6586701Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6587034Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6587354Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6587728Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6588061Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6588388Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6588713Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6589041Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6589367Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6589682Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6590000Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6590332Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6590840Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6591183Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6591504Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6591831Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6592157Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6592491Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6592874Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6593207Z STAGE:2022-12-01 10:41:02 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6593528Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6593848Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6594177Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6594501Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6594818Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6595141Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6595465Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6595794Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6595897Z ok (3.582s) 2022-12-01T10:42:30.6596394Z test_pointwise_op_slowpath__foreach_addcmul_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6596721Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6597037Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6597362Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6597682Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6598016Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6598403Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6598743Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6599061Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6599369Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6599688Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6600017Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6600336Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6600668Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6600991Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6601318Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6601638Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6601960Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6602264Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6602589Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6602907Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6603288Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6603610Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6603935Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6604251Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6604572Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6604873Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6605200Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6605521Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6605853Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6606174Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6606502Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6606821Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6607145Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6607463Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6607773Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6608096Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6608427Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6608808Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6609147Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6609466Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6609790Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6610109Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6610438Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6610745Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6611075Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6611401Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6611726Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6612044Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6612369Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6612688Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6613018Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6613340Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6613704Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6614022Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6614351Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6614674Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6614997Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6615314Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6615639Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6615960Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6616276Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6616598Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6616927Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6617247Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6617574Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6617893Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6618218Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6618539Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6618870Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6619225Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6619605Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6619939Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6620262Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6620581Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6620907Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6621228Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6621561Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6621882Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6622197Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6622516Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6622840Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6623161Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6623487Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6623807Z STAGE:2022-12-01 10:41:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6624189Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6624511Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6624874Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6625182Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6625505Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6625824Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6626148Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6626470Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6626803Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6627124Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6627453Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6627758Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6628082Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6628401Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6628728Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6629049Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6629382Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6629702Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6630075Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6630406Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6630914Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6631236Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6631562Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6631879Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6632210Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6632533Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6632862Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6633182Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6633506Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6633811Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6634137Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6634455Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6634865Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6635187Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6635517Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6635834Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6636159Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6636463Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6636791Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6637113Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6637445Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6637764Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6638090Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6638413Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6638740Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6639060Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6639368Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6639690Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6640017Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6640336Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6640721Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6641054Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6641380Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6641696Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6642022Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6642329Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6642658Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6642984Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6643313Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6643633Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6643956Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6644275Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6644601Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6644920Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6645283Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6645603Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6645933Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6646254Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6646577Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6646894Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6647220Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6647540Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6647855Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6648176Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6648499Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6648823Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6649147Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6649465Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6649791Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6650110Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6650438Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6650741Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6651112Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6651445Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6651771Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6652089Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6652414Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6652734Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6653067Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6653387Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6653698Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6654016Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6654339Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6654658Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6654982Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6655300Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6655680Z STAGE:2022-12-01 10:41:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6655999Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6656329Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6656634Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6656959Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6657276Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6657598Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6657916Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6658247Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6658569Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6658903Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6659206Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6659532Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6659848Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6660176Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6660495Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6660823Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6661141Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6661513Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6661844Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6662152Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6662468Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6662791Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6663111Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6663443Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6663763Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6664093Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6664415Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6664740Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6665041Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6665363Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6665683Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6666062Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6666384Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6666712Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6667031Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6667357Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6667660Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6667986Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6668305Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6668633Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6668951Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6669280Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6669599Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6669921Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6670237Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6670729Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6671065Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6671394Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6671714Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6672108Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6672441Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6672769Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6673085Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6673409Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6673715Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6674047Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6674368Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6674699Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6675016Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6675340Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6675659Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6675989Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6676308Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6676691Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6677012Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6677341Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6677658Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6677983Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6678300Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6678627Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6678945Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6679252Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6679577Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6679904Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6680223Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6680548Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6680866Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6681190Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6681507Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6681831Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6682141Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6682527Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6682862Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6683194Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6683512Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6683838Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6684161Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6684486Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6684810Z STAGE:2022-12-01 10:41:05 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6685123Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6685441Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6685764Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6686082Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6686408Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6686729Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6687055Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6687441Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6687770Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6688072Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6688396Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6688719Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6689043Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6689360Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6689686Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6690011Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6690340Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6690644Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6690974Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6691294Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6691621Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6691942Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6692268Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6692594Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6692969Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6693297Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6693608Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6693928Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6694256Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6694574Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6694897Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6695220Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6695550Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6695870Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6696196Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6696500Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6696823Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6697140Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6697466Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6697842Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6698168Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6698489Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6698817Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6699120Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6699447Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6699766Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6700093Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6700417Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6700744Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6701067Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6701394Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6701716Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6702024Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6702344Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6702671Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6702997Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6703321Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6703686Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6704021Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6704340Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6704665Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6704971Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6705296Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6705623Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6705951Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6706056Z ok (3.567s) 2022-12-01T10:42:30.6706569Z test_pointwise_op_slowpath__foreach_addcmul_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6706893Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6707215Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6707542Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6707846Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6708231Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6708551Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6708878Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6709200Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6709526Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6709848Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6710172Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6710611Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6710956Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6711275Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6711604Z STAGE:2022-12-01 10:41:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6711927Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6712256Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6712576Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6712902Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6713221Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6713538Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6713859Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6714256Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6714597Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6714928Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6715249Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6715575Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6715890Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6716223Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6716525Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6716855Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6717176Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6717499Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6717821Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6718146Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6718468Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6718862Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6719179Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6719490Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6719810Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6720137Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6720454Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6720779Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6721098Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6721431Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6721756Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6722069Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6722393Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6722716Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6723036Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6723358Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6723678Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6724009Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6724330Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6724775Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6725129Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6725456Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6725776Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6726103Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6726417Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6726748Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6727070Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6727402Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6727722Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6728033Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6728353Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6728686Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6729003Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6729387Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6729708Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6730036Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6730357Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6730668Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6730990Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6731315Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6731638Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6731969Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6732293Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6732621Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6732947Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6733273Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6733575Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6733898Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6734213Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6734546Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6734866Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6735241Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6735576Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6735908Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6736230Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6736539Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6736861Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6737191Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6737511Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6737837Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6738156Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6738481Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6738801Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6739127Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6739427Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6739808Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6740126Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6740454Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6740773Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6741094Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6741413Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6741738Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6742041Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6742371Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6742689Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6743017Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6743341Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6743666Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6743984Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6744308Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6744633Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6744947Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6745269Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6745647Z STAGE:2022-12-01 10:41:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6745984Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6746313Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6746628Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6747070Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6747393Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6747725Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6748030Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6748361Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6748689Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6749018Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6749339Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6749665Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6749989Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6750376Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6750840Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6751158Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6751480Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6751810Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6752135Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6752470Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6752796Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6753128Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6753452Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6753766Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6754090Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6754420Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6754744Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6755073Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6755397Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6755733Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6756057Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6756462Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6756785Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6757113Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6757434Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6757765Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6758092Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6758427Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6758748Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6759076Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6759396Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6759705Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6760028Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6760354Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6760673Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6761077Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6761398Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6761733Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6762051Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6762359Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6762682Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6763010Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6763335Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6763662Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6763988Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6764316Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6764636Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6764960Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6765261Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6765588Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6765910Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6766238Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6766563Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6766940Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6767277Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6767605Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6767925Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6768232Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6768552Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6768883Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6769207Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6769533Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6769854Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6770182Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6770501Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6770833Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6771135Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6771464Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6771848Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6772177Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6772501Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6772828Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6773150Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6773473Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6773776Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6774109Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6774435Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6774767Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6775089Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6775417Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6775740Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6776070Z STAGE:2022-12-01 10:41:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6776390Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6776697Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6777025Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6777400Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6777737Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6778064Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6778383Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6778708Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6779036Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6779364Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6779671Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6780004Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6780330Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6780658Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6780979Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6781313Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6781638Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6781969Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6782351Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6782663Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6782987Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6783316Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6783639Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6783970Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6784290Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6784617Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6784945Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6785252Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6785575Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6785901Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6786224Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6786551Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6786875Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6787199Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6787526Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6787854Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6788205Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6788548Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6788871Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6789198Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6789521Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6789845Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6790169Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6790623Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6790961Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6791272Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6791595Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6791923Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6792244Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6792576Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6792981Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6793311Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6793640Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6793951Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6794280Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6794612Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6794940Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6795271Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6795599Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6795924Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6796253Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6796582Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6796884Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6797211Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6797530Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6797860Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6798189Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6798519Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6798907Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6799251Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6799575Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6799882Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6800205Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6800531Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6800862Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6801195Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6801519Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6801848Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6802164Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6802490Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6802793Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6803121Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6803504Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6803832Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6804156Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6804486Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6804812Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6805140Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6805442Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6805769Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6806097Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6806425Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6806750Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6807077Z STAGE:2022-12-01 10:41:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6807395Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6807724Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6808045Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6808356Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6808684Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6809017Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6809391Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6809734Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6810060Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6810389Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6810707Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6811033Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6811343Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6811670Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6811994Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6812322Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6812639Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6812967Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6813291Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6813620Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6813978Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6814308Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6814631Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6814958Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6815277Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6815605Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6815928Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6816253Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6816579Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6816891Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6816998Z ok (3.615s) 2022-12-01T10:42:30.6817516Z test_pointwise_op_slowpath__foreach_addcmul_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6817849Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6818167Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6818492Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6818813Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6819147Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6819469Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6819828Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6820163Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6820488Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6820806Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6821134Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6821452Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6821785Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6822108Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6822437Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6822742Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6823064Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6823385Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6823710Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6824028Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6824411Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6824730Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6825111Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6825418Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6825744Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6826061Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6826391Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6826718Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6827052Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6827373Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6827699Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6828020Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6828328Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6828647Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6828975Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6829298Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6829631Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6829954Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6830343Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6830821Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6831155Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6831456Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6831786Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6832107Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6832442Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6832768Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6833100Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6833424Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6833750Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6834076Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6834385Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6834708Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6835124Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6835448Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6835781Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6836102Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6836428Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6836750Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6837061Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6837387Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6837719Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6838042Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6838373Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6838701Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6839031Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6839354Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6839682Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6839985Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6840321Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6840649Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6841040Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6841376Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6841706Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6842025Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6842353Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6842672Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6842986Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6843311Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6843640Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6843960Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6844289Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6844611Z STAGE:2022-12-01 10:41:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6844942Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6845263Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6845628Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6845945Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6846272Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6846592Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6846922Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6847243Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6847571Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6847890Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6848221Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6848521Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6848851Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6849173Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6849502Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6849825Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6850149Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6850468Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6850799Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6851125Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6851484Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6851820Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6852155Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6852481Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6852810Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6853129Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6853457Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6853786Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6854117Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6854422Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6854750Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6855076Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6855407Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6855733Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6856065Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6856439Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6856774Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6857077Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6857407Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6857730Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6858060Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6858382Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6858712Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6859040Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6859373Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6859699Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6860007Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6860330Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6860661Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6860983Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6861308Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6861637Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6862012Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6862349Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6862673Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6862975Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6863305Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6863631Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6863958Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6864283Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6864615Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6864945Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6865275Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6865601Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6865911Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6866232Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6866560Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6866941Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6867273Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6867595Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6867923Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6868247Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6868555Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6868881Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6869210Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6869541Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6869870Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6870196Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6870676Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6871019Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6871353Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6871659Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6871988Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6872326Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6872658Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6873047Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6873393Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6873718Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6874047Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6874370Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6874679Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6875008Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6875339Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6875666Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6876000Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6876328Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6876658Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6876982Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6877294Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6877691Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6878023Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6878349Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6878681Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6879007Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6879338Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6879662Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6879994Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6880304Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6880636Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6880962Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6881298Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6881622Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6881951Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6882275Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6882607Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6882939Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6883249Z STAGE:2022-12-01 10:41:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6883616Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6883963Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6884286Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6884614Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6884934Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6885265Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6885593Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6885923Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6886231Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6886564Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6886893Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6887222Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6887546Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6887876Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6888302Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6888633Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6888940Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6889272Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6889599Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6889928Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6890251Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6890584Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6890915Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6891246Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6891574Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6891883Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6892204Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6892533Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6892860Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6893190Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6893519Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6893850Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6894232Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6894572Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6894877Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6895205Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6895531Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6895862Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6896192Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6896525Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6896850Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6897178Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6897502Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6897814Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6898139Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6898469Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6898841Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6899171Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6899499Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6899829Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6900151Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6900460Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6900787Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6901114Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6901442Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6901774Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6902100Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6902432Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6902757Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6903087Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6903391Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6903721Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6904055Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6904392Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6904768Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6905109Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6905433Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6905766Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6906096Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6906409Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6906743Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6907078Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6907404Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6907730Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6908049Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6908377Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6908706Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6909015Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6909387Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6909715Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6910037Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6910362Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6910834Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6911169Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6911491Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6911823Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6912134Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6912468Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6912792Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6913122Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6913450Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6913781Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6914106Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6914428Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6914754Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6915063Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6915447Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6915792Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6916116Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6916439Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6916759Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6917087Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6917416Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6917746Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6918049Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6918379Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6918726Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6919024Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6919392Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6919720Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6920112Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6920442Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6920748Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6921074Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6921395Z STAGE:2022-12-01 10:41:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6921724Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6922048Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6922375Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6922703Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6923030Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6923356Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6923668Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6923992Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6924316Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6924639Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6925008Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6925337Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6925663Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6926025Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6926363Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6926667Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6926997Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6927321Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6927648Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6927973Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6928302Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6928408Z ok (2.902s) 2022-12-01T10:42:30.6928919Z test_pointwise_op_slowpath__foreach_addcmul_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6929254Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6929560Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6929891Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6930215Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6930597Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6930921Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6931252Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6931583Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6931913Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6932216Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6932549Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6932873Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6933210Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6933534Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6933868Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6934193Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6934525Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6934849Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6935160Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6935481Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6935814Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6936143Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6936519Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6936855Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6937180Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6937501Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6937832Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6938136Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6938462Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6938784Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6939114Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6939439Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6939767Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6940092Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6940422Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6940727Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6941055Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6941426Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6941760Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6942081Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6942407Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6942732Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6943062Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6943385Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6943694Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6944024Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6944352Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6944674Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6945005Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6945323Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6945647Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6945967Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6946291Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6946601Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6946970Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6947307Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6947637Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6947958Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6948286Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6948609Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6948938Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6949265Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6949578Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6949897Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6950224Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6950726Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6951069Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6951393Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6951724Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6952129Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6952442Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6952767Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6953094Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6953413Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6953741Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6954061Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6954390Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6954719Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6955052Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6955355Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6955682Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6956004Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6956336Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6956655Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6956983Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6957308Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6957634Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6958014Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6958337Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6958658Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6958988Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6959307Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6959636Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6959965Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6960292Z STAGE:2022-12-01 10:41:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6960620Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6960953Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6961257Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6961585Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6961907Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6962233Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6962608Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6962935Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6963259Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6963582Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6963884Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6964213Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6964539Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6964871Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6965202Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6965529Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6965854Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6966186Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6966507Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6966813Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6967138Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6967466Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6967795Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6968127Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6968491Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6968834Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6969160Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6969490Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6969792Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6970124Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6970449Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6970772Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6971092Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6971419Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6971741Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6972070Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6972372Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6972699Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6973074Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6973399Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6973719Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6974046Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6974367Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6974692Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6975012Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6975320Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6975641Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6975965Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6976294Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6976626Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6976950Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6977281Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6977671Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6978000Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6978312Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6978635Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6979005Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6979345Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6979661Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6979985Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6980305Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6980631Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6980954Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6981263Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6981583Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6981915Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6982233Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6982559Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6982877Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6983203Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6983573Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6983881Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6984203Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6984527Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6984846Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6985173Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6985492Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6985818Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6986138Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6986460Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6986764Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6987091Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6987412Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6987738Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6988057Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6988382Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6988706Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6989032Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6989389Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6989711Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6990031Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6990357Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6990860Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6991190Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6991513Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6991840Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6992168Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6992503Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6992808Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6993134Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6993451Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6993776Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6994176Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6994509Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6994834Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6995167Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6995470Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6995802Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6996124Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6996452Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6996780Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6997108Z STAGE:2022-12-01 10:41:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6997439Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6997769Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6998092Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6998403Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6998722Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6999048Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.6999377Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.6999704Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7000082Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7000423Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7000742Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7001068Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7001370Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7001699Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7002026Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7002349Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7002672Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7002998Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7003319Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7003646Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7003951Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7004273Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7004643Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7004969Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7005291Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7005616Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7005936Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7006267Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7006587Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7006894Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7007227Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7007555Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7007881Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7008212Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7008537Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7008869Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7009189Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7009519Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7009829Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7010153Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7010519Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7010859Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7011183Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7011511Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7011829Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7012159Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7012491Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7012801Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7013127Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7013458Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7013775Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7014100Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7014419Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7014748Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7015120Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7015427Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7015750Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7016076Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7016395Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7016726Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7017045Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7017376Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7017707Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7018037Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7018341Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7018674Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7019003Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7019341Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7019666Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7019992Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7020313Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7020649Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7021015Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7021334Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7021657Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7021990Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7022311Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7022639Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7022960Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7023293Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7023615Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7023941Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7024246Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7024571Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7024927Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7025262Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7025585Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7025962Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7026287Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7026615Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7026919Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7027246Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7027569Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7027903Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7028220Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7028557Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7028885Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7029218Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7029542Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7029854Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7030178Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7030684Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7031025Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7031361Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7031750Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7032092Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7032417Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7032747Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7033048Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7033377Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7033700Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7034038Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7034365Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7034691Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7035013Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7035347Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7035652Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7035984Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7036307Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7036707Z STAGE:2022-12-01 10:41:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7037038Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7037366Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7037687Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7038018Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7038343Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7038653Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7038979Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7039314Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7039424Z ok (2.906s) 2022-12-01T10:42:30.7039939Z test_pointwise_op_slowpath__foreach_addcmul_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7040273Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7040599Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7040928Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7041252Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7041563Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7041890Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7042218Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7042590Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7042930Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7043257Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7043587Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7043910Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7044243Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7044551Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7044877Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7045204Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7045536Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7045861Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7046190Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7046514Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7046845Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7047201Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7047532Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7047857Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7048189Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7048514Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7048849Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7049174Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7049502Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7049832Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7050139Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7050465Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7050792Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7051119Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7051448Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7051770Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7052124Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7052424Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7052750Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7053141Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7053485Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7053811Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7054145Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7054465Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7054796Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7055123Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7055452Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7055781Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7056093Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7056418Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7056749Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7057075Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7057402Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7057780Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7058108Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7058432Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7058742Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7059071Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7059404Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7059731Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7060060Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7060386Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7060717Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7061041Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7061372Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7061676Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7062003Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7062332Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7062721Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7063000Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7063373Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7063702Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7064043Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7064370Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7064681Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7065004Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7065331Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7065656Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7065984Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7066307Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7066637Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7066960Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7067269Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7067595Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7067928Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7068311Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7068638Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7069005Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7069330Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7069651Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7069981Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7070283Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7070797Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7071144Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7071477Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7071805Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7072136Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7072463Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7072796Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7073117Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7073426Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7073752Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7074083Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7074477Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7074822Z STAGE:2022-12-01 10:41:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7075147Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7075475Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7075796Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7076124Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7076430Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7076762Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7077089Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7077419Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7077743Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7078068Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7078389Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7078718Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7079089Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7079421Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7079748Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7080081Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7080407Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7080737Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7081057Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7081386Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7081717Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7082028Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7082354Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7082688Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7083014Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7083343Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7083662Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7083991Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7084319Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7084652Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7085003Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7085345Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7085669Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7086001Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7086321Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7086648Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7086976Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7087308Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7087637Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7087948Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7088270Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7088602Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7088924Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7089254Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7089631Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7089962Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7090287Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7090597Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7090921Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7091246Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7091569Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7091902Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7092231Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7092561Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7092887Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7093219Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7093522Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7093851Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7094172Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7094502Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7094831Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7095165Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7095534Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7095877Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7096199Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7096509Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7096830Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7097162Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7097490Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7097823Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7098150Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7098478Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7098801Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7099108Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7099433Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7099764Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7100156Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7100486Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7100813Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7101142Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7101465Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7101794Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7102097Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7102426Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7102753Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7103093Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7103422Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7103755Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7104081Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7104406Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7104730Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7105039Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7105362Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7105697Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7106071Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7106410Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7106733Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7107066Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7107391Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7107719Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7108023Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7108361Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7108685Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7109012Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7109335Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7109667Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7109996Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7110326Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7110813Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7111235Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7111567Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7111906Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7112229Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7112557Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7112885Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7113217Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7113542Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7113855Z STAGE:2022-12-01 10:41:17 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7114181Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7114593Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7114919Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7115248Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7115571Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7115904Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7116227Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7116560Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7116925Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7117273Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7117601Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7117930Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7118255Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7118586Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7118908Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7119252Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7119579Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7119890Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7120214Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7120544Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7120869Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7121198Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7121520Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7121908Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7122237Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7122545Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7122872Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7123201Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7123536Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7123868Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7124189Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7124525Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7124847Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7125222Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7125530Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7125858Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7126180Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7126512Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7126838Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7127173Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7127498Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7127888Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7128229Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7128541Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7128872Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7129205Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7137387Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7137838Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7138186Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7138516Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7138854Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7139194Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7139524Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7139863Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7140190Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7140647Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7140979Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7141295Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7141630Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7141963Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7142294Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7142634Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7142965Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7143308Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7143639Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7143981Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7144290Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7144625Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7144953Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7145290Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7145617Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7145955Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7146283Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7146669Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7147013Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7147326Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7147652Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7147984Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7148313Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7148653Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7148980Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7149314Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7149640Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7149975Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7150279Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7150916Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7151266Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7151706Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7152036Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7152374Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7152703Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7153035Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7153337Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7153678Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7154004Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7154344Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7154676Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7155015Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7155345Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7155681Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7156008Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7156321Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7156649Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7156990Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7157318Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7157717Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7158062Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7158393Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7158722Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7159055Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7159359Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7159697Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7159811Z ok (2.840s) 2022-12-01T10:42:30.7160339Z test_pointwise_op_slowpath__foreach_addcmul_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7160687Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7161013Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7161348Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7161676Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7161988Z STAGE:2022-12-01 10:41:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7162380Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7162713Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7163044Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7163379Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7163707Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7164043Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7164371Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7164706Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7165015Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7165353Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7165684Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7166021Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7166348Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7166682Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7167006Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7167342Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7167673Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7167981Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7168353Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7168700Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7169028Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7169355Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7169681Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7170015Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7170341Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7170670Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7170977Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7171312Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7171641Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7171977Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7172303Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7172639Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7173026Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7173361Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7173667Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7174011Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7174342Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7174679Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7175006Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7175339Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7175675Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7176012Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7176343Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7176652Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7176984Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7177317Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7177642Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7177975Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7178308Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7178644Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7179022Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7179367Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7179671Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7180006Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7180330Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7180665Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7180997Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7181330Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7181661Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7181998Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7182325Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7182635Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7182958Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7183293Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7183676Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7184006Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7184338Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7184674Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7185005Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7185314Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7185640Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7185975Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7186347Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7186648Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7187017Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7187318Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7187648Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7187989Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7188292Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7188622Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7188956Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7189292Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7189665Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7190008Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7190333Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7190876Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7191213Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7191525Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7191862Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7192201Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7192531Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7192869Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7193199Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7193531Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7193862Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7194172Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7194593Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7194924Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7195257Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7195592Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7195920Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7196259Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7196587Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7196921Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7197230Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7197570Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7197904Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7198244Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7198570Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7198907Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7199236Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7199570Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7199900Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7200213Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7200598Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7200945Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7201269Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7201601Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7201929Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7202266Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7202591Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7202932Z STAGE:2022-12-01 10:41:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7203237Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7203570Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7203899Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7204236Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7204564Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7204902Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7205231Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7205625Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7205930Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7206266Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7206595Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7206928Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7207254Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7207590Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7207918Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7208259Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7208591Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7208902Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7209234Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7209567Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7209894Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7210226Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7210553Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7210892Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7211281Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7211627Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7211931Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7212263Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7212594Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7212926Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7213253Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7213596Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7213927Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7214262Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7214591Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7214901Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7215229Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7215567Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7215894Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7216284Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7216612Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7216948Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7217277Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7217587Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7217919Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7218253Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7218583Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7218922Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7219302Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7219641Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7219972Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7220307Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7220611Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7220946Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7221278Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7221619Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7221949Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7222332Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7222673Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7223008Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7223337Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7223648Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7223974Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7224313Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7224642Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7225011Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7225343Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7225679Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7226009Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7226317Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7226647Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7227083Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7227408Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7227744Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7228074Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7228410Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7228737Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7229071Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7229375Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7229717Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7230044Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7230380Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7230912Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7231252Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7231581Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7231916Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7232241Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7232555Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7232879Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7233283Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7233625Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7233959Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7234286Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7234621Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7234949Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7235288Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7235591Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7235932Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7236262Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7236595Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7236920Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7237253Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7237582Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7237990Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7238295Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7238638Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7238969Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7239305Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7239631Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7239970Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7240298Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7240643Z STAGE:2022-12-01 10:41:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7240973Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7241286Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7241614Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7241954Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7242283Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7242618Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7242942Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7243280Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7243606Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7243981Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7244294Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7244629Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7244960Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7245288Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7245613Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7245950Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7246274Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7246606Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7246927Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7247237Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7247561Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7247890Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7248214Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7248596Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7248916Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7249248Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7249571Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7249881Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7250202Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7250532Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7250855Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7251193Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7251524Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7251858Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7252180Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7252513Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7252815Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7253147Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7253479Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7253814Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7254140Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7254520Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7254853Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7255180Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7255502Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7255810Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7256134Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7256478Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7256803Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7257140Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7257463Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7257793Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7258116Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7258425Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7258755Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7259145Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7259474Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7259811Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7260138Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7260473Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7260801Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7261136Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7261443Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7261782Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7262107Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7262444Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7262768Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7263103Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7263429Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7263764Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7264090Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7264406Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7264736Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7265117Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7265455Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7265790Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7266116Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7266451Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7266782Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7267124Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7267429Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7267766Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7268095Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7268430Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7268756Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7269088Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7269414Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7269802Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7270105Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7270439Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7270963Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7271297Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7271624Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7271960Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7272285Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7272624Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7272738Z ok (2.903s) 2022-12-01T10:42:30.7273237Z test_pointwise_op_slowpath__foreach_addcmul_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7273575Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7273902Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7274236Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7274565Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7274898Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7275234Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7275570Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7275975Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7276299Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7276628Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7276961Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7277290Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7277625Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7277963Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7278298Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7278630Z STAGE:2022-12-01 10:41:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7278966Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7279271Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7279608Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7279937Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7280271Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7280674Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7281007Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7281338Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7281677Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7281979Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7282318Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7282645Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7282979Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7283313Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7283647Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7283975Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7284309Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7284638Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7284945Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7285275Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7285610Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7285944Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7286279Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7286720Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7287066Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7287392Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7287726Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7288029Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7288368Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7288698Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7289038Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7289370Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7289707Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7290035Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7290367Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7290669Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7291009Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7291335Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7291726Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7292054Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7292389Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7292720Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7293058Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7293385Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7293695Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7294023Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7294364Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7294694Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7295033Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7295363Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7295699Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7296024Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7296359Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7296661Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7296998Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7297373Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7297715Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7298038Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7298378Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7298709Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7299045Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7299373Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7299687Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7300014Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7300350Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7300679Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7301014Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7301346Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7301683Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7302011Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7302374Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7302702Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7303035Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7303364Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7303700Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7304027Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7304362Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7304689Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7305026Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7305331Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7305670Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7305996Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7306330Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7306661Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7306998Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7307323Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7307666Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7307998Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7308358Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7308698Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7309031Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7309355Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7309690Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7310017Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7310354Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7310879Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7311222Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7311526Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7311855Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7312185Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7312523Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7312852Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7313276Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7313606Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7313947Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7314251Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7314586Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7314912Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7315248Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7315579Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7315921Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7316254Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7316594Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7316927Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7317238Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7317565Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7317901Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7318228Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7318567Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7318899Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7319306Z STAGE:2022-12-01 10:41:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7319652Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7319987Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7320289Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7320624Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7320951Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7321293Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7321623Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7321961Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7322292Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7322627Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7322927Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7323263Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7323589Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7323985Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7324313Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7324652Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7325024Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7325358Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7325685Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7326046Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7326375Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7326711Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7327040Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7327379Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7327706Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7328042Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7328371Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7328704Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7329009Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7329348Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7329677Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7330055Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7330392Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7330724Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7331054Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7331389Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7331719Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7332032Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7332357Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7332697Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7333026Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7333359Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7333683Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7334017Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7334347Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7334713Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7335040Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7335376Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7335702Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7336035Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7336362Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7336698Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7337028Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7337368Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7337670Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7338010Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7338346Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7338679Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7339011Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7339345Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7339674Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7340013Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7340342Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7340696Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7341039Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7341375Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7341703Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7342033Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7342359Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7342700Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7343028Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7343362Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7343663Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7344000Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7344331Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7344668Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7344996Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7345381Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7345705Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7346039Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7346342Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7346676Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7347003Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7347339Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7347666Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7348005Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7348338Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7348682Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7349015Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7349326Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7349655Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7349992Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7350322Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7350872Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7351212Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7351622Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7351965Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7352305Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7352609Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7352942Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7353266Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7353607Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7353936Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7354274Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7354600Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7354933Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7355239Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7355574Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7355905Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7356309Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7356637Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7356974Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7357303Z STAGE:2022-12-01 10:41:23 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7357638Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7357970Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7358277Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7358603Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7358940Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7359267Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7359602Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7359931Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7360267Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7360596Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7360930Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7361234Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7361574Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7361908Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7362297Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7362636Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7362971Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7363299Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7363632Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7363960Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7364276Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7364603Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7364941Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7365272Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7365604Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7365930Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7366265Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7366594Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7366958Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7367286Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7367621Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7367951Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7368287Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7368616Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7368950Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7369280Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7369699Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7370003Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7370339Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7370669Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7371001Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7371329Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7371665Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7371993Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7372326Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7372660Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7373016Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7373358Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7373695Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7374020Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7374356Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7374682Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7375019Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7375354Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7375692Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7375996Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7376331Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7376658Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7376991Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7377319Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7377655Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7378032Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7378372Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7378676Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7379010Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7379338Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7379674Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7380003Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7380341Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7380672Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7381009Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7381336Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7381645Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7381973Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7382309Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7382636Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7382968Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7383298Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7383674Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7384012Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7384345Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7384645Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7384980Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7385313Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7385649Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7385765Z ok (2.896s) 2022-12-01T10:42:30.7386044Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.7386323Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.7386595Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.7386842Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.7387353Z test_reduce_fastpath__foreach_norm_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7387698Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7388086Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7388426Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7388759Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7389098Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7389432Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7389771Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7390104Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7390417Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7390955Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7391296Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7391629Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7391965Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7392298Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7392638Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7392969Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7393281Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7393615Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7393950Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7394179Z ok (0.212s) 2022-12-01T10:42:30.7394703Z test_reduce_fastpath__foreach_norm_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7395039Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7395368Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7395705Z STAGE:2022-12-01 10:41:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7396033Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7396347Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7396675Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7397016Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7397348Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7397682Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7398008Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7398346Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7398676Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7399079Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7399385Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7399723Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7400056Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7400392Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7400721Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7401058Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7401170Z ok (0.219s) 2022-12-01T10:42:30.7401678Z test_reduce_fastpath__foreach_norm_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7401993Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7402322Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7402656Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7402984Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7403322Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7403652Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7403988Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7404323Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7404658Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7405004Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7405352Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7405682Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7406017Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7406344Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7406679Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7407017Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7407351Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7407684Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7407991Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7408100Z ok (0.230s) 2022-12-01T10:42:30.7408603Z test_reduce_fastpath__foreach_norm_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7408939Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7409267Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7409656Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7409984Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7410322Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7410654Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7410962Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7411292Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7411627Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7411955Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7412299Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7412629Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7412966Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7413294Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7413604Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7413941Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7414273Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7414600Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7414939Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7415051Z ok (0.208s) 2022-12-01T10:42:30.7415604Z test_reduce_fastpath__foreach_norm_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7415946Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7416271Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7416576Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7416904Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7417239Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7417575Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7417911Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7418248Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7418584Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7418914Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7419250Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7419556Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7419891Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7420274Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7420610Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7420940Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7421272Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7421597Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7421931Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7422018Z ok (0.207s) 2022-12-01T10:42:30.7422515Z test_reduce_fastpath__foreach_norm_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7422853Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7423183Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7423520Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7423851Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7424190Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7424519Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7424858Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7425204Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7425547Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7425875Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7426260Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7426597Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7426934Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7427262Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7427596Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7427925Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7428234Z STAGE:2022-12-01 10:41:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7428564Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7428899Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7429009Z ok (0.200s) 2022-12-01T10:42:30.7429510Z test_reduce_slowpath__foreach_norm_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7429844Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7430177Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7430745Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7431087Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7431484Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7431819Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7432158Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7432488Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7432822Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7433150Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7433487Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7433816Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7434133Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7434465Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7434801Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7435135Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7435469Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7435802Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7436140Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7436258Z ok (0.264s) 2022-12-01T10:42:30.7436776Z test_reduce_slowpath__foreach_norm_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7437090Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7437492Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7437839Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7438174Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7438510Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7438841Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7439180Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7439516Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7439847Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7440154Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7440491Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7440822Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7441158Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7441485Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7441819Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7442206Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7442536Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7442868Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7443177Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7443286Z ok (0.281s) 2022-12-01T10:42:30.7443795Z test_reduce_slowpath__foreach_norm_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7444135Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7444463Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7444801Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7445129Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7445466Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7445771Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7446105Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7446431Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7446763Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7447092Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7447432Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7447760Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7448142Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7448479Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7448789Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7449118Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7449451Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7449777Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7450117Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7450227Z ok (0.288s) 2022-12-01T10:42:30.7450731Z test_reduce_slowpath__foreach_norm_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7451063Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7451390Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7451698Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7452028Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7452361Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7452740Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7453074Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7453406Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7453745Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7454072Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7454382Z STAGE:2022-12-01 10:41:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7454713Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7455047Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7455382Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7455717Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7456048Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7456385Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7456714Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7457047Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7457132Z ok (0.264s) 2022-12-01T10:42:30.7457626Z test_reduce_slowpath__foreach_norm_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7457965Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7458291Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7458669Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7459009Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7459345Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7459675Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7460011Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7460314Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7460658Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7460985Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7461321Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7461650Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7461987Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7462316Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7462651Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7462983Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7463346Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7463673Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7464007Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7464120Z ok (0.264s) 2022-12-01T10:42:30.7464616Z test_reduce_slowpath__foreach_norm_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7464951Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7465282Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7465617Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7465928Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7466262Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7466595Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7466931Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7467263Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7467598Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7467927Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7468262Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7468596Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7468905Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7469279Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7469627Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7469957Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7470288Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7470837Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7471150Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7471265Z ok (0.248s) 2022-12-01T10:42:30.7471762Z test_unary_fastpath__foreach_abs_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7472078Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7472406Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7472738Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7473070Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7473404Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7473732Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7474148Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7474257Z ok (0.057s) 2022-12-01T10:42:30.7474722Z test_unary_fastpath__foreach_abs_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7475058Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7475389Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7475721Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7476048Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7476384Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7476715Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7477058Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7477170Z ok (0.036s) 2022-12-01T10:42:30.7477655Z test_unary_fastpath__foreach_abs_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7477994Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7478322Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7478657Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7478985Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7479321Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7479659Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7480054Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7480172Z ok (0.105s) 2022-12-01T10:42:30.7480651Z test_unary_fastpath__foreach_abs_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7480987Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7481320Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7481656Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7481988Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7482327Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7482662Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7483001Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7483088Z ok (0.111s) 2022-12-01T10:42:30.7483583Z test_unary_fastpath__foreach_abs_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7483922Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7484253Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7484594Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7484981Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7485314Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7485646Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7485986Z STAGE:2022-12-01 10:41:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7486071Z ok (0.058s) 2022-12-01T10:42:30.7486566Z test_unary_fastpath__foreach_abs_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7486906Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7487238Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7487580Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7487909Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7488245Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7488578Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7488914Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7488998Z ok (0.057s) 2022-12-01T10:42:30.7489488Z test_unary_fastpath__foreach_abs_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7489827Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7490160Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7490496Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7490873Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7491216Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7491547Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7491882Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7491966Z ok (0.052s) 2022-12-01T10:42:30.7492461Z test_unary_fastpath__foreach_abs_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7492802Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7493129Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7493467Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7493803Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7494138Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7494470Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7494783Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7494894Z ok (0.032s) 2022-12-01T10:42:30.7495383Z test_unary_fastpath__foreach_abs_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7495772Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7496104Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7496441Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7496769Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7497103Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7497433Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7497745Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7497861Z ok (0.032s) 2022-12-01T10:42:30.7498356Z test_unary_fastpath__foreach_abs_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7498694Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7499031Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7499366Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7499695Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7500031Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7500365Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7500678Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7500790Z ok (0.028s) 2022-12-01T10:42:30.7501317Z test_unary_fastpath__foreach_abs_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7501661Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7501991Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7502325Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7502654Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7502991Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7503329Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7503641Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7503752Z ok (0.032s) 2022-12-01T10:42:30.7504247Z test_unary_fastpath__foreach_abs_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7504585Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7504918Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7505254Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7505585Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7505923Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7506280Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7506623Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7506733Z ok (0.034s) 2022-12-01T10:42:30.7507238Z test_unary_fastpath__foreach_acos_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7507576Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7507909Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7508249Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7508581Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7508917Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7509226Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7509563Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7509674Z ok (0.067s) 2022-12-01T10:42:30.7510181Z test_unary_fastpath__foreach_acos_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7510702Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7511046Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7511375Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7511715Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7512132Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7512452Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7512788Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7512899Z ok (0.069s) 2022-12-01T10:42:30.7513397Z test_unary_fastpath__foreach_acos_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7513734Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7514067Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7514410Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7514742Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7515055Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7515387Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7515723Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7515835Z ok (0.057s) 2022-12-01T10:42:30.7516334Z test_unary_fastpath__foreach_acos_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7516669Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7517069Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7517401Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7517732Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7518044Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7518369Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7518702Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7518816Z ok (0.056s) 2022-12-01T10:42:30.7519365Z test_unary_fastpath__foreach_acos_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7519707Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7520034Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7520370Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7520701Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7521010Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7521343Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7521678Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7521786Z ok (0.052s) 2022-12-01T10:42:30.7522290Z test_unary_fastpath__foreach_asin_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7522637Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7523018Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7523364Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7523665Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7524000Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7524335Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7524669Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7524784Z ok (0.063s) 2022-12-01T10:42:30.7525326Z test_unary_fastpath__foreach_asin_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7525667Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7525999Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7526329Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7526633Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7526970Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7527301Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7527703Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7527816Z ok (0.067s) 2022-12-01T10:42:30.7528314Z test_unary_fastpath__foreach_asin_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7528649Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7528978Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7529315Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7529623Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7529959Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7530294Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7530631Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7530740Z ok (0.057s) 2022-12-01T10:42:30.7531241Z test_unary_fastpath__foreach_asin_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7531578Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7531907Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7532246Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7532551Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7532892Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7533226Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7533610Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7533723Z ok (0.056s) 2022-12-01T10:42:30.7534214Z test_unary_fastpath__foreach_asin_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7534551Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7534879Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7535188Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7535528Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7535865Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7536196Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7536534Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7536647Z ok (0.052s) 2022-12-01T10:42:30.7537156Z test_unary_fastpath__foreach_atan_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7537494Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7537830Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7538195Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7538524Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7538861Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7539192Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7539530Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7539640Z ok (0.063s) 2022-12-01T10:42:30.7540146Z test_unary_fastpath__foreach_atan_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7540485Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7540818Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7541128Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7541457Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7541794Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7542123Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7542456Z STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7542569Z ok (0.067s) 2022-12-01T10:42:30.7543065Z test_unary_fastpath__foreach_atan_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7543396Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7543703Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7544082Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7544420Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7544754Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7545079Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7545415Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7545529Z ok (0.057s) 2022-12-01T10:42:30.7546025Z test_unary_fastpath__foreach_atan_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7546363Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7546670Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7547006Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7547335Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7547673Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7548005Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7548339Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7548449Z ok (0.056s) 2022-12-01T10:42:30.7548998Z test_unary_fastpath__foreach_atan_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7549333Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7549638Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7549967Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7550298Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7550832Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7551178Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7551513Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7551630Z ok (0.052s) 2022-12-01T10:42:30.7552130Z test_unary_fastpath__foreach_ceil_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7552474Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7552777Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7553107Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7553440Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7553773Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7554179Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7554443Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7554556Z ok (0.056s) 2022-12-01T10:42:30.7555123Z test_unary_fastpath__foreach_ceil_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7555448Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7555778Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7556109Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7556436Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7556773Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7557107Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7557442Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7557557Z ok (0.056s) 2022-12-01T10:42:30.7558052Z test_unary_fastpath__foreach_ceil_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7558366Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7558693Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7559025Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7559353Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7559809Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7560138Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7560472Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7560584Z ok (0.057s) 2022-12-01T10:42:30.7561076Z test_unary_fastpath__foreach_ceil_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7561392Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7561719Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7562050Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7562384Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7562719Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7563053Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7563389Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7563500Z ok (0.053s) 2022-12-01T10:42:30.7563971Z test_unary_fastpath__foreach_ceil_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7564312Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7564640Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7565049Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7565312Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7565783Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7566035Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7566369Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7566484Z ok (0.049s) 2022-12-01T10:42:30.7566948Z test_unary_fastpath__foreach_ceil_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7567285Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7567618Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7567954Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7568292Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7568629Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7568960Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7569295Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7569407Z ok (0.048s) 2022-12-01T10:42:30.7569871Z test_unary_fastpath__foreach_ceil_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7570263Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7570589Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7570925Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7571254Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7571590Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7571922Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7572254Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7572339Z ok (0.045s) 2022-12-01T10:42:30.7572829Z test_unary_fastpath__foreach_ceil_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7573168Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7573497Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7573836Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7574165Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7574503Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7574832Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7575164Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7575251Z ok (0.048s) 2022-12-01T10:42:30.7575745Z test_unary_fastpath__foreach_ceil_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7576134Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7576474Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7576804Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7577134Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7577471Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7577800Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7578137Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7578226Z ok (0.046s) 2022-12-01T10:42:30.7578734Z test_unary_fastpath__foreach_cos_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7579073Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7579404Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7579740Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7580067Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7580404Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7580737Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7581127Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7581211Z ok (0.064s) 2022-12-01T10:42:30.7581718Z test_unary_fastpath__foreach_cos_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7582057Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7582388Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7582721Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7583052Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7583390Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7583724Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7584037Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7584150Z ok (0.067s) 2022-12-01T10:42:30.7584644Z test_unary_fastpath__foreach_cos_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7584983Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7585310Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7585644Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7585975Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7586317Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7586645Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7587023Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7587141Z ok (0.056s) 2022-12-01T10:42:30.7587641Z test_unary_fastpath__foreach_cos_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7587979Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7588305Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7588638Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7588977Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7589311Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7589641Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7589951Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7590062Z ok (0.056s) 2022-12-01T10:42:30.7590733Z test_unary_fastpath__foreach_cos_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7591084Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7591411Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7591826Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7592159Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7592494Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7592803Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7593139Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7593250Z ok (0.052s) 2022-12-01T10:42:30.7593753Z test_unary_fastpath__foreach_cosh_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7594090Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7594422Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7594756Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7595088Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7595424Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7595730Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7596067Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7596175Z ok (0.063s) 2022-12-01T10:42:30.7596682Z test_unary_fastpath__foreach_cosh_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7597022Z STAGE:2022-12-01 10:41:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7597352Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7597747Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7598094Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7598431Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7598736Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7599070Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7599179Z ok (0.067s) 2022-12-01T10:42:30.7599673Z test_unary_fastpath__foreach_cosh_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7600015Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7600348Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7600681Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7601012Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7601351Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7601655Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7601992Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7602157Z ok (0.057s) 2022-12-01T10:42:30.7602653Z test_unary_fastpath__foreach_cosh_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7602992Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7603321Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7603658Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7603992Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7604303Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7604634Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7604972Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7605082Z ok (0.057s) 2022-12-01T10:42:30.7605579Z test_unary_fastpath__foreach_cosh_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7605913Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7606238Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7606573Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7606903Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7607210Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7607545Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7607886Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7607997Z ok (0.053s) 2022-12-01T10:42:30.7608540Z test_unary_fastpath__foreach_erf_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7608887Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7609221Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7609556Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7609885Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7610201Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7610528Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7610865Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7610974Z ok (0.056s) 2022-12-01T10:42:30.7611468Z test_unary_fastpath__foreach_erf_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7611802Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7612129Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7612463Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7612769Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7613167Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7613497Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7613829Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7613932Z ok (0.056s) 2022-12-01T10:42:30.7614420Z test_unary_fastpath__foreach_erf_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7614750Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7615072Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7615402Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7615710Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7616041Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7616364Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7616693Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7616796Z ok (0.056s) 2022-12-01T10:42:30.7617281Z test_unary_fastpath__foreach_erf_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7617611Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7617935Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7618265Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7618568Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7618942Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7619274Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7619602Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7619704Z ok (0.054s) 2022-12-01T10:42:30.7620203Z test_unary_fastpath__foreach_erfc_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7620531Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7620856Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7621186Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7621497Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7621828Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7622149Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7622475Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7622578Z ok (0.058s) 2022-12-01T10:42:30.7623070Z test_unary_fastpath__foreach_erfc_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7623450Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7623771Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7624081Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7624406Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7624733Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7625052Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7625423Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7625527Z ok (0.058s) 2022-12-01T10:42:30.7626018Z test_unary_fastpath__foreach_erfc_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7626351Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7626675Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7626987Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7627312Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7627641Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7627966Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7628294Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7628402Z ok (0.060s) 2022-12-01T10:42:30.7628892Z test_unary_fastpath__foreach_erfc_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7629274Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7629611Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7629919Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7630239Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7630746Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7631080Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7631415Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7631522Z ok (0.056s) 2022-12-01T10:42:30.7632023Z test_unary_fastpath__foreach_exp_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7632359Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7632668Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7632997Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7633317Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7633646Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7634048Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7634375Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7634477Z ok (0.066s) 2022-12-01T10:42:30.7634977Z test_unary_fastpath__foreach_exp_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7635307Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7635608Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7635931Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7636251Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7636585Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7636909Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7637244Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7637350Z ok (0.069s) 2022-12-01T10:42:30.7637840Z test_unary_fastpath__foreach_exp_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7638171Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7638473Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7638801Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7639190Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7639521Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7639905Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7640247Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7640351Z ok (0.057s) 2022-12-01T10:42:30.7640839Z test_unary_fastpath__foreach_exp_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7641146Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7641467Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7641800Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7642127Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7642459Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7642786Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7643114Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7643219Z ok (0.056s) 2022-12-01T10:42:30.7643708Z test_unary_fastpath__foreach_exp_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7644019Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7644396Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7644723Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7645052Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7645382Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7645703Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7646030Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7646134Z ok (0.053s) 2022-12-01T10:42:30.7646635Z test_unary_fastpath__foreach_expm1_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7646946Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7647273Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7647603Z STAGE:2022-12-01 10:41:30 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7647926Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7648253Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7648576Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7648905Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7649010Z ok (0.057s) 2022-12-01T10:42:30.7649483Z test_unary_fastpath__foreach_expm1_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7649820Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7650189Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7650529Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7650849Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7651179Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7651501Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7651830Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7651937Z ok (0.057s) 2022-12-01T10:42:30.7652421Z test_unary_fastpath__foreach_expm1_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7652755Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7653077Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7653403Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7653728Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7654060Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7654384Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7654711Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7654867Z ok (0.056s) 2022-12-01T10:42:30.7655339Z test_unary_fastpath__foreach_expm1_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7655672Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7655998Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7656327Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7656654Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7656987Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7657310Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7657644Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7657749Z ok (0.053s) 2022-12-01T10:42:30.7658232Z test_unary_fastpath__foreach_floor_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7658565Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7658888Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7659216Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7659537Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7659866Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7660192Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7660518Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7660660Z ok (0.057s) 2022-12-01T10:42:30.7661166Z test_unary_fastpath__foreach_floor_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7661498Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7661818Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7662145Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7662467Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7662801Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7663125Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7663458Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7663543Z ok (0.056s) 2022-12-01T10:42:30.7664038Z test_unary_fastpath__foreach_floor_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7664369Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7664689Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7665017Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7665396Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7665724Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7666048Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7666377Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7666461Z ok (0.056s) 2022-12-01T10:42:30.7666948Z test_unary_fastpath__foreach_floor_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7667282Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7667605Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7667937Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7668259Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7668592Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7668914Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7669241Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7669325Z ok (0.053s) 2022-12-01T10:42:30.7669812Z test_unary_fastpath__foreach_floor_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7670144Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7670659Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7671001Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7671397Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7671742Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7672066Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7672376Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7672480Z ok (0.046s) 2022-12-01T10:42:30.7672967Z test_unary_fastpath__foreach_floor_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7673303Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7673627Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7673959Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7674283Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7674615Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7674940Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7675249Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7675355Z ok (0.047s) 2022-12-01T10:42:30.7675840Z test_unary_fastpath__foreach_floor_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7676244Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7676568Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7676895Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7677219Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7677548Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7677874Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7678185Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7678293Z ok (0.043s) 2022-12-01T10:42:30.7678771Z test_unary_fastpath__foreach_floor_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7679108Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7679428Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7679752Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7680073Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7680399Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7680721Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7681046Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7681151Z ok (0.047s) 2022-12-01T10:42:30.7681668Z test_unary_fastpath__foreach_floor_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7682006Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7682323Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7682649Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7682970Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7683296Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7683614Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7683943Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7684045Z ok (0.048s) 2022-12-01T10:42:30.7684519Z test_unary_fastpath__foreach_frac_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7684849Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7685168Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7685491Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7685810Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7686135Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7686512Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7686841Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7686943Z ok (0.057s) 2022-12-01T10:42:30.7687413Z test_unary_fastpath__foreach_frac_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7687738Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7688057Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7688383Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7688701Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7689029Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7689355Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7689685Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7689771Z ok (0.059s) 2022-12-01T10:42:30.7690257Z test_unary_fastpath__foreach_frac_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7690586Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7690905Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7691231Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7691556Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7691882Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7692248Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7692586Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7692672Z ok (0.060s) 2022-12-01T10:42:30.7693155Z test_unary_fastpath__foreach_frac_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7693483Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7693799Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7694128Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7694449Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7694780Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7695103Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7695429Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7695514Z ok (0.054s) 2022-12-01T10:42:30.7696011Z test_unary_fastpath__foreach_log10_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7696336Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7696711Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7697037Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7697360Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7697683Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7698004Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7698332Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7698417Z ok (0.065s) 2022-12-01T10:42:30.7698915Z test_unary_fastpath__foreach_log10_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7699250Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7699573Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7699901Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7700225Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7700556Z STAGE:2022-12-01 10:41:31 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7700877Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7701187Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7701289Z ok (0.068s) 2022-12-01T10:42:30.7701777Z test_unary_fastpath__foreach_log10_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7702112Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7702477Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7702815Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7703137Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7703466Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7703782Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7704094Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7704200Z ok (0.056s) 2022-12-01T10:42:30.7704690Z test_unary_fastpath__foreach_log10_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7705021Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7705342Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7705668Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7705989Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7706315Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7706634Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7707002Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7707103Z ok (0.057s) 2022-12-01T10:42:30.7707595Z test_unary_fastpath__foreach_log10_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7707925Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7708244Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7708567Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7708888Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7709216Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7709528Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7709860Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7709965Z ok (0.053s) 2022-12-01T10:42:30.7710622Z test_unary_fastpath__foreach_log1p_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7710979Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7711302Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7711627Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7711948Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7712280Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7712586Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7712983Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7713096Z ok (0.057s) 2022-12-01T10:42:30.7713586Z test_unary_fastpath__foreach_log1p_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7713912Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7714230Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7714553Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7714882Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7715208Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7715516Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7715841Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7715943Z ok (0.056s) 2022-12-01T10:42:30.7716431Z test_unary_fastpath__foreach_log1p_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7716760Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7717080Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7717403Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7717795Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7718125Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7718429Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7718754Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7718854Z ok (0.052s) 2022-12-01T10:42:30.7719351Z test_unary_fastpath__foreach_log2_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7719677Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7719993Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7720326Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7720651Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7720963Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7721284Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7721604Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7721708Z ok (0.065s) 2022-12-01T10:42:30.7722202Z test_unary_fastpath__foreach_log2_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7722529Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7722858Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7723278Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7723608Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7723916Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7724240Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7724570Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7724675Z ok (0.069s) 2022-12-01T10:42:30.7725202Z test_unary_fastpath__foreach_log2_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7725538Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7725861Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7726191Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7726515Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7726829Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7727149Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7727477Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7727578Z ok (0.058s) 2022-12-01T10:42:30.7728129Z test_unary_fastpath__foreach_log2_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7728454Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7728775Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7729102Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7729409Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7729738Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7730057Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7730385Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7730492Z ok (0.057s) 2022-12-01T10:42:30.7730977Z test_unary_fastpath__foreach_log2_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7731305Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7731625Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7731951Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7732257Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7732584Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7732903Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7733237Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7733339Z ok (0.053s) 2022-12-01T10:42:30.7733905Z test_unary_fastpath__foreach_log_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7734251Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7734571Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7734897Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7735201Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7735527Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7735860Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7736188Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7736290Z ok (0.065s) 2022-12-01T10:42:30.7736781Z test_unary_fastpath__foreach_log_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7737110Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7737431Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7737758Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7738062Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7738443Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7738764Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7739089Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7739190Z ok (0.069s) 2022-12-01T10:42:30.7739677Z test_unary_fastpath__foreach_log_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7740005Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7740321Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7740626Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7740953Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7741277Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7741601Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7741929Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7742030Z ok (0.057s) 2022-12-01T10:42:30.7742518Z test_unary_fastpath__foreach_log_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7742847Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7743165Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7743479Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7743798Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7744172Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7744501Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7744825Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7744926Z ok (0.058s) 2022-12-01T10:42:30.7745404Z test_unary_fastpath__foreach_log_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7745731Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7746055Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7746364Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7746688Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7747016Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7747337Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7747665Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7747767Z ok (0.056s) 2022-12-01T10:42:30.7748264Z test_unary_fastpath__foreach_neg_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7748648Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7748955Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7749287Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7749604Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7749930Z STAGE:2022-12-01 10:41:32 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7750253Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7750831Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7750941Z ok (0.069s) 2022-12-01T10:42:30.7751440Z test_unary_fastpath__foreach_neg_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7751773Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7752079Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7752402Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7752723Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7753051Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7753374Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7753701Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7753808Z ok (0.070s) 2022-12-01T10:42:30.7754298Z test_unary_fastpath__foreach_neg_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7754701Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7755021Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7755346Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7755669Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7755993Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7756313Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7756641Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7756747Z ok (0.057s) 2022-12-01T10:42:30.7757235Z test_unary_fastpath__foreach_neg_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7757546Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7757865Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7758186Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7758510Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7758839Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7759164Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7759567Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7759669Z ok (0.052s) 2022-12-01T10:42:30.7760152Z test_unary_fastpath__foreach_neg_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7760462Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7760787Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7761111Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7761430Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7761755Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7762087Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7762414Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7762518Z ok (0.032s) 2022-12-01T10:42:30.7762998Z test_unary_fastpath__foreach_neg_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7763307Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7763632Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7763957Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7764280Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7764610Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7764930Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7765302Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7765409Z ok (0.032s) 2022-12-01T10:42:30.7765874Z test_unary_fastpath__foreach_neg_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7766196Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7766519Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7766848Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7767173Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7767499Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7767824Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7768154Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7768255Z ok (0.030s) 2022-12-01T10:42:30.7768717Z test_unary_fastpath__foreach_neg_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7769043Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7769360Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7769744Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7770065Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7770397Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7770721Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7771049Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7771149Z ok (0.032s) 2022-12-01T10:42:30.7771618Z test_unary_fastpath__foreach_neg_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7771945Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7772274Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7772600Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7772919Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7773246Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7773568Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7773894Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7773994Z ok (0.032s) 2022-12-01T10:42:30.7774480Z test_unary_fastpath__foreach_reciprocal_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7774813Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7775132Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7775505Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7775842Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7776169Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7776489Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7776815Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7776900Z ok (0.057s) 2022-12-01T10:42:30.7777399Z test_unary_fastpath__foreach_reciprocal_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7777736Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7778057Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7778384Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7778703Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7779026Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7779344Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7779670Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7779804Z ok (0.057s) 2022-12-01T10:42:30.7780304Z test_unary_fastpath__foreach_reciprocal_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7780630Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7780952Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7781279Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7781600Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7781925Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7782248Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7782580Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7782667Z ok (0.053s) 2022-12-01T10:42:30.7783165Z test_unary_fastpath__foreach_round_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7783499Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7783823Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7784151Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7784471Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7784797Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7785124Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7785449Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7785534Z ok (0.057s) 2022-12-01T10:42:30.7786065Z test_unary_fastpath__foreach_round_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7786404Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7786724Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7787050Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7787372Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7787703Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7788025Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7788338Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7788439Z ok (0.057s) 2022-12-01T10:42:30.7788931Z test_unary_fastpath__foreach_round_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7789262Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7789582Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7789910Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7790230Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7790800Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7791137Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7791451Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7791552Z ok (0.057s) 2022-12-01T10:42:30.7792037Z test_unary_fastpath__foreach_round_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7792362Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7792683Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7793009Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7793339Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7793672Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7793994Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7794305Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7794409Z ok (0.053s) 2022-12-01T10:42:30.7794892Z test_unary_fastpath__foreach_round_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7795220Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7795542Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7795871Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7796194Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7796593Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7796912Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7797241Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7797347Z ok (0.046s) 2022-12-01T10:42:30.7797837Z test_unary_fastpath__foreach_round_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7798168Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7798496Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7798948Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7799152Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7799567Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7800137Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7800706Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7801059Z ok (0.046s) 2022-12-01T10:42:30.7801660Z test_unary_fastpath__foreach_round_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7802417Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7802994Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7803568Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7804125Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7804717Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7805295Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7805874Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7806213Z ok (0.043s) 2022-12-01T10:42:30.7806834Z test_unary_fastpath__foreach_round_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7807518Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7808099Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7808664Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7809250Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7809841Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7810475Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7811044Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7811413Z ok (0.049s) 2022-12-01T10:42:30.7812040Z test_unary_fastpath__foreach_round_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7812768Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7813363Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7813950Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7814540Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7815108Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7815698Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7816288Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7816654Z ok (0.046s) 2022-12-01T10:42:30.7817261Z test_unary_fastpath__foreach_sigmoid_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7817946Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7818537Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7819092Z STAGE:2022-12-01 10:41:33 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7819735Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7820321Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7820968Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7821535Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7821893Z ok (0.058s) 2022-12-01T10:42:30.7822539Z test_unary_fastpath__foreach_sigmoid_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7823234Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7823797Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7824380Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7824954Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7825567Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7826153Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7826748Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7827108Z ok (0.060s) 2022-12-01T10:42:30.7827789Z test_unary_fastpath__foreach_sigmoid_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7828405Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7828989Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7829574Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7830141Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7830885Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7831550Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7832130Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7832490Z ok (0.056s) 2022-12-01T10:42:30.7833128Z test_unary_fastpath__foreach_sin_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7833811Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7834374Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7834974Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7835553Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7836143Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7836705Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7837292Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7837656Z ok (0.065s) 2022-12-01T10:42:30.7838272Z test_unary_fastpath__foreach_sin_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7838959Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7839625Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7840223Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7840786Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7841382Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7841962Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7842549Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7842885Z ok (0.068s) 2022-12-01T10:42:30.7843513Z test_unary_fastpath__foreach_sin_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7844196Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7844762Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7845352Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7845938Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7846528Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7847093Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7847675Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7848035Z ok (0.057s) 2022-12-01T10:42:30.7848640Z test_unary_fastpath__foreach_sin_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7849325Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7849953Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7850554Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7851123Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7851718Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7852307Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7852894Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7853232Z ok (0.056s) 2022-12-01T10:42:30.7853865Z test_unary_fastpath__foreach_sin_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7854546Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7855109Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7855700Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7856288Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7856877Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7857437Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7858016Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7858428Z ok (0.052s) 2022-12-01T10:42:30.7859075Z test_unary_fastpath__foreach_sinh_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7859749Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7860337Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7860917Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7861479Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7862068Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7862649Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7863240Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7863577Z ok (0.065s) 2022-12-01T10:42:30.7864227Z test_unary_fastpath__foreach_sinh_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7864918Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7865501Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7866067Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7866646Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7867227Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7867789Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7868381Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7868793Z ok (0.068s) 2022-12-01T10:42:30.7869432Z test_unary_fastpath__foreach_sinh_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7870087Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7870864Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7871459Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7872041Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7872608Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7873189Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7873778Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7874110Z ok (0.057s) 2022-12-01T10:42:30.7874735Z test_unary_fastpath__foreach_sinh_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7875419Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7876003Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7876562Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7877227Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7877804Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7878385Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7878960Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7879318Z ok (0.057s) 2022-12-01T10:42:30.7879960Z test_unary_fastpath__foreach_sinh_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7880618Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7881193Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7881779Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7882365Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7882935Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7883523Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7884111Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7884451Z ok (0.053s) 2022-12-01T10:42:30.7885091Z test_unary_fastpath__foreach_sqrt_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7885777Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7886366Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7886935Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7887588Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7888191Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7888781Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7889349Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7889716Z ok (0.065s) 2022-12-01T10:42:30.7890359Z test_unary_fastpath__foreach_sqrt_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7891058Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7891621Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7892211Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7892793Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7893359Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7893942Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7894524Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7894881Z ok (0.068s) 2022-12-01T10:42:30.7895485Z test_unary_fastpath__foreach_sqrt_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7896226Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7896813Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7897375Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7897952Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7898537Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7899120Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7899682Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7900043Z ok (0.056s) 2022-12-01T10:42:30.7900660Z test_unary_fastpath__foreach_sqrt_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7901334Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7901898Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7902489Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7903078Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7903642Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7904226Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7904812Z STAGE:2022-12-01 10:41:34 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7905176Z ok (0.057s) 2022-12-01T10:42:30.7905832Z test_unary_fastpath__foreach_sqrt_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7906534Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7907122Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7907714Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7908274Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7908865Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7909451Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7910024Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7910389Z ok (0.053s) 2022-12-01T10:42:30.7911231Z test_unary_fastpath__foreach_tan_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7911925Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7912545Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7913132Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7913727Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7914313Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7914966Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7915562Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7915930Z ok (0.063s) 2022-12-01T10:42:30.7916547Z test_unary_fastpath__foreach_tan_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7917240Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7917830Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7918420Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7918985Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7919594Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7920188Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7920784Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7921127Z ok (0.068s) 2022-12-01T10:42:30.7921766Z test_unary_fastpath__foreach_tan_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7922447Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7923012Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7923604Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7924201Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7924797Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7925467Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7926069Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7926435Z ok (0.059s) 2022-12-01T10:42:30.7927041Z test_unary_fastpath__foreach_tan_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7927725Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7928307Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7928900Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7929468Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7930068Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7930651Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7931238Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7931576Z ok (0.059s) 2022-12-01T10:42:30.7932206Z test_unary_fastpath__foreach_tan_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7932890Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7933514Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7934111Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7934703Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7935296Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7935865Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7936457Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7936821Z ok (0.054s) 2022-12-01T10:42:30.7937465Z test_unary_fastpath__foreach_tanh_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7938139Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7938725Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7939320Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7939886Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7940475Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7941059Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7941650Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7941991Z ok (0.064s) 2022-12-01T10:42:30.7942628Z test_unary_fastpath__foreach_tanh_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7943326Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7943972Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7944554Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7945138Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7945729Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7946291Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7946882Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7947254Z ok (0.067s) 2022-12-01T10:42:30.7947889Z test_unary_fastpath__foreach_tanh_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7948552Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7949137Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7949728Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7950322Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7951097Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7951687Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7952424Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7952763Z ok (0.056s) 2022-12-01T10:42:30.7953398Z test_unary_fastpath__foreach_tanh_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7954073Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7954666Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7955231Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7955804Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7956387Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7956979Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7957543Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7957905Z ok (0.056s) 2022-12-01T10:42:30.7958537Z test_unary_fastpath__foreach_tanh_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7959191Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7959770Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7960357Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7960937Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7961503Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7962084Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7962735Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7963082Z ok (0.053s) 2022-12-01T10:42:30.7963713Z test_unary_fastpath__foreach_trunc_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7964396Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7964978Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7965545Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7966134Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7966727Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7967320Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7967886Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7968245Z ok (0.057s) 2022-12-01T10:42:30.7968879Z test_unary_fastpath__foreach_trunc_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7969535Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7970109Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7970760Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7971347Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7971919Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7972506Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7973094Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7973452Z ok (0.057s) 2022-12-01T10:42:30.7974065Z test_unary_fastpath__foreach_trunc_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7974743Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7975327Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7975897Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7976486Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7977113Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7977699Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7978271Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7978632Z ok (0.056s) 2022-12-01T10:42:30.7979265Z test_unary_fastpath__foreach_trunc_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7979935Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7980503Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7981130Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7981727Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7982295Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7982878Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7983466Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7983829Z ok (0.053s) 2022-12-01T10:42:30.7984434Z test_unary_fastpath__foreach_trunc_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7985122Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7985708Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7986288Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7986856Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7987441Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7988016Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7988576Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7988941Z ok (0.046s) 2022-12-01T10:42:30.7989629Z test_unary_fastpath__foreach_trunc_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7990298Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7991069Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7991650Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7992225Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7992817Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7993384Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7993969Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7994337Z ok (0.046s) 2022-12-01T10:42:30.7994941Z test_unary_fastpath__foreach_trunc_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7995629Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7996216Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7996810Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7997375Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7997959Z STAGE:2022-12-01 10:41:35 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7998541Z STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.7999139Z STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.7999478Z ok (0.043s) 2022-12-01T10:42:30.8000180Z test_unary_fastpath__foreach_trunc_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8000882Z STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8001449Z STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8002040Z STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8002618Z STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8003202Z STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8003761Z STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8004346Z STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8004710Z ok (0.047s) 2022-12-01T10:42:30.8005317Z test_unary_fastpath__foreach_trunc_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8006001Z STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8006583Z STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8007173Z STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8007736Z STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8008414Z STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8008996Z STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8009582Z STAGE:2022-12-01 10:41:36 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8009918Z ok (0.048s) 2022-12-01T10:42:30.8010307Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8010837Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_bool (__main__.TestForeachCUDA) ... ok (0.026s) 2022-12-01T10:42:30.8011342Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-12-01T10:42:30.8011868Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-12-01T10:42:30.8012387Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8012901Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8013394Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8013899Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8014411Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8014922Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8015416Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8015919Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8016435Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8017004Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8017510Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8018010Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8018511Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8019021Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8019520Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8020032Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8020532Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8021012Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8021521Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8022039Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8022546Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8023027Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8023582Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8024095Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8024599Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8025077Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8025623Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8026129Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8026637Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8027132Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8027635Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8028142Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8028664Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8029166Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8029683Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8030200Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8030871Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8031442Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8031980Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8032495Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8032979Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8033474Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8033975Z test_unary_op_tensors_on_different_devices__foreach_erf_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8034498Z test_unary_op_tensors_on_different_devices__foreach_erf_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8034983Z test_unary_op_tensors_on_different_devices__foreach_erf_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8035489Z test_unary_op_tensors_on_different_devices__foreach_erf_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8035999Z test_unary_op_tensors_on_different_devices__foreach_erfc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8036511Z test_unary_op_tensors_on_different_devices__foreach_erfc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8036998Z test_unary_op_tensors_on_different_devices__foreach_erfc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8037497Z test_unary_op_tensors_on_different_devices__foreach_erfc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8038100Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8038625Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8039126Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8039644Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8040164Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8040684Z test_unary_op_tensors_on_different_devices__foreach_expm1_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8041181Z test_unary_op_tensors_on_different_devices__foreach_expm1_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8041703Z test_unary_op_tensors_on_different_devices__foreach_expm1_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8042212Z test_unary_op_tensors_on_different_devices__foreach_expm1_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8042728Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8043217Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8043723Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8044216Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8044704Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8045214Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8045721Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8046281Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8046782Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8047298Z test_unary_op_tensors_on_different_devices__foreach_frac_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8047817Z test_unary_op_tensors_on_different_devices__foreach_frac_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8048338Z test_unary_op_tensors_on_different_devices__foreach_frac_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8048830Z test_unary_op_tensors_on_different_devices__foreach_frac_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8049350Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8049883Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8050402Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8050883Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8051393Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8051894Z test_unary_op_tensors_on_different_devices__foreach_log1p_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8052384Z test_unary_op_tensors_on_different_devices__foreach_log1p_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8052920Z test_unary_op_tensors_on_different_devices__foreach_log1p_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8053440Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8053957Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8054472Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8054957Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8055461Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8055978Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8056486Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8057005Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8057521Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8058038Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8058604Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8059064Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8059580Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8060092Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8060642Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8061164Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8061674Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8062191Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8062677Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8063203Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8063752Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8064298Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8064810Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8065329Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8065847Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8066358Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8066849Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8067422Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8067935Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8068426Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8068934Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8069482Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8069976Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8070624Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8071149Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8071680Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8072196Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8072683Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8073194Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8073719Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8074249Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8074756Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8075338Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8075865Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8076385Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8076890Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8077410Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8077915Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8078423Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8078918Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8079446Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8079963Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8080459Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8080978Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8081239Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8081570Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-12-01T10:42:30.8081829Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8082079Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8082324Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8082583Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8082816Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-12-01T10:42:30.8083067Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8083318Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-12-01T10:42:30.8083571Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8083822Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8084077Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8084331Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8084579Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-12-01T10:42:30.8085104Z test_unary_slowpath__foreach_abs_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8085462Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8085775Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8086163Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8086508Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8086847Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8087181Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8087519Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8087629Z ok (0.096s) 2022-12-01T10:42:30.8088122Z test_unary_slowpath__foreach_abs_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8088470Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8088782Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8089116Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8089441Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8089781Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8090115Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8090450Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8090613Z ok (0.070s) 2022-12-01T10:42:30.8091114Z test_unary_slowpath__foreach_abs_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8091429Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8091758Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8092094Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8092424Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8092760Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8093089Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8093431Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8093541Z ok (0.122s) 2022-12-01T10:42:30.8094046Z test_unary_slowpath__foreach_abs_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8094362Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8094690Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8095022Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8095355Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8095688Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8096022Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8096362Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8096472Z ok (0.122s) 2022-12-01T10:42:30.8097019Z test_unary_slowpath__foreach_abs_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8097341Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8097667Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8098003Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8098332Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8098671Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8098999Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8099338Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8099445Z ok (0.103s) 2022-12-01T10:42:30.8099915Z test_unary_slowpath__foreach_abs_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8100256Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8100585Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8100922Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8101316Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8101649Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8101981Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8102318Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8102429Z ok (0.096s) 2022-12-01T10:42:30.8102898Z test_unary_slowpath__foreach_abs_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8103235Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8103559Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8103896Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8104227Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8104568Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8104901Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8105236Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8105346Z ok (0.092s) 2022-12-01T10:42:30.8105811Z test_unary_slowpath__foreach_abs_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8106147Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8106479Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8106820Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8107194Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8107540Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8107869Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8108203Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8108315Z ok (0.073s) 2022-12-01T10:42:30.8108777Z test_unary_slowpath__foreach_abs_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8109111Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8109444Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8109781Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8110110Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8110444Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8110974Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8111316Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8111401Z ok (0.070s) 2022-12-01T10:42:30.8111886Z test_unary_slowpath__foreach_abs_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8112304Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8112637Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8112974Z STAGE:2022-12-01 10:41:37 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8113308Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8113646Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8113972Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8114301Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8114387Z ok (0.069s) 2022-12-01T10:42:30.8114879Z test_unary_slowpath__foreach_abs_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8115215Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8115547Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8115884Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8116214Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8116548Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8116879Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8117214Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8117304Z ok (0.070s) 2022-12-01T10:42:30.8117797Z test_unary_slowpath__foreach_abs_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8118191Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8118533Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8118865Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8119240Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8119585Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8119917Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8120259Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8120345Z ok (0.070s) 2022-12-01T10:42:30.8120848Z test_unary_slowpath__foreach_acos_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8121186Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8121513Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8121850Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8122182Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8122514Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8122904Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8123217Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8123326Z ok (0.080s) 2022-12-01T10:42:30.8123819Z test_unary_slowpath__foreach_acos_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8124159Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8124489Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8124822Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8125150Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8125536Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8125870Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8126182Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8126291Z ok (0.077s) 2022-12-01T10:42:30.8126795Z test_unary_slowpath__foreach_acos_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8127132Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8127460Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8127793Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8128124Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8128459Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8128837Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8129159Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8129268Z ok (0.088s) 2022-12-01T10:42:30.8129775Z test_unary_slowpath__foreach_acos_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8130108Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8130436Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8130773Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8131103Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8131443Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8131748Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8132085Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8132191Z ok (0.091s) 2022-12-01T10:42:30.8132685Z test_unary_slowpath__foreach_acos_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8133026Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8133406Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8133740Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8134074Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8134412Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8134719Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8135053Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8135162Z ok (0.080s) 2022-12-01T10:42:30.8135656Z test_unary_slowpath__foreach_acos_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8135992Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8136325Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8136663Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8136998Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8137334Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8137638Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8137969Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8138077Z ok (0.081s) 2022-12-01T10:42:30.8138568Z test_unary_slowpath__foreach_acos_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8138908Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8139290Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8139635Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8139964Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8140274Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8140603Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8140937Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8141045Z ok (0.080s) 2022-12-01T10:42:30.8141539Z test_unary_slowpath__foreach_acos_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8141876Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8142206Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8142537Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8142866Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8143179Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8143512Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8143847Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8144012Z ok (0.076s) 2022-12-01T10:42:30.8144511Z test_unary_slowpath__foreach_acos_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8144850Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8145177Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8145510Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8145841Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8146150Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8146479Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8146814Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8146925Z ok (0.077s) 2022-12-01T10:42:30.8147415Z test_unary_slowpath__foreach_acos_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8147753Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8148080Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8148414Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8148727Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8159175Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8159597Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8159948Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8160201Z ok (0.073s) 2022-12-01T10:42:30.8160722Z test_unary_slowpath__foreach_acos_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8161061Z STAGE:2022-12-01 10:41:38 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8161399Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8161716Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8162052Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8162395Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8162728Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8163075Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8163190Z ok (0.073s) 2022-12-01T10:42:30.8163699Z test_unary_slowpath__foreach_acos_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8164040Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8164374Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8164685Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8165097Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8165435Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8165768Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8166109Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8166220Z ok (0.074s) 2022-12-01T10:42:30.8166718Z test_unary_slowpath__foreach_asin_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8167059Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8167387Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8167704Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8168033Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8168370Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8168700Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8169038Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8169148Z ok (0.079s) 2022-12-01T10:42:30.8169640Z test_unary_slowpath__foreach_asin_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8169977Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8170290Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8170628Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8171047Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8171395Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8171726Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8172063Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8172176Z ok (0.073s) 2022-12-01T10:42:30.8172683Z test_unary_slowpath__foreach_asin_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8173023Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8173326Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8173667Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8173995Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8174330Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8174662Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8175001Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8175111Z ok (0.087s) 2022-12-01T10:42:30.8175618Z test_unary_slowpath__foreach_asin_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8176014Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8176322Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8176657Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8176983Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8177322Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8177651Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8177987Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8178102Z ok (0.094s) 2022-12-01T10:42:30.8178604Z test_unary_slowpath__foreach_asin_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8178950Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8179256Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8179589Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8179920Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8180258Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8180589Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8180924Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8181040Z ok (0.080s) 2022-12-01T10:42:30.8181579Z test_unary_slowpath__foreach_asin_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8181900Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8182232Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8182564Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8182896Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8183239Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8183571Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8183916Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8184026Z ok (0.080s) 2022-12-01T10:42:30.8184522Z test_unary_slowpath__foreach_asin_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8184833Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8185160Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8185493Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8185823Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8186156Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8186541Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8186879Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8187058Z ok (0.077s) 2022-12-01T10:42:30.8187549Z test_unary_slowpath__foreach_asin_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8187862Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8188189Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8188523Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8188848Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8189181Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8189506Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8189846Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8189960Z ok (0.074s) 2022-12-01T10:42:30.8190430Z test_unary_slowpath__foreach_asin_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8190975Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8191306Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8191646Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8191988Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8192323Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8192730Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8193082Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8193194Z ok (0.075s) 2022-12-01T10:42:30.8193662Z test_unary_slowpath__foreach_asin_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8194001Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8194331Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8194676Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8195007Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8195346Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8195678Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8196010Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8196122Z ok (0.077s) 2022-12-01T10:42:30.8196590Z test_unary_slowpath__foreach_asin_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8196925Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8197326Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8197664Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8197998Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8198338Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8198670Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8199015Z STAGE:2022-12-01 10:41:39 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8199100Z ok (0.076s) 2022-12-01T10:42:30.8199597Z test_unary_slowpath__foreach_asin_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8199938Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8200267Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8200609Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8200948Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8201283Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8201614Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8201952Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8202037Z ok (0.076s) 2022-12-01T10:42:30.8202543Z test_unary_slowpath__foreach_atan_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8202885Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8203261Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8203607Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8203941Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8204281Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8204611Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8204953Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8205042Z ok (0.080s) 2022-12-01T10:42:30.8205540Z test_unary_slowpath__foreach_atan_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8205880Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8206210Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8206550Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8206881Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8207216Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8207549Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8207943Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8208028Z ok (0.073s) 2022-12-01T10:42:30.8208546Z test_unary_slowpath__foreach_atan_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8208885Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8209217Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8209553Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8209883Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8210221Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8210555Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8210869Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8210979Z ok (0.089s) 2022-12-01T10:42:30.8211490Z test_unary_slowpath__foreach_atan_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8211826Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8212160Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8212491Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8212824Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8213160Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8213496Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8213850Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8213970Z ok (0.091s) 2022-12-01T10:42:30.8214472Z test_unary_slowpath__foreach_atan_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8214808Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8215136Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8215470Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8215802Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8216143Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8216479Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8216795Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8216904Z ok (0.080s) 2022-12-01T10:42:30.8217405Z test_unary_slowpath__foreach_atan_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8217740Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8218071Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8218407Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8218792Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8219127Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8219434Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8219772Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8219885Z ok (0.082s) 2022-12-01T10:42:30.8220378Z test_unary_slowpath__foreach_atan_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8220713Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8221041Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8221380Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8221714Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8222053Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8222360Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8222694Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8222806Z ok (0.076s) 2022-12-01T10:42:30.8223300Z test_unary_slowpath__foreach_atan_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8223640Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8223971Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8224305Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8224701Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8225044Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8225396Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8225733Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8225845Z ok (0.073s) 2022-12-01T10:42:30.8226339Z test_unary_slowpath__foreach_atan_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8226680Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8227011Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8227350Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8227685Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8228052Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8228357Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8228689Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8228799Z ok (0.073s) 2022-12-01T10:42:30.8229291Z test_unary_slowpath__foreach_atan_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8229683Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8230016Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8230351Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8230886Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8231204Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8231534Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8231871Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8231989Z ok (0.074s) 2022-12-01T10:42:30.8232485Z test_unary_slowpath__foreach_atan_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8232825Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8233158Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8233497Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8233828Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8234141Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8234467Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8234817Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8234929Z ok (0.073s) 2022-12-01T10:42:30.8235498Z test_unary_slowpath__foreach_atan_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8235848Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8236173Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8236508Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8236838Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8237146Z STAGE:2022-12-01 10:41:40 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8237482Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8237822Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8237935Z ok (0.076s) 2022-12-01T10:42:30.8238438Z test_unary_slowpath__foreach_ceil_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8238781Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8239114Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8239453Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8239759Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8240178Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8240508Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8240844Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8240959Z ok (0.083s) 2022-12-01T10:42:30.8241447Z test_unary_slowpath__foreach_ceil_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8241782Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8242108Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8242442Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8242750Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8243087Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8243419Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8243756Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8243867Z ok (0.071s) 2022-12-01T10:42:30.8244372Z test_unary_slowpath__foreach_ceil_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8244710Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8245040Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8245375Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8245683Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8246065Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8246407Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8246743Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8246855Z ok (0.081s) 2022-12-01T10:42:30.8247359Z test_unary_slowpath__foreach_ceil_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8247699Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8248024Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8248366Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8248673Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8249010Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8249344Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8249682Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8249795Z ok (0.083s) 2022-12-01T10:42:30.8250292Z test_unary_slowpath__foreach_ceil_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8250626Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8251011Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8251324Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8251658Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8251992Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8252325Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8252664Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8252774Z ok (0.080s) 2022-12-01T10:42:30.8253273Z test_unary_slowpath__foreach_ceil_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8253618Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8253944Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8254256Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8254589Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8254926Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8255258Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8255594Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8255708Z ok (0.081s) 2022-12-01T10:42:30.8256208Z test_unary_slowpath__foreach_ceil_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8256546Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8256923Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8257242Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8257571Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8257907Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8258238Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8258572Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8258689Z ok (0.077s) 2022-12-01T10:42:30.8259182Z test_unary_slowpath__foreach_ceil_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8259522Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8259827Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8260163Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8260492Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8260827Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8261152Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8261536Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8261645Z ok (0.059s) 2022-12-01T10:42:30.8262142Z test_unary_slowpath__foreach_ceil_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8262482Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8262788Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8263120Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8263452Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8263781Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8264107Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8264442Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8264551Z ok (0.058s) 2022-12-01T10:42:30.8265039Z test_unary_slowpath__foreach_ceil_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8265373Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8265677Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8266004Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8266329Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8266661Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8266984Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8267373Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8267484Z ok (0.056s) 2022-12-01T10:42:30.8267978Z test_unary_slowpath__foreach_ceil_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8268289Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8268620Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8268951Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8269285Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8269618Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8269949Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8270285Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8270396Z ok (0.058s) 2022-12-01T10:42:30.8271092Z test_unary_slowpath__foreach_ceil_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8271407Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8271733Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8272155Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8272478Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8272809Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8273133Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8273465Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8273580Z ok (0.058s) 2022-12-01T10:42:30.8274075Z test_unary_slowpath__foreach_cos_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8274386Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8274718Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8275051Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8275380Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8275718Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8276050Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8276385Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8276500Z ok (0.080s) 2022-12-01T10:42:30.8276963Z test_unary_slowpath__foreach_cos_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8277299Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8277635Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8278032Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8278375Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8278709Z STAGE:2022-12-01 10:41:41 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8279036Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8279376Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8279489Z ok (0.073s) 2022-12-01T10:42:30.8279966Z test_unary_slowpath__foreach_cos_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8280307Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8280633Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8280971Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8281301Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8281637Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8281967Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8282304Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8282415Z ok (0.090s) 2022-12-01T10:42:30.8282949Z test_unary_slowpath__foreach_cos_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8283286Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8283616Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8283955Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8284285Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8284620Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8284950Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8285284Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8285401Z ok (0.093s) 2022-12-01T10:42:30.8285872Z test_unary_slowpath__foreach_cos_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8286207Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8286535Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8286871Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8287199Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8287532Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8287859Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8288196Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8288282Z ok (0.083s) 2022-12-01T10:42:30.8288827Z test_unary_slowpath__foreach_cos_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8289173Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8289493Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8289823Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8290160Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8290492Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8290827Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8291162Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8291249Z ok (0.081s) 2022-12-01T10:42:30.8291744Z test_unary_slowpath__foreach_cos_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8292080Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8292409Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8292743Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8293070Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8293456Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8293786Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8294125Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8294209Z ok (0.077s) 2022-12-01T10:42:30.8294701Z test_unary_slowpath__foreach_cos_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8295042Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8295374Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8295710Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8296052Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8296389Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8296723Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8297064Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8297150Z ok (0.074s) 2022-12-01T10:42:30.8297644Z test_unary_slowpath__foreach_cos_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8297983Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8298315Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8298654Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8298984Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8299378Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8299720Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8300031Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8300140Z ok (0.073s) 2022-12-01T10:42:30.8300632Z test_unary_slowpath__foreach_cos_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8300968Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8301307Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8301646Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8301982Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8302320Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8302648Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8302955Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8303063Z ok (0.076s) 2022-12-01T10:42:30.8303554Z test_unary_slowpath__foreach_cos_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8303942Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8304270Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8304608Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8304941Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8305277Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8305609Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8305920Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8306032Z ok (0.073s) 2022-12-01T10:42:30.8306524Z test_unary_slowpath__foreach_cos_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8306860Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8307195Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8307532Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8307861Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8308196Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8308498Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8308838Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8308949Z ok (0.073s) 2022-12-01T10:42:30.8309458Z test_unary_slowpath__foreach_cosh_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8309843Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8310181Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8310714Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8311064Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8311399Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8311707Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8312045Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8312163Z ok (0.080s) 2022-12-01T10:42:30.8312656Z test_unary_slowpath__foreach_cosh_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8312996Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8313328Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8313662Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8313998Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8314334Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8314637Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8315055Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8315163Z ok (0.073s) 2022-12-01T10:42:30.8315672Z test_unary_slowpath__foreach_cosh_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8316012Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8316342Z STAGE:2022-12-01 10:41:42 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8316674Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8316999Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8317308Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8317645Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8317979Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8318093Z ok (0.087s) 2022-12-01T10:42:30.8318594Z test_unary_slowpath__foreach_cosh_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8318931Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8319258Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8319592Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8319922Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8320237Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8320572Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8320965Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8321080Z ok (0.091s) 2022-12-01T10:42:30.8321584Z test_unary_slowpath__foreach_cosh_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8321921Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8322250Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8322586Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8322921Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8323229Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8323563Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8323900Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8324014Z ok (0.082s) 2022-12-01T10:42:30.8324509Z test_unary_slowpath__foreach_cosh_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8324846Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8325174Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8325604Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8325936Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8326248Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8326579Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8326916Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8327027Z ok (0.080s) 2022-12-01T10:42:30.8327523Z test_unary_slowpath__foreach_cosh_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8327856Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8328188Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8328525Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8328832Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8329168Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8329493Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8329832Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8329944Z ok (0.081s) 2022-12-01T10:42:30.8330437Z test_unary_slowpath__foreach_cosh_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8330783Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8331113Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8331493Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8331810Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8332141Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8332469Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8332804Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8332916Z ok (0.076s) 2022-12-01T10:42:30.8333407Z test_unary_slowpath__foreach_cosh_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8333747Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8334078Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8334417Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8334722Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8335058Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8335388Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8335724Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8335925Z ok (0.073s) 2022-12-01T10:42:30.8336417Z test_unary_slowpath__foreach_cosh_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8336755Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8337086Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8337394Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8337728Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8338060Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8338389Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8338729Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8338839Z ok (0.073s) 2022-12-01T10:42:30.8339337Z test_unary_slowpath__foreach_cosh_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8339675Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8340007Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8340314Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8340645Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8340985Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8341315Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8341654Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8341766Z ok (0.073s) 2022-12-01T10:42:30.8342302Z test_unary_slowpath__foreach_cosh_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8342647Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8342978Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8343287Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8343619Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8343952Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8344292Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8344632Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8344743Z ok (0.072s) 2022-12-01T10:42:30.8345241Z test_unary_slowpath__foreach_erf_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8345576Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8345880Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8346214Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8346543Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8346930Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8347260Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8347597Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8347708Z ok (0.082s) 2022-12-01T10:42:30.8348199Z test_unary_slowpath__foreach_erf_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8348536Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8348839Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8349177Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8349508Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8349847Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8350181Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8350680Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8350799Z ok (0.073s) 2022-12-01T10:42:30.8351312Z test_unary_slowpath__foreach_erf_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8351651Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8351955Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8352293Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8352626Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8353029Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8353371Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8353705Z STAGE:2022-12-01 10:41:43 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8353817Z ok (0.082s) 2022-12-01T10:42:30.8354325Z test_unary_slowpath__foreach_erf_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8354660Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8354970Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8355310Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8355643Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8355981Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8356312Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8356651Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8356764Z ok (0.080s) 2022-12-01T10:42:30.8357263Z test_unary_slowpath__foreach_erf_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8357641Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8357973Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8358309Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8358642Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8358976Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8359307Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8359645Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8359755Z ok (0.080s) 2022-12-01T10:42:30.8360254Z test_unary_slowpath__foreach_erf_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8360572Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8360903Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8361234Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8361567Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8361901Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8362236Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8362567Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8362682Z ok (0.080s) 2022-12-01T10:42:30.8363178Z test_unary_slowpath__foreach_erf_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8363534Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8363873Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8364208Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8364538Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8364871Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8365200Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8365541Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8365654Z ok (0.077s) 2022-12-01T10:42:30.8366119Z test_unary_slowpath__foreach_erf_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8366454Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8366784Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8367118Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8367449Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8367785Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8368170Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8368501Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8368611Z ok (0.073s) 2022-12-01T10:42:30.8369079Z test_unary_slowpath__foreach_erf_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8369417Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8369750Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8370085Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8370417Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8370757Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8371090Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8371429Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8371537Z ok (0.073s) 2022-12-01T10:42:30.8372004Z test_unary_slowpath__foreach_erf_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8372337Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8372668Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8373003Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8373334Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8373676Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8374059Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8374406Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8374491Z ok (0.080s) 2022-12-01T10:42:30.8374980Z test_unary_slowpath__foreach_erf_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8375317Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8375650Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8375982Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8376317Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8376653Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8376986Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8377322Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8377407Z ok (0.076s) 2022-12-01T10:42:30.8377902Z test_unary_slowpath__foreach_erf_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8378239Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8378569Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8378957Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8379284Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8379624Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8379958Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8380297Z STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8380381Z ok (0.073s) 2022-12-01T10:42:30.8380878Z test_unary_slowpath__foreach_erfc_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:44 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8381218Z STAGE:2022-12-01 10:41:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8381553Z STAGE:2022-12-01 10:41:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8381883Z STAGE:2022-12-01 10:41:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8382215Z STAGE:2022-12-01 10:41:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8382550Z STAGE:2022-12-01 10:41:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8382881Z STAGE:2022-12-01 10:41:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8383219Z STAGE:2022-12-01 10:41:45 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8383303Z ok (1.208s) 2022-12-01T10:42:30.8383791Z test_unary_slowpath__foreach_erfc_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:45 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8384133Z STAGE:2022-12-01 10:41:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8384463Z STAGE:2022-12-01 10:41:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8384849Z STAGE:2022-12-01 10:41:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8385186Z STAGE:2022-12-01 10:41:49 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8385521Z STAGE:2022-12-01 10:41:49 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8385847Z STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8386157Z STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8386266Z ok (4.112s) 2022-12-01T10:42:30.8386773Z test_unary_slowpath__foreach_erfc_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8387116Z STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8387449Z STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8387785Z STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8388115Z STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8388452Z STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8388783Z STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8389094Z STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8389258Z ok (0.081s) 2022-12-01T10:42:30.8389763Z test_unary_slowpath__foreach_erfc_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8390107Z STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8390436Z STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8390923Z STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8391254Z STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8391591Z STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8391922Z STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8392240Z STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8392353Z ok (0.081s) 2022-12-01T10:42:30.8392855Z test_unary_slowpath__foreach_erfc_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:50 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8393192Z STAGE:2022-12-01 10:41:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8393523Z STAGE:2022-12-01 10:41:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8393861Z STAGE:2022-12-01 10:41:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8394193Z STAGE:2022-12-01 10:41:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8394560Z STAGE:2022-12-01 10:41:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8394870Z STAGE:2022-12-01 10:41:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8395210Z STAGE:2022-12-01 10:41:51 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8395321Z ok (1.195s) 2022-12-01T10:42:30.8395892Z test_unary_slowpath__foreach_erfc_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:51 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8396238Z STAGE:2022-12-01 10:41:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8396563Z STAGE:2022-12-01 10:41:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8396896Z STAGE:2022-12-01 10:41:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8397226Z STAGE:2022-12-01 10:41:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8397568Z STAGE:2022-12-01 10:41:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8397877Z STAGE:2022-12-01 10:41:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8398219Z STAGE:2022-12-01 10:41:52 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8398334Z ok (1.180s) 2022-12-01T10:42:30.8398828Z test_unary_slowpath__foreach_erfc_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:52 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8399165Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8399491Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8399825Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8400229Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8400562Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8400871Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8401212Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8401324Z ok (1.228s) 2022-12-01T10:42:30.8401814Z test_unary_slowpath__foreach_erfc_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8402151Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8402482Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8402819Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8403156Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8403494Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8403799Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8404135Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8404247Z ok (0.073s) 2022-12-01T10:42:30.8404736Z test_unary_slowpath__foreach_erfc_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8405076Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8405404Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8405746Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8406122Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8406442Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8406773Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8407104Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8407215Z ok (0.073s) 2022-12-01T10:42:30.8407706Z test_unary_slowpath__foreach_erfc_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8408046Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8408380Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8408713Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8409048Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8409360Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8409687Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8410025Z STAGE:2022-12-01 10:41:53 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8410135Z ok (0.070s) 2022-12-01T10:42:30.8410624Z test_unary_slowpath__foreach_erfc_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8411013Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8411345Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8411687Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8412014Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8412326Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8412651Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8412986Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8413095Z ok (0.069s) 2022-12-01T10:42:30.8413589Z test_unary_slowpath__foreach_erfc_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8413929Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8414261Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8414594Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8414900Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8415242Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8415567Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8415903Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8416018Z ok (0.069s) 2022-12-01T10:42:30.8416518Z test_unary_slowpath__foreach_exp_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8416899Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8417237Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8417572Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8417878Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8418210Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8418540Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8418883Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8418992Z ok (0.080s) 2022-12-01T10:42:30.8419530Z test_unary_slowpath__foreach_exp_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8419869Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8420201Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8420538Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8420845Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8421179Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8421569Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8421903Z STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8422013Z ok (0.074s) 2022-12-01T10:42:30.8422521Z test_unary_slowpath__foreach_exp_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:54 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8422862Z STAGE:2022-12-01 10:41:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8423193Z STAGE:2022-12-01 10:41:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8423500Z STAGE:2022-12-01 10:41:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8423830Z STAGE:2022-12-01 10:41:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8424165Z STAGE:2022-12-01 10:41:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8424497Z STAGE:2022-12-01 10:41:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8424839Z STAGE:2022-12-01 10:41:55 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8424953Z ok (1.463s) 2022-12-01T10:42:30.8425487Z test_unary_slowpath__foreach_exp_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:55 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8425826Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8426158Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8426468Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8426807Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8427143Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8427523Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8427873Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8427985Z ok (1.415s) 2022-12-01T10:42:30.8428481Z test_unary_slowpath__foreach_exp_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8428820Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8429150Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8429463Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8429791Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8430131Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8430638Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8430987Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8431097Z ok (0.079s) 2022-12-01T10:42:30.8431595Z test_unary_slowpath__foreach_exp_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8431933Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8432347Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8432656Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8432989Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8433327Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8433660Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8433999Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8434111Z ok (0.085s) 2022-12-01T10:42:30.8434604Z test_unary_slowpath__foreach_exp_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8434944Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8435255Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8435591Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8435919Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8436254Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8436583Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8436917Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8437028Z ok (0.079s) 2022-12-01T10:42:30.8437516Z test_unary_slowpath__foreach_exp_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8437858Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8438222Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8438574Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8438901Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8439235Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8439566Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8439897Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8440012Z ok (0.075s) 2022-12-01T10:42:30.8440512Z test_unary_slowpath__foreach_exp_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8440844Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8441154Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8441491Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8441824Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8442156Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8442489Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8442826Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8442989Z ok (0.074s) 2022-12-01T10:42:30.8443480Z test_unary_slowpath__foreach_exp_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8443793Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8444125Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8444460Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8444797Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8445137Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8445472Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8445809Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8445916Z ok (0.073s) 2022-12-01T10:42:30.8446405Z test_unary_slowpath__foreach_exp_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8446715Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8447047Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8447384Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8447711Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8448048Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8448382Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8448717Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8448883Z ok (0.073s) 2022-12-01T10:42:30.8449384Z test_unary_slowpath__foreach_exp_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8449697Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8450026Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8450366Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8450696Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8451038Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8451369Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8451711Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8451826Z ok (0.074s) 2022-12-01T10:42:30.8452305Z test_unary_slowpath__foreach_expm1_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8452645Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8452973Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8453309Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8453694Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8454029Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8454363Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8454704Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8454817Z ok (0.079s) 2022-12-01T10:42:30.8455287Z test_unary_slowpath__foreach_expm1_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8455630Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8455962Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8456300Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8456626Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8456964Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8457295Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8457629Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8457740Z ok (0.075s) 2022-12-01T10:42:30.8458222Z test_unary_slowpath__foreach_expm1_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8458558Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8458893Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8459229Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8459602Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8459944Z STAGE:2022-12-01 10:41:57 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8460272Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8460607Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8460691Z ok (0.081s) 2022-12-01T10:42:30.8461201Z test_unary_slowpath__foreach_expm1_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8461547Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8461874Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8462206Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8462533Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8462870Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8463197Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8463529Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8463615Z ok (0.081s) 2022-12-01T10:42:30.8464117Z test_unary_slowpath__foreach_expm1_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8464516Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8464848Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8465188Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8465520Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8465857Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8466187Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8466520Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8466605Z ok (0.080s) 2022-12-01T10:42:30.8467113Z test_unary_slowpath__foreach_expm1_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8467451Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8467783Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8468116Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8468445Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8468781Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8469110Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8469442Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8469534Z ok (0.079s) 2022-12-01T10:42:30.8470073Z test_unary_slowpath__foreach_expm1_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8470418Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8470949Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8471287Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8471619Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8471957Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8472289Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8472628Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8472715Z ok (0.077s) 2022-12-01T10:42:30.8473215Z test_unary_slowpath__foreach_expm1_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8473552Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8473883Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8474217Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8474549Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8474885Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8475311Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8475621Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8475733Z ok (0.073s) 2022-12-01T10:42:30.8476230Z test_unary_slowpath__foreach_expm1_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8476562Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8476890Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8477223Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8477554Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8477895Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8478223Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8478536Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8478645Z ok (0.076s) 2022-12-01T10:42:30.8479141Z test_unary_slowpath__foreach_expm1_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8479476Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8479806Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8480139Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8480477Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8480810Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8481202Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8481527Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8481634Z ok (0.076s) 2022-12-01T10:42:30.8482126Z test_unary_slowpath__foreach_expm1_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8482460Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8482790Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8483131Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8483462Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8483799Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8484106Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8484443Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8484548Z ok (0.076s) 2022-12-01T10:42:30.8485043Z test_unary_slowpath__foreach_expm1_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8485379Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8485760Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8486096Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8486428Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8486757Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8487062Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8487397Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8487507Z ok (0.074s) 2022-12-01T10:42:30.8488008Z test_unary_slowpath__foreach_floor_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8488350Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8488684Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8489021Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8489374Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8489710Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8490017Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8490353Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8490463Z ok (0.080s) 2022-12-01T10:42:30.8490954Z test_unary_slowpath__foreach_floor_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8491296Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8491674Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8492021Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8492347Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8492658Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8492990Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8493326Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8493443Z ok (0.069s) 2022-12-01T10:42:30.8493954Z test_unary_slowpath__foreach_floor_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8494301Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8494640Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8494977Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8495309Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8495622Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8495955Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8496346Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8496458Z ok (0.080s) 2022-12-01T10:42:30.8496965Z test_unary_slowpath__foreach_floor_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8497309Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8497642Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8497975Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8498306Z STAGE:2022-12-01 10:41:58 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8498615Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8498950Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8499285Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8499396Z ok (0.080s) 2022-12-01T10:42:30.8499897Z test_unary_slowpath__foreach_floor_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8500235Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8500566Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8500898Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8501225Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8501536Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8501868Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8502309Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8502425Z ok (0.080s) 2022-12-01T10:42:30.8502926Z test_unary_slowpath__foreach_floor_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8503263Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8503590Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8503926Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8504230Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8504573Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8504907Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8505243Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8505354Z ok (0.081s) 2022-12-01T10:42:30.8505854Z test_unary_slowpath__foreach_floor_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8506194Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8506523Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8506856Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8507221Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8507557Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8507887Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8508224Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8508334Z ok (0.076s) 2022-12-01T10:42:30.8508825Z test_unary_slowpath__foreach_floor_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8509166Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8509496Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8509835Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8510142Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8510661Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8511010Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8511346Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8511456Z ok (0.060s) 2022-12-01T10:42:30.8511951Z test_unary_slowpath__foreach_floor_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8512289Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8512617Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8512927Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8513329Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8513674Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8514002Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8514340Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8514451Z ok (0.058s) 2022-12-01T10:42:30.8514938Z test_unary_slowpath__foreach_floor_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8515277Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8515609Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8515920Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8516252Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8516587Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8516914Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8517246Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8517356Z ok (0.054s) 2022-12-01T10:42:30.8517849Z test_unary_slowpath__foreach_floor_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8518255Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8518584Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8518891Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8519219Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8519553Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8519880Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8520218Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8520329Z ok (0.058s) 2022-12-01T10:42:30.8520821Z test_unary_slowpath__foreach_floor_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8521162Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8521495Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8521808Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8522137Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8522474Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8522805Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8523147Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8523257Z ok (0.060s) 2022-12-01T10:42:30.8523817Z test_unary_slowpath__foreach_frac_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8524163Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8524466Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8524798Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8525130Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8525501Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8525836Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8526176Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8526285Z ok (0.082s) 2022-12-01T10:42:30.8526778Z test_unary_slowpath__foreach_frac_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8527115Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8527421Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8527754Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8528086Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8528477Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8528807Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8529147Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8529256Z ok (0.073s) 2022-12-01T10:42:30.8529763Z test_unary_slowpath__foreach_frac_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8530100Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8530406Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8530741Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8531070Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8531401Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8531736Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8532078Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8532190Z ok (0.082s) 2022-12-01T10:42:30.8532696Z test_unary_slowpath__foreach_frac_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8533010Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8533342Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8533676Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8534008Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8534388Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8534728Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8535064Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8535178Z ok (0.081s) 2022-12-01T10:42:30.8535677Z test_unary_slowpath__foreach_frac_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8535990Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8536312Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8536655Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8536991Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8537328Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8537662Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8537996Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8538106Z ok (0.081s) 2022-12-01T10:42:30.8538601Z test_unary_slowpath__foreach_frac_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8538913Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8539299Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8539634Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8539963Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8540301Z STAGE:2022-12-01 10:41:59 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8540628Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8540962Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8541070Z ok (0.080s) 2022-12-01T10:42:30.8541539Z test_unary_slowpath__foreach_frac_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8541881Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8542212Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8542551Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8542882Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8543218Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8543547Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8543881Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8543994Z ok (0.077s) 2022-12-01T10:42:30.8544466Z test_unary_slowpath__foreach_frac_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8544800Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8545178Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8545520Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8545846Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8546182Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8546512Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8546849Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8547032Z ok (0.070s) 2022-12-01T10:42:30.8547500Z test_unary_slowpath__foreach_frac_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8547840Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8548169Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8548507Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8548836Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8549173Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8549505Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8549895Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8549979Z ok (0.070s) 2022-12-01T10:42:30.8550731Z test_unary_slowpath__foreach_frac_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8551009Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8551335Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8551672Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8552007Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8552341Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8552673Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8553012Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8553101Z ok (0.071s) 2022-12-01T10:42:30.8553594Z test_unary_slowpath__foreach_frac_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8553932Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8554262Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8554601Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8554929Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8555270Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8555687Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8556090Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8556182Z ok (0.070s) 2022-12-01T10:42:30.8556679Z test_unary_slowpath__foreach_frac_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8557014Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8557344Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8557680Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8558014Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8558346Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8558677Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8559011Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8559096Z ok (0.071s) 2022-12-01T10:42:30.8559594Z test_unary_slowpath__foreach_log10_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8559928Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8560253Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8560659Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8560984Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8561408Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8561663Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8561969Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8562105Z ok (0.085s) 2022-12-01T10:42:30.8562574Z test_unary_slowpath__foreach_log10_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8562911Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8563246Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8563585Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8563919Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8564253Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8564582Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8564893Z STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8565004Z ok (0.073s) 2022-12-01T10:42:30.8565511Z test_unary_slowpath__foreach_log10_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:00 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8565855Z STAGE:2022-12-01 10:42:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8566188Z STAGE:2022-12-01 10:42:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8566571Z STAGE:2022-12-01 10:42:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8566910Z STAGE:2022-12-01 10:42:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8567243Z STAGE:2022-12-01 10:42:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8567571Z STAGE:2022-12-01 10:42:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8567881Z STAGE:2022-12-01 10:42:01 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8567990Z ok (1.347s) 2022-12-01T10:42:30.8568494Z test_unary_slowpath__foreach_log10_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:01 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8568831Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8569161Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8569499Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8569826Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8570158Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8570492Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8570801Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8570907Z ok (1.288s) 2022-12-01T10:42:30.8571455Z test_unary_slowpath__foreach_log10_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8571797Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8572126Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8572463Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8572879Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8573133Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8573436Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8573766Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8573878Z ok (0.081s) 2022-12-01T10:42:30.8574378Z test_unary_slowpath__foreach_log10_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8574712Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8575035Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8575373Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8575705Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8576045Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8576351Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8576692Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8576802Z ok (0.080s) 2022-12-01T10:42:30.8577343Z test_unary_slowpath__foreach_log10_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8577689Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8578017Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8578356Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8578691Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8579028Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8579338Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8579676Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8579787Z ok (0.078s) 2022-12-01T10:42:30.8580280Z test_unary_slowpath__foreach_log10_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8580618Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8580944Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8581281Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8581616Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8581979Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8582307Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8582644Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8582757Z ok (0.074s) 2022-12-01T10:42:30.8583251Z test_unary_slowpath__foreach_log10_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8583589Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8583918Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8584252Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8584588Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8584901Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8585237Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8585571Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8585684Z ok (0.073s) 2022-12-01T10:42:30.8586175Z test_unary_slowpath__foreach_log10_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8586512Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8586841Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8587184Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8587516Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8587875Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8588215Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8588548Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8588658Z ok (0.073s) 2022-12-01T10:42:30.8589147Z test_unary_slowpath__foreach_log10_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8589488Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8589820Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8590153Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8590681Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8590993Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8591325Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8591660Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8591771Z ok (0.073s) 2022-12-01T10:42:30.8592266Z test_unary_slowpath__foreach_log10_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8592681Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8593011Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8593352Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8593659Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8593998Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8594325Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8594661Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8594775Z ok (0.073s) 2022-12-01T10:42:30.8595282Z test_unary_slowpath__foreach_log1p_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8595627Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8595962Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8596296Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8596601Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8596933Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8597261Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8597597Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8597714Z ok (0.079s) 2022-12-01T10:42:30.8598207Z test_unary_slowpath__foreach_log1p_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8598616Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8598960Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8599294Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8599601Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8599939Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8600268Z STAGE:2022-12-01 10:42:03 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8600607Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8600719Z ok (0.073s) 2022-12-01T10:42:30.8601227Z test_unary_slowpath__foreach_log1p_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8601562Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8601890Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8602199Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8602533Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8602868Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8603252Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8603590Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8603700Z ok (0.081s) 2022-12-01T10:42:30.8604213Z test_unary_slowpath__foreach_log1p_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8604553Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8604884Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8605192Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8605517Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8605853Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8606184Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8606521Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8606634Z ok (0.080s) 2022-12-01T10:42:30.8607133Z test_unary_slowpath__foreach_log1p_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8607473Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8607801Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8608113Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8608439Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8608776Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8609147Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8609493Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8609607Z ok (0.082s) 2022-12-01T10:42:30.8610110Z test_unary_slowpath__foreach_log1p_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8610442Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8610771Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8611082Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8611419Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8611758Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8612090Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8612426Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8612536Z ok (0.083s) 2022-12-01T10:42:30.8613034Z test_unary_slowpath__foreach_log1p_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8613374Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8613677Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8614068Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8614395Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8614734Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8615065Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8615403Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8615514Z ok (0.079s) 2022-12-01T10:42:30.8616008Z test_unary_slowpath__foreach_log1p_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8616338Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8616645Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8616977Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8617317Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8617652Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8617983Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8618320Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8618431Z ok (0.074s) 2022-12-01T10:42:30.8618924Z test_unary_slowpath__foreach_log1p_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8619261Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8619566Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8619946Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8620291Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8620625Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8620949Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8621288Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8621401Z ok (0.073s) 2022-12-01T10:42:30.8621888Z test_unary_slowpath__foreach_log1p_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8622203Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8622536Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8622866Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8623196Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8623531Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8623862Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8624193Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8624357Z ok (0.072s) 2022-12-01T10:42:30.8624853Z test_unary_slowpath__foreach_log1p_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8625170Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8625543Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8625877Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8626206Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8626543Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8626875Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8627215Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8627328Z ok (0.072s) 2022-12-01T10:42:30.8627825Z test_unary_slowpath__foreach_log1p_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8628139Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8628458Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8628787Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8629110Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8629439Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8629769Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8630100Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8630210Z ok (0.074s) 2022-12-01T10:42:30.8630938Z test_unary_slowpath__foreach_log2_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8631292Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8631611Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8631937Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8632258Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8632593Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8632915Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8633250Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8633360Z ok (0.082s) 2022-12-01T10:42:30.8633823Z test_unary_slowpath__foreach_log2_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8634153Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8634477Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8634803Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8635198Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8635528Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8635855Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8636185Z STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8636294Z ok (0.073s) 2022-12-01T10:42:30.8636776Z test_unary_slowpath__foreach_log2_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:04 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8637110Z STAGE:2022-12-01 10:42:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8637435Z STAGE:2022-12-01 10:42:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8637770Z STAGE:2022-12-01 10:42:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8638096Z STAGE:2022-12-01 10:42:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8638431Z STAGE:2022-12-01 10:42:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8638757Z STAGE:2022-12-01 10:42:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8639086Z STAGE:2022-12-01 10:42:06 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8639171Z ok (1.349s) 2022-12-01T10:42:30.8639663Z test_unary_slowpath__foreach_log2_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:06 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8639992Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8640317Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8640653Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8641023Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8641360Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8641685Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8642018Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8642103Z ok (1.290s) 2022-12-01T10:42:30.8642596Z test_unary_slowpath__foreach_log2_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8642925Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8643253Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8643586Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8643913Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8644244Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8644569Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8644902Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8644988Z ok (0.080s) 2022-12-01T10:42:30.8645478Z test_unary_slowpath__foreach_log2_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8645866Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8646194Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8646525Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8646851Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8647183Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8647507Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8647841Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8647927Z ok (0.080s) 2022-12-01T10:42:30.8648419Z test_unary_slowpath__foreach_log2_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8648752Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8649077Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8649405Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8649731Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8650059Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8650386Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8650695Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8650803Z ok (0.080s) 2022-12-01T10:42:30.8651284Z test_unary_slowpath__foreach_log2_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8651661Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8651990Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8652316Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8652637Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8652967Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8653291Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8653605Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8653713Z ok (0.079s) 2022-12-01T10:42:30.8654204Z test_unary_slowpath__foreach_log2_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8654626Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8654886Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8655186Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8655510Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8655842Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8656219Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8656532Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8656640Z ok (0.075s) 2022-12-01T10:42:30.8657124Z test_unary_slowpath__foreach_log2_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8657454Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8657773Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8658099Z STAGE:2022-12-01 10:42:07 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8658424Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8658760Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8659085Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8659399Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8659505Z ok (0.073s) 2022-12-01T10:42:30.8659989Z test_unary_slowpath__foreach_log2_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8660317Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8660639Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8660972Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8661301Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8661630Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8661980Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8662325Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8662427Z ok (0.073s) 2022-12-01T10:42:30.8662915Z test_unary_slowpath__foreach_log2_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8663245Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8663568Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8663897Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8664221Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8664549Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8664855Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8665185Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8665287Z ok (0.073s) 2022-12-01T10:42:30.8665777Z test_unary_slowpath__foreach_log_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8666107Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8666536Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8666866Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8667192Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8667519Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8667827Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8668157Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8668261Z ok (0.081s) 2022-12-01T10:42:30.8668741Z test_unary_slowpath__foreach_log_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8669068Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8669395Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8669729Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8670054Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8670364Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8670889Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8671228Z STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8671333Z ok (0.073s) 2022-12-01T10:42:30.8671832Z test_unary_slowpath__foreach_log_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:08 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8672168Z STAGE:2022-12-01 10:42:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8672564Z STAGE:2022-12-01 10:42:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8672904Z STAGE:2022-12-01 10:42:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8673229Z STAGE:2022-12-01 10:42:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8673540Z STAGE:2022-12-01 10:42:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8673866Z STAGE:2022-12-01 10:42:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8674197Z STAGE:2022-12-01 10:42:09 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8674303Z ok (1.329s) 2022-12-01T10:42:30.8674808Z test_unary_slowpath__foreach_log_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:09 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8675145Z STAGE:2022-12-01 10:42:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8675472Z STAGE:2022-12-01 10:42:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8675802Z STAGE:2022-12-01 10:42:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8676132Z STAGE:2022-12-01 10:42:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8676443Z STAGE:2022-12-01 10:42:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8676770Z STAGE:2022-12-01 10:42:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8677098Z STAGE:2022-12-01 10:42:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8677270Z ok (1.274s) 2022-12-01T10:42:30.8677758Z test_unary_slowpath__foreach_log_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8678088Z STAGE:2022-12-01 10:42:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8678414Z STAGE:2022-12-01 10:42:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8678742Z STAGE:2022-12-01 10:42:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8679047Z STAGE:2022-12-01 10:42:10 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8679375Z STAGE:2022-12-01 10:42:10 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8679697Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8680035Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8680141Z ok (0.082s) 2022-12-01T10:42:30.8680633Z test_unary_slowpath__foreach_log_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8680958Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8681281Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8681608Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8681915Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8682249Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8682578Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8682908Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8683072Z ok (0.081s) 2022-12-01T10:42:30.8683569Z test_unary_slowpath__foreach_log_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8683900Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8684223Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8684552Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8684859Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8685196Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8685520Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8685855Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8685961Z ok (0.076s) 2022-12-01T10:42:30.8686447Z test_unary_slowpath__foreach_log_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8686776Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8687102Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8687430Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8687798Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8688125Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8688453Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8688783Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8688891Z ok (0.075s) 2022-12-01T10:42:30.8689374Z test_unary_slowpath__foreach_log_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8689701Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8690021Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8690335Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8690660Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8690990Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8691313Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8691642Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8691747Z ok (0.077s) 2022-12-01T10:42:30.8692231Z test_unary_slowpath__foreach_log_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8692558Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8692884Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8693195Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8693571Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8693909Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8694230Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8694542Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8694642Z ok (0.075s) 2022-12-01T10:42:30.8695120Z test_unary_slowpath__foreach_log_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8695455Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8695777Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8696106Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8696425Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8696753Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8697058Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8697391Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8697495Z ok (0.073s) 2022-12-01T10:42:30.8697980Z test_unary_slowpath__foreach_log_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8698367Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8698689Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8699011Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8699331Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8699660Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8699964Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8700292Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8700395Z ok (0.075s) 2022-12-01T10:42:30.8700884Z test_unary_slowpath__foreach_neg_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8701215Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8701534Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8701859Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8702176Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8702504Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8702808Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8703136Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8703242Z ok (0.079s) 2022-12-01T10:42:30.8703769Z test_unary_slowpath__foreach_neg_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8704106Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8704454Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8704778Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8705097Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8705425Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8705730Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8706057Z STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8706158Z ok (0.069s) 2022-12-01T10:42:30.8706654Z test_unary_slowpath__foreach_neg_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:11 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8706980Z STAGE:2022-12-01 10:42:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8707297Z STAGE:2022-12-01 10:42:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8707620Z STAGE:2022-12-01 10:42:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8707940Z STAGE:2022-12-01 10:42:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8708249Z STAGE:2022-12-01 10:42:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8708627Z STAGE:2022-12-01 10:42:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8708952Z STAGE:2022-12-01 10:42:12 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8709058Z ok (1.172s) 2022-12-01T10:42:30.8709551Z test_unary_slowpath__foreach_neg_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:12 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8709877Z STAGE:2022-12-01 10:42:13 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8710198Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8710663Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8710999Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8711318Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8711636Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8711967Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8712069Z ok (1.179s) 2022-12-01T10:42:30.8712554Z test_unary_slowpath__foreach_neg_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8712881Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8713201Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8713527Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8713861Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8714173Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8714559Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8714905Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8715006Z ok (0.080s) 2022-12-01T10:42:30.8715490Z test_unary_slowpath__foreach_neg_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8715816Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8716135Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8716466Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8716776Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8717109Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8717429Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8717755Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8717855Z ok (0.081s) 2022-12-01T10:42:30.8718338Z test_unary_slowpath__foreach_neg_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8718661Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8719055Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8719429Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8719743Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8720071Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8720394Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8720723Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8720825Z ok (0.076s) 2022-12-01T10:42:30.8721309Z test_unary_slowpath__foreach_neg_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8721642Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8721962Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8722292Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8722597Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8722923Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8723245Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8723570Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8723670Z ok (0.056s) 2022-12-01T10:42:30.8724150Z test_unary_slowpath__foreach_neg_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8724482Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8724853Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8725175Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8725530Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8725860Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8726182Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8726509Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8726614Z ok (0.054s) 2022-12-01T10:42:30.8727093Z test_unary_slowpath__foreach_neg_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8727421Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8727746Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8728058Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8728377Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8728703Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8729024Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8729350Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8729507Z ok (0.051s) 2022-12-01T10:42:30.8729994Z test_unary_slowpath__foreach_neg_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8730321Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8730637Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8730948Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8731269Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8731598Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8731918Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8732250Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8732351Z ok (0.055s) 2022-12-01T10:42:30.8732834Z test_unary_slowpath__foreach_neg_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8733159Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8733479Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8733788Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8734107Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8734434Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8734760Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8735128Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8735237Z ok (0.056s) 2022-12-01T10:42:30.8735744Z test_unary_slowpath__foreach_reciprocal_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8736068Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8736374Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8736705Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8737022Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8737353Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8737673Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8738005Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8738106Z ok (0.079s) 2022-12-01T10:42:30.8738596Z test_unary_slowpath__foreach_reciprocal_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8738922Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8739225Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8739549Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8739931Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8740255Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8740575Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8740903Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8741003Z ok (0.076s) 2022-12-01T10:42:30.8741515Z test_unary_slowpath__foreach_reciprocal_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8741845Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8742151Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8742481Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8742803Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8743135Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8743454Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8743780Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8743880Z ok (0.091s) 2022-12-01T10:42:30.8744389Z test_unary_slowpath__foreach_reciprocal_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8744717Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8745024Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8745353Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8745735Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8746075Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8746393Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8746719Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8746820Z ok (0.093s) 2022-12-01T10:42:30.8747327Z test_unary_slowpath__foreach_reciprocal_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8747645Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8747966Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8748293Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8748617Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8748944Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8749265Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8749588Z STAGE:2022-12-01 10:42:14 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8749689Z ok (0.081s) 2022-12-01T10:42:30.8750189Z test_unary_slowpath__foreach_reciprocal_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8750741Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8751080Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8751409Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8751729Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8752053Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8752371Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8752697Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8752803Z ok (0.080s) 2022-12-01T10:42:30.8753296Z test_unary_slowpath__foreach_reciprocal_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8753609Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8753925Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8754253Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8754573Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8754902Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8755220Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8755550Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8755650Z ok (0.076s) 2022-12-01T10:42:30.8756200Z test_unary_slowpath__foreach_reciprocal_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8756542Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8756857Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8757181Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8757494Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8757817Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8758143Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8758470Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8758574Z ok (0.074s) 2022-12-01T10:42:30.8759058Z test_unary_slowpath__foreach_reciprocal_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8759387Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8759704Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8760034Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8760352Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8760753Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8761076Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8761404Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8761503Z ok (0.076s) 2022-12-01T10:42:30.8761985Z test_unary_slowpath__foreach_reciprocal_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8762316Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8762636Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8762962Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8763288Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8763613Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8763936Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8764265Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8764350Z ok (0.073s) 2022-12-01T10:42:30.8764851Z test_unary_slowpath__foreach_reciprocal_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8765181Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8765503Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8765832Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8766152Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8766528Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8766859Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8767185Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8767271Z ok (0.072s) 2022-12-01T10:42:30.8767765Z test_unary_slowpath__foreach_reciprocal_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8768092Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8768415Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8768740Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8769063Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8769389Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8769711Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8770038Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8770122Z ok (0.073s) 2022-12-01T10:42:30.8770612Z test_unary_slowpath__foreach_round_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8771000Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8771319Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8771648Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8772094Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8772300Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8772651Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8772986Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8773064Z ok (0.079s) 2022-12-01T10:42:30.8773520Z test_unary_slowpath__foreach_round_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8773891Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8774214Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8774543Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8774862Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8775190Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8775515Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8775843Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8775932Z ok (0.069s) 2022-12-01T10:42:30.8776428Z test_unary_slowpath__foreach_round_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8776801Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8777125Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8777450Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8777769Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8778096Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8778417Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8778730Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8778832Z ok (0.080s) 2022-12-01T10:42:30.8779325Z test_unary_slowpath__foreach_round_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8779650Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8779970Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8780293Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8780615Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8780937Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8781256Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8781628Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8781730Z ok (0.080s) 2022-12-01T10:42:30.8782223Z test_unary_slowpath__foreach_round_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8782549Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8782870Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8783194Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8783518Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8783844Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8784171Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8784487Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8784591Z ok (0.081s) 2022-12-01T10:42:30.8785079Z test_unary_slowpath__foreach_round_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8785404Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8785722Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8786048Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8786370Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8786701Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8787051Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8787392Z STAGE:2022-12-01 10:42:15 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8787492Z ok (0.086s) 2022-12-01T10:42:30.8787979Z test_unary_slowpath__foreach_round_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8788303Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8788624Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8788948Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8789272Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8789599Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8789908Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8790234Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8790335Z ok (0.078s) 2022-12-01T10:42:30.8791012Z test_unary_slowpath__foreach_round_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8791348Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8791674Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8792088Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8792410Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8792737Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8793045Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8793372Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8793473Z ok (0.059s) 2022-12-01T10:42:30.8793954Z test_unary_slowpath__foreach_round_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8794280Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8794602Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8794930Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8795253Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8795585Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8795893Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8796217Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8796317Z ok (0.058s) 2022-12-01T10:42:30.8796798Z test_unary_slowpath__foreach_round_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8797132Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8797451Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8797837Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8798171Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8798484Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8798805Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8799129Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8799233Z ok (0.054s) 2022-12-01T10:42:30.8799717Z test_unary_slowpath__foreach_round_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8800047Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8800374Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8800704Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8801026Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8801337Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8801658Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8801981Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8802132Z ok (0.061s) 2022-12-01T10:42:30.8802617Z test_unary_slowpath__foreach_round_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8802944Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8803264Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8803591Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8803909Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8804217Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8804537Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8804945Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8805050Z ok (0.058s) 2022-12-01T10:42:30.8805549Z test_unary_slowpath__foreach_sigmoid_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8805878Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8806197Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8806523Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8806827Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8807155Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8807479Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8807805Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8807906Z ok (0.080s) 2022-12-01T10:42:30.8808433Z test_unary_slowpath__foreach_sigmoid_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8808769Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8809088Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8809412Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8809714Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8810040Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8810360Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8810690Z STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8810791Z ok (0.073s) 2022-12-01T10:42:30.8811296Z test_unary_slowpath__foreach_sigmoid_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:16 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8811625Z STAGE:2022-12-01 10:42:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8811950Z STAGE:2022-12-01 10:42:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8812281Z STAGE:2022-12-01 10:42:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8812643Z STAGE:2022-12-01 10:42:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8812973Z STAGE:2022-12-01 10:42:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8813297Z STAGE:2022-12-01 10:42:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8813624Z STAGE:2022-12-01 10:42:18 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8813719Z ok (1.776s) 2022-12-01T10:42:30.8814262Z test_unary_slowpath__foreach_sigmoid_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:18 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8814585Z STAGE:2022-12-01 10:42:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8814904Z STAGE:2022-12-01 10:42:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8815229Z STAGE:2022-12-01 10:42:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8815532Z STAGE:2022-12-01 10:42:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8815853Z STAGE:2022-12-01 10:42:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8816177Z STAGE:2022-12-01 10:42:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8816502Z STAGE:2022-12-01 10:42:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8816602Z ok (1.652s) 2022-12-01T10:42:30.8817096Z test_unary_slowpath__foreach_sigmoid_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8817423Z STAGE:2022-12-01 10:42:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8817741Z STAGE:2022-12-01 10:42:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8818056Z STAGE:2022-12-01 10:42:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8818435Z STAGE:2022-12-01 10:42:19 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8818781Z STAGE:2022-12-01 10:42:19 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8819104Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8819430Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8819529Z ok (0.079s) 2022-12-01T10:42:30.8820020Z test_unary_slowpath__foreach_sigmoid_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8820347Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8820673Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8820983Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8821301Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8821626Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8821946Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8822271Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8822368Z ok (0.083s) 2022-12-01T10:42:30.8822860Z test_unary_slowpath__foreach_sigmoid_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8823244Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8823567Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8823876Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8824197Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8824518Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8824835Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8825156Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8825256Z ok (0.077s) 2022-12-01T10:42:30.8825795Z test_unary_slowpath__foreach_sigmoid_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8826122Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8826428Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8826756Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8827076Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8827399Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8827720Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8828047Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8828154Z ok (0.074s) 2022-12-01T10:42:30.8828645Z test_unary_slowpath__foreach_sigmoid_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8829071Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8829384Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8829715Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8830039Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8830363Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8830882Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8831223Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8831392Z ok (0.074s) 2022-12-01T10:42:30.8831879Z test_unary_slowpath__foreach_sigmoid_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8832215Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8832519Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8832842Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8833169Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8833500Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8833910Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8834233Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8834338Z ok (0.074s) 2022-12-01T10:42:30.8834823Z test_unary_slowpath__foreach_sigmoid_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8835153Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8835459Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8835778Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8836097Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8836426Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8836746Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8837078Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8837180Z ok (0.073s) 2022-12-01T10:42:30.8837669Z test_unary_slowpath__foreach_sigmoid_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8837982Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8838302Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8838628Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8838954Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8839284Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8839664Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8840002Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8840108Z ok (0.073s) 2022-12-01T10:42:30.8840590Z test_unary_slowpath__foreach_sin_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8840900Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8841219Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8841555Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8841880Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8842211Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8842530Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8842855Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8842959Z ok (0.084s) 2022-12-01T10:42:30.8843419Z test_unary_slowpath__foreach_sin_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8843741Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8844121Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8844452Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8844773Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8845102Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8845424Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8845750Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8845854Z ok (0.076s) 2022-12-01T10:42:30.8846331Z test_unary_slowpath__foreach_sin_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8846669Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8846991Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8847325Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8847647Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8847977Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8848301Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8848633Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8848735Z ok (0.089s) 2022-12-01T10:42:30.8849215Z test_unary_slowpath__foreach_sin_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8849550Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8849923Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8850263Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8850588Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8850916Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8851236Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8851558Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8851669Z ok (0.091s) 2022-12-01T10:42:30.8852140Z test_unary_slowpath__foreach_sin_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8852472Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8852797Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8853123Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8853444Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8853772Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8854096Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8854431Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8854565Z ok (0.081s) 2022-12-01T10:42:30.8855058Z test_unary_slowpath__foreach_sin_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8855389Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8855710Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8856037Z STAGE:2022-12-01 10:42:20 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8856355Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8856681Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8857001Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8857334Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8857419Z ok (0.080s) 2022-12-01T10:42:30.8857905Z test_unary_slowpath__foreach_sin_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8858243Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8858563Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8858887Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8859213Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8859545Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8859874Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8860248Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8860339Z ok (0.078s) 2022-12-01T10:42:30.8860831Z test_unary_slowpath__foreach_sin_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8861159Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8861475Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8861794Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8862114Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8862447Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8862770Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8863104Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8863190Z ok (0.076s) 2022-12-01T10:42:30.8863673Z test_unary_slowpath__foreach_sin_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8864003Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8864325Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8864652Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8865033Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8865355Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8865680Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8865991Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8866095Z ok (0.073s) 2022-12-01T10:42:30.8866579Z test_unary_slowpath__foreach_sin_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8866911Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8867232Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8867566Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8867888Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8868221Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8868547Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8868855Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8868959Z ok (0.073s) 2022-12-01T10:42:30.8869438Z test_unary_slowpath__foreach_sin_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8869765Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8870092Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8870423Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8871015Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8871358Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8871685Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8871998Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8872100Z ok (0.075s) 2022-12-01T10:42:30.8872581Z test_unary_slowpath__foreach_sin_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8872915Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8873240Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8873571Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8873899Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8874228Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8874534Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8874860Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8874962Z ok (0.073s) 2022-12-01T10:42:30.8875453Z test_unary_slowpath__foreach_sinh_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8875861Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8876189Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8876517Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8876838Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8877160Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8877464Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8877789Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8877899Z ok (0.080s) 2022-12-01T10:42:30.8878382Z test_unary_slowpath__foreach_sinh_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8878713Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8879039Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8879366Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8879695Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8880030Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8880333Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8880666Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8880769Z ok (0.073s) 2022-12-01T10:42:30.8881306Z test_unary_slowpath__foreach_sinh_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8881644Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8881964Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8882291Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8882608Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8882936Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8883245Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8883576Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8883681Z ok (0.089s) 2022-12-01T10:42:30.8884180Z test_unary_slowpath__foreach_sinh_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8884509Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8884833Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8885159Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8885480Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8885789Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8886178Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8886509Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8886612Z ok (0.097s) 2022-12-01T10:42:30.8887095Z test_unary_slowpath__foreach_sinh_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8887418Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8887739Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8888065Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8888393Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8888711Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8889036Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8889366Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8889469Z ok (0.082s) 2022-12-01T10:42:30.8889949Z test_unary_slowpath__foreach_sinh_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8890280Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8890608Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8890938Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8891268Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8891640Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8891973Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8892302Z STAGE:2022-12-01 10:42:21 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8892411Z ok (0.080s) 2022-12-01T10:42:30.8892893Z test_unary_slowpath__foreach_sinh_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8893226Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8893551Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8893887Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8894192Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8894522Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8894847Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8895178Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8895283Z ok (0.077s) 2022-12-01T10:42:30.8895768Z test_unary_slowpath__foreach_sinh_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8896098Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8896475Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8896808Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8897116Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8897442Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8897765Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8898089Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8898191Z ok (0.073s) 2022-12-01T10:42:30.8898669Z test_unary_slowpath__foreach_sinh_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8899003Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8899326Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8899654Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8899963Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8900294Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8900625Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8900953Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8901054Z ok (0.073s) 2022-12-01T10:42:30.8901531Z test_unary_slowpath__foreach_sinh_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8901874Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8902242Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8902558Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8902882Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8903204Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8903530Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8903858Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8903968Z ok (0.072s) 2022-12-01T10:42:30.8904460Z test_unary_slowpath__foreach_sinh_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8904793Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8905118Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8905428Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8905750Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8906075Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8906397Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8906779Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8906880Z ok (0.076s) 2022-12-01T10:42:30.8907364Z test_unary_slowpath__foreach_sinh_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8907691Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8908014Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8908324Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8908641Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8908967Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8909292Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8909621Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8909722Z ok (0.073s) 2022-12-01T10:42:30.8910213Z test_unary_slowpath__foreach_sqrt_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8910816Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8911148Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8911458Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8911779Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8912113Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8912434Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8912836Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8912942Z ok (0.080s) 2022-12-01T10:42:30.8913429Z test_unary_slowpath__foreach_sqrt_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8913752Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8914058Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8914383Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8914700Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8915036Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8915357Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8915682Z STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8915785Z ok (0.073s) 2022-12-01T10:42:30.8916280Z test_unary_slowpath__foreach_sqrt_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:22 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8916610Z STAGE:2022-12-01 10:42:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8916911Z STAGE:2022-12-01 10:42:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8917238Z STAGE:2022-12-01 10:42:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8917635Z STAGE:2022-12-01 10:42:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8917966Z STAGE:2022-12-01 10:42:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8918287Z STAGE:2022-12-01 10:42:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8918610Z STAGE:2022-12-01 10:42:24 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8918712Z ok (1.556s) 2022-12-01T10:42:30.8919207Z test_unary_slowpath__foreach_sqrt_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:24 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8919537Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8919841Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8920170Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8920499Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8920825Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8921143Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8921467Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8921570Z ok (1.510s) 2022-12-01T10:42:30.8922067Z test_unary_slowpath__foreach_sqrt_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8922377Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8922702Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8923073Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8923407Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8923731Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8924051Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8924382Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8924484Z ok (0.080s) 2022-12-01T10:42:30.8924969Z test_unary_slowpath__foreach_sqrt_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8925288Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8925649Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8925983Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8926307Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8926633Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8926957Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8927286Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8927390Z ok (0.080s) 2022-12-01T10:42:30.8927877Z test_unary_slowpath__foreach_sqrt_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8928244Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8928570Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8928901Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8929224Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8929554Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8929881Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8930206Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8930309Z ok (0.078s) 2022-12-01T10:42:30.8930773Z test_unary_slowpath__foreach_sqrt_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8931108Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8931430Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8931757Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8932081Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8932412Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8932735Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8933070Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8933175Z ok (0.073s) 2022-12-01T10:42:30.8933684Z test_unary_slowpath__foreach_sqrt_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8934025Z STAGE:2022-12-01 10:42:25 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8934343Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8934669Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8934996Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8935329Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8935659Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8935987Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8936093Z ok (0.073s) 2022-12-01T10:42:30.8936558Z test_unary_slowpath__foreach_sqrt_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8936886Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8937208Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8937537Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8937859Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8938244Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8938565Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8938896Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8938981Z ok (0.073s) 2022-12-01T10:42:30.8939470Z test_unary_slowpath__foreach_sqrt_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8939801Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8940122Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8940447Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8940770Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8941094Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8941418Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8941748Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8941834Z ok (0.073s) 2022-12-01T10:42:30.8942324Z test_unary_slowpath__foreach_sqrt_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8942652Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8942971Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8943299Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8943624Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8943994Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8944327Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8944654Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8944739Z ok (0.073s) 2022-12-01T10:42:30.8945222Z test_unary_slowpath__foreach_tan_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8945548Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8945871Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8946205Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8946528Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8946858Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8947181Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8947507Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8947593Z ok (0.079s) 2022-12-01T10:42:30.8948068Z test_unary_slowpath__foreach_tan_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8948391Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8948768Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8949100Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8949422Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8949752Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8950078Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8950391Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8950633Z ok (0.073s) 2022-12-01T10:42:30.8951144Z test_unary_slowpath__foreach_tan_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8951479Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8951805Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8952137Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8952461Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8952797Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8953121Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8953430Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8953536Z ok (0.094s) 2022-12-01T10:42:30.8954036Z test_unary_slowpath__foreach_tan_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8954373Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8954760Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8955104Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8955427Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8955754Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8956073Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8956385Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8956495Z ok (0.093s) 2022-12-01T10:42:30.8956983Z test_unary_slowpath__foreach_tan_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8957324Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8957643Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8957972Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8958298Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8958628Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8958955Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8959341Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8959444Z ok (0.080s) 2022-12-01T10:42:30.8959934Z test_unary_slowpath__foreach_tan_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8960267Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8960592Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8960922Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8961249Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8961580Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8961891Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8962225Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8962333Z ok (0.080s) 2022-12-01T10:42:30.8962821Z test_unary_slowpath__foreach_tan_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8963155Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8963478Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8963812Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8964139Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8964478Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8964784Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8965168Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8965283Z ok (0.077s) 2022-12-01T10:42:30.8965772Z test_unary_slowpath__foreach_tan_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8966098Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8966419Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8966745Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8967080Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8967415Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8967724Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8968051Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8968159Z ok (0.073s) 2022-12-01T10:42:30.8968644Z test_unary_slowpath__foreach_tan_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8968970Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8969294Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8969677Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8970005Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8970318Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8970647Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8970978Z STAGE:2022-12-01 10:42:26 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8971084Z ok (0.073s) 2022-12-01T10:42:30.8971572Z test_unary_slowpath__foreach_tan_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8971902Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8972229Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8972562Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8972892Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8973206Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8973534Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8973863Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8973969Z ok (0.076s) 2022-12-01T10:42:30.8974451Z test_unary_slowpath__foreach_tan_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8974781Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8975115Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8975492Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8975828Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8976138Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8976460Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8976789Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8976897Z ok (0.075s) 2022-12-01T10:42:30.8977380Z test_unary_slowpath__foreach_tan_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8977715Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8978043Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8978377Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8978684Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8979011Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8979331Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8979662Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8979773Z ok (0.073s) 2022-12-01T10:42:30.8980323Z test_unary_slowpath__foreach_tanh_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8980659Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8980982Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8981313Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8981620Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8981956Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8982285Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8982618Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8982728Z ok (0.080s) 2022-12-01T10:42:30.8983215Z test_unary_slowpath__foreach_tanh_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8983548Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8983873Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8984205Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8984512Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8984844Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8985170Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8985511Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8985616Z ok (0.073s) 2022-12-01T10:42:30.8986157Z test_unary_slowpath__foreach_tanh_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8986497Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8986822Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8987149Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8987452Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8987782Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8988111Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8988442Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8988549Z ok (0.088s) 2022-12-01T10:42:30.8989050Z test_unary_slowpath__foreach_tanh_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8989386Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8989710Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8990019Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8990343Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8990969Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8991295Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8991629Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8991733Z ok (0.091s) 2022-12-01T10:42:30.8992224Z test_unary_slowpath__foreach_tanh_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8992556Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8992881Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8993191Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8993520Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8993849Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8994179Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8994508Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8994612Z ok (0.085s) 2022-12-01T10:42:30.8995103Z test_unary_slowpath__foreach_tanh_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8995434Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8995757Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8996069Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8996396Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8996796Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8997138Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8997469Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8997575Z ok (0.083s) 2022-12-01T10:42:30.8998057Z test_unary_slowpath__foreach_tanh_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8998384Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8998691Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8999024Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.8999357Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.8999697Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9000022Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9000350Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9000452Z ok (0.077s) 2022-12-01T10:42:30.9000937Z test_unary_slowpath__foreach_tanh_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9001342Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9001647Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9001980Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9002301Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9002628Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9002953Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9003285Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9003390Z ok (0.073s) 2022-12-01T10:42:30.9003875Z test_unary_slowpath__foreach_tanh_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9004204Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9004508Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9004833Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9005158Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9005485Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9005806Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9006136Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9006248Z ok (0.073s) 2022-12-01T10:42:30.9006731Z test_unary_slowpath__foreach_tanh_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9007089Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9007427Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9007753Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9008072Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9008396Z STAGE:2022-12-01 10:42:27 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9008715Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9009038Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9009149Z ok (0.073s) 2022-12-01T10:42:30.9009631Z test_unary_slowpath__foreach_tanh_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9009945Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9010265Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9010588Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9010911Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9011244Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9011570Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9011956Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9012058Z ok (0.074s) 2022-12-01T10:42:30.9012547Z test_unary_slowpath__foreach_tanh_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9012856Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9013172Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9013498Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9013823Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9014150Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9014475Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9014807Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9014913Z ok (0.073s) 2022-12-01T10:42:30.9015390Z test_unary_slowpath__foreach_trunc_cuda_bfloat16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9015717Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9016040Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9016370Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9016691Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9017021Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9017350Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9017725Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9017838Z ok (0.082s) 2022-12-01T10:42:30.9018309Z test_unary_slowpath__foreach_trunc_cuda_bool (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9018639Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9018959Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9019334Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9019666Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9019991Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9020325Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9020654Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9020761Z ok (0.070s) 2022-12-01T10:42:30.9021240Z test_unary_slowpath__foreach_trunc_cuda_complex128 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9021570Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9021899Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9022287Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9022610Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9022940Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9023262Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9023586Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9023688Z ok (0.079s) 2022-12-01T10:42:30.9024168Z test_unary_slowpath__foreach_trunc_cuda_complex64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9024493Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9024823Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9025150Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9025510Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9025844Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9026169Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9026500Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9026585Z ok (0.079s) 2022-12-01T10:42:30.9027079Z test_unary_slowpath__foreach_trunc_cuda_float16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9027409Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9027725Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9028096Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9028427Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9028755Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9029076Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9029409Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9029494Z ok (0.081s) 2022-12-01T10:42:30.9029991Z test_unary_slowpath__foreach_trunc_cuda_float32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9030328Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9030945Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9031287Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9031615Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9031943Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9032262Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9032589Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9032757Z ok (0.080s) 2022-12-01T10:42:30.9033260Z test_unary_slowpath__foreach_trunc_cuda_float64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9033597Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9033921Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9034249Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9034572Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9034902Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9035229Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9035563Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9035649Z ok (0.077s) 2022-12-01T10:42:30.9036136Z test_unary_slowpath__foreach_trunc_cuda_int16 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9036470Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9036795Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9037123Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9037445Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9037772Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9038099Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9038409Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9038517Z ok (0.060s) 2022-12-01T10:42:30.9039075Z test_unary_slowpath__foreach_trunc_cuda_int32 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9039420Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9039739Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9040064Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9040383Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9040717Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9041044Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9041359Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9041466Z ok (0.064s) 2022-12-01T10:42:30.9041951Z test_unary_slowpath__foreach_trunc_cuda_int64 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9042277Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9042599Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9042923Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9043243Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9043622Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9043947Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9044256Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9044356Z ok (0.057s) 2022-12-01T10:42:30.9044839Z test_unary_slowpath__foreach_trunc_cuda_int8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9045169Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9045495Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9045825Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9046152Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9046483Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9046789Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9047119Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9047224Z ok (0.059s) 2022-12-01T10:42:30.9047708Z test_unary_slowpath__foreach_trunc_cuda_uint8 (__main__.TestForeachCUDA) ... STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9048037Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9048358Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9048683Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9049053Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9049395Z STAGE:2022-12-01 10:42:28 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9049699Z STAGE:2022-12-01 10:42:29 3905:3905 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:42:30.9050027Z STAGE:2022-12-01 10:42:29 3905:3905 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:42:30.9050131Z ok (0.058s) 2022-12-01T10:42:30.9050156Z 2022-12-01T10:42:30.9050424Z ---------------------------------------------------------------------- 2022-12-01T10:42:30.9050541Z Ran 1232 tests in 285.541s 2022-12-01T10:42:30.9050563Z 2022-12-01T10:42:30.9050677Z OK (skipped=23) 2022-12-01T10:42:30.9050700Z 2022-12-01T10:42:30.9050828Z Generating XML reports... 2022-12-01T10:42:30.9051220Z Generated XML report: test-reports/python-unittest/test_foreach/TEST-TestForeachCUDA-20221201103743.xml 2022-12-01T10:42:30.9051241Z 2022-12-01T10:42:30.9051943Z ##[endgroup] 2022-12-01T10:42:30.9052337Z FINISHED PRINTING LOG FILE of test_foreach (/var/lib/jenkins/workspace/test/test-reports/test_foreach_8ku8o58g) 2022-12-01T10:42:30.9052358Z 2022-12-01T10:42:32.0543420Z Ignoring disabled issues: [] 2022-12-01T10:42:32.0872285Z Running test_binary_ufuncs ... [2022-12-01 10:42:32.086805] 2022-12-01T10:42:32.0875433Z Executing ['/opt/conda/bin/python', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:42:32.087209] 2022-12-01T10:44:37.9962574Z 2022-12-01T10:44:37.9963216Z Expand the folded group to see the log file of test_binary_ufuncs 2022-12-01T10:44:37.9965669Z ##[group]PRINTING LOG FILE of test_binary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_binary_ufuncs_4568tc7z) 2022-12-01T10:44:37.9975681Z 2022-12-01T10:44:37.9976686Z Running tests... 2022-12-01T10:44:37.9977553Z ---------------------------------------------------------------------- 2022-12-01T10:44:37.9978614Z Test results will be stored in test-reports/python-unittest/test_binary_ufuncs 2022-12-01T10:44:37.9979449Z test___add___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:37.9980198Z test___add___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9981039Z test___add___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9981777Z test___add___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9982719Z test___add___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9984542Z test___add___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9985395Z test___add___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9986194Z test___add___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9986974Z test___and___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9987735Z test___and___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9988527Z test___and___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9989335Z test___and___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9990066Z test___and___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9991197Z test___and___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9992293Z test___and___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9993101Z test___and___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9993928Z test___eq___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9994933Z test___eq___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9995795Z test___eq___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9996615Z test___eq___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9997434Z test___eq___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9998223Z test___eq___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9999010Z test___eq___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:37.9999866Z test___eq___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0000665Z test___floordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0001552Z test___floordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0002394Z test___floordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0003200Z test___floordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0003981Z test___floordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0004793Z test___floordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0005607Z test___floordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0006426Z test___floordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0007387Z test___ge___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0008215Z test___ge___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0008997Z test___ge___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0009814Z test___ge___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0010573Z test___ge___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0011363Z test___ge___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0012142Z test___ge___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0012957Z test___ge___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0013744Z test___gt___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0014555Z test___gt___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0015405Z test___gt___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0016196Z test___gt___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0017033Z test___gt___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0017903Z test___gt___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0018726Z test___gt___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0019586Z test___gt___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0020587Z test___iadd___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0021493Z test___iadd___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0021977Z test___iadd___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0022521Z test___iadd___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0022991Z test___iadd___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0023618Z test___iadd___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0024482Z test___iadd___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0025490Z test___iadd___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0026373Z test___iand___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0027286Z test___iand___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0028088Z test___iand___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0028958Z test___iand___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0029792Z test___iand___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0030824Z test___iand___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0031660Z test___iand___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0032534Z test___iand___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0033449Z test___ifloordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0034339Z test___ifloordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0035380Z test___ifloordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0036335Z test___ifloordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0037225Z test___ifloordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0037840Z test___ifloordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0038744Z test___ifloordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0039533Z test___ifloordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0074683Z test___ilshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0075162Z test___ilshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0075655Z test___ilshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0076623Z test___ilshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0077363Z test___ilshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0078315Z test___ilshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0079103Z test___ilshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0080057Z test___ilshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0080884Z test___imod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0081770Z test___imod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0082570Z test___imod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0083321Z test___imod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0084296Z test___imod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0085129Z test___imod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0086016Z test___imod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0086787Z test___imod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0087647Z test___imul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0088494Z test___imul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0089230Z test___imul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0090171Z test___imul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0091028Z test___imul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0091882Z test___imul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0092675Z test___imul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0093545Z test___imul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0094288Z test___ior___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0095153Z test___ior___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0095976Z test___ior___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0096903Z test___ior___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0097785Z test___ior___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0098657Z test___ior___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0099495Z test___ior___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0100235Z test___ior___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0101193Z test___ipow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0102030Z test___ipow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0102836Z test___ipow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0103699Z test___ipow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0104511Z test___ipow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0105266Z test___ipow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0106087Z test___ipow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0106892Z test___ipow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0107622Z test___irshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0108496Z test___irshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0109470Z test___irshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0110072Z test___irshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0110543Z test___irshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0111651Z test___irshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0112531Z test___irshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0113401Z test___irshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0114273Z test___isub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0115222Z test___isub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0115956Z test___isub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0116531Z test___isub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0117077Z test___isub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0117801Z test___isub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0118192Z test___isub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0118642Z test___isub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0119107Z test___itruediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0119596Z test___itruediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0120059Z test___itruediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0120535Z test___itruediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0121011Z test___itruediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0121765Z test___itruediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0122229Z test___itruediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0122737Z test___itruediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0123487Z test___ixor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0124031Z test___ixor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0124731Z test___ixor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0125401Z test___ixor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0126139Z test___ixor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0126717Z test___ixor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0127418Z test___ixor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0128131Z test___ixor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0128771Z test___le___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0129494Z test___le___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0130139Z test___le___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0130813Z test___le___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0131514Z test___le___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0132280Z test___le___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0132962Z test___le___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0133424Z test___le___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0133998Z test___lshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0134496Z test___lshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0134970Z test___lshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0135422Z test___lshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0135892Z test___lshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0136357Z test___lshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0136825Z test___lshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0137264Z test___lshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0137733Z test___lt___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0138195Z test___lt___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0138627Z test___lt___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0139075Z test___lt___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0139527Z test___lt___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0139982Z test___lt___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0140417Z test___lt___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0140972Z test___lt___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0141437Z test___matmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0141919Z test___matmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0142373Z test___matmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0142841Z test___matmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0143305Z test___matmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0143799Z test___matmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0144358Z test___matmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0145398Z test___matmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0146210Z test___mod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0146667Z test___mod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0147122Z test___mod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0147738Z test___mod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0148594Z test___mod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0149575Z test___mod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0150422Z test___mod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0151667Z test___mod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0152403Z test___mul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0152923Z test___mul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0153459Z test___mul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0154580Z test___mul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0155369Z test___mul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0155875Z test___mul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0156624Z test___mul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0157216Z test___mul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0157840Z test___ne___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0158560Z test___ne___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0159283Z test___ne___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0159892Z test___ne___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0160483Z test___ne___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0160966Z test___ne___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0161412Z test___ne___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0161856Z test___ne___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0162784Z test___or___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0163813Z test___or___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0164655Z test___or___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0165519Z test___or___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0166282Z test___or___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0167196Z test___or___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0168011Z test___or___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0168859Z test___or___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0169664Z test___pow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0170537Z test___pow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0171325Z test___pow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0172121Z test___pow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0172907Z test___pow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0173723Z test___pow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0174521Z test___pow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0175301Z test___pow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0176183Z test___radd___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0177004Z test___radd___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0178047Z test___radd___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0178818Z test___radd___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0179274Z test___radd___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0179802Z test___radd___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0180845Z test___radd___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0181717Z test___radd___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0182722Z test___rand___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0183633Z test___rand___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0184489Z test___rand___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0185248Z test___rand___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0186118Z test___rand___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0186953Z test___rand___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0187719Z test___rand___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0188501Z test___rand___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0189314Z test___rfloordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0190080Z test___rfloordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0191444Z test___rfloordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0192445Z test___rfloordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0193273Z test___rfloordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0194209Z test___rfloordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0195107Z test___rfloordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0196046Z test___rfloordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0196977Z test___rlshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0197830Z test___rlshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0198842Z test___rlshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0199723Z test___rlshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0200620Z test___rlshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0201514Z test___rlshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0202485Z test___rlshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0203398Z test___rlshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0204194Z test___rmatmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0205153Z test___rmatmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0206107Z test___rmatmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0207054Z test___rmatmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0207962Z test___rmatmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0209025Z test___rmatmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0209927Z test___rmatmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0210861Z test___rmatmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0211744Z test___rmod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0212758Z test___rmod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0213603Z test___rmod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0214531Z test___rmod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0215398Z test___rmod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0216302Z test___rmod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0217217Z test___rmod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0217991Z test___rmod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0218979Z test___rmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0219835Z test___rmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0220795Z test___rmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0221619Z test___rmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0222648Z test___rmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0223567Z test___rmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0224438Z test___rmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0225288Z test___rmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0226200Z test___ror___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0227129Z test___ror___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0227944Z test___ror___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0228912Z test___ror___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0229847Z test___ror___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0230902Z test___ror___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0231792Z test___ror___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0232741Z test___ror___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0233584Z test___rpow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0234607Z test___rpow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0235469Z test___rpow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0236369Z test___rpow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0237258Z test___rpow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0238128Z test___rpow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0239087Z test___rpow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0240136Z test___rpow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0241056Z test___rrshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0241966Z test___rrshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0242901Z test___rrshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0243718Z test___rrshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0244724Z test___rrshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0245580Z test___rrshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0246497Z test___rrshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0247387Z test___rrshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0248320Z test___rshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0249235Z test___rshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0250184Z test___rshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0251117Z test___rshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0251918Z test___rshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0252909Z test___rshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0253900Z test___rshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0254901Z test___rshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0255760Z test___rsub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0256664Z test___rsub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0257583Z test___rsub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0258497Z test___rsub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0259392Z test___rsub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0260240Z test___rsub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0261130Z test___rsub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0261981Z test___rsub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0262757Z test___rtruediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0263687Z test___rtruediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0264481Z test___rtruediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0265403Z test___rtruediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0266252Z test___rtruediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0266999Z test___rtruediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0267830Z test___rtruediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0268632Z test___rtruediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0269471Z test___rxor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0270514Z test___rxor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0271466Z test___rxor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0271928Z test___rxor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0272364Z test___rxor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0272819Z test___rxor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0273287Z test___rxor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0273750Z test___rxor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0274188Z test___sub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0274657Z test___sub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0275110Z test___sub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0275543Z test___sub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0275993Z test___sub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0276445Z test___sub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0276898Z test___sub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0277333Z test___sub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0277905Z test___truediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0278385Z test___truediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0278869Z test___truediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0279322Z test___truediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0279795Z test___truediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0280260Z test___truediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0280700Z test___truediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0281176Z test___truediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0281652Z test___xor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0282119Z test___xor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0282554Z test___xor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0283009Z test___xor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0283458Z test___xor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0283892Z test___xor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0284346Z test___xor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0284805Z test___xor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.0285252Z test_add_broadcast_empty_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.0285654Z test_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.101s) 2022-12-01T10:44:38.0286069Z test_add_with_tail_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.532s) 2022-12-01T10:44:38.0286587Z test_addcmul_scalars_as_floats_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0287026Z test_addsub_half_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0287447Z test_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.0287864Z test_atan2_edgecases_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.0288319Z test_batch_vs_slicing___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0288767Z test_batch_vs_slicing___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0289242Z test_batch_vs_slicing___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0289723Z test_batch_vs_slicing___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0290198Z test_batch_vs_slicing___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0290643Z test_batch_vs_slicing___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0291107Z test_batch_vs_slicing___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0291564Z test_batch_vs_slicing___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0291998Z test_batch_vs_slicing___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0292456Z test_batch_vs_slicing___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0292910Z test_batch_vs_slicing___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0293428Z test_batch_vs_slicing___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0293856Z test_batch_vs_slicing___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0294315Z test_batch_vs_slicing___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0294769Z test_batch_vs_slicing___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0295195Z test_batch_vs_slicing___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0295641Z test_batch_vs_slicing___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0296092Z test_batch_vs_slicing___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0296561Z test_batch_vs_slicing___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0297003Z test_batch_vs_slicing___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0297478Z test_batch_vs_slicing___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0297953Z test_batch_vs_slicing___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0298431Z test_batch_vs_slicing___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0298871Z test_batch_vs_slicing___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0299338Z test_batch_vs_slicing___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0299797Z test_batch_vs_slicing___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0300236Z test_batch_vs_slicing___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0300694Z test_batch_vs_slicing___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0301146Z test_batch_vs_slicing___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0301602Z test_batch_vs_slicing___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0302088Z test_batch_vs_slicing___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0302565Z test_batch_vs_slicing___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0303027Z test_batch_vs_slicing___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0303465Z test_batch_vs_slicing___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0303922Z test_batch_vs_slicing___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0304371Z test_batch_vs_slicing___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0304822Z test_batch_vs_slicing___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0305254Z test_batch_vs_slicing___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0305712Z test_batch_vs_slicing___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0306172Z test_batch_vs_slicing___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0306635Z test_batch_vs_slicing___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0307085Z test_batch_vs_slicing___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0307565Z test_batch_vs_slicing___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0308034Z test_batch_vs_slicing___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0308471Z test_batch_vs_slicing___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0308990Z test_batch_vs_slicing___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0309445Z test_batch_vs_slicing___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0309904Z test_batch_vs_slicing___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0310326Z test_batch_vs_slicing___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0311214Z test_batch_vs_slicing___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0311681Z test_batch_vs_slicing___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0312111Z test_batch_vs_slicing___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0312564Z test_batch_vs_slicing___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0313026Z test_batch_vs_slicing___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0313466Z test_batch_vs_slicing___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0313887Z test_batch_vs_slicing___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0314339Z test_batch_vs_slicing___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0315565Z test_batch_vs_slicing___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:44:38.0316451Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:44:38.0316794Z ok (0.004s) 2022-12-01T10:44:38.0317145Z test_batch_vs_slicing___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0317635Z test_batch_vs_slicing___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0318201Z test_batch_vs_slicing___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0318659Z test_batch_vs_slicing___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0319191Z test_batch_vs_slicing___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0319655Z test_batch_vs_slicing___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0320120Z test_batch_vs_slicing___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0320549Z test_batch_vs_slicing___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0321007Z test_batch_vs_slicing___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0321474Z test_batch_vs_slicing___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0321941Z test_batch_vs_slicing___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0322396Z test_batch_vs_slicing___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0322874Z test_batch_vs_slicing___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0323343Z test_batch_vs_slicing___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0323784Z test_batch_vs_slicing___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0324244Z test_batch_vs_slicing___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0324704Z test_batch_vs_slicing___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0325241Z test_batch_vs_slicing___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0325664Z test_batch_vs_slicing___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0326125Z test_batch_vs_slicing___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0326581Z test_batch_vs_slicing___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0327006Z test_batch_vs_slicing___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0327457Z test_batch_vs_slicing___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0327910Z test_batch_vs_slicing___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0328357Z test_batch_vs_slicing___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0328778Z test_batch_vs_slicing___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0329234Z test_batch_vs_slicing___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0329691Z test_batch_vs_slicing_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0330147Z test_batch_vs_slicing_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0330589Z test_batch_vs_slicing_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0331660Z test_batch_vs_slicing_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:44:38.0332357Z result = torch.complex(real, imag) 2022-12-01T10:44:38.0332644Z ok (0.003s) 2022-12-01T10:44:38.0332987Z test_batch_vs_slicing_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0333447Z test_batch_vs_slicing_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0334006Z test_batch_vs_slicing_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0334458Z test_batch_vs_slicing_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0334914Z test_batch_vs_slicing_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0335367Z test_batch_vs_slicing_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0335819Z test_batch_vs_slicing_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0336243Z test_batch_vs_slicing_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0336695Z test_batch_vs_slicing_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0337158Z test_batch_vs_slicing_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0337600Z test_batch_vs_slicing_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0338062Z test_batch_vs_slicing_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0338529Z test_batch_vs_slicing_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0338981Z test_batch_vs_slicing_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0339409Z test_batch_vs_slicing_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0339858Z test_batch_vs_slicing_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0340311Z test_batch_vs_slicing_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0340740Z test_batch_vs_slicing_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0341260Z test_batch_vs_slicing_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0341726Z test_batch_vs_slicing_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0342204Z test_batch_vs_slicing_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0342655Z test_batch_vs_slicing_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0343122Z test_batch_vs_slicing_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0343590Z test_batch_vs_slicing_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0344030Z test_batch_vs_slicing_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0344508Z test_batch_vs_slicing_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0344993Z test_batch_vs_slicing_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0345466Z test_batch_vs_slicing_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0351567Z test_batch_vs_slicing_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0352066Z test_batch_vs_slicing_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0352549Z test_batch_vs_slicing_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0353027Z test_batch_vs_slicing_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0353471Z test_batch_vs_slicing_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0353944Z test_batch_vs_slicing_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0354420Z test_batch_vs_slicing_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0354890Z test_batch_vs_slicing_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0355479Z test_batch_vs_slicing_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0355995Z test_batch_vs_slicing_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0356483Z test_batch_vs_slicing_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0356955Z test_batch_vs_slicing_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0357451Z test_batch_vs_slicing_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0357934Z test_batch_vs_slicing_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0358408Z test_batch_vs_slicing_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0358854Z test_batch_vs_slicing_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0359320Z test_batch_vs_slicing_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0359792Z test_batch_vs_slicing_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0360253Z test_batch_vs_slicing_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0360705Z test_batch_vs_slicing_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0361184Z test_batch_vs_slicing_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0361661Z test_batch_vs_slicing_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0362193Z test_batch_vs_slicing_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0362670Z test_batch_vs_slicing_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0363146Z test_batch_vs_slicing_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0363618Z test_batch_vs_slicing_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0364066Z test_batch_vs_slicing_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0364534Z test_batch_vs_slicing_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0365008Z test_batch_vs_slicing_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0365460Z test_batch_vs_slicing_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0365934Z test_batch_vs_slicing_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0366418Z test_batch_vs_slicing_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0366894Z test_batch_vs_slicing_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0367354Z test_batch_vs_slicing_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0367827Z test_batch_vs_slicing_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0368297Z test_batch_vs_slicing_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0368761Z test_batch_vs_slicing_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0369195Z test_batch_vs_slicing_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0369662Z test_batch_vs_slicing_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0370137Z test_batch_vs_slicing_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0370583Z test_batch_vs_slicing_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0371098Z test_batch_vs_slicing_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0371583Z test_batch_vs_slicing_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0372062Z test_batch_vs_slicing_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0372513Z test_batch_vs_slicing_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0372991Z test_batch_vs_slicing_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0373467Z test_batch_vs_slicing_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0373912Z test_batch_vs_slicing_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0374386Z test_batch_vs_slicing_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0374854Z test_batch_vs_slicing_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0375318Z test_batch_vs_slicing_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0375764Z test_batch_vs_slicing_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0376250Z test_batch_vs_slicing_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0376753Z test_batch_vs_slicing_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0377256Z test_batch_vs_slicing_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0377725Z test_batch_vs_slicing_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0378294Z test_batch_vs_slicing_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0378787Z test_batch_vs_slicing_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0379244Z test_batch_vs_slicing_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0379730Z test_batch_vs_slicing_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0380223Z test_batch_vs_slicing_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0380724Z test_batch_vs_slicing_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0381205Z test_batch_vs_slicing_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0381721Z test_batch_vs_slicing_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0382235Z test_batch_vs_slicing_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0382749Z test_batch_vs_slicing_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0383227Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0383726Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0384224Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0384726Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0385191Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0385690Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0386185Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0386709Z test_batch_vs_slicing_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0387229Z test_batch_vs_slicing_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0387731Z test_batch_vs_slicing_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0388229Z test_batch_vs_slicing_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0388704Z test_batch_vs_slicing_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0389200Z test_batch_vs_slicing_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0389692Z test_batch_vs_slicing_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0390180Z test_batch_vs_slicing_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0390870Z test_batch_vs_slicing_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0391366Z test_batch_vs_slicing_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0391842Z test_batch_vs_slicing_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0392277Z test_batch_vs_slicing_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0392741Z test_batch_vs_slicing_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0393212Z test_batch_vs_slicing_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0393761Z test_batch_vs_slicing_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0394200Z test_batch_vs_slicing_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0394661Z test_batch_vs_slicing_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0395113Z test_batch_vs_slicing_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0395568Z test_batch_vs_slicing_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0395987Z test_batch_vs_slicing_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0396425Z test_batch_vs_slicing_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0396870Z test_batch_vs_slicing_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0397292Z test_batch_vs_slicing_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0397767Z test_batch_vs_slicing_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0398252Z test_batch_vs_slicing_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0398747Z test_batch_vs_slicing_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0399219Z test_batch_vs_slicing_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0399707Z test_batch_vs_slicing_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0400192Z test_batch_vs_slicing_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0400648Z test_batch_vs_slicing_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0401130Z test_batch_vs_slicing_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0401612Z test_batch_vs_slicing_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0402086Z test_batch_vs_slicing_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0402602Z test_batch_vs_slicing_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0403090Z test_batch_vs_slicing_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0403594Z test_batch_vs_slicing_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.0404097Z test_batch_vs_slicing_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0404557Z test_batch_vs_slicing_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0405042Z test_batch_vs_slicing_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0405529Z test_batch_vs_slicing_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0405985Z test_batch_vs_slicing_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0406465Z test_batch_vs_slicing_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0406938Z test_batch_vs_slicing_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0407412Z test_batch_vs_slicing_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0407861Z test_batch_vs_slicing_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0408325Z test_batch_vs_slicing_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0408788Z test_batch_vs_slicing_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0409311Z test_batch_vs_slicing_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0409750Z test_batch_vs_slicing_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0410207Z test_batch_vs_slicing_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0410659Z test_batch_vs_slicing_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0411095Z test_batch_vs_slicing_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0411549Z test_batch_vs_slicing_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0412006Z test_batch_vs_slicing_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0412464Z test_batch_vs_slicing_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0412901Z test_batch_vs_slicing_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0413367Z test_batch_vs_slicing_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0413830Z test_batch_vs_slicing_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0414270Z test_batch_vs_slicing_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0414721Z test_batch_vs_slicing_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0415169Z test_batch_vs_slicing_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0415609Z test_batch_vs_slicing_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0416032Z test_batch_vs_slicing_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0416476Z test_batch_vs_slicing_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0416926Z test_batch_vs_slicing_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0417365Z test_batch_vs_slicing_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0417813Z test_batch_vs_slicing_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0418299Z test_batch_vs_slicing_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0418754Z test_batch_vs_slicing_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0419179Z test_batch_vs_slicing_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0419616Z test_batch_vs_slicing_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0420059Z test_batch_vs_slicing_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0420487Z test_batch_vs_slicing_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0420931Z test_batch_vs_slicing_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0421377Z test_batch_vs_slicing_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0421815Z test_batch_vs_slicing_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0422241Z test_batch_vs_slicing_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0422679Z test_batch_vs_slicing_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0423125Z test_batch_vs_slicing_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0423570Z test_batch_vs_slicing_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0423996Z test_batch_vs_slicing_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0424441Z test_batch_vs_slicing_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0424940Z test_batch_vs_slicing_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0425365Z test_batch_vs_slicing_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0425803Z test_batch_vs_slicing_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0426237Z test_batch_vs_slicing_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0426666Z test_batch_vs_slicing_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0427089Z test_batch_vs_slicing_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0427534Z test_batch_vs_slicing_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0427976Z test_batch_vs_slicing_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0428401Z test_batch_vs_slicing_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0428843Z test_batch_vs_slicing_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0429286Z test_batch_vs_slicing_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0429728Z test_batch_vs_slicing_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0430143Z test_batch_vs_slicing_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0430770Z test_batch_vs_slicing_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0431206Z test_batch_vs_slicing_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0431628Z test_batch_vs_slicing_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0432085Z test_batch_vs_slicing_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0432552Z test_batch_vs_slicing_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0433025Z test_batch_vs_slicing_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0433475Z test_batch_vs_slicing_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0434036Z test_batch_vs_slicing_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0434518Z test_batch_vs_slicing_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0434986Z test_batch_vs_slicing_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0435419Z test_batch_vs_slicing_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0435881Z test_batch_vs_slicing_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0436343Z test_batch_vs_slicing_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0436787Z test_batch_vs_slicing_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0437243Z test_batch_vs_slicing_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0437703Z test_batch_vs_slicing_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0438155Z test_batch_vs_slicing_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0438587Z test_batch_vs_slicing_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0439044Z test_batch_vs_slicing_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.0439496Z test_batch_vs_slicing_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0439936Z test_batch_vs_slicing_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:44:38.0440396Z test_batch_vs_slicing_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.0440927Z test_batch_vs_slicing_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.0441388Z test_batch_vs_slicing_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.0441839Z test_batch_vs_slicing_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.0442304Z test_batch_vs_slicing_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.0442763Z test_batch_vs_slicing_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.0443216Z test_batch_vs_slicing_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.0443643Z test_batch_vs_slicing_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.0444099Z test_batch_vs_slicing_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.0444547Z test_batch_vs_slicing_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.0444974Z test_batch_vs_slicing_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.0445423Z test_batch_vs_slicing_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.0445894Z test_batch_vs_slicing_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0446378Z test_batch_vs_slicing_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0446853Z test_batch_vs_slicing_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0447348Z test_batch_vs_slicing_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0447844Z test_batch_vs_slicing_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0448313Z test_batch_vs_slicing_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0448785Z test_batch_vs_slicing_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0449365Z test_batch_vs_slicing_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0449856Z test_batch_vs_slicing_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0450312Z test_batch_vs_slicing_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0450785Z test_batch_vs_slicing_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0451259Z test_batch_vs_slicing_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0451757Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0452266Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0452794Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0453326Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0453854Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0454349Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0454857Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0455369Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0455940Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0456430Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0456941Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0457453Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0457904Z test_batch_vs_slicing_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0458354Z test_batch_vs_slicing_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0458791Z test_batch_vs_slicing_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0459230Z test_batch_vs_slicing_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0459663Z test_batch_vs_slicing_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0460115Z test_batch_vs_slicing_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0460575Z test_batch_vs_slicing_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0461018Z test_batch_vs_slicing_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0461487Z test_batch_vs_slicing_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0461946Z test_batch_vs_slicing_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0462395Z test_batch_vs_slicing_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0462844Z test_batch_vs_slicing_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0463294Z test_batch_vs_slicing_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0463725Z test_batch_vs_slicing_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0464228Z test_batch_vs_slicing_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0464688Z test_batch_vs_slicing_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0465238Z test_batch_vs_slicing_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0465561Z test_batch_vs_slicing_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0466000Z test_batch_vs_slicing_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0466468Z test_batch_vs_slicing_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0466866Z test_batch_vs_slicing_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0467308Z test_batch_vs_slicing_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0467744Z test_batch_vs_slicing_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0468172Z test_batch_vs_slicing_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0468577Z test_batch_vs_slicing_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0469012Z test_batch_vs_slicing_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0469443Z test_batch_vs_slicing_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0469882Z test_batch_vs_slicing_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0470347Z test_batch_vs_slicing_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0471029Z test_batch_vs_slicing_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0471580Z test_batch_vs_slicing_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0472039Z test_batch_vs_slicing_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0472512Z test_batch_vs_slicing_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0472982Z test_batch_vs_slicing_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0473451Z test_batch_vs_slicing_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0473893Z test_batch_vs_slicing_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0474352Z test_batch_vs_slicing_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0474808Z test_batch_vs_slicing_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0475258Z test_batch_vs_slicing_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0475716Z test_batch_vs_slicing_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0476180Z test_batch_vs_slicing_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0476647Z test_batch_vs_slicing_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0477102Z test_batch_vs_slicing_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0477572Z test_batch_vs_slicing_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0478036Z test_batch_vs_slicing_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0478497Z test_batch_vs_slicing_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0478943Z test_batch_vs_slicing_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0479397Z test_batch_vs_slicing_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0479914Z test_batch_vs_slicing_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0480364Z test_batch_vs_slicing_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0480819Z test_batch_vs_slicing_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0481280Z test_batch_vs_slicing_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0481740Z test_batch_vs_slicing_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0482189Z test_batch_vs_slicing_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0482667Z test_batch_vs_slicing_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0483134Z test_batch_vs_slicing_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0483589Z test_batch_vs_slicing_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0484055Z test_batch_vs_slicing_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0484512Z test_batch_vs_slicing_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0484970Z test_batch_vs_slicing_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0485411Z test_batch_vs_slicing_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0485860Z test_batch_vs_slicing_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0486314Z test_batch_vs_slicing_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0486817Z test_batch_vs_slicing_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0487243Z test_batch_vs_slicing_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0487685Z test_batch_vs_slicing_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0488128Z test_batch_vs_slicing_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0488549Z test_batch_vs_slicing_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0488985Z test_batch_vs_slicing_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0489413Z test_batch_vs_slicing_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0489833Z test_batch_vs_slicing_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0490246Z test_batch_vs_slicing_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0490685Z test_batch_vs_slicing_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0491139Z test_batch_vs_slicing_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0491582Z test_batch_vs_slicing_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0492041Z test_batch_vs_slicing_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0492503Z test_batch_vs_slicing_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0492965Z test_batch_vs_slicing_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0493405Z test_batch_vs_slicing_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0493858Z test_batch_vs_slicing_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0494312Z test_batch_vs_slicing_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0494761Z test_batch_vs_slicing_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0495248Z test_batch_vs_slicing_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0495717Z test_batch_vs_slicing_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0496169Z test_batch_vs_slicing_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0496604Z test_batch_vs_slicing_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0497055Z test_batch_vs_slicing_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0497502Z test_batch_vs_slicing_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0497953Z test_batch_vs_slicing_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0498388Z test_batch_vs_slicing_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0498832Z test_batch_vs_slicing_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0499277Z test_batch_vs_slicing_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0499706Z test_batch_vs_slicing_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0500163Z test_batch_vs_slicing_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0500626Z test_batch_vs_slicing_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0501083Z test_batch_vs_slicing_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0501532Z test_batch_vs_slicing_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0502055Z test_batch_vs_slicing_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0502512Z test_batch_vs_slicing_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0502967Z test_batch_vs_slicing_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0503403Z test_batch_vs_slicing_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0503855Z test_batch_vs_slicing_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0504306Z test_batch_vs_slicing_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0504745Z test_batch_vs_slicing_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0505194Z test_batch_vs_slicing_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0505651Z test_batch_vs_slicing_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0506101Z test_batch_vs_slicing_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0506535Z test_batch_vs_slicing_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0506988Z test_batch_vs_slicing_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0507434Z test_batch_vs_slicing_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0507853Z test_batch_vs_slicing_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0508289Z test_batch_vs_slicing_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0508735Z test_batch_vs_slicing_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0509181Z test_batch_vs_slicing_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0509608Z test_batch_vs_slicing_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0510104Z test_batch_vs_slicing_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0510760Z test_batch_vs_slicing_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0511217Z test_batch_vs_slicing_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0511642Z test_batch_vs_slicing_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0512089Z test_batch_vs_slicing_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0512530Z test_batch_vs_slicing_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0512956Z test_batch_vs_slicing_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0513404Z test_batch_vs_slicing_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0513838Z test_batch_vs_slicing_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0514278Z test_batch_vs_slicing_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0514703Z test_batch_vs_slicing_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0515141Z test_batch_vs_slicing_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0515582Z test_batch_vs_slicing_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0516012Z test_batch_vs_slicing_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0516466Z test_batch_vs_slicing_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0516913Z test_batch_vs_slicing_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0517433Z test_batch_vs_slicing_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0517859Z test_batch_vs_slicing_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0518304Z test_batch_vs_slicing_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0518735Z test_batch_vs_slicing_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0519140Z test_batch_vs_slicing_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0519567Z test_batch_vs_slicing_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0520004Z test_batch_vs_slicing_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0520456Z test_batch_vs_slicing_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0520905Z test_batch_vs_slicing_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0521375Z test_batch_vs_slicing_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0521835Z test_batch_vs_slicing_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0522285Z test_batch_vs_slicing_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0522714Z test_batch_vs_slicing_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0523169Z test_batch_vs_slicing_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0523645Z test_batch_vs_slicing_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.0524105Z test_batch_vs_slicing_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0524552Z test_batch_vs_slicing_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0525000Z test_batch_vs_slicing_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0525449Z test_batch_vs_slicing_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0525934Z test_batch_vs_slicing_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0526384Z test_batch_vs_slicing_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0526825Z test_batch_vs_slicing_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0527245Z test_batch_vs_slicing_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0527682Z test_batch_vs_slicing_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0528138Z test_batch_vs_slicing_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0528607Z test_batch_vs_slicing_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0529059Z test_batch_vs_slicing_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0529515Z test_batch_vs_slicing_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0529981Z test_batch_vs_slicing_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0530437Z test_batch_vs_slicing_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0530867Z test_batch_vs_slicing_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0531320Z test_batch_vs_slicing_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0531772Z test_batch_vs_slicing_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0532207Z test_batch_vs_slicing_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0532717Z test_batch_vs_slicing_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0533173Z test_batch_vs_slicing_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0533627Z test_batch_vs_slicing_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0534098Z test_batch_vs_slicing_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0534534Z test_batch_vs_slicing_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0534976Z test_batch_vs_slicing_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0535395Z test_batch_vs_slicing_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0535832Z test_batch_vs_slicing_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0536275Z test_batch_vs_slicing_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0536719Z test_batch_vs_slicing_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0537189Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0537718Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0538247Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0538769Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0539270Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0539782Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0540304Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0540801Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0541367Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0541899Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0542413Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0542913Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0543422Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0543938Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0544452Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0544951Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0545825Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0546654Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0547479Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0548360Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0549163Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0549966Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0550947Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0551768Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0552577Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0553414Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0554242Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0555060Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0555869Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0556669Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0557540Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0558369Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0558967Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0559468Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0559985Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0560510Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0561029Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0561526Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0562026Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0562536Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0563048Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0563552Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0564142Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0564663Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0565178Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0565675Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0566181Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0566694Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0567194Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.0567716Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0568230Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.0568757Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0569262Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0569781Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0570287Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0570800Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0571547Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0572465Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0573304Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0574121Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0574932Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0575732Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0576540Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0577349Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0578178Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0579013Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0579864Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0580782Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0581616Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0582461Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0583282Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0584128Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0584974Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0585831Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0586676Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0587504Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0588355Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0589241Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0590101Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0591224Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0592050Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0592906Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0593764Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0594609Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0595441Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0596285Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0597223Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0598065Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0598899Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0599733Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0600582Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0601430Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0602267Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0603106Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0603924Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0604767Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0605411Z test_batch_vs_slicing_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0605916Z test_batch_vs_slicing_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0606388Z test_batch_vs_slicing_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0606878Z test_batch_vs_slicing_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0607360Z test_batch_vs_slicing_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0607837Z test_batch_vs_slicing_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0608290Z test_batch_vs_slicing_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0608770Z test_batch_vs_slicing_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0609260Z test_batch_vs_slicing_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0609723Z test_batch_vs_slicing_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0610193Z test_batch_vs_slicing_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0610667Z test_batch_vs_slicing_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.0611150Z test_batch_vs_slicing_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.0611605Z test_batch_vs_slicing_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0612077Z test_batch_vs_slicing_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0612607Z test_batch_vs_slicing_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0613081Z test_batch_vs_slicing_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0613534Z test_batch_vs_slicing_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0613990Z test_batch_vs_slicing_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0614450Z test_batch_vs_slicing_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0614894Z test_batch_vs_slicing_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0615356Z test_batch_vs_slicing_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0615812Z test_batch_vs_slicing_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0616267Z test_batch_vs_slicing_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0616698Z test_batch_vs_slicing_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0617152Z test_batch_vs_slicing_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0617593Z test_batch_vs_slicing_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0618022Z test_batch_vs_slicing_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0618464Z test_batch_vs_slicing_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0618963Z test_batch_vs_slicing_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0619432Z test_batch_vs_slicing_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0619890Z test_batch_vs_slicing_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0620382Z test_batch_vs_slicing_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0620911Z test_batch_vs_slicing_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0621401Z test_batch_vs_slicing_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0621858Z test_batch_vs_slicing_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0622330Z test_batch_vs_slicing_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0622797Z test_batch_vs_slicing_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0623246Z test_batch_vs_slicing_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0623712Z test_batch_vs_slicing_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0624174Z test_batch_vs_slicing_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0624642Z test_batch_vs_slicing_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0625089Z test_batch_vs_slicing_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0625555Z test_batch_vs_slicing_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0625776Z test_batch_vs_slicing_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0625997Z test_batch_vs_slicing_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0626213Z test_batch_vs_slicing_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0626429Z test_batch_vs_slicing_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0626692Z test_batch_vs_slicing_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0626911Z test_batch_vs_slicing_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0627128Z test_batch_vs_slicing_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0627345Z test_batch_vs_slicing_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0627558Z test_batch_vs_slicing_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0627780Z test_binary_op_mem_overlap_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0628066Z test_binary_op_scalar_device_unspecified_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:44:38.0628288Z test_binary_ops_with_scalars_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (17.212s) 2022-12-01T10:44:38.0628492Z test_bitwise_ops_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.0628681Z test_bitwise_ops_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-12-01T10:44:38.0628884Z test_bitwise_ops_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-12-01T10:44:38.0629091Z test_bitwise_ops_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.070s) 2022-12-01T10:44:38.0629298Z test_bitwise_ops_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:44:38.0629497Z test_bitwise_ops_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:44:38.0629715Z test_bool_tensor_comparison_ops_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0629935Z test_broadcasting_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.081s) 2022-12-01T10:44:38.0630149Z test_broadcasting_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:44:38.0630353Z test_broadcasting_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.0630728Z test_broadcasting_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:44:38.0630969Z test_broadcasting_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.0631263Z test_broadcasting_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.080s) 2022-12-01T10:44:38.0631497Z test_broadcasting_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:44:38.0631722Z test_broadcasting_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.080s) 2022-12-01T10:44:38.0631944Z test_broadcasting_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.0632163Z test_broadcasting_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-12-01T10:44:38.0632354Z test_broadcasting_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:44:38.0632590Z test_broadcasting_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.079s) 2022-12-01T10:44:38.0632822Z test_broadcasting_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-12-01T10:44:38.0633059Z test_broadcasting_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.087s) 2022-12-01T10:44:38.0633286Z test_broadcasting_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:44:38.0633505Z test_broadcasting_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.084s) 2022-12-01T10:44:38.0633721Z test_broadcasting_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:44:38.0633975Z test_broadcasting_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.0634184Z test_broadcasting_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.0634377Z test_broadcasting_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:44:38.0634666Z test_broadcasting_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-12-01T10:44:38.0634875Z test_broadcasting_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:44:38.0635103Z test_broadcasting_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.076s) 2022-12-01T10:44:38.0635327Z test_broadcasting_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.0635550Z test_broadcasting_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-12-01T10:44:38.0635767Z test_broadcasting_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:44:38.0636008Z test_broadcasting_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.081s) 2022-12-01T10:44:38.0636222Z test_broadcasting_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.0636482Z test_broadcasting_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.081s) 2022-12-01T10:44:38.0636736Z test_broadcasting_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.0636950Z test_broadcasting_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.0637167Z test_broadcasting_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-12-01T10:44:38.0637378Z test_broadcasting_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:44:38.0637608Z test_broadcasting_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.0637829Z test_broadcasting_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:44:38.0638054Z test_broadcasting_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-12-01T10:44:38.0638257Z test_broadcasting_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:44:38.0638491Z test_broadcasting_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.0638712Z test_broadcasting_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:44:38.0638977Z test_broadcasting_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.0639198Z test_broadcasting_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:44:38.0639425Z test_broadcasting_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.079s) 2022-12-01T10:44:38.0639645Z test_broadcasting_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:44:38.0639867Z test_broadcasting_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.080s) 2022-12-01T10:44:38.0640067Z test_broadcasting_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:44:38.0640284Z test_broadcasting_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.079s) 2022-12-01T10:44:38.0640504Z test_broadcasting_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:44:38.0640717Z test_broadcasting_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.079s) 2022-12-01T10:44:38.0640934Z test_broadcasting_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:44:38.0641151Z test_broadcasting_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-12-01T10:44:38.0641359Z test_broadcasting_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:44:38.0641581Z test_broadcasting_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.079s) 2022-12-01T10:44:38.0641776Z test_broadcasting_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.0642004Z test_broadcasting_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.083s) 2022-12-01T10:44:38.0642223Z test_broadcasting_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:44:38.0642492Z test_broadcasting_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.080s) 2022-12-01T10:44:38.0642700Z test_broadcasting_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.0642931Z test_cdiv_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.0643153Z test_cmul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.0643431Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.115s) 2022-12-01T10:44:38.0643706Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.108s) 2022-12-01T10:44:38.0643953Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.097s) 2022-12-01T10:44:38.0644231Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-12-01T10:44:38.0644506Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.0644791Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-12-01T10:44:38.0645070Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-12-01T10:44:38.0645349Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-12-01T10:44:38.0645617Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.0645891Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-12-01T10:44:38.0646172Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-12-01T10:44:38.0646448Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-12-01T10:44:38.0646746Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.110s) 2022-12-01T10:44:38.0647025Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.101s) 2022-12-01T10:44:38.0647295Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.105s) 2022-12-01T10:44:38.0647562Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.109s) 2022-12-01T10:44:38.0647826Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-12-01T10:44:38.0648109Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-12-01T10:44:38.0648386Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-12-01T10:44:38.0648655Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.104s) 2022-12-01T10:44:38.0648920Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.105s) 2022-12-01T10:44:38.0649187Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.104s) 2022-12-01T10:44:38.0649437Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-12-01T10:44:38.0649702Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-12-01T10:44:38.0650021Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-12-01T10:44:38.0650286Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-12-01T10:44:38.0650550Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.099s) 2022-12-01T10:44:38.0650821Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.111s) 2022-12-01T10:44:38.0651081Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.101s) 2022-12-01T10:44:38.0651359Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-12-01T10:44:38.0651631Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-12-01T10:44:38.0651902Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.109s) 2022-12-01T10:44:38.0652153Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.104s) 2022-12-01T10:44:38.0652419Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-12-01T10:44:38.0652685Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.099s) 2022-12-01T10:44:38.0652952Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-12-01T10:44:38.0653215Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.097s) 2022-12-01T10:44:38.0653480Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-12-01T10:44:38.0653748Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.106s) 2022-12-01T10:44:38.0654062Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.095s) 2022-12-01T10:44:38.0654342Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.0654593Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.0654861Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.099s) 2022-12-01T10:44:38.0655125Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.090s) 2022-12-01T10:44:38.0655395Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.093s) 2022-12-01T10:44:38.0655659Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-12-01T10:44:38.0655931Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.105s) 2022-12-01T10:44:38.0656198Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-12-01T10:44:38.0656470Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-12-01T10:44:38.0656738Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-12-01T10:44:38.0657001Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-12-01T10:44:38.0657347Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-12-01T10:44:38.0657611Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.093s) 2022-12-01T10:44:38.0657877Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.106s) 2022-12-01T10:44:38.0658144Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.095s) 2022-12-01T10:44:38.0658417Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.0658691Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.0658958Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.099s) 2022-12-01T10:44:38.0659227Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.090s) 2022-12-01T10:44:38.0659497Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.106s) 2022-12-01T10:44:38.0659759Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.095s) 2022-12-01T10:44:38.0660008Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-12-01T10:44:38.0660277Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-12-01T10:44:38.0660545Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.101s) 2022-12-01T10:44:38.0660811Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-12-01T10:44:38.0661074Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.092s) 2022-12-01T10:44:38.0661375Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.092s) 2022-12-01T10:44:38.0661648Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-12-01T10:44:38.0661916Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.105s) 2022-12-01T10:44:38.0662174Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.095s) 2022-12-01T10:44:38.0662426Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.0662700Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-12-01T10:44:38.0662974Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-12-01T10:44:38.0663241Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-12-01T10:44:38.0663507Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-12-01T10:44:38.0663773Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-12-01T10:44:38.0664033Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-12-01T10:44:38.0664294Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-12-01T10:44:38.0664532Z test_complex_scalar_pow_tensor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.0664816Z test_complex_scalar_pow_tensor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.0665032Z test_complex_scalar_pow_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (3.563s) 2022-12-01T10:44:38.0665264Z test_complex_scalar_pow_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.0665488Z test_complex_scalar_pow_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.0665720Z test_complex_scalar_pow_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.0665945Z test_complex_scalar_pow_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.0666159Z test_complex_scalar_pow_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.0666383Z test_complex_scalar_pow_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.0666617Z test_complex_scalar_pow_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.0666812Z test_contig_size1___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0667029Z test_contig_size1___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0667248Z test_contig_size1___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0667465Z test_contig_size1___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0667677Z test_contig_size1___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0667890Z test_contig_size1___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0668103Z test_contig_size1___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0668320Z test_contig_size1___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0668528Z test_contig_size1___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0668766Z test_contig_size1___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0668986Z test_contig_size1___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0669193Z test_contig_size1___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0669407Z test_contig_size1___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0669610Z test_contig_size1___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0669812Z test_contig_size1___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0670018Z test_contig_size1___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0670231Z test_contig_size1___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0670419Z test_contig_size1___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0670837Z test_contig_size1___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0671058Z test_contig_size1___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0671282Z test_contig_size1___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0671503Z test_contig_size1___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0671718Z test_contig_size1___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0671927Z test_contig_size1___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0672139Z test_contig_size1___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0672426Z test_contig_size1___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0672618Z test_contig_size1___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0672831Z test_contig_size1___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0673038Z test_contig_size1___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0673247Z test_contig_size1___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0673460Z test_contig_size1___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0673674Z test_contig_size1___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0673887Z test_contig_size1___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0674097Z test_contig_size1___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0674289Z test_contig_size1___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0674497Z test_contig_size1___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0674711Z test_contig_size1___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0674924Z test_contig_size1___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0675133Z test_contig_size1___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0675351Z test_contig_size1___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0675565Z test_contig_size1___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0675786Z test_contig_size1___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0675990Z test_contig_size1___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0676206Z test_contig_size1___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0676478Z test_contig_size1___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0676703Z test_contig_size1___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0676912Z test_contig_size1___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0677124Z test_contig_size1___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0677331Z test_contig_size1___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0677543Z test_contig_size1___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0677751Z test_contig_size1___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0677948Z test_contig_size1___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0678160Z test_contig_size1___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0678363Z test_contig_size1___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0678574Z test_contig_size1___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0678779Z test_contig_size1___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0678987Z test_contig_size1___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0679204Z test_contig_size1___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0679430Z test_contig_size1___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0679630Z test_contig_size1___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0679967Z test_contig_size1___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0680183Z test_contig_size1___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0680401Z test_contig_size1___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0680622Z test_contig_size1___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0680833Z test_contig_size1___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0681047Z test_contig_size1___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0681260Z test_contig_size1___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0681476Z test_contig_size1___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0681677Z test_contig_size1___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0681902Z test_contig_size1___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0682127Z test_contig_size1___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0682345Z test_contig_size1___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0682562Z test_contig_size1___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0682769Z test_contig_size1___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0682978Z test_contig_size1___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0683186Z test_contig_size1___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0683375Z test_contig_size1___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0683595Z test_contig_size1___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0683803Z test_contig_size1___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0684060Z test_contig_size1___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0684278Z test_contig_size1___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0684486Z test_contig_size1___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0684691Z test_contig_size1___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0684896Z test_contig_size1___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0685106Z test_contig_size1___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0685303Z test_contig_size1_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0685515Z test_contig_size1_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0685731Z test_contig_size1_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0685947Z test_contig_size1_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0686164Z test_contig_size1_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0686380Z test_contig_size1_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0686585Z test_contig_size1_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0686791Z test_contig_size1_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0686978Z test_contig_size1_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0687182Z test_contig_size1_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0687435Z test_contig_size1_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0687640Z test_contig_size1_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0687851Z test_contig_size1_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0688069Z test_contig_size1_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0688283Z test_contig_size1_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0688497Z test_contig_size1_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0688690Z test_contig_size1_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0688905Z test_contig_size1_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0689118Z test_contig_size1_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0689333Z test_contig_size1_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0689535Z test_contig_size1_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0689748Z test_contig_size1_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0689956Z test_contig_size1_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0690175Z test_contig_size1_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0690376Z test_contig_size1_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0690596Z test_contig_size1_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0690815Z test_contig_size1_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0691039Z test_contig_size1_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0691261Z test_contig_size1_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0691531Z test_contig_size1_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0691776Z test_contig_size1_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0692008Z test_contig_size1_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0692240Z test_contig_size1_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0692450Z test_contig_size1_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0692671Z test_contig_size1_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0692885Z test_contig_size1_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0693107Z test_contig_size1_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0693324Z test_contig_size1_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0693544Z test_contig_size1_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0693759Z test_contig_size1_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0693997Z test_contig_size1_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0694230Z test_contig_size1_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0694434Z test_contig_size1_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0694666Z test_contig_size1_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0694955Z test_contig_size1_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0695172Z test_contig_size1_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0695395Z test_contig_size1_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0695615Z test_contig_size1_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0695828Z test_contig_size1_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0696046Z test_contig_size1_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0696242Z test_contig_size1_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0696466Z test_contig_size1_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0696685Z test_contig_size1_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0696910Z test_contig_size1_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0697135Z test_contig_size1_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0697352Z test_contig_size1_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0697572Z test_contig_size1_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0697793Z test_contig_size1_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0698011Z test_contig_size1_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0698209Z test_contig_size1_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0698426Z test_contig_size1_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0698658Z test_contig_size1_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0698881Z test_contig_size1_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0699143Z test_contig_size1_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0699372Z test_contig_size1_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0699589Z test_contig_size1_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0699806Z test_contig_size1_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0700001Z test_contig_size1_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0700217Z test_contig_size1_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0700433Z test_contig_size1_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0700655Z test_contig_size1_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0700875Z test_contig_size1_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0701094Z test_contig_size1_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0701313Z test_contig_size1_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0701535Z test_contig_size1_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0701733Z test_contig_size1_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0701956Z test_contig_size1_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0702181Z test_contig_size1_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0702452Z test_contig_size1_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0702672Z test_contig_size1_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0702887Z test_contig_size1_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0703106Z test_contig_size1_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0703328Z test_contig_size1_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0703549Z test_contig_size1_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0703769Z test_contig_size1_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0704004Z test_contig_size1_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0704235Z test_contig_size1_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0704468Z test_contig_size1_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0704699Z test_contig_size1_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0704932Z test_contig_size1_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0705162Z test_contig_size1_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0705396Z test_contig_size1_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0705626Z test_contig_size1_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0705845Z test_contig_size1_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0706079Z test_contig_size1_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0706329Z test_contig_size1_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0706575Z test_contig_size1_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0706871Z test_contig_size1_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0707123Z test_contig_size1_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0707355Z test_contig_size1_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0707591Z test_contig_size1_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0707820Z test_contig_size1_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0708024Z test_contig_size1_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0708253Z test_contig_size1_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0708487Z test_contig_size1_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0708724Z test_contig_size1_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0708964Z test_contig_size1_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0709190Z test_contig_size1_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0709411Z test_contig_size1_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0709632Z test_contig_size1_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0709844Z test_contig_size1_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0710122Z test_contig_size1_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0710355Z test_contig_size1_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0710734Z test_contig_size1_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0710966Z test_contig_size1_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0711179Z test_contig_size1_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0711388Z test_contig_size1_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0711604Z test_contig_size1_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0711820Z test_contig_size1_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0712014Z test_contig_size1_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0712229Z test_contig_size1_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0712440Z test_contig_size1_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0712647Z test_contig_size1_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0712855Z test_contig_size1_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0713063Z test_contig_size1_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0713267Z test_contig_size1_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0713473Z test_contig_size1_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0713656Z test_contig_size1_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0713889Z test_contig_size1_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0714108Z test_contig_size1_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0714403Z test_contig_size1_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0714644Z test_contig_size1_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0714865Z test_contig_size1_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0715088Z test_contig_size1_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0715306Z test_contig_size1_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0715526Z test_contig_size1_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0715724Z test_contig_size1_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0715948Z test_contig_size1_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0716164Z test_contig_size1_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0716387Z test_contig_size1_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0716636Z test_contig_size1_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.0716858Z test_contig_size1_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0717081Z test_contig_size1_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0717299Z test_contig_size1_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0717500Z test_contig_size1_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0717787Z test_contig_size1_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0718011Z test_contig_size1_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0718233Z test_contig_size1_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0718450Z test_contig_size1_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0718668Z test_contig_size1_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0718879Z test_contig_size1_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0719094Z test_contig_size1_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0719304Z test_contig_size1_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0719489Z test_contig_size1_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0719705Z test_contig_size1_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0719907Z test_contig_size1_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0720114Z test_contig_size1_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0720323Z test_contig_size1_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0720534Z test_contig_size1_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0720746Z test_contig_size1_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0720955Z test_contig_size1_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0721144Z test_contig_size1_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0721349Z test_contig_size1_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0721561Z test_contig_size1_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0721770Z test_contig_size1_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0722019Z test_contig_size1_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0722229Z test_contig_size1_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0722435Z test_contig_size1_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0722640Z test_contig_size1_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0722836Z test_contig_size1_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0723048Z test_contig_size1_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0723250Z test_contig_size1_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0723458Z test_contig_size1_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0723660Z test_contig_size1_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0723859Z test_contig_size1_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0724071Z test_contig_size1_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0724278Z test_contig_size1_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0724486Z test_contig_size1_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0724671Z test_contig_size1_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0724871Z test_contig_size1_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0725071Z test_contig_size1_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0725330Z test_contig_size1_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0725539Z test_contig_size1_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0725759Z test_contig_size1_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0725970Z test_contig_size1_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0726181Z test_contig_size1_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0726373Z test_contig_size1_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0726581Z test_contig_size1_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0726786Z test_contig_size1_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0726993Z test_contig_size1_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0727203Z test_contig_size1_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0727416Z test_contig_size1_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0727622Z test_contig_size1_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0727836Z test_contig_size1_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0728028Z test_contig_size1_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0728237Z test_contig_size1_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0728438Z test_contig_size1_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0728636Z test_contig_size1_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0728839Z test_contig_size1_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0729044Z test_contig_size1_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0729244Z test_contig_size1_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0729489Z test_contig_size1_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0729679Z test_contig_size1_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0729907Z test_contig_size1_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0730129Z test_contig_size1_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0730353Z test_contig_size1_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0730573Z test_contig_size1_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0730789Z test_contig_size1_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0731014Z test_contig_size1_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0731227Z test_contig_size1_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0731447Z test_contig_size1_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0731647Z test_contig_size1_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0731865Z test_contig_size1_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0732083Z test_contig_size1_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0732298Z test_contig_size1_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0732512Z test_contig_size1_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0732726Z test_contig_size1_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0732989Z test_contig_size1_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0733202Z test_contig_size1_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0733403Z test_contig_size1_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0733621Z test_contig_size1_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0733841Z test_contig_size1_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0734097Z test_contig_size1_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0734315Z test_contig_size1_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0734533Z test_contig_size1_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0734749Z test_contig_size1_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0734967Z test_contig_size1_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0735165Z test_contig_size1_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0735378Z test_contig_size1_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0735586Z test_contig_size1_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0735799Z test_contig_size1_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0736009Z test_contig_size1_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0736222Z test_contig_size1_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0736456Z test_contig_size1_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0736688Z test_contig_size1_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0736926Z test_contig_size1_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0737193Z test_contig_size1_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0737433Z test_contig_size1_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0737667Z test_contig_size1_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0737902Z test_contig_size1_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0738130Z test_contig_size1_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0738359Z test_contig_size1_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0738590Z test_contig_size1_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0738813Z test_contig_size1_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0739039Z test_contig_size1_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0739273Z test_contig_size1_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0739523Z test_contig_size1_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0739781Z test_contig_size1_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0740035Z test_contig_size1_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0740284Z test_contig_size1_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0740587Z test_contig_size1_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0740839Z test_contig_size1_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0741086Z test_contig_size1_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0741330Z test_contig_size1_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0741556Z test_contig_size1_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0741801Z test_contig_size1_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0742041Z test_contig_size1_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0742277Z test_contig_size1_large_dim___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0742505Z test_contig_size1_large_dim___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0742747Z test_contig_size1_large_dim___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0742990Z test_contig_size1_large_dim___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0743222Z test_contig_size1_large_dim___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0743446Z test_contig_size1_large_dim___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0743656Z test_contig_size1_large_dim___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0743882Z test_contig_size1_large_dim___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0744118Z test_contig_size1_large_dim___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0744350Z test_contig_size1_large_dim___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0744621Z test_contig_size1_large_dim___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0744853Z test_contig_size1_large_dim___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0745079Z test_contig_size1_large_dim___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0745304Z test_contig_size1_large_dim___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0745526Z test_contig_size1_large_dim___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0745726Z test_contig_size1_large_dim___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0745950Z test_contig_size1_large_dim___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0746170Z test_contig_size1_large_dim___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0746410Z test_contig_size1_large_dim___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0746632Z test_contig_size1_large_dim___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0746868Z test_contig_size1_large_dim___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0747104Z test_contig_size1_large_dim___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0747333Z test_contig_size1_large_dim___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0747534Z test_contig_size1_large_dim___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0747802Z test_contig_size1_large_dim___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0748030Z test_contig_size1_large_dim___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0748256Z test_contig_size1_large_dim___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0748480Z test_contig_size1_large_dim___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0748706Z test_contig_size1_large_dim___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0748932Z test_contig_size1_large_dim___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0749166Z test_contig_size1_large_dim___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0749396Z test_contig_size1_large_dim___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0749604Z test_contig_size1_large_dim___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0749829Z test_contig_size1_large_dim___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0750054Z test_contig_size1_large_dim___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0750280Z test_contig_size1_large_dim___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0750646Z test_contig_size1_large_dim___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0750880Z test_contig_size1_large_dim___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0751106Z test_contig_size1_large_dim___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0751333Z test_contig_size1_large_dim___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0751562Z test_contig_size1_large_dim___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0751779Z test_contig_size1_large_dim___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0752074Z test_contig_size1_large_dim___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0752309Z test_contig_size1_large_dim___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0752530Z test_contig_size1_large_dim___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0752746Z test_contig_size1_large_dim___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0752968Z test_contig_size1_large_dim___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0753192Z test_contig_size1_large_dim___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0753418Z test_contig_size1_large_dim___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0753638Z test_contig_size1_large_dim___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0753843Z test_contig_size1_large_dim___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0754068Z test_contig_size1_large_dim___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0754285Z test_contig_size1_large_dim___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0754508Z test_contig_size1_large_dim___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0754727Z test_contig_size1_large_dim___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0754946Z test_contig_size1_large_dim___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0755227Z test_contig_size1_large_dim___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0755462Z test_contig_size1_large_dim___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0755704Z test_contig_size1_large_dim___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0755921Z test_contig_size1_large_dim___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0756154Z test_contig_size1_large_dim___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0756384Z test_contig_size1_large_dim___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0756630Z test_contig_size1_large_dim___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0756826Z test_contig_size1_large_dim___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0757092Z test_contig_size1_large_dim___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0757274Z test_contig_size1_large_dim___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0757535Z test_contig_size1_large_dim___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0757700Z test_contig_size1_large_dim___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0757930Z test_contig_size1_large_dim___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0758162Z test_contig_size1_large_dim___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0758393Z test_contig_size1_large_dim___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0758617Z test_contig_size1_large_dim___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0758839Z test_contig_size1_large_dim___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0759052Z test_contig_size1_large_dim___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0759324Z test_contig_size1_large_dim___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0759552Z test_contig_size1_large_dim___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0759754Z test_contig_size1_large_dim___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0759975Z test_contig_size1_large_dim___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0760194Z test_contig_size1_large_dim___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0760413Z test_contig_size1_large_dim___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0760632Z test_contig_size1_large_dim___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0760845Z test_contig_size1_large_dim___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0761067Z test_contig_size1_large_dim___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0761290Z test_contig_size1_large_dim___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0761511Z test_contig_size1_large_dim___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0761722Z test_contig_size1_large_dim_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0761942Z test_contig_size1_large_dim_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0762166Z test_contig_size1_large_dim_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0762440Z test_contig_size1_large_dim_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0762667Z test_contig_size1_large_dim_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0762892Z test_contig_size1_large_dim_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0763115Z test_contig_size1_large_dim_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0763329Z test_contig_size1_large_dim_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0763549Z test_contig_size1_large_dim_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0763752Z test_contig_size1_large_dim_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0763964Z test_contig_size1_large_dim_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0764185Z test_contig_size1_large_dim_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0764403Z test_contig_size1_large_dim_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0764633Z test_contig_size1_large_dim_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0764856Z test_contig_size1_large_dim_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0765078Z test_contig_size1_large_dim_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0765301Z test_contig_size1_large_dim_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0765508Z test_contig_size1_large_dim_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0765730Z test_contig_size1_large_dim_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0765947Z test_contig_size1_large_dim_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0766182Z test_contig_size1_large_dim_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0766407Z test_contig_size1_large_dim_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0766668Z test_contig_size1_large_dim_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0766910Z test_contig_size1_large_dim_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0767141Z test_contig_size1_large_dim_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0767366Z test_contig_size1_large_dim_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0767581Z test_contig_size1_large_dim_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0767810Z test_contig_size1_large_dim_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0768047Z test_contig_size1_large_dim_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0768298Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0768545Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0768789Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0769035Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0769278Z test_contig_size1_large_dim_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0769512Z test_contig_size1_large_dim_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0769773Z test_contig_size1_large_dim_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0770004Z test_contig_size1_large_dim_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0770231Z test_contig_size1_large_dim_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0770464Z test_contig_size1_large_dim_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0770688Z test_contig_size1_large_dim_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0770937Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0771181Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0771423Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0771671Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0771896Z test_contig_size1_large_dim_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0772127Z test_contig_size1_large_dim_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0772356Z test_contig_size1_large_dim_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0772579Z test_contig_size1_large_dim_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0772799Z test_contig_size1_large_dim_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0773028Z test_contig_size1_large_dim_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0773255Z test_contig_size1_large_dim_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0773499Z test_contig_size1_large_dim_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0773731Z test_contig_size1_large_dim_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0774044Z test_contig_size1_large_dim_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0774284Z test_contig_size1_large_dim_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0774505Z test_contig_size1_large_dim_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0774734Z test_contig_size1_large_dim_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0774956Z test_contig_size1_large_dim_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0775171Z test_contig_size1_large_dim_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0775399Z test_contig_size1_large_dim_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0775628Z test_contig_size1_large_dim_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0775846Z test_contig_size1_large_dim_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0776073Z test_contig_size1_large_dim_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0776303Z test_contig_size1_large_dim_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0776530Z test_contig_size1_large_dim_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0776754Z test_contig_size1_large_dim_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0776980Z test_contig_size1_large_dim_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0777252Z test_contig_size1_large_dim_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0777473Z test_contig_size1_large_dim_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0777700Z test_contig_size1_large_dim_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0777909Z test_contig_size1_large_dim_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0778146Z test_contig_size1_large_dim_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0778374Z test_contig_size1_large_dim_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0778597Z test_contig_size1_large_dim_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0778834Z test_contig_size1_large_dim_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0779068Z test_contig_size1_large_dim_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0779305Z test_contig_size1_large_dim_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0779539Z test_contig_size1_large_dim_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0779766Z test_contig_size1_large_dim_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0779973Z test_contig_size1_large_dim_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0780203Z test_contig_size1_large_dim_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0780431Z test_contig_size1_large_dim_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0780662Z test_contig_size1_large_dim_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0780894Z test_contig_size1_large_dim_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0781200Z test_contig_size1_large_dim_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0781457Z test_contig_size1_large_dim_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0781701Z test_contig_size1_large_dim_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0781939Z test_contig_size1_large_dim_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0782164Z test_contig_size1_large_dim_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0782408Z test_contig_size1_large_dim_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0782653Z test_contig_size1_large_dim_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0782893Z test_contig_size1_large_dim_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0783132Z test_contig_size1_large_dim_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0783387Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0783634Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0783890Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0784142Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0784376Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0784685Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0784935Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0785189Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0785436Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0785683Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0785925Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0786171Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0786414Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0786663Z test_contig_size1_large_dim_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0786887Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0787136Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0787371Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0787616Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0787857Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0788100Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0788344Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0788628Z test_contig_size1_large_dim_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0788860Z test_contig_size1_large_dim_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0789062Z test_contig_size1_large_dim_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0789290Z test_contig_size1_large_dim_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0789516Z test_contig_size1_large_dim_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0789740Z test_contig_size1_large_dim_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0789965Z test_contig_size1_large_dim_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0790189Z test_contig_size1_large_dim_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0790411Z test_contig_size1_large_dim_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0790826Z test_contig_size1_large_dim_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0791038Z test_contig_size1_large_dim_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0791248Z test_contig_size1_large_dim_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0791460Z test_contig_size1_large_dim_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0791676Z test_contig_size1_large_dim_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0791919Z test_contig_size1_large_dim_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0792237Z test_contig_size1_large_dim_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0792481Z test_contig_size1_large_dim_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0792729Z test_contig_size1_large_dim_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0792967Z test_contig_size1_large_dim_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0793186Z test_contig_size1_large_dim_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0793427Z test_contig_size1_large_dim_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0793661Z test_contig_size1_large_dim_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0793896Z test_contig_size1_large_dim_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0794132Z test_contig_size1_large_dim_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0794368Z test_contig_size1_large_dim_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0794603Z test_contig_size1_large_dim_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0794869Z test_contig_size1_large_dim_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.0795113Z test_contig_size1_large_dim_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0795326Z test_contig_size1_large_dim_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0795563Z test_contig_size1_large_dim_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0795809Z test_contig_size1_large_dim_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0796038Z test_contig_size1_large_dim_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0796319Z test_contig_size1_large_dim_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0796567Z test_contig_size1_large_dim_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0796802Z test_contig_size1_large_dim_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0797030Z test_contig_size1_large_dim_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0797257Z test_contig_size1_large_dim_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0797465Z test_contig_size1_large_dim_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0797699Z test_contig_size1_large_dim_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0797926Z test_contig_size1_large_dim_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0798153Z test_contig_size1_large_dim_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0798377Z test_contig_size1_large_dim_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0798596Z test_contig_size1_large_dim_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0798819Z test_contig_size1_large_dim_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0799044Z test_contig_size1_large_dim_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0799253Z test_contig_size1_large_dim_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0799530Z test_contig_size1_large_dim_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0799760Z test_contig_size1_large_dim_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0799988Z test_contig_size1_large_dim_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0800214Z test_contig_size1_large_dim_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0800435Z test_contig_size1_large_dim_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0800658Z test_contig_size1_large_dim_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0800872Z test_contig_size1_large_dim_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0801095Z test_contig_size1_large_dim_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0801296Z test_contig_size1_large_dim_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0801528Z test_contig_size1_large_dim_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0801756Z test_contig_size1_large_dim_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0801986Z test_contig_size1_large_dim_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0802212Z test_contig_size1_large_dim_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0802429Z test_contig_size1_large_dim_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0802649Z test_contig_size1_large_dim_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0802863Z test_contig_size1_large_dim_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0803085Z test_contig_size1_large_dim_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0803291Z test_contig_size1_large_dim_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0803514Z test_contig_size1_large_dim_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0803781Z test_contig_size1_large_dim_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0804004Z test_contig_size1_large_dim_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0804225Z test_contig_size1_large_dim_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0804446Z test_contig_size1_large_dim_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0804673Z test_contig_size1_large_dim_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0804895Z test_contig_size1_large_dim_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0805100Z test_contig_size1_large_dim_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0805327Z test_contig_size1_large_dim_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0805552Z test_contig_size1_large_dim_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0805772Z test_contig_size1_large_dim_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0805992Z test_contig_size1_large_dim_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0806208Z test_contig_size1_large_dim_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0806425Z test_contig_size1_large_dim_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0806646Z test_contig_size1_large_dim_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0806874Z test_contig_size1_large_dim_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0807126Z test_contig_size1_large_dim_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0807348Z test_contig_size1_large_dim_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0807573Z test_contig_size1_large_dim_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0807796Z test_contig_size1_large_dim_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0808010Z test_contig_size1_large_dim_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0808228Z test_contig_size1_large_dim_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0808442Z test_contig_size1_large_dim_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0808661Z test_contig_size1_large_dim_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0808865Z test_contig_size1_large_dim_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0809108Z test_contig_size1_large_dim_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0809345Z test_contig_size1_large_dim_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0809585Z test_contig_size1_large_dim_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0809815Z test_contig_size1_large_dim_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0810057Z test_contig_size1_large_dim_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0810289Z test_contig_size1_large_dim_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0810515Z test_contig_size1_large_dim_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0810743Z test_contig_size1_large_dim_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0810952Z test_contig_size1_large_dim_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0811242Z test_contig_size1_large_dim_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0811483Z test_contig_size1_large_dim_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0811713Z test_contig_size1_large_dim_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0811941Z test_contig_size1_large_dim_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0812170Z test_contig_size1_large_dim_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0812400Z test_contig_size1_large_dim_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0812632Z test_contig_size1_large_dim_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0812865Z test_contig_size1_large_dim_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0813073Z test_contig_size1_large_dim_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0813307Z test_contig_size1_large_dim_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0813537Z test_contig_size1_large_dim_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0813783Z test_contig_size1_large_dim_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0814023Z test_contig_size1_large_dim_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0814254Z test_contig_size1_large_dim_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0814528Z test_contig_size1_large_dim_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0814761Z test_contig_size1_large_dim_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0814993Z test_contig_size1_large_dim_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0815202Z test_contig_size1_large_dim_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0815430Z test_contig_size1_large_dim_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0815658Z test_contig_size1_large_dim_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0815883Z test_contig_size1_large_dim_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0816133Z test_contig_size1_large_dim_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0816382Z test_contig_size1_large_dim_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0816636Z test_contig_size1_large_dim_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0816895Z test_contig_size1_large_dim_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0817148Z test_contig_size1_large_dim_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0817374Z test_contig_size1_large_dim_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0817614Z test_contig_size1_large_dim_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0817859Z test_contig_size1_large_dim_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0818103Z test_contig_size1_large_dim_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0818342Z test_contig_size1_large_dim_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0818628Z test_contig_size1_large_dim_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0818880Z test_contig_size1_large_dim_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0819145Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0819410Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0819661Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0819929Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0820197Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0820459Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0820723Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0820987Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0821247Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0821494Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0821752Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0822061Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0822269Z test_contig_size1_large_dim_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0822492Z test_contig_size1_large_dim_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0822714Z test_contig_size1_large_dim_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0822934Z test_contig_size1_large_dim_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0823149Z test_contig_size1_large_dim_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0823382Z test_contig_size1_large_dim_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0823610Z test_contig_size1_large_dim_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0823853Z test_contig_size1_large_dim_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0824072Z test_contig_size1_large_dim_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0824303Z test_contig_size1_large_dim_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0824533Z test_contig_size1_large_dim_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0824766Z test_contig_size1_large_dim_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0824992Z test_contig_size1_large_dim_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0825217Z test_contig_size1_large_dim_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0825445Z test_contig_size1_large_dim_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0825679Z test_contig_size1_large_dim_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0825902Z test_contig_size1_large_dim_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0826163Z test_contig_size1_large_dim_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0826394Z test_contig_size1_large_dim_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0826625Z test_contig_size1_large_dim_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0826849Z test_contig_size1_large_dim_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0827070Z test_contig_size1_large_dim_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0827290Z test_contig_size1_large_dim_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0827514Z test_contig_size1_large_dim_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0827728Z test_contig_size1_large_dim_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0827927Z test_contig_size1_large_dim_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0828150Z test_contig_size1_large_dim_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0828395Z test_contig_size1_large_dim_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0828630Z test_contig_size1_large_dim_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0828877Z test_contig_size1_large_dim_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0829125Z test_contig_size1_large_dim_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0829415Z test_contig_size1_large_dim_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0829656Z test_contig_size1_large_dim_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0829897Z test_contig_size1_large_dim_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0830114Z test_contig_size1_large_dim_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0830345Z test_contig_size1_large_dim_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0830722Z test_contig_size1_large_dim_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0830965Z test_contig_size1_large_dim_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0831197Z test_contig_size1_large_dim_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0831443Z test_contig_size1_large_dim_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0831679Z test_contig_size1_large_dim_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0831927Z test_contig_size1_large_dim_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0832169Z test_contig_size1_large_dim_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0832386Z test_contig_size1_large_dim_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0832615Z test_contig_size1_large_dim_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0832838Z test_contig_size1_large_dim_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0833071Z test_contig_size1_large_dim_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0833299Z test_contig_size1_large_dim_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0833520Z test_contig_size1_large_dim_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0833811Z test_contig_size1_large_dim_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0834077Z test_contig_size1_large_dim_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0834320Z test_contig_size1_large_dim_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0834524Z test_contig_size1_large_dim_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0834768Z test_contig_size1_large_dim_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0835013Z test_contig_size1_large_dim_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0835258Z test_contig_size1_large_dim_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0835493Z test_contig_size1_large_dim_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0835732Z test_contig_size1_large_dim_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0835967Z test_contig_size1_large_dim_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0836197Z test_contig_size1_large_dim_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0836423Z test_contig_size1_large_dim_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0836637Z test_contig_size1_large_dim_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0836873Z test_contig_size1_large_dim_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0837174Z test_contig_size1_large_dim_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0837399Z test_contig_size1_large_dim_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0837627Z test_contig_size1_large_dim_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0837851Z test_contig_size1_large_dim_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0838078Z test_contig_size1_large_dim_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0838302Z test_contig_size1_large_dim_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0838524Z test_contig_size1_large_dim_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0838719Z test_contig_size1_large_dim_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0838942Z test_contig_size1_large_dim_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0839161Z test_contig_size1_large_dim_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0839402Z test_contig_size1_large_dim_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0839637Z test_contig_size1_large_dim_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0839876Z test_contig_size1_large_dim_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0840112Z test_contig_size1_large_dim_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0840340Z test_contig_size1_large_dim_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0840552Z test_contig_size1_large_dim_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0840781Z test_contig_size1_large_dim_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0841001Z test_contig_size1_large_dim_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0841281Z test_contig_size1_large_dim_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0841522Z test_contig_size1_large_dim_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0841748Z test_contig_size1_large_dim_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0841978Z test_contig_size1_large_dim_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0842215Z test_contig_size1_large_dim_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0842446Z test_contig_size1_large_dim_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0842655Z test_contig_size1_large_dim_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0842888Z test_contig_size1_large_dim_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0843118Z test_contig_size1_large_dim_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0843347Z test_contig_size1_large_dim_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0843577Z test_contig_size1_large_dim_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0843801Z test_contig_size1_large_dim_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0844040Z test_contig_size1_large_dim_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0844272Z test_contig_size1_large_dim_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0844556Z test_contig_size1_large_dim_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0844771Z test_contig_size1_large_dim_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0845000Z test_contig_size1_large_dim_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0845232Z test_contig_size1_large_dim_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0845463Z test_contig_size1_large_dim_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0845683Z test_contig_size1_large_dim_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0845913Z test_contig_size1_large_dim_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0846143Z test_contig_size1_large_dim_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0846378Z test_contig_size1_large_dim_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0846605Z test_contig_size1_large_dim_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0846818Z test_contig_size1_large_dim_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0847053Z test_contig_size1_large_dim_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0847278Z test_contig_size1_large_dim_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0847514Z test_contig_size1_large_dim_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0847742Z test_contig_size1_large_dim_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0847971Z test_contig_size1_large_dim_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0848204Z test_contig_size1_large_dim_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0848427Z test_contig_size1_large_dim_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0848678Z test_contig_size1_large_dim_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0848912Z test_contig_size1_large_dim_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0849144Z test_contig_size1_large_dim_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0849374Z test_contig_size1_large_dim_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0849602Z test_contig_size1_large_dim_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0849828Z test_contig_size1_large_dim_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0850059Z test_contig_size1_large_dim_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0850284Z test_contig_size1_large_dim_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0850508Z test_contig_size1_large_dim_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0850707Z test_contig_size1_large_dim_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0850926Z test_contig_size1_large_dim_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0851147Z test_contig_size1_large_dim_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0851365Z test_contig_size1_large_dim_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0851593Z test_contig_size1_large_dim_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0851865Z test_contig_size1_large_dim_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0852095Z test_contig_size1_large_dim_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0852328Z test_contig_size1_large_dim_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0852553Z test_contig_size1_large_dim_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0852756Z test_contig_size1_large_dim_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0852979Z test_contig_size1_large_dim_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0853198Z test_contig_size1_large_dim_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0853420Z test_contig_size1_large_dim_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0853631Z test_contig_size1_large_dim_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0853855Z test_contig_size1_large_dim_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0854077Z test_contig_size1_large_dim_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0854321Z test_contig_size1_large_dim_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0854544Z test_contig_size1_large_dim_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0854774Z test_contig_size1_large_dim_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0855004Z test_contig_size1_large_dim_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0855238Z test_contig_size1_large_dim_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0855468Z test_contig_size1_large_dim_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0855705Z test_contig_size1_large_dim_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0855934Z test_contig_size1_large_dim_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.0856208Z test_contig_size1_large_dim_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0856446Z test_contig_size1_large_dim_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0856651Z test_contig_size1_large_dim_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0856879Z test_contig_size1_large_dim_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0857104Z test_contig_size1_large_dim_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0857329Z test_contig_size1_large_dim_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0857555Z test_contig_size1_large_dim_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0857775Z test_contig_size1_large_dim_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0857998Z test_contig_size1_large_dim_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0858242Z test_contig_size1_large_dim_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0858483Z test_contig_size1_large_dim_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0858696Z test_contig_size1_large_dim_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0858923Z test_contig_size1_large_dim_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0859153Z test_contig_size1_large_dim_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0859431Z test_contig_size1_large_dim_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0859667Z test_contig_size1_large_dim_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0859902Z test_contig_size1_large_dim_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0860136Z test_contig_size1_large_dim_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0860368Z test_contig_size1_large_dim_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0860583Z test_contig_size1_large_dim_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0860818Z test_contig_size1_large_dim_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0861045Z test_contig_size1_large_dim_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0861277Z test_contig_size1_large_dim_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0861505Z test_contig_size1_large_dim_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0861735Z test_contig_size1_large_dim_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0861959Z test_contig_size1_large_dim_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0862182Z test_contig_size1_large_dim_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0862404Z test_contig_size1_large_dim_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0862603Z test_contig_size1_large_dim_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0862876Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0863150Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0863421Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0863743Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0864023Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0864284Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0864546Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0864810Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0865085Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0865332Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0865604Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0865871Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0866132Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0866388Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0866651Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0866963Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0867595Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0868107Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0868609Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0869086Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0869586Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0870074Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0870728Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0871240Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0871730Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0872234Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0872799Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0873305Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0873789Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0874277Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0874768Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0875256Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0875525Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0875772Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0876035Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0876297Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0876625Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0876878Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0877134Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0877386Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0877645Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0877908Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0878154Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0878418Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0878677Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0878942Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0879202Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0879463Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0879723Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0879989Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0880261Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0880570Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0880812Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0881077Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0881335Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0881598Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0882109Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0882682Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0883436Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0883986Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0884512Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0885027Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0885637Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0886174Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0886726Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0887283Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0887895Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0888453Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0888946Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0889507Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0890052Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0890607Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0891210Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0891776Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0892390Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0892981Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0893558Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0894102Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0894642Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0895183Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0895786Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0896340Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0896911Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0897399Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0897995Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0898536Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0899079Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0899624Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0900159Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0900704Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0901364Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0901922Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0902512Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0903056Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0903600Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0904151Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0904442Z test_contig_size1_large_dim_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0904671Z test_contig_size1_large_dim_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0904971Z test_contig_size1_large_dim_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0905255Z test_contig_size1_large_dim_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0905540Z test_contig_size1_large_dim_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0905923Z test_contig_size1_large_dim_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0906209Z test_contig_size1_large_dim_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0906490Z test_contig_size1_large_dim_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0906782Z test_contig_size1_large_dim_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0907115Z test_contig_size1_large_dim_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0907338Z test_contig_size1_large_dim_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0907615Z test_contig_size1_large_dim_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0907897Z test_contig_size1_large_dim_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.0908175Z test_contig_size1_large_dim_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0937396Z test_contig_size1_large_dim_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0937710Z test_contig_size1_large_dim_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0937961Z test_contig_size1_large_dim_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0938204Z test_contig_size1_large_dim_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0938440Z test_contig_size1_large_dim_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0938681Z test_contig_size1_large_dim_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0938904Z test_contig_size1_large_dim_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0939139Z test_contig_size1_large_dim_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0939536Z test_contig_size1_large_dim_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0939786Z test_contig_size1_large_dim_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0940013Z test_contig_size1_large_dim_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0940245Z test_contig_size1_large_dim_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0940468Z test_contig_size1_large_dim_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0940687Z test_contig_size1_large_dim_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0940894Z test_contig_size1_large_dim_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0941117Z test_contig_size1_large_dim_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0941358Z test_contig_size1_large_dim_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0941595Z test_contig_size1_large_dim_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0941840Z test_contig_size1_large_dim_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0942078Z test_contig_size1_large_dim_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0942323Z test_contig_size1_large_dim_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0942560Z test_contig_size1_large_dim_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0942886Z test_contig_size1_large_dim_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0943105Z test_contig_size1_large_dim_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0943339Z test_contig_size1_large_dim_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0943564Z test_contig_size1_large_dim_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0943786Z test_contig_size1_large_dim_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0944012Z test_contig_size1_large_dim_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0944236Z test_contig_size1_large_dim_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0944454Z test_contig_size1_large_dim_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0944680Z test_contig_size1_large_dim_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0944906Z test_contig_size1_large_dim_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0945118Z test_contig_size1_large_dim_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0945341Z test_contig_size1_large_dim_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0945561Z test_contig_size1_large_dim_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0945771Z test_contig_size1_large_dim_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0945990Z test_contig_size1_large_dim_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0946213Z test_contig_size1_large_dim_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0946441Z test_contig_size1_large_dim_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0946649Z test_contig_size1_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0946892Z test_contig_size1_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0947081Z test_contig_size1_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0947290Z test_contig_size1_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0947501Z test_contig_size1_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0947723Z test_contig_size1_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0947936Z test_contig_size1_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0948160Z test_contig_size1_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0948385Z test_contig_size1_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0948596Z test_contig_size1_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0948798Z test_contig_size1_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0949008Z test_contig_size1_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0949207Z test_contig_size1_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0949407Z test_contig_size1_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0949615Z test_contig_size1_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0949824Z test_contig_size1_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0950030Z test_contig_size1_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0950302Z test_contig_size1_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0950687Z test_contig_size1_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0950919Z test_contig_size1_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0951113Z test_contig_size1_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0951311Z test_contig_size1_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0951504Z test_contig_size1_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0951710Z test_contig_size1_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0951901Z test_contig_size1_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0952106Z test_contig_size1_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0952297Z test_contig_size1_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0952513Z test_contig_size1_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0952737Z test_contig_size1_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0952958Z test_contig_size1_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0953184Z test_contig_size1_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0953395Z test_contig_size1_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0953612Z test_contig_size1_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0953816Z test_contig_size1_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0954036Z test_contig_size1_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0954240Z test_contig_size1_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0954445Z test_contig_size1_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0954735Z test_contig_size1_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0954965Z test_contig_size1_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0955175Z test_contig_size1_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0955391Z test_contig_size1_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0955606Z test_contig_size1_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0955834Z test_contig_size1_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0956043Z test_contig_size1_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0956265Z test_contig_size1_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0956472Z test_contig_size1_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0956689Z test_contig_size1_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0956903Z test_contig_size1_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0957106Z test_contig_size1_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0957310Z test_contig_size1_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0957521Z test_contig_size1_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0957733Z test_contig_size1_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0957999Z test_contig_size1_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0958252Z test_contig_size1_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0958453Z test_contig_size1_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0958671Z test_contig_size1_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0958880Z test_contig_size1_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0959102Z test_contig_size1_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0959308Z test_contig_size1_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0959526Z test_contig_size1_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0959731Z test_contig_size1_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0959928Z test_contig_size1_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0960140Z test_contig_size1_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0960340Z test_contig_size1_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0960534Z test_contig_size1_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0960744Z test_contig_size1_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0960941Z test_contig_size1_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0961141Z test_contig_size1_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0961332Z test_contig_size1_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0961523Z test_contig_size1_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0961727Z test_contig_size1_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0961968Z test_contig_size1_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0962179Z test_contig_size1_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0962407Z test_contig_size1_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0962611Z test_contig_size1_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0962831Z test_contig_size1_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0963039Z test_contig_size1_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0963238Z test_contig_size1_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0963459Z test_contig_size1_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0963662Z test_contig_size1_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0963866Z test_contig_size1_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0964086Z test_contig_size1_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0964288Z test_contig_size1_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0964492Z test_contig_size1_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0964704Z test_contig_size1_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0964908Z test_contig_size1_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0965106Z test_contig_size1_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0965375Z test_contig_size1_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0965578Z test_contig_size1_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0965782Z test_contig_size1_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0965993Z test_contig_size1_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0966211Z test_contig_size1_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0966406Z test_contig_size1_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0966616Z test_contig_size1_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0966813Z test_contig_size1_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0967037Z test_contig_size1_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0967244Z test_contig_size1_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0967461Z test_contig_size1_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0967662Z test_contig_size1_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0967873Z test_contig_size1_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0968075Z test_contig_size1_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0968288Z test_contig_size1_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0968483Z test_contig_size1_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0968687Z test_contig_size1_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0968904Z test_contig_size1_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0969105Z test_contig_size1_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0969365Z test_contig_size1_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0969573Z test_contig_size1_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0969786Z test_contig_size1_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0969986Z test_contig_size1_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0970185Z test_contig_size1_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0970378Z test_contig_size1_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0970590Z test_contig_size1_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0970792Z test_contig_size1_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0970999Z test_contig_size1_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0971207Z test_contig_size1_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0971416Z test_contig_size1_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0971611Z test_contig_size1_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0971821Z test_contig_size1_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0972007Z test_contig_size1_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0972196Z test_contig_size1_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0972403Z test_contig_size1_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0972704Z test_contig_size1_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0972928Z test_contig_size1_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0973053Z test_contig_size1_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0973261Z test_contig_size1_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0973478Z test_contig_size1_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0973890Z test_contig_size1_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0974120Z test_contig_size1_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0974338Z test_contig_size1_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0974553Z test_contig_size1_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0974769Z test_contig_size1_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0974976Z test_contig_size1_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0975188Z test_contig_size1_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0975381Z test_contig_size1_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0975585Z test_contig_size1_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0975773Z test_contig_size1_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0975976Z test_contig_size1_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0976204Z test_contig_size1_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0976412Z test_contig_size1_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0976635Z test_contig_size1_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0976851Z test_contig_size1_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0977098Z test_contig_size1_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0977322Z test_contig_size1_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0977520Z test_contig_size1_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0977725Z test_contig_size1_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0977939Z test_contig_size1_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0978139Z test_contig_size1_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0978345Z test_contig_size1_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0978539Z test_contig_size1_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0978748Z test_contig_size1_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0978939Z test_contig_size1_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0979127Z test_contig_size1_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0979335Z test_contig_size1_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0979529Z test_contig_size1_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0979748Z test_contig_size1_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0979953Z test_contig_size1_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0980173Z test_contig_size1_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0980440Z test_contig_size1_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0980659Z test_contig_size1_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0980868Z test_contig_size1_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0981068Z test_contig_size1_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0981289Z test_contig_size1_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0981493Z test_contig_size1_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0981707Z test_contig_size1_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0981906Z test_contig_size1_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0982121Z test_contig_size1_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.0982320Z test_contig_size1_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0982529Z test_contig_size1_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0982714Z test_contig_size1_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0982912Z test_contig_size1_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0983100Z test_contig_size1_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0983300Z test_contig_size1_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0983495Z test_contig_size1_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0983701Z test_contig_size1_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0983948Z test_contig_size1_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0984207Z test_contig_size1_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0984498Z test_contig_size1_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0984742Z test_contig_size1_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0984996Z test_contig_size1_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0985230Z test_contig_size1_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0985483Z test_contig_size1_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0985728Z test_contig_size1_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0985969Z test_contig_size1_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0986225Z test_contig_size1_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0986467Z test_contig_size1_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0986702Z test_contig_size1_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0986932Z test_contig_size1_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0987175Z test_contig_size1_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0987412Z test_contig_size1_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0987710Z test_contig_size1_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0988245Z test_contig_size1_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0988735Z test_contig_size1_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0989207Z test_contig_size1_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0989679Z test_contig_size1_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0990131Z test_contig_size1_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0990840Z test_contig_size1_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0991332Z test_contig_size1_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0991790Z test_contig_size1_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0992270Z test_contig_size1_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0992738Z test_contig_size1_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0993281Z test_contig_size1_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0993765Z test_contig_size1_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0994241Z test_contig_size1_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0994703Z test_contig_size1_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0995176Z test_contig_size1_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0995640Z test_contig_size1_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.0995894Z test_contig_size1_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0996153Z test_contig_size1_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0996392Z test_contig_size1_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0996621Z test_contig_size1_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0996856Z test_contig_size1_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0997178Z test_contig_size1_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0997433Z test_contig_size1_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0997670Z test_contig_size1_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0997923Z test_contig_size1_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0998164Z test_contig_size1_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0998416Z test_contig_size1_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0998652Z test_contig_size1_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0998882Z test_contig_size1_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0999128Z test_contig_size1_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0999378Z test_contig_size1_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0999615Z test_contig_size1_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.0999865Z test_contig_size1_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1000104Z test_contig_size1_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1000357Z test_contig_size1_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1000588Z test_contig_size1_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1000836Z test_contig_size1_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1001057Z test_contig_size1_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1001338Z test_contig_size1_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1001588Z test_contig_size1_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1002066Z test_contig_size1_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1002549Z test_contig_size1_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1003036Z test_contig_size1_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1003504Z test_contig_size1_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1003979Z test_contig_size1_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1004432Z test_contig_size1_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1004907Z test_contig_size1_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1005365Z test_contig_size1_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1005934Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1006418Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1006899Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1007390Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1007884Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1008355Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1008838Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1009320Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1009809Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1010289Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1010842Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1011346Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1011813Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1012291Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1012763Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1013251Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1013728Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1014221Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1014691Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1015255Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1015728Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1016205Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1016679Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1017168Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1017641Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1018139Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1018613Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1019096Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1019563Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1020031Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1020563Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1021064Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1021290Z test_contig_size1_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1021521Z test_contig_size1_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1021758Z test_contig_size1_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1021983Z test_contig_size1_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1022215Z test_contig_size1_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1022433Z test_contig_size1_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1022643Z test_contig_size1_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1022869Z test_contig_size1_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1023082Z test_contig_size1_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1023301Z test_contig_size1_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1023512Z test_contig_size1_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1023795Z test_contig_size1_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1024026Z test_contig_size1_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1024240Z test_contig_size1_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1024464Z test_contig_size1_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1024661Z test_contig_size1_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1024870Z test_contig_size1_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1025082Z test_contig_size1_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1025284Z test_contig_size1_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1025502Z test_contig_size1_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1025710Z test_contig_size1_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1025928Z test_contig_size1_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1026130Z test_contig_size1_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1026324Z test_contig_size1_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1026526Z test_contig_size1_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1026721Z test_contig_size1_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1026924Z test_contig_size1_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1027125Z test_contig_size1_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1027319Z test_contig_size1_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1027532Z test_contig_size1_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1027747Z test_contig_size1_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1028051Z test_contig_size1_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1028295Z test_contig_size1_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1028512Z test_contig_size1_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1028739Z test_contig_size1_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1028951Z test_contig_size1_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1029171Z test_contig_size1_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1029382Z test_contig_size1_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1029602Z test_contig_size1_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1029810Z test_contig_size1_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1030008Z test_contig_size1_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1030226Z test_contig_size1_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1030444Z test_contig_size1_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1030847Z test_contig_size1_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1031066Z test_contig_size1_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1031267Z test_contig_size1_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1031563Z test_contig_size1_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1031765Z test_contig_size1_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1031961Z test_contig_size1_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1032173Z test_contig_size1_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1032366Z test_contig_size1_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1032578Z test_contig_size1_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1032769Z test_contig_size1_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1033002Z test_contig_vs_every_other___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1033218Z test_contig_vs_every_other___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1033461Z test_contig_vs_every_other___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1033689Z test_contig_vs_every_other___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1033905Z test_contig_vs_every_other___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1034172Z test_contig_vs_every_other___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1034395Z test_contig_vs_every_other___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1034619Z test_contig_vs_every_other___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1034830Z test_contig_vs_every_other___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1035054Z test_contig_vs_every_other___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1035284Z test_contig_vs_every_other___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1035493Z test_contig_vs_every_other___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1035763Z test_contig_vs_every_other___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1036003Z test_contig_vs_every_other___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1036214Z test_contig_vs_every_other___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1036432Z test_contig_vs_every_other___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1036639Z test_contig_vs_every_other___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1036856Z test_contig_vs_every_other___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1037080Z test_contig_vs_every_other___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1037303Z test_contig_vs_every_other___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1037544Z test_contig_vs_every_other___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1037760Z test_contig_vs_every_other___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1037978Z test_contig_vs_every_other___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1038187Z test_contig_vs_every_other___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1038406Z test_contig_vs_every_other___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1038630Z test_contig_vs_every_other___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1038895Z test_contig_vs_every_other___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1039124Z test_contig_vs_every_other___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1039350Z test_contig_vs_every_other___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1039563Z test_contig_vs_every_other___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1039771Z test_contig_vs_every_other___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1040005Z test_contig_vs_every_other___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1040216Z test_contig_vs_every_other___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1040423Z test_contig_vs_every_other___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1040651Z test_contig_vs_every_other___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1040876Z test_contig_vs_every_other___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1041086Z test_contig_vs_every_other___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1041308Z test_contig_vs_every_other___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1041513Z test_contig_vs_every_other___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1041726Z test_contig_vs_every_other___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1041949Z test_contig_vs_every_other___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1042176Z test_contig_vs_every_other___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1042412Z test_contig_vs_every_other___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1042623Z test_contig_vs_every_other___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1042889Z test_contig_vs_every_other___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1043106Z test_contig_vs_every_other___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1043323Z test_contig_vs_every_other___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1043525Z test_contig_vs_every_other___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1043734Z test_contig_vs_every_other___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1043958Z test_contig_vs_every_other___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1044168Z test_contig_vs_every_other___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1044388Z test_contig_vs_every_other___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1044599Z test_contig_vs_every_other___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1044823Z test_contig_vs_every_other___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1045031Z test_contig_vs_every_other___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1045248Z test_contig_vs_every_other___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1045444Z test_contig_vs_every_other___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1045661Z test_contig_vs_every_other___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1045952Z test_contig_vs_every_other___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1046191Z test_contig_vs_every_other___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1046411Z test_contig_vs_every_other___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1046637Z test_contig_vs_every_other___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1046848Z test_contig_vs_every_other___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1047060Z test_contig_vs_every_other___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1047282Z test_contig_vs_every_other___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1047487Z test_contig_vs_every_other___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1047713Z test_contig_vs_every_other___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1047920Z test_contig_vs_every_other___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1048155Z test_contig_vs_every_other___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1048389Z test_contig_vs_every_other___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1048608Z test_contig_vs_every_other___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1048825Z test_contig_vs_every_other___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1049047Z test_contig_vs_every_other___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1049252Z test_contig_vs_every_other___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1049461Z test_contig_vs_every_other___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1049683Z test_contig_vs_every_other___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1049954Z test_contig_vs_every_other___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1050177Z test_contig_vs_every_other___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1050401Z test_contig_vs_every_other___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1050612Z test_contig_vs_every_other___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1050831Z test_contig_vs_every_other___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1051035Z test_contig_vs_every_other___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1051241Z test_contig_vs_every_other___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1051462Z test_contig_vs_every_other___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1051672Z test_contig_vs_every_other___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1051901Z test_contig_vs_every_other_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1052126Z test_contig_vs_every_other_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1052339Z test_contig_vs_every_other_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1052553Z test_contig_vs_every_other_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1052783Z test_contig_vs_every_other_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1053011Z test_contig_vs_every_other_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1053270Z test_contig_vs_every_other_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1053485Z test_contig_vs_every_other_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1053705Z test_contig_vs_every_other_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1053914Z test_contig_vs_every_other_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1054129Z test_contig_vs_every_other_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1054349Z test_contig_vs_every_other_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1054556Z test_contig_vs_every_other_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1054783Z test_contig_vs_every_other_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1054990Z test_contig_vs_every_other_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1055204Z test_contig_vs_every_other_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1055427Z test_contig_vs_every_other_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1055646Z test_contig_vs_every_other_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1055856Z test_contig_vs_every_other_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1056077Z test_contig_vs_every_other_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1056293Z test_contig_vs_every_other_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1056501Z test_contig_vs_every_other_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1056729Z test_contig_vs_every_other_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1056940Z test_contig_vs_every_other_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1057205Z test_contig_vs_every_other_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1057438Z test_contig_vs_every_other_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1057662Z test_contig_vs_every_other_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1057895Z test_contig_vs_every_other_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1058130Z test_contig_vs_every_other_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1058364Z test_contig_vs_every_other_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1058598Z test_contig_vs_every_other_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1058838Z test_contig_vs_every_other_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1059063Z test_contig_vs_every_other_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1059288Z test_contig_vs_every_other_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1059518Z test_contig_vs_every_other_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1059749Z test_contig_vs_every_other_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1059967Z test_contig_vs_every_other_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1060189Z test_contig_vs_every_other_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1060489Z test_contig_vs_every_other_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1060711Z test_contig_vs_every_other_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1060967Z test_contig_vs_every_other_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1061190Z test_contig_vs_every_other_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1061419Z test_contig_vs_every_other_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1061660Z test_contig_vs_every_other_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1061884Z test_contig_vs_every_other_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1062109Z test_contig_vs_every_other_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1062332Z test_contig_vs_every_other_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1062564Z test_contig_vs_every_other_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1062773Z test_contig_vs_every_other_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1062988Z test_contig_vs_every_other_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1063192Z test_contig_vs_every_other_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1063431Z test_contig_vs_every_other_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1063648Z test_contig_vs_every_other_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1063883Z test_contig_vs_every_other_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1064104Z test_contig_vs_every_other_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1064380Z test_contig_vs_every_other_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1064607Z test_contig_vs_every_other_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1064835Z test_contig_vs_every_other_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1065051Z test_contig_vs_every_other_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1065259Z test_contig_vs_every_other_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1065472Z test_contig_vs_every_other_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1065708Z test_contig_vs_every_other_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1065926Z test_contig_vs_every_other_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1066159Z test_contig_vs_every_other_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1066372Z test_contig_vs_every_other_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1066597Z test_contig_vs_every_other_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1066808Z test_contig_vs_every_other_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1067016Z test_contig_vs_every_other_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1067232Z test_contig_vs_every_other_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1067457Z test_contig_vs_every_other_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1067724Z test_contig_vs_every_other_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1067953Z test_contig_vs_every_other_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1068172Z test_contig_vs_every_other_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1068395Z test_contig_vs_every_other_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1068619Z test_contig_vs_every_other_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1068848Z test_contig_vs_every_other_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1069063Z test_contig_vs_every_other_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1069278Z test_contig_vs_every_other_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1069493Z test_contig_vs_every_other_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1069724Z test_contig_vs_every_other_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1069946Z test_contig_vs_every_other_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1070174Z test_contig_vs_every_other_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1070391Z test_contig_vs_every_other_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1070826Z test_contig_vs_every_other_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1071072Z test_contig_vs_every_other_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1071300Z test_contig_vs_every_other_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1071553Z test_contig_vs_every_other_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1071857Z test_contig_vs_every_other_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1072109Z test_contig_vs_every_other_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1072341Z test_contig_vs_every_other_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1072570Z test_contig_vs_every_other_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1072821Z test_contig_vs_every_other_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1073062Z test_contig_vs_every_other_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1073321Z test_contig_vs_every_other_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1073548Z test_contig_vs_every_other_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1073807Z test_contig_vs_every_other_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1074065Z test_contig_vs_every_other_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1074318Z test_contig_vs_every_other_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1074568Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1074820Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1075138Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1075385Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1075633Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1075853Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1076106Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1076352Z test_contig_vs_every_other_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1076603Z test_contig_vs_every_other_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1076848Z test_contig_vs_every_other_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1077098Z test_contig_vs_every_other_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1077341Z test_contig_vs_every_other_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1077586Z test_contig_vs_every_other_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1077833Z test_contig_vs_every_other_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1078048Z test_contig_vs_every_other_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1078294Z test_contig_vs_every_other_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1078538Z test_contig_vs_every_other_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1078770Z test_contig_vs_every_other_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1078990Z test_contig_vs_every_other_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1079275Z test_contig_vs_every_other_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1079514Z test_contig_vs_every_other_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1079749Z test_contig_vs_every_other_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1079974Z test_contig_vs_every_other_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1080175Z test_contig_vs_every_other_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1080396Z test_contig_vs_every_other_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1080617Z test_contig_vs_every_other_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1080842Z test_contig_vs_every_other_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1081060Z test_contig_vs_every_other_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1081279Z test_contig_vs_every_other_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1081493Z test_contig_vs_every_other_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1081737Z test_contig_vs_every_other_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1081972Z test_contig_vs_every_other_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1082195Z test_contig_vs_every_other_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1082444Z test_contig_vs_every_other_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1082742Z test_contig_vs_every_other_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1082976Z test_contig_vs_every_other_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1083210Z test_contig_vs_every_other_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1083452Z test_contig_vs_every_other_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1083686Z test_contig_vs_every_other_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1083911Z test_contig_vs_every_other_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1084144Z test_contig_vs_every_other_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1084350Z test_contig_vs_every_other_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1084616Z test_contig_vs_every_other_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.1084863Z test_contig_vs_every_other_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1085104Z test_contig_vs_every_other_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1085345Z test_contig_vs_every_other_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1085584Z test_contig_vs_every_other_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1085818Z test_contig_vs_every_other_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1086049Z test_contig_vs_every_other_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1086282Z test_contig_vs_every_other_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1086494Z test_contig_vs_every_other_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1086774Z test_contig_vs_every_other_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1087009Z test_contig_vs_every_other_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1087236Z test_contig_vs_every_other_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1087462Z test_contig_vs_every_other_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1087688Z test_contig_vs_every_other_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1087915Z test_contig_vs_every_other_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1088139Z test_contig_vs_every_other_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1088342Z test_contig_vs_every_other_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1088564Z test_contig_vs_every_other_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1088783Z test_contig_vs_every_other_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1089011Z test_contig_vs_every_other_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1089235Z test_contig_vs_every_other_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1089460Z test_contig_vs_every_other_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1089685Z test_contig_vs_every_other_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1089907Z test_contig_vs_every_other_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1090184Z test_contig_vs_every_other_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1090381Z test_contig_vs_every_other_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1090604Z test_contig_vs_every_other_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1090825Z test_contig_vs_every_other_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1091043Z test_contig_vs_every_other_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1091297Z test_contig_vs_every_other_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.1091523Z test_contig_vs_every_other_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1091748Z test_contig_vs_every_other_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1091976Z test_contig_vs_every_other_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1092174Z test_contig_vs_every_other_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1092397Z test_contig_vs_every_other_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1092621Z test_contig_vs_every_other_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1092845Z test_contig_vs_every_other_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1093064Z test_contig_vs_every_other_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1093280Z test_contig_vs_every_other_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1093496Z test_contig_vs_every_other_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1093713Z test_contig_vs_every_other_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1093935Z test_contig_vs_every_other_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1094130Z test_contig_vs_every_other_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1094402Z test_contig_vs_every_other_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1094630Z test_contig_vs_every_other_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1094851Z test_contig_vs_every_other_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1095073Z test_contig_vs_every_other_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1095287Z test_contig_vs_every_other_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1095503Z test_contig_vs_every_other_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1095724Z test_contig_vs_every_other_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1095915Z test_contig_vs_every_other_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1096135Z test_contig_vs_every_other_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1096357Z test_contig_vs_every_other_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1096584Z test_contig_vs_every_other_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1096797Z test_contig_vs_every_other_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1097020Z test_contig_vs_every_other_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1097241Z test_contig_vs_every_other_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1097458Z test_contig_vs_every_other_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1097731Z test_contig_vs_every_other_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1097927Z test_contig_vs_every_other_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1098148Z test_contig_vs_every_other_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1098362Z test_contig_vs_every_other_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1098581Z test_contig_vs_every_other_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1098822Z test_contig_vs_every_other_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1099056Z test_contig_vs_every_other_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1099295Z test_contig_vs_every_other_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1099530Z test_contig_vs_every_other_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1099758Z test_contig_vs_every_other_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1099976Z test_contig_vs_every_other_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1100213Z test_contig_vs_every_other_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1100446Z test_contig_vs_every_other_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1100678Z test_contig_vs_every_other_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1100911Z test_contig_vs_every_other_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1101142Z test_contig_vs_every_other_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1101376Z test_contig_vs_every_other_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1101604Z test_contig_vs_every_other_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1101856Z test_contig_vs_every_other_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1102099Z test_contig_vs_every_other_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1102330Z test_contig_vs_every_other_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1102561Z test_contig_vs_every_other_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1102789Z test_contig_vs_every_other_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1103025Z test_contig_vs_every_other_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1103257Z test_contig_vs_every_other_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1103497Z test_contig_vs_every_other_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1103736Z test_contig_vs_every_other_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1103946Z test_contig_vs_every_other_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1104176Z test_contig_vs_every_other_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1104408Z test_contig_vs_every_other_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1104635Z test_contig_vs_every_other_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1104863Z test_contig_vs_every_other_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1105143Z test_contig_vs_every_other_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1105372Z test_contig_vs_every_other_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1105606Z test_contig_vs_every_other_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1105857Z test_contig_vs_every_other_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1106079Z test_contig_vs_every_other_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1106332Z test_contig_vs_every_other_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1106582Z test_contig_vs_every_other_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1106828Z test_contig_vs_every_other_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1107081Z test_contig_vs_every_other_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1107328Z test_contig_vs_every_other_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1107575Z test_contig_vs_every_other_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1107818Z test_contig_vs_every_other_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1108057Z test_contig_vs_every_other_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1108278Z test_contig_vs_every_other_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1108517Z test_contig_vs_every_other_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1108789Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1109051Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1109370Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1109650Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1109921Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1110188Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1110451Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1110930Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1111196Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1111462Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1111722Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1111978Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1112206Z test_contig_vs_every_other_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1112430Z test_contig_vs_every_other_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1112646Z test_contig_vs_every_other_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1112964Z test_contig_vs_every_other_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1113165Z test_contig_vs_every_other_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1113402Z test_contig_vs_every_other_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1113634Z test_contig_vs_every_other_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1113871Z test_contig_vs_every_other_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1114107Z test_contig_vs_every_other_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1114337Z test_contig_vs_every_other_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1114566Z test_contig_vs_every_other_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1114802Z test_contig_vs_every_other_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1115031Z test_contig_vs_every_other_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1115238Z test_contig_vs_every_other_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1115465Z test_contig_vs_every_other_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1115691Z test_contig_vs_every_other_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1115913Z test_contig_vs_every_other_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1116138Z test_contig_vs_every_other_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1116359Z test_contig_vs_every_other_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1116585Z test_contig_vs_every_other_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1116810Z test_contig_vs_every_other_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1117093Z test_contig_vs_every_other_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1117304Z test_contig_vs_every_other_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1117527Z test_contig_vs_every_other_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1117750Z test_contig_vs_every_other_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1117967Z test_contig_vs_every_other_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1118186Z test_contig_vs_every_other_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1118431Z test_contig_vs_every_other_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1118672Z test_contig_vs_every_other_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1118916Z test_contig_vs_every_other_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1119143Z test_contig_vs_every_other_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1119390Z test_contig_vs_every_other_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1119627Z test_contig_vs_every_other_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1119857Z test_contig_vs_every_other_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1120092Z test_contig_vs_every_other_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1120321Z test_contig_vs_every_other_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1120600Z test_contig_vs_every_other_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1120837Z test_contig_vs_every_other_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1121065Z test_contig_vs_every_other_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1121283Z test_contig_vs_every_other_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1121524Z test_contig_vs_every_other_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1121772Z test_contig_vs_every_other_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1122014Z test_contig_vs_every_other_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1122254Z test_contig_vs_every_other_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1122494Z test_contig_vs_every_other_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1122726Z test_contig_vs_every_other_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1122961Z test_contig_vs_every_other_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1123184Z test_contig_vs_every_other_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1123384Z test_contig_vs_every_other_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1123619Z test_contig_vs_every_other_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1123854Z test_contig_vs_every_other_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1124093Z test_contig_vs_every_other_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1124332Z test_contig_vs_every_other_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1124624Z test_contig_vs_every_other_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1124879Z test_contig_vs_every_other_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1125122Z test_contig_vs_every_other_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1125349Z test_contig_vs_every_other_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1125554Z test_contig_vs_every_other_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1125785Z test_contig_vs_every_other_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1126026Z test_contig_vs_every_other_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1126255Z test_contig_vs_every_other_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1126486Z test_contig_vs_every_other_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1126717Z test_contig_vs_every_other_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1126945Z test_contig_vs_every_other_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1127166Z test_contig_vs_every_other_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1127392Z test_contig_vs_every_other_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1127594Z test_contig_vs_every_other_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1127891Z test_contig_vs_every_other_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1128112Z test_contig_vs_every_other_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1128336Z test_contig_vs_every_other_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1128555Z test_contig_vs_every_other_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1128773Z test_contig_vs_every_other_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1128997Z test_contig_vs_every_other_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1129237Z test_contig_vs_every_other_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1129447Z test_contig_vs_every_other_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1129686Z test_contig_vs_every_other_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1129927Z test_contig_vs_every_other_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1130158Z test_contig_vs_every_other_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1130392Z test_contig_vs_every_other_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1130625Z test_contig_vs_every_other_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1130849Z test_contig_vs_every_other_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1131078Z test_contig_vs_every_other_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1131309Z test_contig_vs_every_other_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1131515Z test_contig_vs_every_other_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1131751Z test_contig_vs_every_other_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1131981Z test_contig_vs_every_other_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1132251Z test_contig_vs_every_other_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1132494Z test_contig_vs_every_other_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1132728Z test_contig_vs_every_other_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1132960Z test_contig_vs_every_other_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1133192Z test_contig_vs_every_other_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1133415Z test_contig_vs_every_other_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1133628Z test_contig_vs_every_other_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1133869Z test_contig_vs_every_other_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1134141Z test_contig_vs_every_other_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1134387Z test_contig_vs_every_other_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1134626Z test_contig_vs_every_other_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1134859Z test_contig_vs_every_other_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1135093Z test_contig_vs_every_other_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1135320Z test_contig_vs_every_other_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1135598Z test_contig_vs_every_other_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1135805Z test_contig_vs_every_other_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1136044Z test_contig_vs_every_other_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1136276Z test_contig_vs_every_other_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1136504Z test_contig_vs_every_other_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1136737Z test_contig_vs_every_other_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1136965Z test_contig_vs_every_other_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1137198Z test_contig_vs_every_other_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1137433Z test_contig_vs_every_other_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1137643Z test_contig_vs_every_other_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1137873Z test_contig_vs_every_other_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1138099Z test_contig_vs_every_other_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1138323Z test_contig_vs_every_other_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1138552Z test_contig_vs_every_other_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1138770Z test_contig_vs_every_other_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1139002Z test_contig_vs_every_other_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1139237Z test_contig_vs_every_other_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1139466Z test_contig_vs_every_other_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1139713Z test_contig_vs_every_other_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1139948Z test_contig_vs_every_other_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1140170Z test_contig_vs_every_other_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1140391Z test_contig_vs_every_other_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1140615Z test_contig_vs_every_other_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1140832Z test_contig_vs_every_other_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1141052Z test_contig_vs_every_other_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1141271Z test_contig_vs_every_other_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1141494Z test_contig_vs_every_other_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1141694Z test_contig_vs_every_other_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1141926Z test_contig_vs_every_other_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1142154Z test_contig_vs_every_other_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1142377Z test_contig_vs_every_other_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1142597Z test_contig_vs_every_other_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1142817Z test_contig_vs_every_other_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1143140Z test_contig_vs_every_other_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1143360Z test_contig_vs_every_other_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1143554Z test_contig_vs_every_other_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1143773Z test_contig_vs_every_other_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1143991Z test_contig_vs_every_other_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1144236Z test_contig_vs_every_other_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1144474Z test_contig_vs_every_other_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1144702Z test_contig_vs_every_other_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1144937Z test_contig_vs_every_other_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1145169Z test_contig_vs_every_other_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1145402Z test_contig_vs_every_other_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1145617Z test_contig_vs_every_other_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1145848Z test_contig_vs_every_other_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1146079Z test_contig_vs_every_other_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1146301Z test_contig_vs_every_other_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1146520Z test_contig_vs_every_other_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1146754Z test_contig_vs_every_other_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1146979Z test_contig_vs_every_other_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1147248Z test_contig_vs_every_other_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1147451Z test_contig_vs_every_other_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1147670Z test_contig_vs_every_other_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1147885Z test_contig_vs_every_other_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1148136Z test_contig_vs_every_other_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.1148360Z test_contig_vs_every_other_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1148575Z test_contig_vs_every_other_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1148792Z test_contig_vs_every_other_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1149022Z test_contig_vs_every_other_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1149253Z test_contig_vs_every_other_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1149462Z test_contig_vs_every_other_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1149690Z test_contig_vs_every_other_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1149915Z test_contig_vs_every_other_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1150142Z test_contig_vs_every_other_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1150373Z test_contig_vs_every_other_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1150859Z test_contig_vs_every_other_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1151094Z test_contig_vs_every_other_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1151330Z test_contig_vs_every_other_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1151557Z test_contig_vs_every_other_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1151762Z test_contig_vs_every_other_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1151985Z test_contig_vs_every_other_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1152201Z test_contig_vs_every_other_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1152422Z test_contig_vs_every_other_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1152648Z test_contig_vs_every_other_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1152920Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1153196Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1153466Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1153735Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1153981Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1154250Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1154521Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1154786Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1155114Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1155395Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1155664Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1155928Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1156187Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1156431Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1156696Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1156954Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1157515Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1158019Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1158508Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1159077Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1159568Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1160059Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1160556Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1161047Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1161542Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1162042Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1162522Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1163013Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1163493Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1164030Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1164525Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1165020Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1165287Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1165559Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1165829Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1166097Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1166359Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1166599Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1166859Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1167116Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1167368Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1167698Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1167974Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1168239Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1168493Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1168756Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1169017Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1169254Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1169519Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1169788Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1170053Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1170315Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1170568Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1170829Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1171082Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1171339Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1171868Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1172383Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1172872Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1173365Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1173867Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1174357Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1174849Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1175343Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1175850Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1176417Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1176935Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1177451Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1177963Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1178475Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1178965Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1179471Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1179981Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1180499Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1181012Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1181561Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1182076Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1182578Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1183077Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1183580Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1184077Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1184595Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1185107Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1185616Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1186234Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1186655Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1187162Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1187674Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1188186Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1188704Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1189214Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1189712Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1190220Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1190932Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1191523Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1192041Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1192298Z test_contig_vs_every_other_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1192554Z test_contig_vs_every_other_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1192786Z test_contig_vs_every_other_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1193040Z test_contig_vs_every_other_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1193284Z test_contig_vs_every_other_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1193530Z test_contig_vs_every_other_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1193771Z test_contig_vs_every_other_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1194015Z test_contig_vs_every_other_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1194256Z test_contig_vs_every_other_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1194492Z test_contig_vs_every_other_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1194731Z test_contig_vs_every_other_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1195019Z test_contig_vs_every_other_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1195265Z test_contig_vs_every_other_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1195508Z test_contig_vs_every_other_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1195745Z test_contig_vs_every_other_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1195983Z test_contig_vs_every_other_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1196220Z test_contig_vs_every_other_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1196455Z test_contig_vs_every_other_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1196685Z test_contig_vs_every_other_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1196925Z test_contig_vs_every_other_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1197139Z test_contig_vs_every_other_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1197371Z test_contig_vs_every_other_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1197595Z test_contig_vs_every_other_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1197819Z test_contig_vs_every_other_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1198042Z test_contig_vs_every_other_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1198261Z test_contig_vs_every_other_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1198483Z test_contig_vs_every_other_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1198706Z test_contig_vs_every_other_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1198904Z test_contig_vs_every_other_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1199162Z test_contig_vs_every_other_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1199416Z test_contig_vs_every_other_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1199655Z test_contig_vs_every_other_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1199904Z test_contig_vs_every_other_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1200149Z test_contig_vs_every_other_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1200393Z test_contig_vs_every_other_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1200636Z test_contig_vs_every_other_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1200866Z test_contig_vs_every_other_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1201073Z test_contig_vs_every_other_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1201309Z test_contig_vs_every_other_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1201537Z test_contig_vs_every_other_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1201770Z test_contig_vs_every_other_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1202002Z test_contig_vs_every_other_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1202231Z test_contig_vs_every_other_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1202514Z test_contig_vs_every_other_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1202743Z test_contig_vs_every_other_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1202976Z test_contig_vs_every_other_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1203184Z test_contig_vs_every_other_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1203414Z test_contig_vs_every_other_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1203645Z test_contig_vs_every_other_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1203872Z test_contig_vs_every_other_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1204096Z test_contig_vs_every_other_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1204326Z test_contig_vs_every_other_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1204546Z test_contig_vs_every_other_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1204785Z test_contig_vs_transposed___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1204994Z test_contig_vs_transposed___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1205234Z test_contig_vs_transposed___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1205472Z test_contig_vs_transposed___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1205703Z test_contig_vs_transposed___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1205934Z test_contig_vs_transposed___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1206166Z test_contig_vs_transposed___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1206395Z test_contig_vs_transposed___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1206675Z test_contig_vs_transposed___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1206914Z test_contig_vs_transposed___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1207122Z test_contig_vs_transposed___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1207346Z test_contig_vs_transposed___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1207575Z test_contig_vs_transposed___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1207803Z test_contig_vs_transposed___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1208031Z test_contig_vs_transposed___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1208254Z test_contig_vs_transposed___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1208480Z test_contig_vs_transposed___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1208701Z test_contig_vs_transposed___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1208939Z test_contig_vs_transposed___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1209147Z test_contig_vs_transposed___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1209387Z test_contig_vs_transposed___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1209625Z test_contig_vs_transposed___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1209913Z test_contig_vs_transposed___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1210148Z test_contig_vs_transposed___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1210384Z test_contig_vs_transposed___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1210618Z test_contig_vs_transposed___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1210841Z test_contig_vs_transposed___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1211066Z test_contig_vs_transposed___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1211272Z test_contig_vs_transposed___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1211494Z test_contig_vs_transposed___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1211729Z test_contig_vs_transposed___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1211961Z test_contig_vs_transposed___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1212196Z test_contig_vs_transposed___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1212426Z test_contig_vs_transposed___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1212652Z test_contig_vs_transposed___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1212874Z test_contig_vs_transposed___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1213077Z test_contig_vs_transposed___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1213304Z test_contig_vs_transposed___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1213527Z test_contig_vs_transposed___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1213771Z test_contig_vs_transposed___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1214041Z test_contig_vs_transposed___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1214292Z test_contig_vs_transposed___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1214533Z test_contig_vs_transposed___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1214767Z test_contig_vs_transposed___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1214997Z test_contig_vs_transposed___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1215206Z test_contig_vs_transposed___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1215428Z test_contig_vs_transposed___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1215657Z test_contig_vs_transposed___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1215882Z test_contig_vs_transposed___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1216112Z test_contig_vs_transposed___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1216332Z test_contig_vs_transposed___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1216562Z test_contig_vs_transposed___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1216785Z test_contig_vs_transposed___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1217013Z test_contig_vs_transposed___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1217214Z test_contig_vs_transposed___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1217489Z test_contig_vs_transposed___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1217713Z test_contig_vs_transposed___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1217955Z test_contig_vs_transposed___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1218198Z test_contig_vs_transposed___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1218430Z test_contig_vs_transposed___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1218660Z test_contig_vs_transposed___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1218942Z test_contig_vs_transposed___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1219157Z test_contig_vs_transposed___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1219394Z test_contig_vs_transposed___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1219622Z test_contig_vs_transposed___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1219852Z test_contig_vs_transposed___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1220084Z test_contig_vs_transposed___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1220307Z test_contig_vs_transposed___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1220541Z test_contig_vs_transposed___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1220782Z test_contig_vs_transposed___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1221017Z test_contig_vs_transposed___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1221229Z test_contig_vs_transposed___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1221458Z test_contig_vs_transposed___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1221731Z test_contig_vs_transposed___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1221964Z test_contig_vs_transposed___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1222195Z test_contig_vs_transposed___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1222423Z test_contig_vs_transposed___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1222650Z test_contig_vs_transposed___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1222865Z test_contig_vs_transposed___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1223092Z test_contig_vs_transposed___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1223293Z test_contig_vs_transposed___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1223518Z test_contig_vs_transposed___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1223741Z test_contig_vs_transposed___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1223963Z test_contig_vs_transposed___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1224182Z test_contig_vs_transposed___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1224422Z test_contig_vs_transposed_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1224648Z test_contig_vs_transposed_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1224877Z test_contig_vs_transposed_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1225175Z test_contig_vs_transposed_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1225389Z test_contig_vs_transposed_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1225620Z test_contig_vs_transposed_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1225846Z test_contig_vs_transposed_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1226067Z test_contig_vs_transposed_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1226291Z test_contig_vs_transposed_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1226511Z test_contig_vs_transposed_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1226721Z test_contig_vs_transposed_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1226942Z test_contig_vs_transposed_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1227141Z test_contig_vs_transposed_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1227370Z test_contig_vs_transposed_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1227590Z test_contig_vs_transposed_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1227812Z test_contig_vs_transposed_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1228038Z test_contig_vs_transposed_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1228261Z test_contig_vs_transposed_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1228480Z test_contig_vs_transposed_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1228703Z test_contig_vs_transposed_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1228926Z test_contig_vs_transposed_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1229173Z test_contig_vs_transposed_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1229401Z test_contig_vs_transposed_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1229631Z test_contig_vs_transposed_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1229866Z test_contig_vs_transposed_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1230093Z test_contig_vs_transposed_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1230315Z test_contig_vs_transposed_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1230738Z test_contig_vs_transposed_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1230987Z test_contig_vs_transposed_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1231216Z test_contig_vs_transposed_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1231463Z test_contig_vs_transposed_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1231704Z test_contig_vs_transposed_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1231946Z test_contig_vs_transposed_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1232185Z test_contig_vs_transposed_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1232415Z test_contig_vs_transposed_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1232720Z test_contig_vs_transposed_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1232949Z test_contig_vs_transposed_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1233182Z test_contig_vs_transposed_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1233395Z test_contig_vs_transposed_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1233625Z test_contig_vs_transposed_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1233875Z test_contig_vs_transposed_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1234154Z test_contig_vs_transposed_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1234400Z test_contig_vs_transposed_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1234650Z test_contig_vs_transposed_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1234887Z test_contig_vs_transposed_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1235120Z test_contig_vs_transposed_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1235350Z test_contig_vs_transposed_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1235556Z test_contig_vs_transposed_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1235777Z test_contig_vs_transposed_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1236003Z test_contig_vs_transposed_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1236232Z test_contig_vs_transposed_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1236472Z test_contig_vs_transposed_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1236700Z test_contig_vs_transposed_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1236989Z test_contig_vs_transposed_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1237231Z test_contig_vs_transposed_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1237454Z test_contig_vs_transposed_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1237671Z test_contig_vs_transposed_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1237903Z test_contig_vs_transposed_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1238133Z test_contig_vs_transposed_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1238366Z test_contig_vs_transposed_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1238593Z test_contig_vs_transposed_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1238831Z test_contig_vs_transposed_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1239057Z test_contig_vs_transposed_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1239289Z test_contig_vs_transposed_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1239511Z test_contig_vs_transposed_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1239716Z test_contig_vs_transposed_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1239941Z test_contig_vs_transposed_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1240220Z test_contig_vs_transposed_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1240448Z test_contig_vs_transposed_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1240679Z test_contig_vs_transposed_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1240906Z test_contig_vs_transposed_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1241133Z test_contig_vs_transposed_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1241364Z test_contig_vs_transposed_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1241571Z test_contig_vs_transposed_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1241805Z test_contig_vs_transposed_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1242037Z test_contig_vs_transposed_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1242266Z test_contig_vs_transposed_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1242500Z test_contig_vs_transposed_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1242731Z test_contig_vs_transposed_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1242958Z test_contig_vs_transposed_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1243186Z test_contig_vs_transposed_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1243414Z test_contig_vs_transposed_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1243625Z test_contig_vs_transposed_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1243855Z test_contig_vs_transposed_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1244105Z test_contig_vs_transposed_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1244393Z test_contig_vs_transposed_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1244647Z test_contig_vs_transposed_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1244892Z test_contig_vs_transposed_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1245135Z test_contig_vs_transposed_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1245377Z test_contig_vs_transposed_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1245616Z test_contig_vs_transposed_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1245845Z test_contig_vs_transposed_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1246091Z test_contig_vs_transposed_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1246343Z test_contig_vs_transposed_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1246591Z test_contig_vs_transposed_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1246845Z test_contig_vs_transposed_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1247099Z test_contig_vs_transposed_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1247352Z test_contig_vs_transposed_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1247650Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1247896Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1248119Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1248365Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1248609Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1248847Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1249091Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1249333Z test_contig_vs_transposed_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1249585Z test_contig_vs_transposed_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1249828Z test_contig_vs_transposed_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1250069Z test_contig_vs_transposed_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1250293Z test_contig_vs_transposed_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1250531Z test_contig_vs_transposed_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1250771Z test_contig_vs_transposed_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1251013Z test_contig_vs_transposed_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1251259Z test_contig_vs_transposed_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1251499Z test_contig_vs_transposed_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1251763Z test_contig_vs_transposed_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1251992Z test_contig_vs_transposed_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1252223Z test_contig_vs_transposed_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1252433Z test_contig_vs_transposed_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1252658Z test_contig_vs_transposed_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1252877Z test_contig_vs_transposed_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1253098Z test_contig_vs_transposed_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1253320Z test_contig_vs_transposed_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1253536Z test_contig_vs_transposed_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1253749Z test_contig_vs_transposed_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1253966Z test_contig_vs_transposed_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1254186Z test_contig_vs_transposed_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1254388Z test_contig_vs_transposed_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1254630Z test_contig_vs_transposed_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1254862Z test_contig_vs_transposed_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1255155Z test_contig_vs_transposed_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1255399Z test_contig_vs_transposed_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1255640Z test_contig_vs_transposed_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1255869Z test_contig_vs_transposed_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1256109Z test_contig_vs_transposed_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1256344Z test_contig_vs_transposed_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1256554Z test_contig_vs_transposed_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1256775Z test_contig_vs_transposed_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1257007Z test_contig_vs_transposed_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1257241Z test_contig_vs_transposed_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1257501Z test_contig_vs_transposed_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.1257738Z test_contig_vs_transposed_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1257967Z test_contig_vs_transposed_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1258193Z test_contig_vs_transposed_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1258428Z test_contig_vs_transposed_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1258638Z test_contig_vs_transposed_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1258863Z test_contig_vs_transposed_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1259137Z test_contig_vs_transposed_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1259370Z test_contig_vs_transposed_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1259596Z test_contig_vs_transposed_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1259816Z test_contig_vs_transposed_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1260040Z test_contig_vs_transposed_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1260265Z test_contig_vs_transposed_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1260469Z test_contig_vs_transposed_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1260695Z test_contig_vs_transposed_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1260915Z test_contig_vs_transposed_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1261130Z test_contig_vs_transposed_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1261348Z test_contig_vs_transposed_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1261559Z test_contig_vs_transposed_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1261784Z test_contig_vs_transposed_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1262002Z test_contig_vs_transposed_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1262224Z test_contig_vs_transposed_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1262477Z test_contig_vs_transposed_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1262697Z test_contig_vs_transposed_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1262922Z test_contig_vs_transposed_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1263143Z test_contig_vs_transposed_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1263358Z test_contig_vs_transposed_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1263577Z test_contig_vs_transposed_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1263791Z test_contig_vs_transposed_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1264017Z test_contig_vs_transposed_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1264224Z test_contig_vs_transposed_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1264455Z test_contig_vs_transposed_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1264674Z test_contig_vs_transposed_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1264896Z test_contig_vs_transposed_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1265117Z test_contig_vs_transposed_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1265332Z test_contig_vs_transposed_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1265553Z test_contig_vs_transposed_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1265765Z test_contig_vs_transposed_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1265981Z test_contig_vs_transposed_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1266187Z test_contig_vs_transposed_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1266405Z test_contig_vs_transposed_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1266674Z test_contig_vs_transposed_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1266902Z test_contig_vs_transposed_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1267127Z test_contig_vs_transposed_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1267347Z test_contig_vs_transposed_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1267565Z test_contig_vs_transposed_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1267784Z test_contig_vs_transposed_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1267979Z test_contig_vs_transposed_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1268199Z test_contig_vs_transposed_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1268410Z test_contig_vs_transposed_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1268627Z test_contig_vs_transposed_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1268842Z test_contig_vs_transposed_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1269058Z test_contig_vs_transposed_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1269280Z test_contig_vs_transposed_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1269496Z test_contig_vs_transposed_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1269712Z test_contig_vs_transposed_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1269960Z test_contig_vs_transposed_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1270173Z test_contig_vs_transposed_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1270391Z test_contig_vs_transposed_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1270756Z test_contig_vs_transposed_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1270981Z test_contig_vs_transposed_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1271197Z test_contig_vs_transposed_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1271412Z test_contig_vs_transposed_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1271651Z test_contig_vs_transposed_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1271865Z test_contig_vs_transposed_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1272106Z test_contig_vs_transposed_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1272330Z test_contig_vs_transposed_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1272572Z test_contig_vs_transposed_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1272791Z test_contig_vs_transposed_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1273020Z test_contig_vs_transposed_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1273242Z test_contig_vs_transposed_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1273471Z test_contig_vs_transposed_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1273696Z test_contig_vs_transposed_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1273928Z test_contig_vs_transposed_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1274156Z test_contig_vs_transposed_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1274436Z test_contig_vs_transposed_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1274657Z test_contig_vs_transposed_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1274886Z test_contig_vs_transposed_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1275108Z test_contig_vs_transposed_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.1275339Z test_contig_vs_transposed_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1275565Z test_contig_vs_transposed_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:44:38.1275804Z test_contig_vs_transposed_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1276031Z test_contig_vs_transposed_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1276271Z test_contig_vs_transposed_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1276507Z test_contig_vs_transposed_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1276721Z test_contig_vs_transposed_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1276948Z test_contig_vs_transposed_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1277173Z test_contig_vs_transposed_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1277397Z test_contig_vs_transposed_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1277686Z test_contig_vs_transposed_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1277908Z test_contig_vs_transposed_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1278134Z test_contig_vs_transposed_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1278355Z test_contig_vs_transposed_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1278602Z test_contig_vs_transposed_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1278827Z test_contig_vs_transposed_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1279076Z test_contig_vs_transposed_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1279327Z test_contig_vs_transposed_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1279576Z test_contig_vs_transposed_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1279816Z test_contig_vs_transposed_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1280056Z test_contig_vs_transposed_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1280297Z test_contig_vs_transposed_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1280537Z test_contig_vs_transposed_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1280774Z test_contig_vs_transposed_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1280994Z test_contig_vs_transposed_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1281234Z test_contig_vs_transposed_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1281504Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1281800Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1282077Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1282342Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1282603Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1282859Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1283110Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1283356Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1283610Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1283856Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1284115Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1284369Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1284588Z test_contig_vs_transposed_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1284806Z test_contig_vs_transposed_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1285064Z test_contig_vs_transposed_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1285283Z test_contig_vs_transposed_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1285484Z test_contig_vs_transposed_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1285715Z test_contig_vs_transposed_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1285935Z test_contig_vs_transposed_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1286165Z test_contig_vs_transposed_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1286394Z test_contig_vs_transposed_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1286621Z test_contig_vs_transposed_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1286851Z test_contig_vs_transposed_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1287077Z test_contig_vs_transposed_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1287303Z test_contig_vs_transposed_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1287511Z test_contig_vs_transposed_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1287733Z test_contig_vs_transposed_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1287955Z test_contig_vs_transposed_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1288172Z test_contig_vs_transposed_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1288386Z test_contig_vs_transposed_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1288605Z test_contig_vs_transposed_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1288830Z test_contig_vs_transposed_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1289044Z test_contig_vs_transposed_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1289296Z test_contig_vs_transposed_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1289505Z test_contig_vs_transposed_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1289713Z test_contig_vs_transposed_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1289926Z test_contig_vs_transposed_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1290143Z test_contig_vs_transposed_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1290358Z test_contig_vs_transposed_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1290603Z test_contig_vs_transposed_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1290834Z test_contig_vs_transposed_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1291081Z test_contig_vs_transposed_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1291306Z test_contig_vs_transposed_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1291544Z test_contig_vs_transposed_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1291772Z test_contig_vs_transposed_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1292008Z test_contig_vs_transposed_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1292237Z test_contig_vs_transposed_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1292506Z test_contig_vs_transposed_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1292725Z test_contig_vs_transposed_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1292954Z test_contig_vs_transposed_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1293188Z test_contig_vs_transposed_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1293407Z test_contig_vs_transposed_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1293634Z test_contig_vs_transposed_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1293884Z test_contig_vs_transposed_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1294117Z test_contig_vs_transposed_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1294355Z test_contig_vs_transposed_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1294581Z test_contig_vs_transposed_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1294811Z test_contig_vs_transposed_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1295035Z test_contig_vs_transposed_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1295262Z test_contig_vs_transposed_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1295473Z test_contig_vs_transposed_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1295701Z test_contig_vs_transposed_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1295927Z test_contig_vs_transposed_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1296168Z test_contig_vs_transposed_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1296397Z test_contig_vs_transposed_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1296674Z test_contig_vs_transposed_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1296921Z test_contig_vs_transposed_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1297154Z test_contig_vs_transposed_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1297381Z test_contig_vs_transposed_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1297588Z test_contig_vs_transposed_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1297820Z test_contig_vs_transposed_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1298046Z test_contig_vs_transposed_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1298275Z test_contig_vs_transposed_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1298506Z test_contig_vs_transposed_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1298736Z test_contig_vs_transposed_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1298960Z test_contig_vs_transposed_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1299177Z test_contig_vs_transposed_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1299382Z test_contig_vs_transposed_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1299600Z test_contig_vs_transposed_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1299864Z test_contig_vs_transposed_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1300081Z test_contig_vs_transposed_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1300297Z test_contig_vs_transposed_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1300511Z test_contig_vs_transposed_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1300726Z test_contig_vs_transposed_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1300938Z test_contig_vs_transposed_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1301170Z test_contig_vs_transposed_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1301383Z test_contig_vs_transposed_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1301617Z test_contig_vs_transposed_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1301848Z test_contig_vs_transposed_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1302077Z test_contig_vs_transposed_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1302305Z test_contig_vs_transposed_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1302535Z test_contig_vs_transposed_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1302761Z test_contig_vs_transposed_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1302987Z test_contig_vs_transposed_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1303211Z test_contig_vs_transposed_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1303419Z test_contig_vs_transposed_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1303646Z test_contig_vs_transposed_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1303913Z test_contig_vs_transposed_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1304152Z test_contig_vs_transposed_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1304380Z test_contig_vs_transposed_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1304605Z test_contig_vs_transposed_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1304830Z test_contig_vs_transposed_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1305056Z test_contig_vs_transposed_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1305263Z test_contig_vs_transposed_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1305489Z test_contig_vs_transposed_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1305725Z test_contig_vs_transposed_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1305955Z test_contig_vs_transposed_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1306191Z test_contig_vs_transposed_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1306415Z test_contig_vs_transposed_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1306635Z test_contig_vs_transposed_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1306862Z test_contig_vs_transposed_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1307090Z test_contig_vs_transposed_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1307351Z test_contig_vs_transposed_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1307579Z test_contig_vs_transposed_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1307805Z test_contig_vs_transposed_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1308032Z test_contig_vs_transposed_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1308258Z test_contig_vs_transposed_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1308486Z test_contig_vs_transposed_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1308712Z test_contig_vs_transposed_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1308938Z test_contig_vs_transposed_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1309167Z test_contig_vs_transposed_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1309374Z test_contig_vs_transposed_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1309601Z test_contig_vs_transposed_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1309826Z test_contig_vs_transposed_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1310045Z test_contig_vs_transposed_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1310266Z test_contig_vs_transposed_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1310669Z test_contig_vs_transposed_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1310914Z test_contig_vs_transposed_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1311145Z test_contig_vs_transposed_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1311355Z test_contig_vs_transposed_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1311638Z test_contig_vs_transposed_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1311871Z test_contig_vs_transposed_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1312087Z test_contig_vs_transposed_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1312304Z test_contig_vs_transposed_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1312519Z test_contig_vs_transposed_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1312734Z test_contig_vs_transposed_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1312949Z test_contig_vs_transposed_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1313167Z test_contig_vs_transposed_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1313371Z test_contig_vs_transposed_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1313593Z test_contig_vs_transposed_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1313819Z test_contig_vs_transposed_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1314045Z test_contig_vs_transposed_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1314264Z test_contig_vs_transposed_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1314483Z test_contig_vs_transposed_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1314696Z test_contig_vs_transposed_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1314992Z test_contig_vs_transposed_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1315190Z test_contig_vs_transposed_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1315413Z test_contig_vs_transposed_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1315630Z test_contig_vs_transposed_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1315844Z test_contig_vs_transposed_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1316081Z test_contig_vs_transposed_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1316316Z test_contig_vs_transposed_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1316543Z test_contig_vs_transposed_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1316773Z test_contig_vs_transposed_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1316998Z test_contig_vs_transposed_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1317209Z test_contig_vs_transposed_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1317441Z test_contig_vs_transposed_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1317668Z test_contig_vs_transposed_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1317890Z test_contig_vs_transposed_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1318114Z test_contig_vs_transposed_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1318438Z test_contig_vs_transposed_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1318558Z test_contig_vs_transposed_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1318780Z test_contig_vs_transposed_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1318998Z test_contig_vs_transposed_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1319239Z test_contig_vs_transposed_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1319469Z test_contig_vs_transposed_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1319687Z test_contig_vs_transposed_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1319924Z test_contig_vs_transposed_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1320155Z test_contig_vs_transposed_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1320378Z test_contig_vs_transposed_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1320616Z test_contig_vs_transposed_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1320846Z test_contig_vs_transposed_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1321064Z test_contig_vs_transposed_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1321294Z test_contig_vs_transposed_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1321522Z test_contig_vs_transposed_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1321752Z test_contig_vs_transposed_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1321978Z test_contig_vs_transposed_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1322206Z test_contig_vs_transposed_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1322487Z test_contig_vs_transposed_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1322711Z test_contig_vs_transposed_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1322937Z test_contig_vs_transposed_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1323143Z test_contig_vs_transposed_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1323362Z test_contig_vs_transposed_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1323582Z test_contig_vs_transposed_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1323800Z test_contig_vs_transposed_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1324018Z test_contig_vs_transposed_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1324236Z test_contig_vs_transposed_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1324506Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1324777Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1325044Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1325290Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1325542Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1325789Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1326048Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1326312Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1326620Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1326891Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1327151Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1327405Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1327637Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1327884Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1328147Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1328409Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1328989Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1329489Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1329989Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1330545Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1331023Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1331514Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1332000Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1332484Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1332963Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1333456Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1333937Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1334479Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1334963Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1335443Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1335975Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1336468Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1336728Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1336991Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1337247Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1337511Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1337750Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1338009Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1338263Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1338517Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1338766Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1339035Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1339347Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1339609Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1339861Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1340121Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1340360Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1340611Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1340863Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1341131Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1341390Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1341642Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1341891Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1342142Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1342392Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1342624Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1343129Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1343670Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1344179Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1344666Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1345153Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1345636Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1346123Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1346614Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1347118Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1347634Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1348201Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1348706Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1349209Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1349699Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1350202Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1350906Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1351429Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1351938Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1352444Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1352953Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1353526Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1354039Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1354538Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1355044Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1355543Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1356049Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1356556Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1357040Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1357538Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1358115Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1358621Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1359119Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1359620Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1360128Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1360641Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1361141Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1361642Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1362142Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1362652Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1363190Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1363451Z test_contig_vs_transposed_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1363678Z test_contig_vs_transposed_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1363924Z test_contig_vs_transposed_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1364166Z test_contig_vs_transposed_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1364412Z test_contig_vs_transposed_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1364650Z test_contig_vs_transposed_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1364892Z test_contig_vs_transposed_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1365132Z test_contig_vs_transposed_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1365370Z test_contig_vs_transposed_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1365607Z test_contig_vs_transposed_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1365826Z test_contig_vs_transposed_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1366061Z test_contig_vs_transposed_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1366340Z test_contig_vs_transposed_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.1366574Z test_contig_vs_transposed_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1366801Z test_contig_vs_transposed_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1367035Z test_contig_vs_transposed_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1367268Z test_contig_vs_transposed_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1367498Z test_contig_vs_transposed_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1367709Z test_contig_vs_transposed_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1367945Z test_contig_vs_transposed_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1368175Z test_contig_vs_transposed_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1368401Z test_contig_vs_transposed_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1368625Z test_contig_vs_transposed_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1368848Z test_contig_vs_transposed_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1369065Z test_contig_vs_transposed_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1369283Z test_contig_vs_transposed_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1369500Z test_contig_vs_transposed_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1369695Z test_contig_vs_transposed_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1369916Z test_contig_vs_transposed_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1370137Z test_contig_vs_transposed_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1370420Z test_contig_vs_transposed_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1370659Z test_contig_vs_transposed_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1370902Z test_contig_vs_transposed_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1371142Z test_contig_vs_transposed_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1371378Z test_contig_vs_transposed_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1371611Z test_contig_vs_transposed_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1371826Z test_contig_vs_transposed_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1372048Z test_contig_vs_transposed_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1372281Z test_contig_vs_transposed_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1372505Z test_contig_vs_transposed_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1372734Z test_contig_vs_transposed_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1372961Z test_contig_vs_transposed_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1373191Z test_contig_vs_transposed_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1373423Z test_contig_vs_transposed_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1373703Z test_contig_vs_transposed_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1373914Z test_contig_vs_transposed_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1374147Z test_contig_vs_transposed_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1374381Z test_contig_vs_transposed_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1374610Z test_contig_vs_transposed_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1374833Z test_contig_vs_transposed_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1375054Z test_contig_vs_transposed_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1375277Z test_contig_vs_transposed_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1375494Z test_contig_vs_transposed_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1375700Z test_copysign_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.1375914Z test_copysign_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1376131Z test_copysign_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.1376336Z test_copysign_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.1376539Z test_copysign_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1376747Z test_copysign_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1376950Z test_copysign_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1377150Z test_copysign_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1377343Z test_copysign_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1377557Z test_copysign_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1377762Z test_copysign_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1378008Z test_copysign_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1378226Z test_copysign_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1378437Z test_copysign_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1378648Z test_copysign_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1378856Z test_copysign_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1379061Z test_copysign_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1379247Z test_copysign_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1379453Z test_copysign_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1379651Z test_copysign_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1379862Z test_copysign_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.1380069Z test_copysign_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1380281Z test_copysign_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.1380485Z test_copysign_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.1380685Z test_copysign_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.1380876Z test_copysign_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1381085Z test_copysign_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1381336Z test_copysign_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1381541Z test_copysign_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1381750Z test_copysign_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1381964Z test_copysign_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.1382171Z test_copysign_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1382377Z test_copysign_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1382563Z test_copysign_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.1382763Z test_copysign_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.1382971Z test_copysign_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1383177Z test_copysign_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1383374Z test_copysign_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1383577Z test_copysign_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1383784Z test_copysign_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1383993Z test_copysign_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.1384181Z test_copysign_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1384398Z test_copysign_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1384602Z test_copysign_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.1384805Z test_copysign_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.1385011Z test_copysign_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1385212Z test_copysign_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1385456Z test_copysign_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1385672Z test_copysign_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1385876Z test_copysign_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1386071Z test_copysign_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1386274Z test_copysign_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1386479Z test_copysign_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.1386677Z test_copysign_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1386878Z test_copysign_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1387086Z test_copysign_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1387296Z test_copysign_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1387505Z test_copysign_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1387693Z test_copysign_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1387902Z test_copysign_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1388117Z test_copysign_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1388318Z test_copysign_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1388518Z test_copysign_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.1388716Z test_copysign_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1389016Z test_copysign_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1389219Z test_copysign_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1389403Z test_copysign_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1389604Z test_copysign_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1389805Z test_copysign_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1390001Z test_copysign_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1390208Z test_copysign_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1390411Z test_copysign_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1390774Z test_copysign_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.1390989Z test_copysign_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1391172Z test_copysign_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1391379Z test_copysign_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1391581Z test_copysign_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1391780Z test_copysign_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1391981Z test_copysign_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1392182Z test_copysign_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1392395Z test_copysign_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1392598Z test_copysign_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1392794Z test_copysign_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1393005Z test_copysign_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1393275Z test_copysign_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1393489Z test_copysign_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1393692Z test_copysign_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1393889Z test_copysign_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1394092Z test_copysign_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1394299Z test_copysign_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1394495Z test_copysign_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1394694Z test_copysign_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1394910Z test_copysign_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1395117Z test_copysign_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1395324Z test_copysign_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.1395535Z test_copysign_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1395741Z test_copysign_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1395945Z test_copysign_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1396153Z test_copysign_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1396335Z test_copysign_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1396574Z test_copysign_subgradient_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1396875Z test_copysign_subgradient_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1397114Z test_copysign_subgradient_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1397352Z test_copysign_subgradient_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1397584Z test_copysign_subgradient_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1397819Z test_copysign_subgradient_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1398051Z test_copysign_subgradient_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1398264Z test_copysign_subgradient_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1398501Z test_copysign_subgradient_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1398734Z test_copysign_subgradient_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1398965Z test_copysign_subgradient_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1399197Z test_copysign_subgradient_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1399435Z test_copysign_subgradient_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1399663Z test_copysign_subgradient_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1399893Z test_copysign_subgradient_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1400127Z test_copysign_subgradient_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1400335Z test_cpow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.1400574Z test_cpu_tensor_pow_cuda_scalar_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.1400812Z test_cremainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.1401121Z test_cross_device_binary_ops_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-12-01T10:44:38.1401352Z test_cross_device_inplace_error_msg_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1401575Z test_csub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.1401798Z test_cuda_tensor_pow_scalar_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:44:38.1402013Z test_cumulative_trapezoid_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.051s) 2022-12-01T10:44:38.1402224Z test_div_and_floordiv_script_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.911s) 2022-12-01T10:44:38.1402449Z test_div_and_floordiv_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1402649Z test_div_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1402848Z test_div_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1403070Z test_div_rounding_modes_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1403287Z test_div_rounding_modes_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1403502Z test_div_rounding_modes_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1403715Z test_div_rounding_modes_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1403924Z test_div_rounding_modes_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1404118Z test_div_rounding_modes_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1404377Z test_div_rounding_modes_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1404589Z test_div_rounding_modes_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1404799Z test_div_rounding_modes_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1405021Z test_div_rounding_nonfinite_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1405243Z test_div_rounding_nonfinite_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1405467Z test_div_rounding_nonfinite_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1405683Z test_div_rounding_nonfinite_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1405879Z test_div_rounding_numpy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1406091Z test_div_rounding_numpy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1406304Z test_div_rounding_numpy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1406514Z test_div_rounding_numpy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1406719Z test_div_rounding_numpy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1406918Z test_div_rounding_numpy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1407126Z test_div_rounding_numpy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1407339Z test_div_rounding_numpy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1407711Z test_divide_by_zero_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1041: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T10:44:38.1407822Z expect = np.divide(an, 0) 2022-12-01T10:44:38.1408091Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1041: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T10:44:38.1408222Z expect = np.divide(an, 0) 2022-12-01T10:44:38.1408328Z ok (0.003s) 2022-12-01T10:44:38.1408607Z test_divide_by_zero_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1408840Z test_divide_by_zero_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1409057Z test_divide_by_zero_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1409268Z test_divmul_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1409615Z test_float_power_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:4016: RuntimeWarning: invalid value encountered in float_power 2022-12-01T10:44:38.1409817Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-12-01T10:44:38.1409924Z ok (0.036s) 2022-12-01T10:44:38.1410154Z test_float_power_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-12-01T10:44:38.1410376Z test_float_power_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.1410596Z test_float_power_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1410818Z test_float_power_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.1411032Z test_float_power_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1411227Z test_float_power_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.1411443Z test_float_power_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1411656Z test_float_power_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1411869Z test_float_power_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1412130Z test_float_power_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1412355Z test_float_power_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.1412588Z test_float_power_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.1412818Z test_float_power_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1413019Z test_float_power_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.1413242Z test_float_power_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.1413462Z test_float_power_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.1413679Z test_float_power_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.1413903Z test_float_power_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.1414121Z test_float_power_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.1414340Z test_float_power_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.1414559Z test_float_power_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.1414778Z test_float_power_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.1414986Z test_float_power_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.1415212Z test_float_power_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-12-01T10:44:38.1415433Z test_float_power_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.1415653Z test_float_power_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.1415874Z test_float_power_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:44:38.1416088Z test_float_power_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:44:38.1416348Z test_float_power_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:44:38.1416569Z test_float_power_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.1416765Z test_float_power_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.1416983Z test_float_power_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.1417200Z test_float_power_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.1417425Z test_float_power_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:44:38.1417644Z test_float_power_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:44:38.1417863Z test_float_power_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1418078Z test_float_power_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1418296Z test_float_power_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1418512Z test_float_power_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1418708Z test_float_power_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1418915Z test_float_power_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1419126Z test_float_power_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1419341Z test_float_power_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1419604Z test_float_power_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1419824Z test_float_power_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:44:38.1420044Z test_float_power_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:44:38.1420259Z test_float_power_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1420452Z test_float_power_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1420661Z test_float_power_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1420874Z test_float_power_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1421083Z test_float_power_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1421285Z test_float_power_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1421508Z test_float_power_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1421710Z test_float_power_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1421931Z test_float_power_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.1422134Z test_float_power_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:44:38.1422357Z test_float_power_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:44:38.1422571Z test_float_power_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.1422789Z test_float_power_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.1423009Z test_float_power_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.1423219Z test_float_power_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.1423430Z test_float_power_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.1423631Z test_float_power_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.1423885Z test_float_power_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.1424078Z test_float_power_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.1424290Z test_float_power_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.1424510Z test_float_power_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-12-01T10:44:38.1424731Z test_float_power_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-12-01T10:44:38.1424939Z test_float_power_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1425147Z test_float_power_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1425364Z test_float_power_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1425573Z test_float_power_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1425762Z test_float_power_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1425967Z test_float_power_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1426179Z test_float_power_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1426386Z test_float_power_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1426600Z test_float_power_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1426816Z test_float_power_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:44:38.1427036Z test_float_power_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:44:38.1427289Z test_float_power_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1427474Z test_float_power_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1427679Z test_float_power_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.1427889Z test_float_power_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1428092Z test_float_power_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1428296Z test_float_power_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1428504Z test_float_power_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1428707Z test_float_power_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1428922Z test_float_power_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1429147Z test_float_power_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:44:38.1429345Z test_float_power_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:44:38.1429566Z test_float_power_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1429777Z test_float_power_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1429982Z test_float_power_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.1430193Z test_float_power_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1430398Z test_float_power_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1430750Z test_float_power_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1430967Z test_float_power_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1431154Z test_float_power_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1431364Z test_float_power_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1431645Z test_float_power_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:44:38.1431870Z test_float_power_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:44:38.1432080Z test_float_power_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1432288Z test_float_power_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1432492Z test_float_power_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1432699Z test_float_power_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1432881Z test_float_power_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1433087Z test_float_power_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1433293Z test_float_power_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1433504Z test_float_power_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1433717Z test_float_power_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1433935Z test_float_power_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:44:38.1434196Z test_float_power_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:44:38.1434410Z test_float_power_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1434620Z test_float_power_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1434806Z test_float_power_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.1435081Z test_float_power_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1435287Z test_float_power_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1435489Z test_float_power_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1435696Z test_float_power_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1435897Z test_float_power_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.1436739Z test_float_power_exceptions_cuda (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:4047: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:44:38.1436895Z torch.float_power(base, exp, out=out) 2022-12-01T10:44:38.1437002Z ok (0.032s) 2022-12-01T10:44:38.1437376Z test_float_scalar_pow_float_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-12-01T10:44:38.1437526Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:44:38.1437785Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:44:38.1437952Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:44:38.1438055Z ok (0.078s) 2022-12-01T10:44:38.1438288Z test_float_scalar_pow_float_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.070s) 2022-12-01T10:44:38.1438515Z test_floor_divide_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1438731Z test_floor_divide_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1438992Z test_floor_divide_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1439196Z test_floor_divide_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1439413Z test_floor_divide_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1439617Z test_floor_divide_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1439831Z test_floor_divide_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1440038Z test_floor_divide_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1440252Z test_floor_divide_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1440470Z test_floor_divide_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1440679Z test_floor_divide_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1440874Z test_floor_divide_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1441085Z test_floor_divide_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1441284Z test_floor_divide_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1441492Z test_floor_divide_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1441697Z test_floor_divide_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1441940Z test_floor_divide_zero_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.1442188Z test_floor_divide_zero_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.1442489Z test_floor_divide_zero_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.1442729Z test_floor_divide_zero_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.1442949Z test_floor_divide_zero_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.1443180Z test_fmod_remainder_by_zero_float_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1443410Z test_fmod_remainder_by_zero_float_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1443645Z test_fmod_remainder_by_zero_float_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1443874Z test_fmod_remainder_by_zero_integral_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1444105Z test_fmod_remainder_by_zero_integral_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1444335Z test_fmod_remainder_by_zero_integral_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1444566Z test_fmod_remainder_by_zero_integral_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1444793Z test_fmod_remainder_by_zero_integral_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1444987Z test_fmod_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:44:38.1445192Z test_fmod_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:44:38.1445398Z test_fmod_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:44:38.1445602Z test_fmod_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.1445804Z test_fmod_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-12-01T10:44:38.1446015Z test_fmod_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-12-01T10:44:38.1446219Z test_fmod_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-12-01T10:44:38.1446419Z test_fmod_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-12-01T10:44:38.1446643Z test_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1446835Z test_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1447014Z test_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1447203Z test_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1447385Z test_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1447625Z test_heaviside_complex_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1447869Z test_heaviside_complex_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:44:38.1448111Z test_heaviside_complex_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1448328Z test_heaviside_complex_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:44:38.1448548Z test_heaviside_cross_device_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:44:38.1448767Z test_heaviside_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1448978Z test_heaviside_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1449193Z test_heaviside_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1449407Z test_heaviside_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1449625Z test_heaviside_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1449896Z test_heaviside_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1450090Z test_heaviside_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1450298Z test_heaviside_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1450512Z test_heaviside_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1450722Z test_heaviside_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1450932Z test_heaviside_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1451144Z test_heaviside_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1451355Z test_heaviside_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1451560Z test_heaviside_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1451743Z test_heaviside_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1451956Z test_heaviside_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1452165Z test_heaviside_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1452372Z test_heaviside_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1452581Z test_heaviside_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1452787Z test_heaviside_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1453004Z test_heaviside_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1453217Z test_heaviside_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1453430Z test_heaviside_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1453617Z test_heaviside_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1453835Z test_heaviside_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1454042Z test_heaviside_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1454296Z test_heaviside_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1454508Z test_heaviside_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1454721Z test_heaviside_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1454926Z test_heaviside_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1455141Z test_heaviside_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1455327Z test_heaviside_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1455540Z test_heaviside_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1455755Z test_heaviside_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1455962Z test_heaviside_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1456171Z test_heaviside_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1456385Z test_heaviside_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1456593Z test_heaviside_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1456806Z test_heaviside_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1456997Z test_heaviside_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1457217Z test_heaviside_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1457421Z test_heaviside_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1457687Z test_heaviside_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1457898Z test_heaviside_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1458107Z test_heaviside_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1458316Z test_heaviside_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1458521Z test_heaviside_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1458732Z test_heaviside_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1458920Z test_heaviside_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1459127Z test_heaviside_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1459336Z test_heaviside_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1459548Z test_heaviside_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1459761Z test_heaviside_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1459974Z test_heaviside_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1460175Z test_heaviside_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1460375Z test_heaviside_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1460563Z test_heaviside_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1460767Z test_heaviside_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1460971Z test_heaviside_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1461173Z test_heaviside_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1461387Z test_heaviside_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1461593Z test_heaviside_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1461844Z test_heaviside_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1462056Z test_heaviside_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1462238Z test_heaviside_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1462447Z test_heaviside_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1462646Z test_heaviside_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1462847Z test_heaviside_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1463050Z test_heaviside_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1463252Z test_heaviside_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1463464Z test_heaviside_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1463674Z test_heaviside_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1463862Z test_heaviside_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1464068Z test_heaviside_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1464268Z test_heaviside_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1464480Z test_heaviside_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1464684Z test_heaviside_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1464886Z test_heaviside_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1465141Z test_heaviside_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1465342Z test_heaviside_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1465538Z test_heaviside_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1465742Z test_heaviside_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1465949Z test_heaviside_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1466156Z test_heaviside_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1466362Z test_heaviside_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1466568Z test_heaviside_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1466777Z test_heaviside_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1466989Z test_heaviside_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1467196Z test_heaviside_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1467378Z test_heaviside_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1467597Z test_heaviside_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1467804Z test_heaviside_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1468019Z test_heaviside_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1468226Z test_heaviside_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1468429Z test_heaviside_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1468637Z test_heaviside_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1468845Z test_heaviside_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.1469036Z test_heaviside_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1469245Z test_heaviside_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.1469505Z test_heaviside_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1469711Z test_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1469914Z test_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1470136Z test_idiv_and_ifloordiv_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (9.177s) 2022-12-01T10:44:38.1470341Z test_inplace_division_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.1470742Z test_inplace_dunders_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.1470938Z test_int_and_float_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.989s) 2022-12-01T10:44:38.1471151Z test_int_tensor_pow_neg_ints_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-12-01T10:44:38.1471339Z test_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1471525Z test_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1471710Z test_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1471932Z test_ldexp_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:44:38.1472761Z test_lerp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:3353: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:44:38.1473015Z torch.lerp(start, end, weight, out=actual_out) 2022-12-01T10:44:38.1473757Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:3353: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:44:38.1473923Z torch.lerp(start, end, weight, out=actual_out) 2022-12-01T10:44:38.1474031Z ok (0.147s) 2022-12-01T10:44:38.1474217Z test_lerp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.157s) 2022-12-01T10:44:38.1474414Z test_lerp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.074s) 2022-12-01T10:44:38.1474614Z test_lerp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-12-01T10:44:38.1474863Z test_lerp_lowp_cpu_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:44:38.1475073Z test_lerp_lowp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1475280Z test_lerp_lowp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1475492Z test_logaddexp2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1475697Z test_logaddexp2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1475886Z test_logaddexp2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1476099Z test_logaddexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1476304Z test_logaddexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1476519Z test_logaddexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1476741Z test_logical_and_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1477021Z test_logical_and_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1477262Z test_logical_and_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1477487Z test_logical_and_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1477689Z test_logical_and_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1477910Z test_logical_and_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1478131Z test_logical_and_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1478350Z test_logical_and_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1478573Z test_logical_and_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1478784Z test_logical_and_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1479005Z test_logical_and_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1479225Z test_logical_and_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1479443Z test_logical_and_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1479633Z test_logical_and_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1479854Z test_logical_and_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1480068Z test_logical_and_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1480410Z test_logical_and_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1480613Z test_logical_and_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1480748Z test_logical_and_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1480961Z test_logical_and_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1481165Z test_logical_and_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1481353Z test_logical_and_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1481561Z test_logical_and_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1481773Z test_logical_and_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1482279Z test_logical_and_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:3247: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:44:38.1482464Z self.assertEqual(expected_res.bool(), getattr(a, op)(b)) 2022-12-01T10:44:38.1482571Z ok (0.002s) 2022-12-01T10:44:38.1482800Z test_logical_and_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1483037Z test_logical_and_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.200s) 2022-12-01T10:44:38.1483268Z test_logical_and_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1483471Z test_logical_and_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1483694Z test_logical_and_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1483916Z test_logical_and_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1484136Z test_logical_and_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1484363Z test_logical_and_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1484578Z test_logical_and_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1484842Z test_logical_and_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1485071Z test_logical_and_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1485272Z test_logical_and_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1485490Z test_logical_and_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1485717Z test_logical_and_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1485943Z test_logical_and_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.197s) 2022-12-01T10:44:38.1486171Z test_logical_and_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1486391Z test_logical_and_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1486616Z test_logical_and_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1486838Z test_logical_and_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1487057Z test_logical_and_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1487255Z test_logical_and_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1487473Z test_logical_and_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1487688Z test_logical_and_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1487906Z test_logical_and_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1488175Z test_logical_and_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1488400Z test_logical_and_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1488625Z test_logical_and_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1488842Z test_logical_and_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1489040Z test_logical_and_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1489249Z test_logical_and_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1489462Z test_logical_and_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1489673Z test_logical_and_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1489878Z test_logical_and_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1490095Z test_logical_and_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1490306Z test_logical_and_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1490527Z test_logical_and_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1490716Z test_logical_and_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1490939Z test_logical_and_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1491159Z test_logical_and_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1491374Z test_logical_and_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1491580Z test_logical_and_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1491795Z test_logical_and_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1492010Z test_logical_and_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1492220Z test_logical_and_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1492466Z test_logical_and_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1492665Z test_logical_and_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1492873Z test_logical_and_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1493092Z test_logical_and_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1493308Z test_logical_and_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1493531Z test_logical_and_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1493752Z test_logical_and_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1493966Z test_logical_and_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1494182Z test_logical_and_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1494379Z test_logical_and_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1494594Z test_logical_and_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1494808Z test_logical_and_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1495016Z test_logical_and_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1495227Z test_logical_and_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1495434Z test_logical_and_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1495710Z test_logical_and_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1495921Z test_logical_and_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1496145Z test_logical_and_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1496342Z test_logical_and_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1496555Z test_logical_and_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1496766Z test_logical_and_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1496972Z test_logical_and_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1497182Z test_logical_and_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1497384Z test_logical_and_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1497588Z test_logical_and_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1497793Z test_logical_and_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1497977Z test_logical_and_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1498193Z test_logical_and_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1498398Z test_logical_and_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1498619Z test_logical_and_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1498836Z test_logical_and_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1499051Z test_logical_and_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1499257Z test_logical_and_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1499469Z test_logical_and_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1499660Z test_logical_and_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1499917Z test_logical_and_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1500130Z test_logical_and_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1500337Z test_logical_and_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1500548Z test_logical_and_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1500763Z test_logical_and_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1500966Z test_logical_and_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1501187Z test_logical_and_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1501387Z test_logical_and_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1501598Z test_logical_and_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1501804Z test_logical_and_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1502002Z test_logical_and_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1502204Z test_logical_and_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1502404Z test_logical_and_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1502607Z test_logical_and_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1502813Z test_logical_and_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1503018Z test_logical_and_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1503265Z test_logical_and_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1503471Z test_logical_and_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1503690Z test_logical_and_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1503906Z test_logical_and_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1504116Z test_logical_and_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1504317Z test_logical_and_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1504520Z test_logical_and_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1504725Z test_logical_and_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1504905Z test_logical_and_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1505107Z test_logical_and_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1505318Z test_logical_and_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1505538Z test_logical_and_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1505757Z test_logical_and_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1505966Z test_logical_and_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1506182Z test_logical_and_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1506399Z test_logical_and_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1506592Z test_logical_and_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1506795Z test_logical_and_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1507003Z test_logical_and_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1507215Z test_logical_and_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1507502Z test_logical_and_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1507707Z test_logical_and_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1507912Z test_logical_and_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1508125Z test_logical_and_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1508332Z test_logical_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1508513Z test_logical_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1508713Z test_logical_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1508914Z test_logical_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1509111Z test_logical_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1509304Z test_logical_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1509502Z test_logical_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1509699Z test_logical_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1509903Z test_logical_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1510079Z test_logical_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1510298Z test_logical_or_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1510696Z test_logical_or_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1510931Z test_logical_or_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1511241Z test_logical_or_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1511460Z test_logical_or_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1511674Z test_logical_or_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1511890Z test_logical_or_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1512083Z test_logical_or_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1512289Z test_logical_or_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1512492Z test_logical_or_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1512703Z test_logical_or_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1512912Z test_logical_or_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1513126Z test_logical_or_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1513334Z test_logical_or_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1513553Z test_logical_or_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1513749Z test_logical_or_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1513959Z test_logical_or_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1514158Z test_logical_or_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1514361Z test_logical_or_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1514566Z test_logical_or_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1514772Z test_logical_or_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1514983Z test_logical_or_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1515190Z test_logical_or_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1515434Z test_logical_or_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1515669Z test_logical_or_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1515882Z test_logical_or_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1516113Z test_logical_or_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.202s) 2022-12-01T10:44:38.1516341Z test_logical_or_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1516558Z test_logical_or_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1516784Z test_logical_or_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1517004Z test_logical_or_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1517226Z test_logical_or_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1517419Z test_logical_or_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1517634Z test_logical_or_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1517851Z test_logical_or_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1518072Z test_logical_or_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1518287Z test_logical_or_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1518501Z test_logical_or_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1518784Z test_logical_or_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1519056Z test_logical_or_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.197s) 2022-12-01T10:44:38.1519261Z test_logical_or_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1519483Z test_logical_or_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1519694Z test_logical_or_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1519909Z test_logical_or_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1520123Z test_logical_or_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1520337Z test_logical_or_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1520551Z test_logical_or_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1520770Z test_logical_or_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1520984Z test_logical_or_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1521180Z test_logical_or_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1521399Z test_logical_or_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1521616Z test_logical_or_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1521831Z test_logical_or_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1522040Z test_logical_or_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1522249Z test_logical_or_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1522459Z test_logical_or_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1522668Z test_logical_or_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1522858Z test_logical_or_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1523120Z test_logical_or_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1523343Z test_logical_or_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1523563Z test_logical_or_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1523772Z test_logical_or_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1523992Z test_logical_or_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1524213Z test_logical_or_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1524425Z test_logical_or_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1524620Z test_logical_or_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1524834Z test_logical_or_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1525047Z test_logical_or_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1525265Z test_logical_or_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1525478Z test_logical_or_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1525688Z test_logical_or_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1525893Z test_logical_or_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1526105Z test_logical_or_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1526312Z test_logical_or_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1526566Z test_logical_or_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1526784Z test_logical_or_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1526996Z test_logical_or_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1527208Z test_logical_or_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1527416Z test_logical_or_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1527620Z test_logical_or_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1527821Z test_logical_or_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1528021Z test_logical_or_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1528211Z test_logical_or_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1528415Z test_logical_or_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1528629Z test_logical_or_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1528837Z test_logical_or_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1529052Z test_logical_or_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1529260Z test_logical_or_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1529459Z test_logical_or_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1529655Z test_logical_or_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1529844Z test_logical_or_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1530055Z test_logical_or_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1530256Z test_logical_or_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1530454Z test_logical_or_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1530704Z test_logical_or_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1530923Z test_logical_or_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1531135Z test_logical_or_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1531338Z test_logical_or_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1531535Z test_logical_or_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1531748Z test_logical_or_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1531964Z test_logical_or_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1532174Z test_logical_or_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1532379Z test_logical_or_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1532587Z test_logical_or_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1532789Z test_logical_or_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1532990Z test_logical_or_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1533196Z test_logical_or_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1533382Z test_logical_or_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1533598Z test_logical_or_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1533855Z test_logical_or_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1534073Z test_logical_or_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1534326Z test_logical_or_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1534537Z test_logical_or_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1534749Z test_logical_or_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1534956Z test_logical_or_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1535142Z test_logical_or_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1535343Z test_logical_or_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1535542Z test_logical_or_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1535750Z test_logical_or_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1535956Z test_logical_or_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1536166Z test_logical_or_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1536377Z test_logical_or_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1536594Z test_logical_or_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1536789Z test_logical_or_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1537003Z test_logical_or_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1537210Z test_logical_or_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1537412Z test_logical_or_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1537619Z test_logical_or_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1537824Z test_logical_or_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1538027Z test_logical_or_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1538277Z test_logical_or_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1538464Z test_logical_or_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1538680Z test_logical_or_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1538875Z test_logical_or_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1539094Z test_logical_or_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1539313Z test_logical_or_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1539529Z test_logical_or_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1539747Z test_logical_or_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1539949Z test_logical_or_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1540163Z test_logical_or_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1540347Z test_logical_or_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1540546Z test_logical_or_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1540751Z test_logical_or_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1540959Z test_logical_or_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1541179Z test_logical_xor_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1541397Z test_logical_xor_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1541678Z test_logical_xor_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1541903Z test_logical_xor_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1542104Z test_logical_xor_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1542326Z test_logical_xor_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1542542Z test_logical_xor_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1542753Z test_logical_xor_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1542961Z test_logical_xor_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1543164Z test_logical_xor_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1543379Z test_logical_xor_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1543592Z test_logical_xor_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1543788Z test_logical_xor_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1543996Z test_logical_xor_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1544211Z test_logical_xor_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1544421Z test_logical_xor_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1544631Z test_logical_xor_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1544833Z test_logical_xor_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1545034Z test_logical_xor_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1545245Z test_logical_xor_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1545444Z test_logical_xor_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1545673Z test_logical_xor_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1545887Z test_logical_xor_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1546094Z test_logical_xor_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1546315Z test_logical_xor_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1546532Z test_logical_xor_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1546763Z test_logical_xor_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.198s) 2022-12-01T10:44:38.1546989Z test_logical_xor_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1547218Z test_logical_xor_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1547420Z test_logical_xor_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1547645Z test_logical_xor_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1547860Z test_logical_xor_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1548075Z test_logical_xor_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1548286Z test_logical_xor_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1548499Z test_logical_xor_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1548711Z test_logical_xor_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1548928Z test_logical_xor_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1549205Z test_logical_xor_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1549414Z test_logical_xor_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1549640Z test_logical_xor_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.194s) 2022-12-01T10:44:38.1549858Z test_logical_xor_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1550074Z test_logical_xor_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1550292Z test_logical_xor_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1550690Z test_logical_xor_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1550913Z test_logical_xor_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1551125Z test_logical_xor_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1551322Z test_logical_xor_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1551538Z test_logical_xor_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1551755Z test_logical_xor_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1551963Z test_logical_xor_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1552179Z test_logical_xor_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1552396Z test_logical_xor_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1552607Z test_logical_xor_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1552815Z test_logical_xor_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1553009Z test_logical_xor_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1553218Z test_logical_xor_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1553494Z test_logical_xor_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1553701Z test_logical_xor_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1553904Z test_logical_xor_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1554104Z test_logical_xor_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1554317Z test_logical_xor_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1554518Z test_logical_xor_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1554738Z test_logical_xor_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1554942Z test_logical_xor_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1555151Z test_logical_xor_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1555363Z test_logical_xor_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1555568Z test_logical_xor_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1555776Z test_logical_xor_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1555979Z test_logical_xor_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1556177Z test_logical_xor_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1556385Z test_logical_xor_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1556571Z test_logical_xor_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1556856Z test_logical_xor_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1557061Z test_logical_xor_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1557285Z test_logical_xor_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1557503Z test_logical_xor_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1557712Z test_logical_xor_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1557916Z test_logical_xor_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1558125Z test_logical_xor_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1558311Z test_logical_xor_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1558513Z test_logical_xor_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1558720Z test_logical_xor_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1558927Z test_logical_xor_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1559141Z test_logical_xor_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1559355Z test_logical_xor_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1559564Z test_logical_xor_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1559784Z test_logical_xor_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1560002Z test_logical_xor_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1560195Z test_logical_xor_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1560407Z test_logical_xor_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1560611Z test_logical_xor_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1560823Z test_logical_xor_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1561070Z test_logical_xor_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1561286Z test_logical_xor_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1561490Z test_logical_xor_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1561693Z test_logical_xor_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1561888Z test_logical_xor_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1562092Z test_logical_xor_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1562312Z test_logical_xor_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1562646Z test_logical_xor_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1562819Z test_logical_xor_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1562944Z test_logical_xor_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1563154Z test_logical_xor_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1563362Z test_logical_xor_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1563548Z test_logical_xor_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1563746Z test_logical_xor_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1563947Z test_logical_xor_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1564198Z test_logical_xor_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1564407Z test_logical_xor_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1564610Z test_logical_xor_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1564830Z test_logical_xor_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1565042Z test_logical_xor_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1565248Z test_logical_xor_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1565434Z test_logical_xor_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1565634Z test_logical_xor_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1565836Z test_logical_xor_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1566039Z test_logical_xor_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1566240Z test_logical_xor_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1566452Z test_logical_xor_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1566656Z test_logical_xor_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1566867Z test_logical_xor_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1567056Z test_logical_xor_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1567274Z test_logical_xor_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1567488Z test_logical_xor_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1567700Z test_logical_xor_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1567910Z test_logical_xor_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1568108Z test_logical_xor_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1568358Z test_logical_xor_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1568567Z test_logical_xor_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1568746Z test_logical_xor_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1568951Z test_logical_xor_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1569162Z test_logical_xor_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1569380Z test_logical_xor_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1569584Z test_logical_xor_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1569806Z test_logical_xor_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1570027Z test_logical_xor_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1570243Z test_logical_xor_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1570451Z test_logical_xor_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1570642Z test_logical_xor_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1570849Z test_logical_xor_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1571049Z test_logical_xor_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1571245Z test_logical_xor_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1571449Z test_logical_xor_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1571701Z test_logical_xor_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1571935Z test_logical_xor_with_nontrivial_alignment_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.269s) 2022-12-01T10:44:38.1572146Z test_long_tensor_pow_floats_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:44:38.1572383Z test_maximum_and_minimum_subgradient_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1572634Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1572885Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1573138Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1573387Z test_maximum_and_minimum_subgradient_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1573640Z test_maximum_and_minimum_subgradient_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1573886Z test_maximum_and_minimum_subgradient_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1574128Z test_maximum_and_minimum_subgradient_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1574381Z test_maximum_and_minimum_subgradient_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1574607Z test_maximum_and_minimum_subgradient_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1574859Z test_maximum_and_minimum_subgradient_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1575097Z test_maximum_and_minimum_subgradient_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1575342Z test_maximum_and_minimum_subgradient_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1575586Z test_maximum_and_minimum_subgradient_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1575878Z test_maximum_and_minimum_subgradient_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1576128Z test_maximum_and_minimum_subgradient_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1576373Z test_maximum_minimum_complex_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.1576614Z test_maximum_minimum_complex_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.1576839Z test_maximum_minimum_complex_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.1577086Z test_maximum_minimum_complex_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.1577330Z test_maximum_minimum_complex_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.1577574Z test_maximum_minimum_complex_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.1577816Z test_maximum_minimum_complex_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.1578051Z test_maximum_minimum_complex_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.1578274Z test_maximum_minimum_complex_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.1578494Z test_maximum_minimum_complex_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.1578723Z test_maximum_minimum_complex_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.1578931Z test_maximum_minimum_complex_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.1579224Z test_maximum_minimum_complex_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.1579461Z test_maximum_minimum_complex_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.1579705Z test_maximum_minimum_complex_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.1579946Z test_maximum_minimum_complex_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.1580186Z test_maximum_minimum_complex_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.1580422Z test_maximum_minimum_complex_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.1580649Z test_maximum_minimum_complex_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-12-01T10:44:38.1580883Z test_maximum_minimum_complex_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.1581096Z test_maximum_minimum_complex_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.1581324Z test_maximum_minimum_complex_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.1581556Z test_maximum_minimum_complex_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.1581793Z test_maximum_minimum_complex_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:44:38.1582015Z test_maximum_minimum_cross_device_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.1582237Z test_maximum_minimum_float_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1582456Z test_maximum_minimum_float_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1582673Z test_maximum_minimum_float_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1582898Z test_maximum_minimum_float_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1583119Z test_maximum_minimum_float_nan_and_inf_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1583402Z test_maximum_minimum_float_nan_and_inf_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1583639Z test_maximum_minimum_float_nan_and_inf_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1583872Z test_maximum_minimum_float_nan_and_inf_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1584099Z test_maximum_minimum_forward_ad_float32_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.089s) 2022-12-01T10:44:38.1584327Z test_maximum_minimum_int_and_bool_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1584555Z test_maximum_minimum_int_and_bool_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1584781Z test_maximum_minimum_int_and_bool_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1584984Z test_maximum_minimum_int_and_bool_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1585212Z test_maximum_minimum_int_and_bool_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1585440Z test_maximum_minimum_int_and_bool_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1585692Z test_maximum_minimum_type_promotion_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1585937Z test_maximum_minimum_type_promotion_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1586187Z test_maximum_minimum_type_promotion_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1586434Z test_maximum_minimum_type_promotion_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1586728Z test_maximum_minimum_type_promotion_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1586974Z test_maximum_minimum_type_promotion_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1587201Z test_maximum_minimum_type_promotion_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1587438Z test_maximum_minimum_type_promotion_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1587678Z test_maximum_minimum_type_promotion_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1587921Z test_maximum_minimum_type_promotion_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1588168Z test_maximum_minimum_type_promotion_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1588408Z test_maximum_minimum_type_promotion_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1588662Z test_maximum_minimum_type_promotion_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1588911Z test_maximum_minimum_type_promotion_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1589152Z test_maximum_minimum_type_promotion_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1589371Z test_maximum_minimum_type_promotion_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1589609Z test_maximum_minimum_type_promotion_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1589844Z test_maximum_minimum_type_promotion_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1590089Z test_maximum_minimum_type_promotion_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1590321Z test_maximum_minimum_type_promotion_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1590774Z test_maximum_minimum_type_promotion_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1591091Z test_maximum_minimum_type_promotion_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1591350Z test_maximum_minimum_type_promotion_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1591595Z test_maximum_minimum_type_promotion_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1591811Z test_maximum_minimum_type_promotion_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1592053Z test_maximum_minimum_type_promotion_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1592297Z test_maximum_minimum_type_promotion_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1592535Z test_maximum_minimum_type_promotion_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1592772Z test_maximum_minimum_type_promotion_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1593018Z test_maximum_minimum_type_promotion_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1593264Z test_maximum_minimum_type_promotion_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1593505Z test_maximum_minimum_type_promotion_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1593746Z test_maximum_minimum_type_promotion_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1593968Z test_maximum_minimum_type_promotion_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1594207Z test_maximum_minimum_type_promotion_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1594519Z test_maximum_minimum_type_promotion_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1594763Z test_maximum_minimum_type_promotion_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1595000Z test_maximum_minimum_type_promotion_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1595243Z test_maximum_minimum_type_promotion_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1595484Z test_maximum_minimum_type_promotion_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1595734Z test_maximum_minimum_type_promotion_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1595974Z test_maximum_minimum_type_promotion_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1596204Z test_maximum_minimum_type_promotion_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1596449Z test_maximum_minimum_type_promotion_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1596694Z test_maximum_minimum_type_promotion_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1596935Z test_maximum_minimum_type_promotion_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1597169Z test_maximum_minimum_type_promotion_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1597406Z test_maximum_minimum_type_promotion_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1597650Z test_maximum_minimum_type_promotion_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1597888Z test_maximum_minimum_type_promotion_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1598136Z test_maximum_minimum_type_promotion_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1598357Z test_maximum_minimum_type_promotion_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1598646Z test_maximum_minimum_type_promotion_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1598898Z test_maximum_minimum_type_promotion_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1599138Z test_maximum_minimum_type_promotion_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1599375Z test_maximum_minimum_type_promotion_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1599609Z test_maximum_minimum_type_promotion_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1599846Z test_maximum_minimum_type_promotion_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1600086Z test_maximum_minimum_type_promotion_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1600326Z test_maximum_minimum_type_promotion_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1600554Z test_maximum_minimum_type_promotion_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1600794Z test_maximum_minimum_type_promotion_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1601033Z test_maximum_minimum_type_promotion_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1601275Z test_maximum_minimum_type_promotion_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1601509Z test_maximum_minimum_type_promotion_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1601806Z test_maximum_minimum_type_promotion_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1602039Z test_maximum_minimum_type_promotion_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1602274Z test_maximum_minimum_type_promotion_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1602511Z test_maximum_minimum_type_promotion_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1602730Z test_maximum_minimum_type_promotion_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1602976Z test_maximum_minimum_type_promotion_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1603215Z test_maximum_minimum_type_promotion_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1603455Z test_maximum_minimum_type_promotion_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1603699Z test_maximum_minimum_type_promotion_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1603941Z test_maximum_minimum_type_promotion_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1604180Z test_maximum_minimum_type_promotion_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1604419Z test_maximum_minimum_type_promotion_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1604655Z test_maximum_minimum_type_promotion_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1604872Z test_maximum_minimum_type_promotion_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1605108Z test_maximum_minimum_type_promotion_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1605350Z test_maximum_minimum_type_promotion_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1605592Z test_maximum_minimum_type_promotion_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1605879Z test_maximum_minimum_type_promotion_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1606130Z test_maximum_minimum_type_promotion_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1606373Z test_maximum_minimum_type_promotion_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1606610Z test_maximum_minimum_type_promotion_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1606839Z test_maximum_minimum_type_promotion_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1607045Z test_maximum_minimum_type_promotion_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1607284Z test_maximum_minimum_type_promotion_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1607517Z test_maximum_minimum_type_promotion_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1607768Z test_maximum_minimum_type_promotion_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1608004Z test_maximum_minimum_type_promotion_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1608247Z test_maximum_minimum_type_promotion_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1608489Z test_maximum_minimum_type_promotion_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1608722Z test_maximum_minimum_type_promotion_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1608957Z test_maximum_minimum_type_promotion_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1609225Z test_maximum_minimum_type_promotion_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1609464Z test_maximum_minimum_type_promotion_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1609698Z test_maximum_minimum_type_promotion_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1609935Z test_maximum_minimum_type_promotion_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1610158Z test_min_max_binary_op_nan_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.187s) 2022-12-01T10:44:38.1610379Z test_min_max_binary_op_nan_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.186s) 2022-12-01T10:44:38.1610597Z test_min_max_binary_op_nan_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.185s) 2022-12-01T10:44:38.1610839Z test_mul_chalf_tensor_and_cpu_scalar_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1611030Z test_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1611233Z test_mul_intertype_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1611455Z test_mul_intertype_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1611681Z test_mul_intertype_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1611896Z test_muldiv_scalar_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1612104Z test_muldiv_scalar_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1612318Z test_muldiv_scalar_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1612532Z test_muldiv_scalar_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1612738Z test_muldiv_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1612932Z test_muldiv_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1613141Z test_muldiv_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1613345Z test_muldiv_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1613607Z test_muldiv_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1613820Z test_muldiv_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1614029Z test_muldiv_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1614234Z test_muldiv_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1614458Z test_nextafter_bfloat16_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1614644Z test_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1614852Z test_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1615071Z test_non_contig___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1615284Z test_non_contig___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1615509Z test_non_contig___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1615727Z test_non_contig___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1615943Z test_non_contig___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1616156Z test_non_contig___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1616347Z test_non_contig___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1616561Z test_non_contig___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1616766Z test_non_contig___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1617044Z test_non_contig___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1617253Z test_non_contig___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1617460Z test_non_contig___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1617666Z test_non_contig___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1617867Z test_non_contig___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1618065Z test_non_contig___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1618254Z test_non_contig___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1618463Z test_non_contig___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1618676Z test_non_contig___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1618897Z test_non_contig___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1619105Z test_non_contig___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1619325Z test_non_contig___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1619543Z test_non_contig___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1619757Z test_non_contig___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1619949Z test_non_contig___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1620163Z test_non_contig___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1620372Z test_non_contig___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1620580Z test_non_contig___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1620781Z test_non_contig___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1621027Z test_non_contig___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1621238Z test_non_contig___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1621452Z test_non_contig___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1621664Z test_non_contig___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1621851Z test_non_contig___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1622060Z test_non_contig___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1622267Z test_non_contig___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1622476Z test_non_contig___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1622678Z test_non_contig___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1622892Z test_non_contig___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1623102Z test_non_contig___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1623314Z test_non_contig___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1623502Z test_non_contig___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1623720Z test_non_contig___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1623936Z test_non_contig___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1624151Z test_non_contig___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1624469Z test_non_contig___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1624683Z test_non_contig___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1624891Z test_non_contig___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1625099Z test_non_contig___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1625282Z test_non_contig___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1625494Z test_non_contig___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1625699Z test_non_contig___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1625908Z test_non_contig___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1626115Z test_non_contig___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1626327Z test_non_contig___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1626529Z test_non_contig___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1626741Z test_non_contig___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1626952Z test_non_contig___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1627149Z test_non_contig___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1627368Z test_non_contig___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1627588Z test_non_contig___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1627803Z test_non_contig___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1628015Z test_non_contig___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1628232Z test_non_contig___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1628442Z test_non_contig___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1628687Z test_non_contig___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1628877Z test_non_contig___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1629085Z test_non_contig___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1629287Z test_non_contig___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1629503Z test_non_contig___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1629721Z test_non_contig___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1629942Z test_non_contig___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1630152Z test_non_contig___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1630366Z test_non_contig___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1630702Z test_non_contig___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1630926Z test_non_contig___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1631130Z test_non_contig___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1631330Z test_non_contig___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1631536Z test_non_contig___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1631738Z test_non_contig___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1632020Z test_non_contig___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1632225Z test_non_contig___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1632429Z test_non_contig___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1632609Z test_non_contig___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1632814Z test_non_contig___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1633015Z test_non_contig___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1633230Z test_non_contig_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1633442Z test_non_contig_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1633658Z test_non_contig_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1633880Z test_non_contig_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1634090Z test_non_contig_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1634317Z test_non_contig_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1634523Z test_non_contig_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1634736Z test_non_contig_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1634948Z test_non_contig_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1635156Z test_non_contig_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1635365Z test_non_contig_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1635574Z test_non_contig_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1635783Z test_non_contig_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1635978Z test_non_contig_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1636187Z test_non_contig_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1636457Z test_non_contig_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1636676Z test_non_contig_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1636877Z test_non_contig_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1637086Z test_non_contig_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1637294Z test_non_contig_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1637499Z test_non_contig_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1637686Z test_non_contig_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1637902Z test_non_contig_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1638120Z test_non_contig_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1638339Z test_non_contig_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1638552Z test_non_contig_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1638767Z test_non_contig_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1638984Z test_non_contig_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1639204Z test_non_contig_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1639434Z test_non_contig_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1639696Z test_non_contig_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1639919Z test_non_contig_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1640152Z test_non_contig_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1640381Z test_non_contig_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1640597Z test_non_contig_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1640813Z test_non_contig_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1641029Z test_non_contig_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1641243Z test_non_contig_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1641439Z test_non_contig_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1641656Z test_non_contig_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1641891Z test_non_contig_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1642125Z test_non_contig_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1642354Z test_non_contig_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1642586Z test_non_contig_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1642812Z test_non_contig_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1643026Z test_non_contig_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1643244Z test_non_contig_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1643443Z test_non_contig_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1643660Z test_non_contig_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1643919Z test_non_contig_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1644139Z test_non_contig_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1644362Z test_non_contig_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1644577Z test_non_contig_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1644793Z test_non_contig_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1645011Z test_non_contig_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1645201Z test_non_contig_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1645422Z test_non_contig_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1645638Z test_non_contig_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1645852Z test_non_contig_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1646068Z test_non_contig_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1646277Z test_non_contig_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1646499Z test_non_contig_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1646717Z test_non_contig_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1646933Z test_non_contig_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1647128Z test_non_contig_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1647390Z test_non_contig_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1647598Z test_non_contig_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1647814Z test_non_contig_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1648033Z test_non_contig_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1648247Z test_non_contig_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1648458Z test_non_contig_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1648676Z test_non_contig_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1648866Z test_non_contig_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1649083Z test_non_contig_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1649303Z test_non_contig_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1649518Z test_non_contig_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1649738Z test_non_contig_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1649958Z test_non_contig_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1650177Z test_non_contig_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1650393Z test_non_contig_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1650588Z test_non_contig_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1650797Z test_non_contig_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1651014Z test_non_contig_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1651225Z test_non_contig_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1651512Z test_non_contig_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1651757Z test_non_contig_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1651990Z test_non_contig_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1652222Z test_non_contig_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1652458Z test_non_contig_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1652660Z test_non_contig_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1652899Z test_non_contig_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1653121Z test_non_contig_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1653353Z test_non_contig_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1653593Z test_non_contig_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1653825Z test_non_contig_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1654065Z test_non_contig_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1654303Z test_non_contig_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1654541Z test_non_contig_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1654758Z test_non_contig_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1655052Z test_non_contig_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1655289Z test_non_contig_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1655520Z test_non_contig_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1655750Z test_non_contig_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1655980Z test_non_contig_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1656210Z test_non_contig_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1656440Z test_non_contig_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1656657Z test_non_contig_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1656890Z test_non_contig_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1657125Z test_non_contig_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1657356Z test_non_contig_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1657585Z test_non_contig_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1657811Z test_non_contig_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1658034Z test_non_contig_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1658262Z test_non_contig_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1658484Z test_non_contig_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1658680Z test_non_contig_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1658882Z test_non_contig_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1659142Z test_non_contig_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1659362Z test_non_contig_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1659569Z test_non_contig_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1659773Z test_non_contig_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1659979Z test_non_contig_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1660185Z test_non_contig_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1660368Z test_non_contig_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1660578Z test_non_contig_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1660779Z test_non_contig_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1660986Z test_non_contig_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1661187Z test_non_contig_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1661416Z test_non_contig_expand___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1661640Z test_non_contig_expand___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1661874Z test_non_contig_expand___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1662106Z test_non_contig_expand___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1662316Z test_non_contig_expand___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1662597Z test_non_contig_expand___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1662823Z test_non_contig_expand___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1663043Z test_non_contig_expand___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1663263Z test_non_contig_expand___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1663483Z test_non_contig_expand___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1663704Z test_non_contig_expand___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1663920Z test_non_contig_expand___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1664114Z test_non_contig_expand___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1664342Z test_non_contig_expand___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1664566Z test_non_contig_expand___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1664777Z test_non_contig_expand___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1665001Z test_non_contig_expand___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1665211Z test_non_contig_expand___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1665435Z test_non_contig_expand___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1665650Z test_non_contig_expand___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1665887Z test_non_contig_expand___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1666104Z test_non_contig_expand___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.1666331Z test_non_contig_expand___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1666601Z test_non_contig_expand___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1666836Z test_non_contig_expand___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1667057Z test_non_contig_expand___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1667274Z test_non_contig_expand___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1667479Z test_non_contig_expand___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1667695Z test_non_contig_expand___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1667896Z test_non_contig_expand___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1668128Z test_non_contig_expand___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1668348Z test_non_contig_expand___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1668577Z test_non_contig_expand___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1668797Z test_non_contig_expand___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1669012Z test_non_contig_expand___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1669238Z test_non_contig_expand___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1669441Z test_non_contig_expand___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1669685Z test_non_contig_expand___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1669908Z test_non_contig_expand___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1670128Z test_non_contig_expand___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1670347Z test_non_contig_expand___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1670936Z test_non_contig_expand___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1671164Z test_non_contig_expand___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1671386Z test_non_contig_expand___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1671607Z test_non_contig_expand___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1671826Z test_non_contig_expand___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1672056Z test_non_contig_expand___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1672254Z test_non_contig_expand___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1672474Z test_non_contig_expand___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1672695Z test_non_contig_expand___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1672914Z test_non_contig_expand___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1673132Z test_non_contig_expand___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1673352Z test_non_contig_expand___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1673567Z test_non_contig_expand___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1673778Z test_non_contig_expand___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1673980Z test_non_contig_expand___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1674197Z test_non_contig_expand___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1674493Z test_non_contig_expand___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1674735Z test_non_contig_expand___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1674966Z test_non_contig_expand___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1675190Z test_non_contig_expand___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1675412Z test_non_contig_expand___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1675931Z test_non_contig_expand___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1676202Z test_non_contig_expand___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1676460Z test_non_contig_expand___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1676719Z test_non_contig_expand___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1676917Z test_non_contig_expand___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1677186Z test_non_contig_expand___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1677451Z test_non_contig_expand___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1677720Z test_non_contig_expand___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1677989Z test_non_contig_expand___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1678443Z test_non_contig_expand___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1678712Z test_non_contig_expand___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1678987Z test_non_contig_expand___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1679248Z test_non_contig_expand___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1679445Z test_non_contig_expand___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1679700Z test_non_contig_expand___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1679956Z test_non_contig_expand___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1680219Z test_non_contig_expand___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1680478Z test_non_contig_expand___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1680774Z test_non_contig_expand___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1681043Z test_non_contig_expand___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1681304Z test_non_contig_expand___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1681507Z test_non_contig_expand___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1681762Z test_non_contig_expand___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1682020Z test_non_contig_expand_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1682280Z test_non_contig_expand_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1682540Z test_non_contig_expand_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1682856Z test_non_contig_expand_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1683159Z test_non_contig_expand_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1683465Z test_non_contig_expand_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1683729Z test_non_contig_expand_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1683932Z test_non_contig_expand_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1684181Z test_non_contig_expand_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1684430Z test_non_contig_expand_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1684682Z test_non_contig_expand_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1684929Z test_non_contig_expand_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1685193Z test_non_contig_expand_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1685492Z test_non_contig_expand_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1685754Z test_non_contig_expand_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1685959Z test_non_contig_expand_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1686214Z test_non_contig_expand_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1686463Z test_non_contig_expand_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1686720Z test_non_contig_expand_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1686975Z test_non_contig_expand_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1687341Z test_non_contig_expand_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1687601Z test_non_contig_expand_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1687893Z test_non_contig_expand_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1688175Z test_non_contig_expand_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1688390Z test_non_contig_expand_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1688657Z test_non_contig_expand_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1688920Z test_non_contig_expand_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1689190Z test_non_contig_expand_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1689450Z test_non_contig_expand_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1689733Z test_non_contig_expand_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1690019Z test_non_contig_expand_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1690330Z test_non_contig_expand_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1690613Z test_non_contig_expand_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1690831Z test_non_contig_expand_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1691096Z test_non_contig_expand_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1691367Z test_non_contig_expand_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1691633Z test_non_contig_expand_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1691947Z test_non_contig_expand_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1692250Z test_non_contig_expand_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1692512Z test_non_contig_expand_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1692825Z test_non_contig_expand_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1693055Z test_non_contig_expand_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1693332Z test_non_contig_expand_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1693618Z test_non_contig_expand_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1693897Z test_non_contig_expand_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1694170Z test_non_contig_expand_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1694436Z test_non_contig_expand_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1694702Z test_non_contig_expand_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1694964Z test_non_contig_expand_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1695260Z test_non_contig_expand_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1695472Z test_non_contig_expand_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1695754Z test_non_contig_expand_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1696020Z test_non_contig_expand_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1696342Z test_non_contig_expand_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1696663Z test_non_contig_expand_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1696933Z test_non_contig_expand_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1697207Z test_non_contig_expand_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1697475Z test_non_contig_expand_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1697779Z test_non_contig_expand_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1697994Z test_non_contig_expand_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1698254Z test_non_contig_expand_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1698527Z test_non_contig_expand_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1698791Z test_non_contig_expand_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1699054Z test_non_contig_expand_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1699316Z test_non_contig_expand_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1699591Z test_non_contig_expand_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1699855Z test_non_contig_expand_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1700060Z test_non_contig_expand_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1700361Z test_non_contig_expand_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1700626Z test_non_contig_expand_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1700890Z test_non_contig_expand_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1701236Z test_non_contig_expand_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1701502Z test_non_contig_expand_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1701773Z test_non_contig_expand_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1702038Z test_non_contig_expand_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1702307Z test_non_contig_expand_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1702517Z test_non_contig_expand_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1702819Z test_non_contig_expand_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1703092Z test_non_contig_expand_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1703363Z test_non_contig_expand_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1703626Z test_non_contig_expand_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1703892Z test_non_contig_expand_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1704153Z test_non_contig_expand_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1704417Z test_non_contig_expand_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1704703Z test_non_contig_expand_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1704933Z test_non_contig_expand_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1705310Z test_non_contig_expand_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1705599Z test_non_contig_expand_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1705935Z test_non_contig_expand_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1706216Z test_non_contig_expand_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1706487Z test_non_contig_expand_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1706758Z test_non_contig_expand_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1707031Z test_non_contig_expand_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1707311Z test_non_contig_expand_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1707542Z test_non_contig_expand_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1707865Z test_non_contig_expand_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1708163Z test_non_contig_expand_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.1708449Z test_non_contig_expand_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.1708726Z test_non_contig_expand_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1709003Z test_non_contig_expand_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1709279Z test_non_contig_expand_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1709567Z test_non_contig_expand_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1709834Z test_non_contig_expand_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1710113Z test_non_contig_expand_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1710446Z test_non_contig_expand_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1710954Z test_non_contig_expand_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1711236Z test_non_contig_expand_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1711512Z test_non_contig_expand_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1711782Z test_non_contig_expand_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1712064Z test_non_contig_expand_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1712339Z test_non_contig_expand_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1712629Z test_non_contig_expand_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1712845Z test_non_contig_expand_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1713162Z test_non_contig_expand_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1713444Z test_non_contig_expand_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1713706Z test_non_contig_expand_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1713962Z test_non_contig_expand_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1714304Z test_non_contig_expand_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1714574Z test_non_contig_expand_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1714832Z test_non_contig_expand_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1715035Z test_non_contig_expand_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1715298Z test_non_contig_expand_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1715626Z test_non_contig_expand_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1715882Z test_non_contig_expand_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1716135Z test_non_contig_expand_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1716390Z test_non_contig_expand_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1716648Z test_non_contig_expand_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1716902Z test_non_contig_expand_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1717176Z test_non_contig_expand_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1717393Z test_non_contig_expand_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1717665Z test_non_contig_expand_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1717976Z test_non_contig_expand_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1718253Z test_non_contig_expand_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1718519Z test_non_contig_expand_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1718798Z test_non_contig_expand_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1719122Z test_non_contig_expand_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1719405Z test_non_contig_expand_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1719617Z test_non_contig_expand_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1719887Z test_non_contig_expand_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1720197Z test_non_contig_expand_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1720527Z test_non_contig_expand_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.1720808Z test_non_contig_expand_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1721096Z test_non_contig_expand_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1721365Z test_non_contig_expand_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1721630Z test_non_contig_expand_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1721891Z test_non_contig_expand_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1722104Z test_non_contig_expand_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1722371Z test_non_contig_expand_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1722627Z test_non_contig_expand_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1722915Z test_non_contig_expand_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1723229Z test_non_contig_expand_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1723487Z test_non_contig_expand_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1723742Z test_non_contig_expand_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1724003Z test_non_contig_expand_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1724251Z test_non_contig_expand_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1724455Z test_non_contig_expand_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1724758Z test_non_contig_expand_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1725022Z test_non_contig_expand_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1725327Z test_non_contig_expand_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1725585Z test_non_contig_expand_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1725835Z test_non_contig_expand_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1726084Z test_non_contig_expand_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1726343Z test_non_contig_expand_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1726542Z test_non_contig_expand_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1726794Z test_non_contig_expand_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1727058Z test_non_contig_expand_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1727307Z test_non_contig_expand_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1727586Z test_non_contig_expand_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1739727Z test_non_contig_expand_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1740122Z test_non_contig_expand_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1740367Z test_non_contig_expand_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1740595Z test_non_contig_expand_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1740824Z test_non_contig_expand_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1741050Z test_non_contig_expand_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1741250Z test_non_contig_expand_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1741478Z test_non_contig_expand_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1741710Z test_non_contig_expand_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1741935Z test_non_contig_expand_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1742157Z test_non_contig_expand_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1742380Z test_non_contig_expand_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1742602Z test_non_contig_expand_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1742822Z test_non_contig_expand_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1743038Z test_non_contig_expand_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1743241Z test_non_contig_expand_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1743518Z test_non_contig_expand_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1743737Z test_non_contig_expand_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1743967Z test_non_contig_expand_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1744181Z test_non_contig_expand_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1744399Z test_non_contig_expand_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1744615Z test_non_contig_expand_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1744829Z test_non_contig_expand_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1745023Z test_non_contig_expand_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1745235Z test_non_contig_expand_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1745460Z test_non_contig_expand_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1745678Z test_non_contig_expand_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1745901Z test_non_contig_expand_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1746121Z test_non_contig_expand_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1746334Z test_non_contig_expand_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1746547Z test_non_contig_expand_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1746741Z test_non_contig_expand_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1746952Z test_non_contig_expand_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1747164Z test_non_contig_expand_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1747377Z test_non_contig_expand_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1747616Z test_non_contig_expand_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1747889Z test_non_contig_expand_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1748135Z test_non_contig_expand_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1748373Z test_non_contig_expand_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1748606Z test_non_contig_expand_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1748814Z test_non_contig_expand_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1749040Z test_non_contig_expand_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1749271Z test_non_contig_expand_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1749500Z test_non_contig_expand_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1749736Z test_non_contig_expand_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1749964Z test_non_contig_expand_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1750193Z test_non_contig_expand_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1750417Z test_non_contig_expand_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1750934Z test_non_contig_expand_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1751153Z test_non_contig_expand_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1751371Z test_non_contig_expand_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1751698Z test_non_contig_expand_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1751926Z test_non_contig_expand_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1752164Z test_non_contig_expand_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1752392Z test_non_contig_expand_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1752631Z test_non_contig_expand_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1752866Z test_non_contig_expand_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1753071Z test_non_contig_expand_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1753298Z test_non_contig_expand_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1753536Z test_non_contig_expand_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1753763Z test_non_contig_expand_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1753994Z test_non_contig_expand_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1754217Z test_non_contig_expand_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1754442Z test_non_contig_expand_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1754672Z test_non_contig_expand_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1754922Z test_non_contig_expand_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1755143Z test_non_contig_expand_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1755403Z test_non_contig_expand_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1755658Z test_non_contig_expand_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.1755958Z test_non_contig_expand_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1756215Z test_non_contig_expand_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1756465Z test_non_contig_expand_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1756711Z test_non_contig_expand_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1756947Z test_non_contig_expand_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1757191Z test_non_contig_expand_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1757411Z test_non_contig_expand_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1757649Z test_non_contig_expand_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1757921Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1758179Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1758454Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1758729Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1758992Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1759297Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1759559Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1759796Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1760050Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1760298Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1760561Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1760823Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1761053Z test_non_contig_expand_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1761279Z test_non_contig_expand_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1761501Z test_non_contig_expand_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1761722Z test_non_contig_expand_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1761917Z test_non_contig_expand_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1762150Z test_non_contig_expand_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1762376Z test_non_contig_expand_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1762614Z test_non_contig_expand_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1762847Z test_non_contig_expand_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1763079Z test_non_contig_expand_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1763308Z test_non_contig_expand_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1763570Z test_non_contig_expand_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1763779Z test_non_contig_expand_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1763998Z test_non_contig_expand_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1764223Z test_non_contig_expand_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1764450Z test_non_contig_expand_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1764672Z test_non_contig_expand_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1764895Z test_non_contig_expand_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1765119Z test_non_contig_expand_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1765348Z test_non_contig_expand_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1765569Z test_non_contig_expand_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1765765Z test_non_contig_expand_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1765987Z test_non_contig_expand_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1766203Z test_non_contig_expand_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1766423Z test_non_contig_expand_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1766644Z test_non_contig_expand_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1766913Z test_non_contig_expand_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1767158Z test_non_contig_expand_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1767398Z test_non_contig_expand_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1767620Z test_non_contig_expand_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1767866Z test_non_contig_expand_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1768104Z test_non_contig_expand_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1768351Z test_non_contig_expand_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1768580Z test_non_contig_expand_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1768820Z test_non_contig_expand_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1769055Z test_non_contig_expand_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1769293Z test_non_contig_expand_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1769528Z test_non_contig_expand_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1769733Z test_non_contig_expand_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1769970Z test_non_contig_expand_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1770202Z test_non_contig_expand_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1770444Z test_non_contig_expand_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1770683Z test_non_contig_expand_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1770924Z test_non_contig_expand_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1771206Z test_non_contig_expand_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1771453Z test_non_contig_expand_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1771687Z test_non_contig_expand_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1771893Z test_non_contig_expand_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1772124Z test_non_contig_expand_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1772356Z test_non_contig_expand_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1772590Z test_non_contig_expand_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1772836Z test_non_contig_expand_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1773067Z test_non_contig_expand_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1773313Z test_non_contig_expand_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1773556Z test_non_contig_expand_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1773790Z test_non_contig_expand_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1774003Z test_non_contig_expand_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1774240Z test_non_contig_expand_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1774473Z test_non_contig_expand_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1774828Z test_non_contig_expand_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1775062Z test_non_contig_expand_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1775299Z test_non_contig_expand_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1775530Z test_non_contig_expand_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1775757Z test_non_contig_expand_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1775952Z test_non_contig_expand_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1776176Z test_non_contig_expand_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1776399Z test_non_contig_expand_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1776627Z test_non_contig_expand_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1776845Z test_non_contig_expand_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1777067Z test_non_contig_expand_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1777291Z test_non_contig_expand_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1777512Z test_non_contig_expand_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1777732Z test_non_contig_expand_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1777943Z test_non_contig_expand_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1778178Z test_non_contig_expand_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1778416Z test_non_contig_expand_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1778657Z test_non_contig_expand_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1778894Z test_non_contig_expand_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1779165Z test_non_contig_expand_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1779404Z test_non_contig_expand_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1779636Z test_non_contig_expand_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1779841Z test_non_contig_expand_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1780068Z test_non_contig_expand_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1780304Z test_non_contig_expand_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1780539Z test_non_contig_expand_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1780771Z test_non_contig_expand_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1781005Z test_non_contig_expand_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1781235Z test_non_contig_expand_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1781463Z test_non_contig_expand_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1781689Z test_non_contig_expand_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1781887Z test_non_contig_expand_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1782109Z test_non_contig_expand_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1782380Z test_non_contig_expand_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1782618Z test_non_contig_expand_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1782852Z test_non_contig_expand_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1783091Z test_non_contig_expand_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1783325Z test_non_contig_expand_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1783559Z test_non_contig_expand_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1783764Z test_non_contig_expand_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1783998Z test_non_contig_expand_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1784227Z test_non_contig_expand_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1784458Z test_non_contig_expand_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1784681Z test_non_contig_expand_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1784914Z test_non_contig_expand_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1785143Z test_non_contig_expand_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1785374Z test_non_contig_expand_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1785604Z test_non_contig_expand_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1785805Z test_non_contig_expand_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1786031Z test_non_contig_expand_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1786262Z test_non_contig_expand_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1786484Z test_non_contig_expand_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1786765Z test_non_contig_expand_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1786990Z test_non_contig_expand_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1787215Z test_non_contig_expand_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1787437Z test_non_contig_expand_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1787671Z test_non_contig_expand_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1787876Z test_non_contig_expand_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1788105Z test_non_contig_expand_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1788337Z test_non_contig_expand_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1788563Z test_non_contig_expand_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1788787Z test_non_contig_expand_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1789010Z test_non_contig_expand_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1789233Z test_non_contig_expand_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1789447Z test_non_contig_expand_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1789642Z test_non_contig_expand_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1789863Z test_non_contig_expand_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1790135Z test_non_contig_expand_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1790356Z test_non_contig_expand_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1790742Z test_non_contig_expand_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1790979Z test_non_contig_expand_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1791200Z test_non_contig_expand_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1791422Z test_non_contig_expand_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1791621Z test_non_contig_expand_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1791841Z test_non_contig_expand_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1792060Z test_non_contig_expand_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1792285Z test_non_contig_expand_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1792508Z test_non_contig_expand_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1792732Z test_non_contig_expand_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1792974Z test_non_contig_expand_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1793214Z test_non_contig_expand_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1793453Z test_non_contig_expand_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1793659Z test_non_contig_expand_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1793887Z test_non_contig_expand_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1794118Z test_non_contig_expand_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1794350Z test_non_contig_expand_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1794644Z test_non_contig_expand_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1794882Z test_non_contig_expand_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1795109Z test_non_contig_expand_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1795326Z test_non_contig_expand_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1795523Z test_non_contig_expand_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1795745Z test_non_contig_expand_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1795968Z test_non_contig_expand_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1796192Z test_non_contig_expand_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1796412Z test_non_contig_expand_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1796639Z test_non_contig_expand_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1796882Z test_non_contig_expand_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1797121Z test_non_contig_expand_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1797358Z test_non_contig_expand_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1797567Z test_non_contig_expand_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1797802Z test_non_contig_expand_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1798097Z test_non_contig_expand_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1798325Z test_non_contig_expand_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1798559Z test_non_contig_expand_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1798792Z test_non_contig_expand_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1799022Z test_non_contig_expand_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1799247Z test_non_contig_expand_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1799482Z test_non_contig_expand_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1799683Z test_non_contig_expand_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1799909Z test_non_contig_expand_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1800135Z test_non_contig_expand_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1800356Z test_non_contig_expand_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1800581Z test_non_contig_expand_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1800801Z test_non_contig_expand_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1801022Z test_non_contig_expand_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1801246Z test_non_contig_expand_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1801492Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1801765Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1802030Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1802298Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1802596Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1802857Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1803123Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1803389Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1803653Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1803899Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1804158Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1804421Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1804677Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1804930Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1805188Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1805453Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1806158Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1806665Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1807165Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1807655Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1808125Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1808621Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1809113Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1809601Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1810092Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1810582Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1811067Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1811600Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1812102Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1812589Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1813074Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1813564Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1813835Z test_non_contig_expand_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1814081Z test_non_contig_expand_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1814341Z test_non_contig_expand_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1814603Z test_non_contig_expand_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1814867Z test_non_contig_expand_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1815129Z test_non_contig_expand_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1815439Z test_non_contig_expand_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1815702Z test_non_contig_expand_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1815967Z test_non_contig_expand_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1816234Z test_non_contig_expand_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1816466Z test_non_contig_expand_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1816726Z test_non_contig_expand_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1816987Z test_non_contig_expand_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1817251Z test_non_contig_expand_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1817511Z test_non_contig_expand_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1817771Z test_non_contig_expand_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1818033Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.1818299Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1818557Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1818817Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1819103Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1819366Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1819672Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1819935Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1820436Z test_non_contig_expand_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1820934Z test_non_contig_expand_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1821435Z test_non_contig_expand_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1821938Z test_non_contig_expand_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1822429Z test_non_contig_expand_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1822912Z test_non_contig_expand_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1823405Z test_non_contig_expand_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1823925Z test_non_contig_expand_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1824435Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1824951Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1825466Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1825973Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1826486Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1826982Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1827490Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1828000Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1828503Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1829021Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1829577Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1830094Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1830756Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1831249Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1831759Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1832269Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1832774Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1833285Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1833793Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1834430Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1834927Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1835429Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1835929Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1836438Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1836943Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1837455Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1837971Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1838451Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1838958Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1839510Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1840027Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1840529Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1840780Z test_non_contig_expand_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1841031Z test_non_contig_expand_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1841283Z test_non_contig_expand_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1841524Z test_non_contig_expand_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1841759Z test_non_contig_expand_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1841979Z test_non_contig_expand_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1842219Z test_non_contig_expand_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1842451Z test_non_contig_expand_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1842693Z test_non_contig_expand_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1842973Z test_non_contig_expand_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1843212Z test_non_contig_expand_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1843457Z test_non_contig_expand_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1843692Z test_non_contig_expand_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1843931Z test_non_contig_expand_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1844142Z test_non_contig_expand_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1844383Z test_non_contig_expand_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1844620Z test_non_contig_expand_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1844859Z test_non_contig_expand_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1845087Z test_non_contig_expand_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1845325Z test_non_contig_expand_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1845560Z test_non_contig_expand_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1845791Z test_non_contig_expand_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1846017Z test_non_contig_expand_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1846212Z test_non_contig_expand_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1846438Z test_non_contig_expand_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1846661Z test_non_contig_expand_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1846889Z test_non_contig_expand_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1847114Z test_non_contig_expand_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1847377Z test_non_contig_expand_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1847603Z test_non_contig_expand_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1847846Z test_non_contig_expand_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1848057Z test_non_contig_expand_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1848304Z test_non_contig_expand_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1848546Z test_non_contig_expand_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.1848787Z test_non_contig_expand_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.1849027Z test_non_contig_expand_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1849268Z test_non_contig_expand_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.1849507Z test_non_contig_expand_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1849741Z test_non_contig_expand_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1849975Z test_non_contig_expand_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1850182Z test_non_contig_expand_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1850417Z test_non_contig_expand_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1850693Z test_non_contig_expand_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1850928Z test_non_contig_expand_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1851156Z test_non_contig_expand_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1851385Z test_non_contig_expand_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1851612Z test_non_contig_expand_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1851837Z test_non_contig_expand_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1852061Z test_non_contig_expand_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1852260Z test_non_contig_expand_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1852477Z test_non_contig_expand_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1852705Z test_non_contig_expand_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1852931Z test_non_contig_expand_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.1853161Z test_non_contig_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1853388Z test_non_contig_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1853626Z test_non_contig_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1853859Z test_non_contig_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1854059Z test_non_contig_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1854285Z test_non_contig_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1854510Z test_non_contig_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1854733Z test_non_contig_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1854998Z test_non_contig_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1855226Z test_non_contig_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1855449Z test_non_contig_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1855666Z test_non_contig_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1855920Z test_non_contig_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.1856124Z test_non_contig_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1856351Z test_non_contig_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1856575Z test_non_contig_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1856797Z test_non_contig_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1857017Z test_non_contig_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1857239Z test_non_contig_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1857462Z test_non_contig_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1857684Z test_non_contig_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1857878Z test_non_contig_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1858094Z test_non_contig_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1858363Z test_non_contig_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1858579Z test_non_contig_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1858789Z test_non_contig_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1859008Z test_non_contig_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1859221Z test_non_contig_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1859432Z test_non_contig_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1859621Z test_non_contig_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1859836Z test_non_contig_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1860056Z test_non_contig_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1860268Z test_non_contig_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1860490Z test_non_contig_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1860701Z test_non_contig_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1860910Z test_non_contig_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1861121Z test_non_contig_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1861304Z test_non_contig_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1861516Z test_non_contig_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1861725Z test_non_contig_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1861934Z test_non_contig_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1862175Z test_non_contig_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.1862402Z test_non_contig_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1862615Z test_non_contig_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1862868Z test_non_contig_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1863084Z test_non_contig_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1863267Z test_non_contig_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1863478Z test_non_contig_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1863693Z test_non_contig_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1863902Z test_non_contig_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1864114Z test_non_contig_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1864326Z test_non_contig_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1864536Z test_non_contig_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1864751Z test_non_contig_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1864938Z test_non_contig_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1865154Z test_non_contig_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1865367Z test_non_contig_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1865581Z test_non_contig_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1865792Z test_non_contig_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1866002Z test_non_contig_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1866255Z test_non_contig_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1866466Z test_non_contig_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1866654Z test_non_contig_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1866861Z test_non_contig_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1867068Z test_non_contig_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1867282Z test_non_contig_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1867493Z test_non_contig_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1867701Z test_non_contig_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1867912Z test_non_contig_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1868129Z test_non_contig_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1868311Z test_non_contig_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1868519Z test_non_contig_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1868726Z test_non_contig_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1868931Z test_non_contig_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1869139Z test_non_contig_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1869367Z test_non_contig_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1869590Z test_non_contig_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1869814Z test_non_contig_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1870014Z test_non_contig_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1870239Z test_non_contig_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1870761Z test_non_contig_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1871078Z test_non_contig_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1871308Z test_non_contig_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1871528Z test_non_contig_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1871746Z test_non_contig_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1871963Z test_non_contig_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1872183Z test_non_contig_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1872374Z test_non_contig_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1872585Z test_non_contig_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1872800Z test_non_contig_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1873028Z test_non_contig_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1873247Z test_non_contig_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1873461Z test_non_contig_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.1873693Z test_non_contig_index___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1873919Z test_non_contig_index___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1874128Z test_non_contig_index___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1874429Z test_non_contig_index___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1874658Z test_non_contig_index___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1874890Z test_non_contig_index___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1875117Z test_non_contig_index___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1875339Z test_non_contig_index___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1875564Z test_non_contig_index___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1875781Z test_non_contig_index___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1876004Z test_non_contig_index___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1876194Z test_non_contig_index___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1876420Z test_non_contig_index___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1876647Z test_non_contig_index___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1876868Z test_non_contig_index___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1877084Z test_non_contig_index___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1877300Z test_non_contig_index___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1877522Z test_non_contig_index___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1877756Z test_non_contig_index___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1877952Z test_non_contig_index___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1878191Z test_non_contig_index___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1878422Z test_non_contig_index___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1878691Z test_non_contig_index___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1878922Z test_non_contig_index___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1879144Z test_non_contig_index___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1879364Z test_non_contig_index___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1879583Z test_non_contig_index___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1879802Z test_non_contig_index___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1880002Z test_non_contig_index___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1880220Z test_non_contig_index___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1880453Z test_non_contig_index___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1880679Z test_non_contig_index___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1880906Z test_non_contig_index___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1881132Z test_non_contig_index___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1881353Z test_non_contig_index___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1881571Z test_non_contig_index___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1881761Z test_non_contig_index___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1882032Z test_non_contig_index___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1882251Z test_non_contig_index___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1882485Z test_non_contig_index___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1882706Z test_non_contig_index___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1882939Z test_non_contig_index___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1883171Z test_non_contig_index___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1883396Z test_non_contig_index___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1883622Z test_non_contig_index___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1883822Z test_non_contig_index___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1884046Z test_non_contig_index___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1884271Z test_non_contig_index___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1884491Z test_non_contig_index___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1884710Z test_non_contig_index___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1884926Z test_non_contig_index___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1885146Z test_non_contig_index___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1885363Z test_non_contig_index___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1885579Z test_non_contig_index___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1885771Z test_non_contig_index___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1885992Z test_non_contig_index___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1886253Z test_non_contig_index___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1886488Z test_non_contig_index___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1886721Z test_non_contig_index___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1886952Z test_non_contig_index___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1887178Z test_non_contig_index___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1887403Z test_non_contig_index___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1887610Z test_non_contig_index___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1887831Z test_non_contig_index___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1888060Z test_non_contig_index___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1888279Z test_non_contig_index___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1888498Z test_non_contig_index___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1888722Z test_non_contig_index___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1888950Z test_non_contig_index___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1889183Z test_non_contig_index___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1889471Z test_non_contig_index___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1889673Z test_non_contig_index___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1889898Z test_non_contig_index___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1890125Z test_non_contig_index___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1890346Z test_non_contig_index___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1890566Z test_non_contig_index___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1890781Z test_non_contig_index___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1891004Z test_non_contig_index___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1891230Z test_non_contig_index___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1891427Z test_non_contig_index___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1891644Z test_non_contig_index___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1891864Z test_non_contig_index___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1892078Z test_non_contig_index___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1892297Z test_non_contig_index___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1892511Z test_non_contig_index___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1892737Z test_non_contig_index_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1892958Z test_non_contig_index_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1893187Z test_non_contig_index_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1893387Z test_non_contig_index_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1893652Z test_non_contig_index_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1893882Z test_non_contig_index_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1894106Z test_non_contig_index_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1894323Z test_non_contig_index_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1894540Z test_non_contig_index_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1894759Z test_non_contig_index_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1894979Z test_non_contig_index_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1895178Z test_non_contig_index_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1895395Z test_non_contig_index_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1895625Z test_non_contig_index_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1895848Z test_non_contig_index_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1896071Z test_non_contig_index_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1896292Z test_non_contig_index_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1896516Z test_non_contig_index_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1896737Z test_non_contig_index_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1896960Z test_non_contig_index_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1897208Z test_non_contig_index_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1897431Z test_non_contig_index_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1897653Z test_non_contig_index_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1897887Z test_non_contig_index_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1898120Z test_non_contig_index_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1898350Z test_non_contig_index_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1898581Z test_non_contig_index_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1898813Z test_non_contig_index_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1899019Z test_non_contig_index_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1899267Z test_non_contig_index_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1899507Z test_non_contig_index_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1899738Z test_non_contig_index_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1899980Z test_non_contig_index_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1900220Z test_non_contig_index_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1900449Z test_non_contig_index_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1900677Z test_non_contig_index_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1900908Z test_non_contig_index_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1901110Z test_non_contig_index_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1901413Z test_non_contig_index_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1901645Z test_non_contig_index_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1901895Z test_non_contig_index_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1902140Z test_non_contig_index_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1902379Z test_non_contig_index_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1902622Z test_non_contig_index_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1902875Z test_non_contig_index_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1903103Z test_non_contig_index_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1903311Z test_non_contig_index_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1903541Z test_non_contig_index_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1903772Z test_non_contig_index_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1904001Z test_non_contig_index_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1904227Z test_non_contig_index_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1904467Z test_non_contig_index_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1904748Z test_non_contig_index_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1904977Z test_non_contig_index_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1905182Z test_non_contig_index_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1905413Z test_non_contig_index_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1905644Z test_non_contig_index_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1905873Z test_non_contig_index_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1906098Z test_non_contig_index_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1906322Z test_non_contig_index_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1906546Z test_non_contig_index_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1906789Z test_non_contig_index_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1907016Z test_non_contig_index_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1907223Z test_non_contig_index_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1907454Z test_non_contig_index_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1907685Z test_non_contig_index_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1907917Z test_non_contig_index_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1908141Z test_non_contig_index_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1908366Z test_non_contig_index_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1908595Z test_non_contig_index_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1908816Z test_non_contig_index_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1909086Z test_non_contig_index_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1909298Z test_non_contig_index_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1909523Z test_non_contig_index_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1909755Z test_non_contig_index_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1909984Z test_non_contig_index_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1910217Z test_non_contig_index_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1910689Z test_non_contig_index_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1910907Z test_non_contig_index_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1911139Z test_non_contig_index_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1911342Z test_non_contig_index_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1911570Z test_non_contig_index_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1911801Z test_non_contig_index_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1912029Z test_non_contig_index_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1912277Z test_non_contig_index_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1912521Z test_non_contig_index_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1912850Z test_non_contig_index_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1913092Z test_non_contig_index_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1913339Z test_non_contig_index_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1913550Z test_non_contig_index_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1913781Z test_non_contig_index_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1914022Z test_non_contig_index_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1914263Z test_non_contig_index_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1914520Z test_non_contig_index_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1914764Z test_non_contig_index_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1915022Z test_non_contig_index_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1915276Z test_non_contig_index_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1915531Z test_non_contig_index_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1915753Z test_non_contig_index_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1915999Z test_non_contig_index_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1916246Z test_non_contig_index_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1916496Z test_non_contig_index_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1916732Z test_non_contig_index_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1917032Z test_non_contig_index_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1917282Z test_non_contig_index_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1917529Z test_non_contig_index_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1917777Z test_non_contig_index_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1917993Z test_non_contig_index_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1918233Z test_non_contig_index_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1918482Z test_non_contig_index_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1918727Z test_non_contig_index_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1918972Z test_non_contig_index_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1919205Z test_non_contig_index_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1919447Z test_non_contig_index_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1919682Z test_non_contig_index_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1919912Z test_non_contig_index_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1920106Z test_non_contig_index_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1920391Z test_non_contig_index_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1920621Z test_non_contig_index_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1920848Z test_non_contig_index_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1921073Z test_non_contig_index_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1921290Z test_non_contig_index_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1921512Z test_non_contig_index_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1921732Z test_non_contig_index_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1921918Z test_non_contig_index_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1922132Z test_non_contig_index_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1922349Z test_non_contig_index_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1922565Z test_non_contig_index_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1922805Z test_non_contig_index_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1923038Z test_non_contig_index_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1923283Z test_non_contig_index_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1923525Z test_non_contig_index_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1923762Z test_non_contig_index_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1923975Z test_non_contig_index_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1924218Z test_non_contig_index_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1924451Z test_non_contig_index_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1924751Z test_non_contig_index_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1924991Z test_non_contig_index_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1925224Z test_non_contig_index_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1925451Z test_non_contig_index_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1925715Z test_non_contig_index_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.1925927Z test_non_contig_index_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1926173Z test_non_contig_index_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1926410Z test_non_contig_index_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1926646Z test_non_contig_index_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1926878Z test_non_contig_index_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1927108Z test_non_contig_index_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1927340Z test_non_contig_index_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1927565Z test_non_contig_index_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1927793Z test_non_contig_index_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1928044Z test_non_contig_index_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1928267Z test_non_contig_index_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1928498Z test_non_contig_index_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1928722Z test_non_contig_index_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1928942Z test_non_contig_index_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1929168Z test_non_contig_index_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1929383Z test_non_contig_index_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1929606Z test_non_contig_index_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1929827Z test_non_contig_index_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1930032Z test_non_contig_index_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1930251Z test_non_contig_index_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1930478Z test_non_contig_index_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1930694Z test_non_contig_index_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1930916Z test_non_contig_index_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1931137Z test_non_contig_index_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1931355Z test_non_contig_index_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1931568Z test_non_contig_index_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1931764Z test_non_contig_index_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1931986Z test_non_contig_index_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1932254Z test_non_contig_index_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1932476Z test_non_contig_index_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1932694Z test_non_contig_index_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1932914Z test_non_contig_index_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1933132Z test_non_contig_index_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1933351Z test_non_contig_index_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1933548Z test_non_contig_index_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1933770Z test_non_contig_index_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1933990Z test_non_contig_index_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1934211Z test_non_contig_index_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1934469Z test_non_contig_index_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1934688Z test_non_contig_index_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1934905Z test_non_contig_index_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1935118Z test_non_contig_index_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1935348Z test_non_contig_index_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1935544Z test_non_contig_index_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1935818Z test_non_contig_index_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1936030Z test_non_contig_index_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1936256Z test_non_contig_index_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1936472Z test_non_contig_index_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1936691Z test_non_contig_index_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1936897Z test_non_contig_index_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1937110Z test_non_contig_index_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1937304Z test_non_contig_index_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1937526Z test_non_contig_index_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1937749Z test_non_contig_index_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1937970Z test_non_contig_index_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1938188Z test_non_contig_index_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1938408Z test_non_contig_index_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1938627Z test_non_contig_index_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1938838Z test_non_contig_index_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1939022Z test_non_contig_index_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1939240Z test_non_contig_index_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1939451Z test_non_contig_index_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1939691Z test_non_contig_index_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1939923Z test_non_contig_index_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1940204Z test_non_contig_index_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1940441Z test_non_contig_index_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1940673Z test_non_contig_index_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1940905Z test_non_contig_index_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1941108Z test_non_contig_index_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1941333Z test_non_contig_index_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1941566Z test_non_contig_index_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1941795Z test_non_contig_index_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1942020Z test_non_contig_index_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1942249Z test_non_contig_index_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1942472Z test_non_contig_index_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1942699Z test_non_contig_index_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1942900Z test_non_contig_index_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1943123Z test_non_contig_index_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1943429Z test_non_contig_index_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1943658Z test_non_contig_index_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1943894Z test_non_contig_index_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1944120Z test_non_contig_index_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1944362Z test_non_contig_index_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1944595Z test_non_contig_index_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1944820Z test_non_contig_index_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1945022Z test_non_contig_index_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1945250Z test_non_contig_index_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1945479Z test_non_contig_index_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1945703Z test_non_contig_index_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1945926Z test_non_contig_index_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1946153Z test_non_contig_index_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1946376Z test_non_contig_index_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1946624Z test_non_contig_index_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1946866Z test_non_contig_index_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1947092Z test_non_contig_index_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1947344Z test_non_contig_index_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1947590Z test_non_contig_index_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1947869Z test_non_contig_index_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1948110Z test_non_contig_index_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1948349Z test_non_contig_index_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1948587Z test_non_contig_index_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1948814Z test_non_contig_index_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1949051Z test_non_contig_index_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1949262Z test_non_contig_index_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1949527Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1949793Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1950064Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1950336Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1950834Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1951103Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1951434Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1951692Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1951930Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1952191Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1952450Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1952706Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1952925Z test_non_contig_index_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1953144Z test_non_contig_index_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1953366Z test_non_contig_index_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1953587Z test_non_contig_index_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1953808Z test_non_contig_index_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1954014Z test_non_contig_index_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1954241Z test_non_contig_index_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1954475Z test_non_contig_index_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1954712Z test_non_contig_index_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.1954937Z test_non_contig_index_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1955166Z test_non_contig_index_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1955387Z test_non_contig_index_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1955665Z test_non_contig_index_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1955875Z test_non_contig_index_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1956097Z test_non_contig_index_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1956319Z test_non_contig_index_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1956539Z test_non_contig_index_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1956756Z test_non_contig_index_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1956972Z test_non_contig_index_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1957199Z test_non_contig_index_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1957419Z test_non_contig_index_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1957642Z test_non_contig_index_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1957834Z test_non_contig_index_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1958044Z test_non_contig_index_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1958251Z test_non_contig_index_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1958465Z test_non_contig_index_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1958676Z test_non_contig_index_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1958916Z test_non_contig_index_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1959204Z test_non_contig_index_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1959466Z test_non_contig_index_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1959668Z test_non_contig_index_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1959903Z test_non_contig_index_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1960139Z test_non_contig_index_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1960376Z test_non_contig_index_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1960609Z test_non_contig_index_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1960842Z test_non_contig_index_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1961075Z test_non_contig_index_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1961305Z test_non_contig_index_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1961536Z test_non_contig_index_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1961746Z test_non_contig_index_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1961975Z test_non_contig_index_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1962215Z test_non_contig_index_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1962453Z test_non_contig_index_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1962687Z test_non_contig_index_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1962926Z test_non_contig_index_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1963160Z test_non_contig_index_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1963429Z test_non_contig_index_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1963641Z test_non_contig_index_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1963870Z test_non_contig_index_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1964102Z test_non_contig_index_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1964325Z test_non_contig_index_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1964560Z test_non_contig_index_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1964790Z test_non_contig_index_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1965031Z test_non_contig_index_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1965271Z test_non_contig_index_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1965505Z test_non_contig_index_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1965712Z test_non_contig_index_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1965944Z test_non_contig_index_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1966174Z test_non_contig_index_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1966403Z test_non_contig_index_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1966680Z test_non_contig_index_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1966914Z test_non_contig_index_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1967147Z test_non_contig_index_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1967373Z test_non_contig_index_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1967594Z test_non_contig_index_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1967789Z test_non_contig_index_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1968009Z test_non_contig_index_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1968231Z test_non_contig_index_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1968449Z test_non_contig_index_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1968662Z test_non_contig_index_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1968870Z test_non_contig_index_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1969088Z test_non_contig_index_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1969309Z test_non_contig_index_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1969517Z test_non_contig_index_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1969745Z test_non_contig_index_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1969980Z test_non_contig_index_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1970213Z test_non_contig_index_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1970445Z test_non_contig_index_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1970676Z test_non_contig_index_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1970946Z test_non_contig_index_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1971176Z test_non_contig_index_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1971400Z test_non_contig_index_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1971596Z test_non_contig_index_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1971828Z test_non_contig_index_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1972052Z test_non_contig_index_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1972283Z test_non_contig_index_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1972512Z test_non_contig_index_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1972735Z test_non_contig_index_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1972961Z test_non_contig_index_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1973185Z test_non_contig_index_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1973378Z test_non_contig_index_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1973596Z test_non_contig_index_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1973821Z test_non_contig_index_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1974056Z test_non_contig_index_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1974330Z test_non_contig_index_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1974563Z test_non_contig_index_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1974796Z test_non_contig_index_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1975030Z test_non_contig_index_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1975261Z test_non_contig_index_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1975463Z test_non_contig_index_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1975691Z test_non_contig_index_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1975916Z test_non_contig_index_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1976140Z test_non_contig_index_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1976373Z test_non_contig_index_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1976598Z test_non_contig_index_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1976829Z test_non_contig_index_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1977053Z test_non_contig_index_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1977249Z test_non_contig_index_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1977476Z test_non_contig_index_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1977699Z test_non_contig_index_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1977918Z test_non_contig_index_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1978146Z test_non_contig_index_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1978370Z test_non_contig_index_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1978637Z test_non_contig_index_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1978862Z test_non_contig_index_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1979095Z test_non_contig_index_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1979292Z test_non_contig_index_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1979519Z test_non_contig_index_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1979745Z test_non_contig_index_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1979970Z test_non_contig_index_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1980197Z test_non_contig_index_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1980414Z test_non_contig_index_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1980635Z test_non_contig_index_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1980849Z test_non_contig_index_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1981041Z test_non_contig_index_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1981260Z test_non_contig_index_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1981483Z test_non_contig_index_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1981702Z test_non_contig_index_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1981928Z test_non_contig_index_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1982198Z test_non_contig_index_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1982419Z test_non_contig_index_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1982648Z test_non_contig_index_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1982873Z test_non_contig_index_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1983065Z test_non_contig_index_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1983278Z test_non_contig_index_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1983491Z test_non_contig_index_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1983705Z test_non_contig_index_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1983922Z test_non_contig_index_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1984159Z test_non_contig_index_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1984396Z test_non_contig_index_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1984629Z test_non_contig_index_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1984831Z test_non_contig_index_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1985058Z test_non_contig_index_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1985284Z test_non_contig_index_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1985512Z test_non_contig_index_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1985737Z test_non_contig_index_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1985965Z test_non_contig_index_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1986189Z test_non_contig_index_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1986455Z test_non_contig_index_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1986681Z test_non_contig_index_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1986877Z test_non_contig_index_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1987097Z test_non_contig_index_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1987317Z test_non_contig_index_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1987534Z test_non_contig_index_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1987802Z test_non_contig_index_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1987993Z test_non_contig_index_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1988233Z test_non_contig_index_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1988467Z test_non_contig_index_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1988674Z test_non_contig_index_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1988906Z test_non_contig_index_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1989138Z test_non_contig_index_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1989403Z test_non_contig_index_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1989589Z test_non_contig_index_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1989857Z test_non_contig_index_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1990081Z test_non_contig_index_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1990314Z test_non_contig_index_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1990712Z test_non_contig_index_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1990944Z test_non_contig_index_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1991166Z test_non_contig_index_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1991381Z test_non_contig_index_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1991601Z test_non_contig_index_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1991830Z test_non_contig_index_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1992050Z test_non_contig_index_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1992271Z test_non_contig_index_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1992493Z test_non_contig_index_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1992735Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1993007Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1993266Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1993529Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1993795Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1994057Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1994386Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1994655Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1994917Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1995159Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1995423Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1995690Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1995949Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1996212Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1996476Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1996735Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.1997308Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1997806Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1998384Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1998874Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1999340Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.1999834Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2000320Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2000807Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2001294Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2001784Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2002273Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2002758Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2003247Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2003769Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2004263Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2004744Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2005009Z test_non_contig_index_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2005251Z test_non_contig_index_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2005511Z test_non_contig_index_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2005773Z test_non_contig_index_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2006031Z test_non_contig_index_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2006288Z test_non_contig_index_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2006549Z test_non_contig_index_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2006804Z test_non_contig_index_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2007104Z test_non_contig_index_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2007370Z test_non_contig_index_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2007605Z test_non_contig_index_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2007867Z test_non_contig_index_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2008129Z test_non_contig_index_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2008388Z test_non_contig_index_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2008648Z test_non_contig_index_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2008903Z test_non_contig_index_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2009170Z test_non_contig_index_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2009441Z test_non_contig_index_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2009701Z test_non_contig_index_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2009932Z test_non_contig_index_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2010191Z test_non_contig_index_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2010455Z test_non_contig_index_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2010715Z test_non_contig_index_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2010975Z test_non_contig_index_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2011517Z test_non_contig_index_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2012019Z test_non_contig_index_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2012509Z test_non_contig_index_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2012997Z test_non_contig_index_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2013487Z test_non_contig_index_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2013974Z test_non_contig_index_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2014462Z test_non_contig_index_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2014925Z test_non_contig_index_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2015430Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2015993Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2016504Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2017012Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2017514Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2018017Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2018524Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2019030Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2019534Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2020037Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2020545Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2021052Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2021559Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2022072Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2022568Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2023073Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2023581Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2024087Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2024580Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2025081Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2025572Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2026126Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2026623Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2027122Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2027621Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2028130Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2028619Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2029116Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2029617Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2030119Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2030813Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2031400Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2031658Z test_non_contig_index_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2031904Z test_non_contig_index_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2032148Z test_non_contig_index_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2032380Z test_non_contig_index_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2032607Z test_non_contig_index_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2032828Z test_non_contig_index_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2033073Z test_non_contig_index_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2033298Z test_non_contig_index_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2033531Z test_non_contig_index_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2033765Z test_non_contig_index_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2033992Z test_non_contig_index_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2034225Z test_non_contig_index_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2034493Z test_non_contig_index_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2034787Z test_non_contig_index_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2034999Z test_non_contig_index_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2035228Z test_non_contig_index_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2035453Z test_non_contig_index_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2035677Z test_non_contig_index_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2035894Z test_non_contig_index_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2036118Z test_non_contig_index_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2036340Z test_non_contig_index_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2036562Z test_non_contig_index_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2036779Z test_non_contig_index_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2036982Z test_non_contig_index_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2037201Z test_non_contig_index_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2037416Z test_non_contig_index_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2037623Z test_non_contig_index_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2037833Z test_non_contig_index_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2038045Z test_non_contig_index_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2038259Z test_non_contig_index_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2038495Z test_non_contig_index_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2038749Z test_non_contig_index_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2038993Z test_non_contig_index_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2039227Z test_non_contig_index_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2039455Z test_non_contig_index_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2039685Z test_non_contig_index_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2039915Z test_non_contig_index_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2040143Z test_non_contig_index_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2040372Z test_non_contig_index_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2040596Z test_non_contig_index_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2040806Z test_non_contig_index_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2041028Z test_non_contig_index_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2041248Z test_non_contig_index_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2041469Z test_non_contig_index_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2041687Z test_non_contig_index_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2041907Z test_non_contig_index_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2042176Z test_non_contig_index_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2042396Z test_non_contig_index_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2042598Z test_non_contig_index_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2042815Z test_non_contig_index_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2043029Z test_non_contig_index_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2043240Z test_non_contig_index_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2043457Z test_non_contig_index_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2043673Z test_non_contig_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2043889Z test_non_contig_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2044117Z test_non_contig_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2044338Z test_non_contig_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2044537Z test_non_contig_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2044753Z test_non_contig_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2044966Z test_non_contig_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2045179Z test_non_contig_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2045390Z test_non_contig_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2045594Z test_non_contig_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2045804Z test_non_contig_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2046014Z test_non_contig_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2046226Z test_non_contig_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2046497Z test_non_contig_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2046741Z test_non_contig_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2046975Z test_non_contig_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2047205Z test_non_contig_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2047432Z test_non_contig_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2047659Z test_non_contig_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2047889Z test_non_contig_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2048114Z test_non_contig_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2048317Z test_non_contig_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2048544Z test_non_contig_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2048769Z test_non_contig_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2049021Z test_non_contig_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2049270Z test_non_contig_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2049525Z test_non_contig_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2049825Z test_non_contig_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2050075Z test_non_contig_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2050302Z test_non_contig_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2050542Z test_non_contig_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2050786Z test_non_contig_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2051027Z test_non_contig_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2051270Z test_non_contig_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2051520Z test_non_contig_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2051759Z test_non_contig_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2051968Z test_non_contig_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2052176Z test_non_contig_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2052362Z test_non_contig_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2052569Z test_non_contig_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2052772Z test_non_contig_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2052988Z test_non_contig_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2053197Z test_non_contig_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2053422Z test_non_contig_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2053640Z test_non_contig_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2053900Z test_non_contig_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2054113Z test_non_contig_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2054299Z test_non_contig_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2054509Z test_non_contig_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2054712Z test_non_contig_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2054920Z test_non_contig_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2055132Z test_non_contig_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2055349Z test_non_contig_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2055553Z test_non_contig_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2055759Z test_non_contig_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2055949Z test_non_contig_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2056151Z test_non_contig_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2056355Z test_non_contig_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2056559Z test_non_contig_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2056762Z test_non_contig_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2056966Z test_non_contig_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2057229Z test_non_contig_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2057429Z test_non_contig_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2057635Z test_non_contig_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2057858Z test_non_contig_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2058088Z test_non_contig_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2058314Z test_non_contig_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2058536Z test_non_contig_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2058756Z test_non_contig_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2058971Z test_non_contig_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2059193Z test_non_contig_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2059392Z test_non_contig_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2059605Z test_non_contig_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2059820Z test_non_contig_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2060035Z test_non_contig_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2060253Z test_non_contig_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2060468Z test_non_contig_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2060695Z test_non_contig_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2060919Z test_non_contig_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2061145Z test_non_contig_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2061344Z test_non_contig_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2061602Z test_non_contig_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2061824Z test_non_contig_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2062040Z test_non_contig_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2062254Z test_non_contig_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2062468Z test_non_contig_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2062680Z test_non_contig_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2062905Z test_non_contig_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2063099Z test_non_contig_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2063333Z test_non_contig_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2063559Z test_non_contig_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2063778Z test_non_contig_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2063995Z test_non_contig_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2064211Z test_non_contig_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2064427Z test_non_contig_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2064640Z test_non_contig_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2064906Z test_non_contig_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2065102Z test_non_contig_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2065322Z test_non_contig_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2065532Z test_non_contig_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2065735Z test_non_contig_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2065942Z test_non_contig_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2066148Z test_non_contig_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2066354Z test_non_contig_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2066555Z test_non_contig_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2066743Z test_non_contig_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2066946Z test_non_contig_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2067152Z test_non_contig_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2067351Z test_non_contig_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2067571Z test_non_contig_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2067787Z test_non_contig_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2068005Z test_non_contig_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2068222Z test_non_contig_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2068419Z test_non_contig_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2068637Z test_non_contig_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2068853Z test_non_contig_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2069112Z test_non_contig_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2069335Z test_non_contig_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2069547Z test_non_contig_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2069758Z test_non_contig_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2069971Z test_non_contig_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2070185Z test_non_contig_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2070380Z test_non_contig_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2070745Z test_non_contig_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2070967Z test_non_contig_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2071177Z test_non_contig_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2071378Z test_non_contig_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2071585Z test_non_contig_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2071789Z test_non_contig_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2072008Z test_non_contig_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2072202Z test_non_contig_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2072422Z test_non_contig_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2072710Z test_non_contig_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2072926Z test_non_contig_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2073147Z test_non_contig_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2073356Z test_non_contig_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2073569Z test_non_contig_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2073784Z test_non_contig_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2073979Z test_non_contig_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2074196Z test_non_contig_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2074413Z test_non_contig_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2074627Z test_non_contig_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2074842Z test_non_contig_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2075053Z test_non_contig_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2075263Z test_non_contig_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2075475Z test_non_contig_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2075680Z test_non_contig_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2075872Z test_non_contig_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2076080Z test_non_contig_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2076289Z test_non_contig_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2076497Z test_non_contig_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2076761Z test_non_contig_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2076991Z test_non_contig_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2077200Z test_non_contig_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2077409Z test_non_contig_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2077608Z test_non_contig_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2077812Z test_non_contig_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2078014Z test_non_contig_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2078205Z test_non_contig_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2078406Z test_non_contig_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2078608Z test_non_contig_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2078808Z test_non_contig_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2079015Z test_non_contig_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2079218Z test_non_contig_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2079427Z test_non_contig_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2079634Z test_non_contig_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2079821Z test_non_contig_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2080024Z test_non_contig_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2080276Z test_non_contig_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2080477Z test_non_contig_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2080677Z test_non_contig_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2080878Z test_non_contig_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2081078Z test_non_contig_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2081274Z test_non_contig_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2081478Z test_non_contig_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2081697Z test_non_contig_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2081912Z test_non_contig_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2082131Z test_non_contig_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2082334Z test_non_contig_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2082545Z test_non_contig_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2082758Z test_non_contig_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2082992Z test_non_contig_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2083205Z test_non_contig_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2083395Z test_non_contig_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2083602Z test_non_contig_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2083810Z test_non_contig_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2084017Z test_non_contig_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2084221Z test_non_contig_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2084469Z test_non_contig_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2084681Z test_non_contig_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2084882Z test_non_contig_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2085109Z test_non_contig_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2085325Z test_non_contig_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2085538Z test_non_contig_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2085747Z test_non_contig_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2085965Z test_non_contig_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2086177Z test_non_contig_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2086392Z test_non_contig_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2086603Z test_non_contig_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2086795Z test_non_contig_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2087006Z test_non_contig_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2087216Z test_non_contig_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2087426Z test_non_contig_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2087633Z test_non_contig_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2087890Z test_non_contig_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2088091Z test_non_contig_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2088298Z test_non_contig_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2088504Z test_non_contig_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2088691Z test_non_contig_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2088896Z test_non_contig_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2089095Z test_non_contig_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2089348Z test_non_contig_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2089600Z test_non_contig_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2089854Z test_non_contig_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2090103Z test_non_contig_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2090349Z test_non_contig_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2090577Z test_non_contig_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2090822Z test_non_contig_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2091062Z test_non_contig_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2091301Z test_non_contig_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2091555Z test_non_contig_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2091803Z test_non_contig_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2092090Z test_non_contig_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2092343Z test_non_contig_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2092583Z test_non_contig_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2092810Z test_non_contig_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2093053Z test_non_contig_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2093553Z test_non_contig_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2094039Z test_non_contig_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2094514Z test_non_contig_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2094979Z test_non_contig_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2095443Z test_non_contig_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2095897Z test_non_contig_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2096425Z test_non_contig_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2096898Z test_non_contig_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2097363Z test_non_contig_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2097833Z test_non_contig_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2098284Z test_non_contig_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2098755Z test_non_contig_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2099220Z test_non_contig_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2099684Z test_non_contig_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2100149Z test_non_contig_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2100619Z test_non_contig_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2100868Z test_non_contig_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2101167Z test_non_contig_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2101423Z test_non_contig_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2101668Z test_non_contig_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2101909Z test_non_contig_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2102135Z test_non_contig_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2102379Z test_non_contig_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2102623Z test_non_contig_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2102863Z test_non_contig_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2103114Z test_non_contig_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2103361Z test_non_contig_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2103603Z test_non_contig_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2103845Z test_non_contig_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2104086Z test_non_contig_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2104310Z test_non_contig_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2104604Z test_non_contig_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2104852Z test_non_contig_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2105101Z test_non_contig_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2105348Z test_non_contig_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2105590Z test_non_contig_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2105832Z test_non_contig_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2106073Z test_non_contig_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2106315Z test_non_contig_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2106537Z test_non_contig_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2107021Z test_non_contig_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2107492Z test_non_contig_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2107967Z test_non_contig_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2108435Z test_non_contig_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2108891Z test_non_contig_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2109405Z test_non_contig_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2109879Z test_non_contig_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2110344Z test_non_contig_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2111024Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2111527Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2112019Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2112505Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2112974Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2113455Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2114033Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2114520Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2115004Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2115486Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2115962Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2116441Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2116926Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2117408Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2117889Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2118365Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2118850Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2119444Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2119946Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2120423Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2120902Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2121384Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2121865Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2122339Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2122820Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2123299Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2123839Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2124321Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2124796Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2125271Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2125749Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2126211Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2126446Z test_non_contig_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2126673Z test_non_contig_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2126899Z test_non_contig_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2127121Z test_non_contig_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2127345Z test_non_contig_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2127569Z test_non_contig_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2127795Z test_non_contig_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2128011Z test_non_contig_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2128261Z test_non_contig_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2128487Z test_non_contig_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2128705Z test_non_contig_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2128920Z test_non_contig_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2129138Z test_non_contig_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2129355Z test_non_contig_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2129577Z test_non_contig_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2129786Z test_non_contig_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2129991Z test_non_contig_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2130208Z test_non_contig_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2130416Z test_non_contig_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2130628Z test_non_contig_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2130837Z test_non_contig_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2131041Z test_non_contig_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2131245Z test_non_contig_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2131497Z test_non_contig_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2131676Z test_non_contig_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2131881Z test_non_contig_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2132083Z test_non_contig_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2132283Z test_non_contig_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2132485Z test_non_contig_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2132686Z test_non_contig_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2132905Z test_non_contig_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2133120Z test_non_contig_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2133351Z test_non_contig_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2133558Z test_non_contig_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2133779Z test_non_contig_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2133997Z test_non_contig_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2134214Z test_non_contig_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2134471Z test_non_contig_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2134688Z test_non_contig_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2134900Z test_non_contig_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2135115Z test_non_contig_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2135316Z test_non_contig_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2135530Z test_non_contig_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2135790Z test_non_contig_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2136005Z test_non_contig_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2136216Z test_non_contig_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2136420Z test_non_contig_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2136620Z test_non_contig_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2136827Z test_non_contig_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2137009Z test_non_contig_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2137210Z test_non_contig_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2137413Z test_non_contig_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2137623Z test_non_contig_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2137849Z test_not_broadcastable___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:44:38.2138074Z test_not_broadcastable___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:44:38.2138303Z test_not_broadcastable___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2138521Z test_not_broadcastable___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2138744Z test_not_broadcastable___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2138946Z test_not_broadcastable___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.2139223Z test_not_broadcastable_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:44:38.2139451Z test_not_broadcastable_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2139681Z test_not_broadcastable_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2139912Z test_not_broadcastable_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2140140Z test_not_broadcastable_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:44:38.2140371Z test_not_broadcastable_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2140613Z test_not_broadcastable_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2140860Z test_not_broadcastable_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2141091Z test_not_broadcastable_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2141311Z test_not_broadcastable_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.2141544Z test_not_broadcastable_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:44:38.2141778Z test_not_broadcastable_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:44:38.2141998Z test_not_broadcastable_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2142218Z test_not_broadcastable_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2142431Z test_not_broadcastable_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:44:38.2142647Z test_not_broadcastable_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2142852Z test_not_broadcastable_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2143085Z test_not_broadcastable_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2143357Z test_not_broadcastable_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2143591Z test_not_broadcastable_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.2143819Z test_not_broadcastable_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2144045Z test_not_broadcastable_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:44:38.2144287Z test_not_broadcastable_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:44:38.2144547Z test_not_broadcastable_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:44:38.2144771Z test_not_broadcastable_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:44:38.2144973Z test_not_broadcastable_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.2145208Z test_not_broadcastable_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.2145439Z test_not_broadcastable_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.2145672Z test_not_broadcastable_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.2145891Z test_not_broadcastable_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2146119Z test_not_broadcastable_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:44:38.2146345Z test_not_broadcastable_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2146624Z test_not_broadcastable_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:44:38.2146833Z test_not_broadcastable_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2147058Z test_not_broadcastable_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.2147276Z test_not_broadcastable_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2147506Z test_not_broadcastable_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2147731Z test_not_broadcastable_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:44:38.2147950Z test_not_broadcastable_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2148179Z test_not_broadcastable_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:44:38.2148398Z test_not_broadcastable_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.2148665Z test_not_broadcastable_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2148909Z test_not_broadcastable_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.2149417Z test_not_broadcastable_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2149909Z test_not_broadcastable_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2150173Z test_not_broadcastable_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2150437Z test_not_broadcastable_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.2151069Z test_not_broadcastable_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2151673Z test_not_broadcastable_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2152197Z test_not_broadcastable_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2152708Z test_not_broadcastable_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2153215Z test_not_broadcastable_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2153727Z test_not_broadcastable_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:44:38.2153977Z test_not_broadcastable_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2154202Z test_not_broadcastable_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2154422Z test_not_broadcastable_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:44:38.2154652Z test_not_broadcastable_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2154875Z test_not_broadcastable_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2155077Z test_out_resize_warning_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2155271Z test_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.216s) 2022-12-01T10:44:38.2155548Z test_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (4.304s) 2022-12-01T10:44:38.2155748Z test_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (4.053s) 2022-12-01T10:44:38.2155983Z test_pow_cuda_complex_extremal_failing_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2156230Z test_pow_cuda_complex_extremal_failing_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2156422Z test_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.918s) 2022-12-01T10:44:38.2156614Z test_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.217s) 2022-12-01T10:44:38.2156805Z test_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.211s) 2022-12-01T10:44:38.2156993Z test_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.201s) 2022-12-01T10:44:38.2157177Z test_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.202s) 2022-12-01T10:44:38.2157362Z test_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.204s) 2022-12-01T10:44:38.2157536Z test_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.203s) 2022-12-01T10:44:38.2157726Z test_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.202s) 2022-12-01T10:44:38.2157956Z test_pow_inplace_resizing_exception_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:44:38.2158154Z test_pow_scalar_base_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.404s) 2022-12-01T10:44:38.2158394Z test_pow_scalar_overloads_mem_overlap_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:44:38.2159234Z test_pow_scalar_type_promotion_cuda (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1668: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:44:38.2159385Z out_uint8_computation = torch.pow( 2022-12-01T10:44:38.2160168Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1676: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:44:38.2160318Z out_int64_computation = torch.pow( 2022-12-01T10:44:38.2160420Z ok (0.004s) 2022-12-01T10:44:38.2160651Z test_rdiv_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.2160882Z test_rdiv_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.2161088Z test_rdiv_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.2161311Z test_rdiv_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.2161528Z test_rdiv_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.2161745Z test_rdiv_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.2161953Z test_rdiv_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.2162165Z test_rdiv_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.2162379Z test_rdiv_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:44:38.2162651Z test_reference_numerics_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:44:38.2162855Z test_reference_numerics_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2163087Z test_reference_numerics_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-12-01T10:44:38.2163316Z test_reference_numerics_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-12-01T10:44:38.2163541Z test_reference_numerics_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:44:38.2163758Z test_reference_numerics_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.2163976Z test_reference_numerics_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:44:38.2164188Z test_reference_numerics_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:44:38.2164403Z test_reference_numerics_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2164625Z test_reference_numerics_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2164820Z test_reference_numerics_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2165039Z test_reference_numerics_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2165262Z test_reference_numerics_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2165490Z test_reference_numerics_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2165721Z test_reference_numerics_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2165948Z test_reference_numerics_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2166168Z test_reference_numerics_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2166402Z test_reference_numerics_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2166616Z test_reference_numerics_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2166885Z test_reference_numerics_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2167117Z test_reference_numerics_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2167344Z test_reference_numerics_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2167564Z test_reference_numerics_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2167787Z test_reference_numerics_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2168008Z test_reference_numerics_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2168227Z test_reference_numerics_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2168457Z test_reference_numerics_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2168672Z test_reference_numerics_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2168899Z test_reference_numerics_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2169117Z test_reference_numerics_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2169338Z test_reference_numerics_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2169571Z test_reference_numerics_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2169796Z test_reference_numerics_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2170021Z test_reference_numerics_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:44:38.2170309Z test_reference_numerics_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:44:38.2170519Z test_reference_numerics_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:44:38.2170747Z test_reference_numerics_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2170974Z test_reference_numerics_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2171198Z test_reference_numerics_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2171421Z test_reference_numerics_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2171641Z test_reference_numerics_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2171874Z test_reference_numerics_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2172106Z test_reference_numerics_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2172333Z test_reference_numerics_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2172547Z test_reference_numerics_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.2172775Z test_reference_numerics_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:44:38.2172999Z test_reference_numerics_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2173222Z test_reference_numerics_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2173447Z test_reference_numerics_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2173671Z test_reference_numerics_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2173893Z test_reference_numerics_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2174113Z test_reference_numerics_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2174370Z test_reference_numerics_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2174588Z test_reference_numerics_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2174813Z test_reference_numerics_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2175036Z test_reference_numerics_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2175253Z test_reference_numerics_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2175470Z test_reference_numerics_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2175684Z test_reference_numerics_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2175905Z test_reference_numerics_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2176114Z test_reference_numerics_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2176314Z test_reference_numerics_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2176533Z test_reference_numerics_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2176753Z test_reference_numerics_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2177409Z test_reference_numerics_extremal_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:8264: RuntimeWarning: invalid value encountered in add 2022-12-01T10:44:38.2177613Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-12-01T10:44:38.2177767Z ok (0.007s) 2022-12-01T10:44:38.2178044Z test_reference_numerics_extremal_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2178322Z test_reference_numerics_extremal_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2178576Z test_reference_numerics_extremal_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2178800Z test_reference_numerics_extremal_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2179046Z test_reference_numerics_extremal_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2179301Z test_reference_numerics_extremal_values_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2179556Z test_reference_numerics_extremal_values_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2179815Z test_reference_numerics_extremal_values_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2180067Z test_reference_numerics_extremal_values_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2180326Z test_reference_numerics_extremal_values_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2180580Z test_reference_numerics_extremal_values_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2180827Z test_reference_numerics_extremal_values_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2181059Z test_reference_numerics_extremal_values_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2181302Z test_reference_numerics_extremal_values_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2181553Z test_reference_numerics_extremal_values_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2181802Z test_reference_numerics_extremal_values_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2182094Z test_reference_numerics_extremal_values_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2182345Z test_reference_numerics_extremal_values_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2182590Z test_reference_numerics_extremal_values_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2182991Z test_reference_numerics_extremal_values_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in float_power 2022-12-01T10:44:38.2183133Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:44:38.2183401Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-12-01T10:44:38.2183528Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:44:38.2183628Z ok (0.005s) 2022-12-01T10:44:38.2183912Z test_reference_numerics_extremal_values_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2184196Z test_reference_numerics_extremal_values_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2184454Z test_reference_numerics_extremal_values_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2184704Z test_reference_numerics_extremal_values_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2184948Z test_reference_numerics_extremal_values_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2185228Z test_reference_numerics_extremal_values_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2185555Z test_reference_numerics_extremal_values_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2186222Z test_reference_numerics_extremal_values_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:2069: RuntimeWarning: invalid value encountered in floor_divide 2022-12-01T10:44:38.2186354Z return np.floor_divide(a, b) 2022-12-01T10:44:38.2186455Z ok (0.005s) 2022-12-01T10:44:38.2186713Z test_reference_numerics_extremal_values_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2187093Z test_reference_numerics_extremal_values_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in fmod 2022-12-01T10:44:38.2187237Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:44:38.2187336Z ok (0.005s) 2022-12-01T10:44:38.2187586Z test_reference_numerics_extremal_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2187821Z test_reference_numerics_extremal_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2188067Z test_reference_numerics_extremal_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2188311Z test_reference_numerics_extremal_values_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2188553Z test_reference_numerics_extremal_values_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2188796Z test_reference_numerics_extremal_values_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2189035Z test_reference_numerics_extremal_values_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2189282Z test_reference_numerics_extremal_values_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2189517Z test_reference_numerics_extremal_values_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2189806Z test_reference_numerics_extremal_values_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2190051Z test_reference_numerics_extremal_values_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2190314Z test_reference_numerics_extremal_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2190805Z test_reference_numerics_extremal_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2191097Z test_reference_numerics_extremal_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2191376Z test_reference_numerics_extremal_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2191647Z test_reference_numerics_extremal_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2191922Z test_reference_numerics_extremal_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2192189Z test_reference_numerics_extremal_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2192455Z test_reference_numerics_extremal_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2192721Z test_reference_numerics_extremal_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2192973Z test_reference_numerics_extremal_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2193742Z test_reference_numerics_extremal_values_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:15401: RuntimeWarning: invalid value encountered in add 2022-12-01T10:44:38.2193952Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-12-01T10:44:38.2194058Z ok (0.005s) 2022-12-01T10:44:38.2194330Z test_reference_numerics_extremal_values_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2194603Z test_reference_numerics_extremal_values_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2194866Z test_reference_numerics_extremal_values_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2195129Z test_reference_numerics_extremal_values_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2195388Z test_reference_numerics_extremal_values_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2196084Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:15458: RuntimeWarning: invalid value encountered in add 2022-12-01T10:44:38.2196208Z ref=lambda i0, i1: i0 + i1, 2022-12-01T10:44:38.2196292Z ok (0.005s) 2022-12-01T10:44:38.2196577Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2196859Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2197137Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2197414Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2197738Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2197996Z test_reference_numerics_extremal_values_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2198239Z test_reference_numerics_extremal_values_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2198481Z test_reference_numerics_extremal_values_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2198706Z test_reference_numerics_extremal_values_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2198967Z test_reference_numerics_extremal_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2199233Z test_reference_numerics_extremal_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2199498Z test_reference_numerics_extremal_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2199754Z test_reference_numerics_extremal_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2200014Z test_reference_numerics_extremal_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2200262Z test_reference_numerics_extremal_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2200509Z test_reference_numerics_extremal_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2200766Z test_reference_numerics_extremal_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2201064Z test_reference_numerics_extremal_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2201328Z test_reference_numerics_extremal_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2201586Z test_reference_numerics_extremal_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2201841Z test_reference_numerics_extremal_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2202099Z test_reference_numerics_extremal_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2202365Z test_reference_numerics_extremal_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2202621Z test_reference_numerics_extremal_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2202881Z test_reference_numerics_extremal_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2203149Z test_reference_numerics_extremal_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2203402Z test_reference_numerics_extremal_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2203630Z test_reference_numerics_extremal_values_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2203877Z test_reference_numerics_extremal_values_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2204120Z test_reference_numerics_extremal_values_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2204363Z test_reference_numerics_extremal_values_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2204623Z test_reference_numerics_extremal_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2204878Z test_reference_numerics_extremal_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2205176Z test_reference_numerics_extremal_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2205442Z test_reference_numerics_extremal_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2205695Z test_reference_numerics_extremal_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2205929Z test_reference_numerics_extremal_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2206183Z test_reference_numerics_extremal_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2206438Z test_reference_numerics_extremal_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2206696Z test_reference_numerics_extremal_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2206949Z test_reference_numerics_extremal_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2207205Z test_reference_numerics_extremal_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2207454Z test_reference_numerics_extremal_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2207712Z test_reference_numerics_extremal_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2207966Z test_reference_numerics_extremal_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2208199Z test_reference_numerics_extremal_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2208503Z test_reference_numerics_extremal_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2208753Z test_reference_numerics_extremal_values_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2209009Z test_reference_numerics_extremal_values_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2209260Z test_reference_numerics_extremal_values_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2209504Z test_reference_numerics_extremal_values_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2209745Z test_reference_numerics_extremal_values_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2209985Z test_reference_numerics_extremal_values_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2210378Z test_reference_numerics_extremal_values_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:44:38.2210528Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:44:38.2210772Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-12-01T10:44:38.2210912Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:44:38.2211020Z ok (0.005s) 2022-12-01T10:44:38.2211298Z test_reference_numerics_extremal_values_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2211573Z test_reference_numerics_extremal_values_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2211951Z test_reference_numerics_extremal_values_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-12-01T10:44:38.2212096Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:44:38.2212198Z ok (0.005s) 2022-12-01T10:44:38.2212432Z test_reference_numerics_extremal_values_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2212731Z test_reference_numerics_extremal_values_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2213139Z test_reference_numerics_extremal_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in remainder 2022-12-01T10:44:38.2213284Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:44:38.2213386Z ok (0.005s) 2022-12-01T10:44:38.2213648Z test_reference_numerics_extremal_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2213902Z test_reference_numerics_extremal_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2214165Z test_reference_numerics_extremal_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2214828Z test_reference_numerics_extremal_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:8407: RuntimeWarning: invalid value encountered in subtract 2022-12-01T10:44:38.2215030Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-12-01T10:44:38.2215139Z ok (0.004s) 2022-12-01T10:44:38.2215792Z test_reference_numerics_extremal_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:8407: RuntimeWarning: invalid value encountered in multiply 2022-12-01T10:44:38.2216007Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-12-01T10:44:38.2216163Z ok (0.008s) 2022-12-01T10:44:38.2216422Z test_reference_numerics_extremal_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2216669Z test_reference_numerics_extremal_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2216912Z test_reference_numerics_extremal_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2217152Z test_reference_numerics_extremal_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2217372Z test_reference_numerics_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.079s) 2022-12-01T10:44:38.2217606Z test_reference_numerics_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-12-01T10:44:38.2217850Z test_reference_numerics_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.213s) 2022-12-01T10:44:38.2218095Z test_reference_numerics_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.215s) 2022-12-01T10:44:38.2218339Z test_reference_numerics_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.085s) 2022-12-01T10:44:38.2218571Z test_reference_numerics_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.080s) 2022-12-01T10:44:38.2218805Z test_reference_numerics_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.080s) 2022-12-01T10:44:38.2219037Z test_reference_numerics_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-12-01T10:44:38.2219270Z test_reference_numerics_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-12-01T10:44:38.2219482Z test_reference_numerics_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.2219711Z test_reference_numerics_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.070s) 2022-12-01T10:44:38.2219939Z test_reference_numerics_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-12-01T10:44:38.2220209Z test_reference_numerics_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2220488Z test_reference_numerics_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-12-01T10:44:38.2220729Z test_reference_numerics_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.052s) 2022-12-01T10:44:38.2220954Z test_reference_numerics_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-12-01T10:44:38.2221190Z test_reference_numerics_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:44:38.2221427Z test_reference_numerics_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.2221644Z test_reference_numerics_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2221881Z test_reference_numerics_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.2222110Z test_reference_numerics_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:44:38.2222365Z test_reference_numerics_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:44:38.2222589Z test_reference_numerics_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.049s) 2022-12-01T10:44:38.2222809Z test_reference_numerics_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:44:38.2223032Z test_reference_numerics_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:44:38.2223252Z test_reference_numerics_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:44:38.2223445Z test_reference_numerics_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:44:38.2223667Z test_reference_numerics_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:44:38.2223958Z test_reference_numerics_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2224182Z test_reference_numerics_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2224407Z test_reference_numerics_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:44:38.2224623Z test_reference_numerics_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:44:38.2224843Z test_reference_numerics_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.2225062Z test_reference_numerics_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:44:38.2225281Z test_reference_numerics_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:44:38.2225488Z test_reference_numerics_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2225714Z test_reference_numerics_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2225933Z test_reference_numerics_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2226156Z test_reference_numerics_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2226372Z test_reference_numerics_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2226593Z test_reference_numerics_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2226807Z test_reference_numerics_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2227022Z test_reference_numerics_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2227221Z test_reference_numerics_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2227438Z test_reference_numerics_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2227667Z test_reference_numerics_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2227888Z test_reference_numerics_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2228155Z test_reference_numerics_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2228384Z test_reference_numerics_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2228605Z test_reference_numerics_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2228820Z test_reference_numerics_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2229009Z test_reference_numerics_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2229226Z test_reference_numerics_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2229443Z test_reference_numerics_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2229668Z test_reference_numerics_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2229907Z test_reference_numerics_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.2230138Z test_reference_numerics_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:44:38.2230371Z test_reference_numerics_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:44:38.2230814Z test_reference_numerics_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:44:38.2231052Z test_reference_numerics_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:44:38.2231264Z test_reference_numerics_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2231493Z test_reference_numerics_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.2231810Z test_reference_numerics_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2232039Z test_reference_numerics_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:44:38.2232267Z test_reference_numerics_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2232495Z test_reference_numerics_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2232725Z test_reference_numerics_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2232962Z test_reference_numerics_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.070s) 2022-12-01T10:44:38.2233199Z test_reference_numerics_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:44:38.2233409Z test_reference_numerics_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.121s) 2022-12-01T10:44:38.2233642Z test_reference_numerics_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2233868Z test_reference_numerics_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.2234098Z test_reference_numerics_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2234324Z test_reference_numerics_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2234581Z test_reference_numerics_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.2234804Z test_reference_numerics_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2235025Z test_reference_numerics_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2235253Z test_reference_numerics_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2235497Z test_reference_numerics_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2235755Z test_reference_numerics_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:44:38.2236067Z test_reference_numerics_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.2236323Z test_reference_numerics_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:44:38.2236569Z test_reference_numerics_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.2236812Z test_reference_numerics_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.2237053Z test_reference_numerics_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2237293Z test_reference_numerics_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2237517Z test_reference_numerics_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2237759Z test_reference_numerics_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2238000Z test_reference_numerics_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2238271Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2238535Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2238800Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:44:38.2239068Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.2239331Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:44:38.2239636Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.2239900Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.2240138Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2240390Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2240635Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2240897Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2241157Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2241408Z test_reference_numerics_large_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.2241664Z test_reference_numerics_large_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2241918Z test_reference_numerics_large_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2242162Z test_reference_numerics_large_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2242386Z test_reference_numerics_large_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2242629Z test_reference_numerics_large_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2242871Z test_reference_numerics_large_values_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2243114Z test_reference_numerics_large_values_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2243346Z test_reference_numerics_large_values_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2243644Z test_reference_numerics_large_values_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2243899Z test_reference_numerics_large_values_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2244150Z test_reference_numerics_large_values_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2244401Z test_reference_numerics_large_values_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2244633Z test_reference_numerics_large_values_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2244878Z test_reference_numerics_large_values_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2245133Z test_reference_numerics_large_values_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2245383Z test_reference_numerics_large_values_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2245627Z test_reference_numerics_large_values_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2245884Z test_reference_numerics_large_values_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2246128Z test_reference_numerics_large_values_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2246378Z test_reference_numerics_large_values_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2246625Z test_reference_numerics_large_values_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2246909Z test_reference_numerics_large_values_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2247159Z test_reference_numerics_large_values_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2247401Z test_reference_numerics_large_values_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2247653Z test_reference_numerics_large_values_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2247906Z test_reference_numerics_large_values_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2248150Z test_reference_numerics_large_values_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2248391Z test_reference_numerics_large_values_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2248638Z test_reference_numerics_large_values_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2248886Z test_reference_numerics_large_values_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2249118Z test_reference_numerics_large_values_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2249366Z test_reference_numerics_large_values_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2249610Z test_reference_numerics_large_values_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2249856Z test_reference_numerics_large_values_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2250092Z test_reference_numerics_large_values_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2250324Z test_reference_numerics_large_values_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2250565Z test_reference_numerics_large_values_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2250801Z test_reference_numerics_large_values_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2251079Z test_reference_numerics_large_values_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2251295Z test_reference_numerics_large_values_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2251689Z test_reference_numerics_large_values_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in float_power 2022-12-01T10:44:38.2251833Z expected = op.ref(l_numpy, r_numpy) 2022-12-01T10:44:38.2251938Z ok (0.017s) 2022-12-01T10:44:38.2252219Z test_reference_numerics_large_values_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2252505Z test_reference_numerics_large_values_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2252758Z test_reference_numerics_large_values_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2253014Z test_reference_numerics_large_values_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2253266Z test_reference_numerics_large_values_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2253496Z test_reference_numerics_large_values_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2253746Z test_reference_numerics_large_values_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2253997Z test_reference_numerics_large_values_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2254337Z test_reference_numerics_large_values_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2254592Z test_reference_numerics_large_values_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2254850Z test_reference_numerics_large_values_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:44:38.2255107Z test_reference_numerics_large_values_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:44:38.2255359Z test_reference_numerics_large_values_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2255604Z test_reference_numerics_large_values_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2255842Z test_reference_numerics_large_values_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2256070Z test_reference_numerics_large_values_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:44:38.2256317Z test_reference_numerics_large_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2256568Z test_reference_numerics_large_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2256804Z test_reference_numerics_large_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2257043Z test_reference_numerics_large_values_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2257279Z test_reference_numerics_large_values_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2257516Z test_reference_numerics_large_values_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2257757Z test_reference_numerics_large_values_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2258000Z test_reference_numerics_large_values_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2258214Z test_reference_numerics_large_values_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2258506Z test_reference_numerics_large_values_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2258752Z test_reference_numerics_large_values_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2258989Z test_reference_numerics_large_values_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2259221Z test_reference_numerics_large_values_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2259461Z test_reference_numerics_large_values_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2259690Z test_reference_numerics_large_values_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2259918Z test_reference_numerics_large_values_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2260157Z test_reference_numerics_large_values_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2260381Z test_reference_numerics_large_values_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2260620Z test_reference_numerics_large_values_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2260863Z test_reference_numerics_large_values_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2261103Z test_reference_numerics_large_values_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2261329Z test_reference_numerics_large_values_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2261565Z test_reference_numerics_large_values_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2261871Z test_reference_numerics_large_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.2262131Z test_reference_numerics_large_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2262384Z test_reference_numerics_large_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2262613Z test_reference_numerics_large_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2262859Z test_reference_numerics_large_values_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2263105Z test_reference_numerics_large_values_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2263345Z test_reference_numerics_large_values_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2263603Z test_reference_numerics_large_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2263856Z test_reference_numerics_large_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2264112Z test_reference_numerics_large_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2264360Z test_reference_numerics_large_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2264607Z test_reference_numerics_large_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2264827Z test_reference_numerics_large_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2265072Z test_reference_numerics_large_values_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2265309Z test_reference_numerics_large_values_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2265560Z test_reference_numerics_large_values_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2265864Z test_reference_numerics_large_values_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.2266140Z test_reference_numerics_large_values_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2266406Z test_reference_numerics_large_values_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2266669Z test_reference_numerics_large_values_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2266924Z test_reference_numerics_large_values_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2267155Z test_reference_numerics_large_values_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2267417Z test_reference_numerics_large_values_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2267673Z test_reference_numerics_large_values_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2267918Z test_reference_numerics_large_values_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2268200Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.2268487Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2268768Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2269045Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2269406Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2269689Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2269947Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2270224Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2270690Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2270947Z test_reference_numerics_large_values_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2271188Z test_reference_numerics_large_values_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2271419Z test_reference_numerics_large_values_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2271666Z test_reference_numerics_large_values_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2271908Z test_reference_numerics_large_values_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2272141Z test_reference_numerics_large_values_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2272361Z test_reference_numerics_large_values_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2272604Z test_reference_numerics_large_values_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2272836Z test_reference_numerics_large_values_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2273064Z test_reference_numerics_large_values_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2273394Z test_reference_numerics_large_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:44:38.2273670Z test_reference_numerics_large_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2273930Z test_reference_numerics_large_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2274189Z test_reference_numerics_large_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2274443Z test_reference_numerics_large_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2274678Z test_reference_numerics_large_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2274937Z test_reference_numerics_large_values_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2275184Z test_reference_numerics_large_values_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2275432Z test_reference_numerics_large_values_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2275683Z test_reference_numerics_large_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2275942Z test_reference_numerics_large_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2276206Z test_reference_numerics_large_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2276453Z test_reference_numerics_large_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2276786Z test_reference_numerics_large_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2277037Z test_reference_numerics_large_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2277269Z test_reference_numerics_large_values_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2277517Z test_reference_numerics_large_values_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2277763Z test_reference_numerics_large_values_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2278017Z test_reference_numerics_large_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2278278Z test_reference_numerics_large_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2278534Z test_reference_numerics_large_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2278792Z test_reference_numerics_large_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2279051Z test_reference_numerics_large_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2279300Z test_reference_numerics_large_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2279529Z test_reference_numerics_large_values_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2279773Z test_reference_numerics_large_values_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2280011Z test_reference_numerics_large_values_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2280249Z test_reference_numerics_large_values_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2280492Z test_reference_numerics_large_values_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2280725Z test_reference_numerics_large_values_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2281019Z test_reference_numerics_large_values_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2281269Z test_reference_numerics_large_values_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2281508Z test_reference_numerics_large_values_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2281716Z test_reference_numerics_large_values_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2281970Z test_reference_numerics_large_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.2282220Z test_reference_numerics_large_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2282474Z test_reference_numerics_large_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2282726Z test_reference_numerics_large_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2282973Z test_reference_numerics_large_values_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2283220Z test_reference_numerics_large_values_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2283457Z test_reference_numerics_large_values_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2283703Z test_reference_numerics_large_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2283931Z test_reference_numerics_large_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2284235Z test_reference_numerics_large_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2284486Z test_reference_numerics_large_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2284736Z test_reference_numerics_large_values_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2284984Z test_reference_numerics_large_values_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2285231Z test_reference_numerics_large_values_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2285484Z test_reference_numerics_large_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2285736Z test_reference_numerics_large_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2285989Z test_reference_numerics_large_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2286224Z test_reference_numerics_large_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2286475Z test_reference_numerics_large_values_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2286725Z test_reference_numerics_large_values_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2286966Z test_reference_numerics_large_values_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2287213Z test_reference_numerics_large_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2287461Z test_reference_numerics_large_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2287710Z test_reference_numerics_large_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2287966Z test_reference_numerics_large_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2288210Z test_reference_numerics_large_values_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2288496Z test_reference_numerics_large_values_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2288728Z test_reference_numerics_large_values_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2288973Z test_reference_numerics_large_values_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2289217Z test_reference_numerics_large_values_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2289462Z test_reference_numerics_large_values_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2289698Z test_reference_numerics_large_values_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2289948Z test_reference_numerics_large_values_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2290186Z test_reference_numerics_large_values_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2290423Z test_reference_numerics_large_values_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2290655Z test_reference_numerics_large_values_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2290861Z test_reference_numerics_large_values_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2291108Z test_reference_numerics_large_values_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2291380Z test_reference_numerics_large_values_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2291703Z test_reference_numerics_large_values_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2291950Z test_reference_numerics_large_values_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2292200Z test_reference_numerics_large_values_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2292437Z test_reference_numerics_large_values_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2292704Z test_reference_numerics_large_values_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-12-01T10:44:38.2292962Z test_reference_numerics_large_values_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-12-01T10:44:38.2293191Z test_reference_numerics_large_values_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-12-01T10:44:38.2293450Z test_reference_numerics_large_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:44:38.2293708Z test_reference_numerics_large_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2293963Z test_reference_numerics_large_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2294216Z test_reference_numerics_large_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2294465Z test_reference_numerics_large_values_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2294716Z test_reference_numerics_large_values_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2294961Z test_reference_numerics_large_values_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2295205Z test_reference_numerics_large_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.2295439Z test_reference_numerics_large_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2295687Z test_reference_numerics_large_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2295970Z test_reference_numerics_large_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2296225Z test_reference_numerics_large_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2296469Z test_reference_numerics_large_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2296709Z test_reference_numerics_large_values_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2296948Z test_reference_numerics_large_values_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2297179Z test_reference_numerics_large_values_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2297405Z test_reference_numerics_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.2297606Z test_reference_numerics_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.2297829Z test_reference_numerics_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:44:38.2298052Z test_reference_numerics_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.2298279Z test_reference_numerics_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2298505Z test_reference_numerics_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2298723Z test_reference_numerics_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2298944Z test_reference_numerics_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.2299207Z test_reference_numerics_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2299409Z test_reference_numerics_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2299630Z test_reference_numerics_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2299847Z test_reference_numerics_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2300065Z test_reference_numerics_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2300282Z test_reference_numerics_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2300502Z test_reference_numerics_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2300744Z test_reference_numerics_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2300978Z test_reference_numerics_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2301226Z test_reference_numerics_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2301451Z test_reference_numerics_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2301694Z test_reference_numerics_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2301923Z test_reference_numerics_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2302152Z test_reference_numerics_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2302385Z test_reference_numerics_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2302618Z test_reference_numerics_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2302852Z test_reference_numerics_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2303092Z test_reference_numerics_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2303306Z test_reference_numerics_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2303584Z test_reference_numerics_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2303829Z test_reference_numerics_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2304076Z test_reference_numerics_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.2304315Z test_reference_numerics_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2304548Z test_reference_numerics_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2304786Z test_reference_numerics_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2305028Z test_reference_numerics_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2305259Z test_reference_numerics_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2305473Z test_reference_numerics_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2305707Z test_reference_numerics_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2305937Z test_reference_numerics_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2306169Z test_reference_numerics_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2306407Z test_reference_numerics_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2306634Z test_reference_numerics_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2306927Z test_reference_numerics_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2307168Z test_reference_numerics_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.2307413Z test_reference_numerics_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:44:38.2307625Z test_reference_numerics_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2307853Z test_reference_numerics_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2308090Z test_reference_numerics_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2308324Z test_reference_numerics_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2308556Z test_reference_numerics_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2308790Z test_reference_numerics_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2309020Z test_reference_numerics_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2309248Z test_reference_numerics_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2309467Z test_reference_numerics_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2309670Z test_reference_numerics_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.2309893Z test_reference_numerics_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2310112Z test_reference_numerics_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2310335Z test_reference_numerics_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2310694Z test_reference_numerics_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2310919Z test_reference_numerics_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2311139Z test_reference_numerics_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2311419Z test_reference_numerics_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2311646Z test_reference_numerics_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.2311880Z test_reference_numerics_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2312116Z test_reference_numerics_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2312354Z test_reference_numerics_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2312588Z test_reference_numerics_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2312824Z test_reference_numerics_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2313056Z test_reference_numerics_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2313287Z test_reference_numerics_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2313520Z test_reference_numerics_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2313730Z test_reference_numerics_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2313964Z test_reference_numerics_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.2314190Z test_reference_numerics_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2314420Z test_reference_numerics_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2314714Z test_reference_numerics_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2314940Z test_reference_numerics_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2315170Z test_reference_numerics_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2315398Z test_reference_numerics_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2315602Z test_reference_numerics_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2315828Z test_reference_numerics_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2316049Z test_reference_numerics_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2316290Z test_reference_numerics_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.2316517Z test_reference_numerics_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2316755Z test_reference_numerics_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.2316991Z test_reference_numerics_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2317226Z test_reference_numerics_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2317457Z test_reference_numerics_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2317665Z test_reference_numerics_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2317893Z test_reference_numerics_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2318122Z test_reference_numerics_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2318348Z test_reference_numerics_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2318582Z test_reference_numerics_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.2318810Z test_reference_numerics_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2319079Z test_reference_numerics_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.2319321Z test_reference_numerics_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2319546Z test_reference_numerics_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:44:38.2319753Z test_reference_numerics_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2319977Z test_reference_numerics_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2320202Z test_reference_numerics_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:44:38.2320433Z test_reference_numerics_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2320655Z test_reference_numerics_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2320878Z test_reference_numerics_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2321100Z test_reference_numerics_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2321327Z test_reference_numerics_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2321530Z test_reference_numerics_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2321751Z test_reference_numerics_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2321969Z test_reference_numerics_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2322188Z test_reference_numerics_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:44:38.2322453Z test_reference_numerics_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2322673Z test_reference_numerics_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2322896Z test_reference_numerics_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2323115Z test_reference_numerics_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2323326Z test_reference_numerics_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2323528Z test_reference_numerics_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2323757Z test_reference_numerics_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.209s) 2022-12-01T10:44:38.2324008Z test_reference_numerics_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2324237Z test_reference_numerics_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.179s) 2022-12-01T10:44:38.2324465Z test_reference_numerics_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:44:38.2324689Z test_reference_numerics_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-12-01T10:44:38.2324912Z test_reference_numerics_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.079s) 2022-12-01T10:44:38.2325132Z test_reference_numerics_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.2325333Z test_reference_numerics_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2325556Z test_reference_numerics_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:44:38.2325773Z test_reference_numerics_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2325995Z test_reference_numerics_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2326254Z test_reference_numerics_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:44:38.2326490Z test_reference_numerics_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-12-01T10:44:38.2326764Z test_reference_numerics_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:44:38.2327007Z test_reference_numerics_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.049s) 2022-12-01T10:44:38.2327235Z test_reference_numerics_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2327447Z test_reference_numerics_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.2327673Z test_reference_numerics_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-12-01T10:44:38.2327900Z test_reference_numerics_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2328130Z test_reference_numerics_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:44:38.2328377Z test_reference_numerics_small_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2328802Z test_reference_numerics_small_values_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2329056Z test_reference_numerics_small_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2329300Z test_reference_numerics_small_values_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2329534Z test_reference_numerics_small_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:44:38.2329759Z test_reference_numerics_small_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2330063Z test_reference_numerics_small_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2330304Z test_reference_numerics_small_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2330553Z test_reference_numerics_small_values_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2330793Z test_reference_numerics_small_values_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2331030Z test_reference_numerics_small_values_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2331268Z test_reference_numerics_small_values_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2331500Z test_reference_numerics_small_values_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2331917Z test_reference_numerics_small_values_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2332157Z test_reference_numerics_small_values_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2332408Z test_reference_numerics_small_values_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2332660Z test_reference_numerics_small_values_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2332910Z test_reference_numerics_small_values_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2333158Z test_reference_numerics_small_values_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2333568Z test_reference_numerics_small_values_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2333816Z test_reference_numerics_small_values_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2334064Z test_reference_numerics_small_values_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2334316Z test_reference_numerics_small_values_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2334630Z test_reference_numerics_small_values_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2334882Z test_reference_numerics_small_values_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2335290Z test_reference_numerics_small_values_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2335536Z test_reference_numerics_small_values_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2335779Z test_reference_numerics_small_values_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2336025Z test_reference_numerics_small_values_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2336275Z test_reference_numerics_small_values_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2336522Z test_reference_numerics_small_values_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2336780Z test_reference_numerics_small_values_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2337169Z test_reference_numerics_small_values_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2337418Z test_reference_numerics_small_values_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2337669Z test_reference_numerics_small_values_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2337915Z test_reference_numerics_small_values_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2338213Z test_reference_numerics_small_values_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2338465Z test_reference_numerics_small_values_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2338703Z test_reference_numerics_small_values_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2338952Z test_reference_numerics_small_values_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2339206Z test_reference_numerics_small_values_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2339458Z test_reference_numerics_small_values_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2339842Z test_reference_numerics_small_values_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2340101Z test_reference_numerics_small_values_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2340352Z test_reference_numerics_small_values_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2340605Z test_reference_numerics_small_values_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2340850Z test_reference_numerics_small_values_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2341097Z test_reference_numerics_small_values_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2341336Z test_reference_numerics_small_values_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2341583Z test_reference_numerics_small_values_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2341833Z test_reference_numerics_small_values_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2342055Z test_reference_numerics_small_values_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2342488Z test_reference_numerics_small_values_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2342751Z test_reference_numerics_small_values_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:44:38.2343000Z test_reference_numerics_small_values_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2343244Z test_reference_numerics_small_values_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:44:38.2343492Z test_reference_numerics_small_values_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2343734Z test_reference_numerics_small_values_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2343970Z test_reference_numerics_small_values_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2344206Z test_reference_numerics_small_values_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2344420Z test_reference_numerics_small_values_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2344645Z test_reference_numerics_small_values_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2344883Z test_reference_numerics_small_values_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2345120Z test_reference_numerics_small_values_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2345375Z test_reference_numerics_small_values_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2345787Z test_reference_numerics_small_values_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2346117Z test_reference_numerics_small_values_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2346398Z test_reference_numerics_small_values_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:44:38.2346656Z test_reference_numerics_small_values_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2346891Z test_reference_numerics_small_values_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2347144Z test_reference_numerics_small_values_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2347396Z test_reference_numerics_small_values_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2347649Z test_reference_numerics_small_values_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2347896Z test_reference_numerics_small_values_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2348150Z test_reference_numerics_small_values_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2348396Z test_reference_numerics_small_values_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2348674Z test_reference_numerics_small_values_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2348932Z test_reference_numerics_small_values_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2349187Z test_reference_numerics_small_values_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2349422Z test_reference_numerics_small_values_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2349677Z test_reference_numerics_small_values_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2349974Z test_reference_numerics_small_values_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2350229Z test_reference_numerics_small_values_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2350696Z test_reference_numerics_small_values_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2350960Z test_reference_numerics_small_values_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2351203Z test_reference_numerics_small_values_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2351444Z test_reference_numerics_small_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2351692Z test_reference_numerics_small_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2351917Z test_reference_numerics_small_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2352157Z test_reference_numerics_small_values_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2352405Z test_reference_numerics_small_values_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2352648Z test_reference_numerics_small_values_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2352887Z test_reference_numerics_small_values_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2353150Z test_reference_numerics_small_values_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2353392Z test_reference_numerics_small_values_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2353699Z test_reference_numerics_small_values_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2353926Z test_reference_numerics_small_values_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2354170Z test_reference_numerics_small_values_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.007s) 2022-12-01T10:44:38.2354397Z test_reference_numerics_small_values_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2354637Z test_reference_numerics_small_values_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2355034Z test_reference_numerics_small_values_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2355277Z test_reference_numerics_small_values_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2355519Z test_reference_numerics_small_values_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2355760Z test_reference_numerics_small_values_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2356003Z test_reference_numerics_small_values_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2356239Z test_reference_numerics_small_values_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2356444Z test_reference_numerics_small_values_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2356675Z test_reference_numerics_small_values_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2356902Z test_reference_numerics_small_values_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2357147Z test_reference_numerics_small_values_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2357540Z test_reference_numerics_small_values_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2357782Z test_reference_numerics_small_values_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2358077Z test_reference_numerics_small_values_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2358329Z test_reference_numerics_small_values_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2358560Z test_reference_numerics_small_values_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2358767Z test_reference_numerics_small_values_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2358995Z test_reference_numerics_small_values_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2359234Z test_reference_numerics_small_values_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2359482Z test_reference_numerics_small_values_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2359740Z test_reference_numerics_small_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2360148Z test_reference_numerics_small_values_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2360400Z test_reference_numerics_small_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2360654Z test_reference_numerics_small_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2360906Z test_reference_numerics_small_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2361135Z test_reference_numerics_small_values_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2361441Z test_reference_numerics_small_values_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2361686Z test_reference_numerics_small_values_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2361940Z test_reference_numerics_small_values_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2362188Z test_reference_numerics_small_values_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2362443Z test_reference_numerics_small_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2362845Z test_reference_numerics_small_values_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2363099Z test_reference_numerics_small_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2363360Z test_reference_numerics_small_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:44:38.2363587Z test_reference_numerics_small_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2363833Z test_reference_numerics_small_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2364071Z test_reference_numerics_small_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2364314Z test_reference_numerics_small_values_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2364555Z test_reference_numerics_small_values_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2364797Z test_reference_numerics_small_values_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2365038Z test_reference_numerics_small_values_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2365284Z test_reference_numerics_small_values_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2365590Z test_reference_numerics_small_values_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2366023Z test_reference_numerics_small_values_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2366274Z test_reference_numerics_small_values_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2366542Z test_reference_numerics_small_values_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:44:38.2366807Z test_reference_numerics_small_values_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2367074Z test_reference_numerics_small_values_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2367332Z test_reference_numerics_small_values_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2367592Z test_reference_numerics_small_values_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2367842Z test_reference_numerics_small_values_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2368101Z test_reference_numerics_small_values_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2368356Z test_reference_numerics_small_values_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2368595Z test_reference_numerics_small_values_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2368884Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2369383Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2369675Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2369959Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:44:38.2370236Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2370513Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2370777Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2371050Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2371324Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2371577Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2371848Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2372120Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2372357Z test_reference_numerics_small_values_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2372596Z test_reference_numerics_small_values_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2372833Z test_reference_numerics_small_values_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2373108Z test_reference_numerics_small_values_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2373347Z test_reference_numerics_small_values_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2373587Z test_reference_numerics_small_values_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2373977Z test_reference_numerics_small_values_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2374199Z test_reference_numerics_small_values_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2374436Z test_reference_numerics_small_values_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2374678Z test_reference_numerics_small_values_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2374914Z test_reference_numerics_small_values_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2375149Z test_reference_numerics_small_values_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2375381Z test_reference_numerics_small_values_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2375617Z test_reference_numerics_small_values_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2375848Z test_reference_numerics_small_values_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2376104Z test_reference_numerics_small_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2376493Z test_reference_numerics_small_values_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2376804Z test_reference_numerics_small_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2377066Z test_reference_numerics_small_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2377319Z test_reference_numerics_small_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2377571Z test_reference_numerics_small_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2377819Z test_reference_numerics_small_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2378064Z test_reference_numerics_small_values_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2378307Z test_reference_numerics_small_values_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2378558Z test_reference_numerics_small_values_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2378789Z test_reference_numerics_small_values_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2379035Z test_reference_numerics_small_values_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2379286Z test_reference_numerics_small_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2379693Z test_reference_numerics_small_values_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2379947Z test_reference_numerics_small_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2380201Z test_reference_numerics_small_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:44:38.2380454Z test_reference_numerics_small_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2380699Z test_reference_numerics_small_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2380990Z test_reference_numerics_small_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2381225Z test_reference_numerics_small_values_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2381471Z test_reference_numerics_small_values_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2381717Z test_reference_numerics_small_values_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2381964Z test_reference_numerics_small_values_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2382206Z test_reference_numerics_small_values_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2382462Z test_reference_numerics_small_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2382871Z test_reference_numerics_small_values_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2383133Z test_reference_numerics_small_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2383388Z test_reference_numerics_small_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2383638Z test_reference_numerics_small_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2383874Z test_reference_numerics_small_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2384124Z test_reference_numerics_small_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2384430Z test_reference_numerics_small_values_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2384679Z test_reference_numerics_small_values_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2384919Z test_reference_numerics_small_values_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2385161Z test_reference_numerics_small_values_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2385407Z test_reference_numerics_small_values_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2385645Z test_reference_numerics_small_values_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2386033Z test_reference_numerics_small_values_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2386258Z test_reference_numerics_small_values_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2386488Z test_reference_numerics_small_values_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2386725Z test_reference_numerics_small_values_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2386961Z test_reference_numerics_small_values_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2387187Z test_reference_numerics_small_values_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2387408Z test_reference_numerics_small_values_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2387640Z test_reference_numerics_small_values_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2387880Z test_reference_numerics_small_values_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2388137Z test_reference_numerics_small_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2388618Z test_reference_numerics_small_values_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2388878Z test_reference_numerics_small_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2389129Z test_reference_numerics_small_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2389377Z test_reference_numerics_small_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2389624Z test_reference_numerics_small_values_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2389872Z test_reference_numerics_small_values_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2390122Z test_reference_numerics_small_values_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2390373Z test_reference_numerics_small_values_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2390819Z test_reference_numerics_small_values_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2391053Z test_reference_numerics_small_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2391467Z test_reference_numerics_small_values_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2391716Z test_reference_numerics_small_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2391969Z test_reference_numerics_small_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2392287Z test_reference_numerics_small_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2392533Z test_reference_numerics_small_values_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2392785Z test_reference_numerics_small_values_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2393031Z test_reference_numerics_small_values_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2393273Z test_reference_numerics_small_values_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2393493Z test_reference_numerics_small_values_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2393744Z test_reference_numerics_small_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2394146Z test_reference_numerics_small_values_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2394400Z test_reference_numerics_small_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2394648Z test_reference_numerics_small_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2394894Z test_reference_numerics_small_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2395137Z test_reference_numerics_small_values_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2395383Z test_reference_numerics_small_values_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2395625Z test_reference_numerics_small_values_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2395874Z test_reference_numerics_small_values_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2396107Z test_reference_numerics_small_values_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2396353Z test_reference_numerics_small_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2396806Z test_reference_numerics_small_values_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2397059Z test_reference_numerics_small_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2397303Z test_reference_numerics_small_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2397544Z test_reference_numerics_small_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2397783Z test_reference_numerics_small_values_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2398028Z test_reference_numerics_small_values_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2398261Z test_reference_numerics_small_values_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2398488Z test_reference_numerics_small_values_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2398730Z test_reference_numerics_small_values_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2398971Z test_reference_numerics_small_values_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2399362Z test_reference_numerics_small_values_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-12-01T10:44:38.2399606Z test_reference_numerics_small_values_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2399854Z test_reference_numerics_small_values_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:44:38.2400150Z test_reference_numerics_small_values_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2400390Z test_reference_numerics_small_values_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2400634Z test_reference_numerics_small_values_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2400851Z test_reference_numerics_small_values_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2401080Z test_reference_numerics_small_values_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2401306Z test_reference_numerics_small_values_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2401545Z test_reference_numerics_small_values_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2401770Z test_reference_numerics_small_values_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2402020Z test_reference_numerics_small_values_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2402290Z test_reference_numerics_small_values_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2402561Z test_reference_numerics_small_values_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2402822Z test_reference_numerics_small_values_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2403046Z test_reference_numerics_small_values_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2403289Z test_reference_numerics_small_values_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2403529Z test_reference_numerics_small_values_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2403796Z test_reference_numerics_small_values_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.002s) 2022-12-01T10:44:38.2404055Z test_reference_numerics_small_values_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.001s) 2022-12-01T10:44:38.2404375Z test_reference_numerics_small_values_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.001s) 2022-12-01T10:44:38.2404649Z test_reference_numerics_small_values_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.001s) 2022-12-01T10:44:38.2404888Z test_reference_numerics_small_values_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2405135Z test_reference_numerics_small_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2405367Z test_reference_numerics_small_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2405620Z test_reference_numerics_small_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2405862Z test_reference_numerics_small_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2406111Z test_reference_numerics_small_values_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2406354Z test_reference_numerics_small_values_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2406600Z test_reference_numerics_small_values_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2406847Z test_reference_numerics_small_values_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2407115Z test_reference_numerics_small_values_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2407359Z test_reference_numerics_small_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2407637Z test_reference_numerics_small_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2407890Z test_reference_numerics_small_values_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2408140Z test_reference_numerics_small_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:44:38.2408384Z test_reference_numerics_small_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2408634Z test_reference_numerics_small_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2408870Z test_reference_numerics_small_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2409107Z test_reference_numerics_small_values_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2409345Z test_reference_numerics_small_values_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2409574Z test_reference_numerics_small_values_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2409794Z test_reference_numerics_small_values_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:44:38.2410054Z test_reference_numerics_small_values_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:44:38.2410278Z test_reference_numerics_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2410508Z test_reference_numerics_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-12-01T10:44:38.2410735Z test_reference_numerics_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2410962Z test_reference_numerics_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2411188Z test_reference_numerics_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:44:38.2411410Z test_reference_numerics_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:44:38.2411672Z test_reference_numerics_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2411882Z test_reference_numerics_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2412101Z test_reference_numerics_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2412313Z test_reference_numerics_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:44:38.2412528Z test_reference_numerics_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2412771Z test_reference_numerics_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:44:38.2413004Z test_remainder_fmod_large_dividend_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:44:38.2413241Z test_remainder_fmod_large_dividend_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:44:38.2413451Z test_remainder_overflow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2413637Z test_rpow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2413843Z test_scalar_support_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2414058Z test_scalar_support_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:44:38.2414271Z test_scalar_support_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2414493Z test_scalar_support_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2414712Z test_scalar_support_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2414940Z test_scalar_support_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2415221Z test_scalar_support_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2415441Z test_scalar_support_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2415644Z test_scalar_support_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2415868Z test_scalar_support_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2416090Z test_scalar_support_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.2416308Z test_scalar_support_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2416520Z test_scalar_support_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2416755Z test_scalar_support_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.2416990Z test_scalar_support_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2417214Z test_scalar_support_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2417428Z test_scalar_support_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2417661Z test_scalar_support_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2417878Z test_scalar_support_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2418094Z test_scalar_support_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2418309Z test_scalar_support_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2418521Z test_scalar_support_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2418735Z test_scalar_support_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2418949Z test_scalar_support_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2419211Z test_scalar_support_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2419467Z test_scalar_support_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2419702Z test_scalar_support_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2419927Z test_scalar_support_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2420149Z test_scalar_support_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2420371Z test_scalar_support_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2420617Z test_scalar_support_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2420856Z test_scalar_support_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2421096Z test_scalar_support_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2421343Z test_scalar_support_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2421606Z test_scalar_support_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2421859Z test_scalar_support_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2422078Z test_scalar_support_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2422296Z test_scalar_support_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2422512Z test_scalar_support_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2422795Z test_scalar_support_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2423027Z test_scalar_support_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2423257Z test_scalar_support_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2423472Z test_scalar_support_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2423700Z test_scalar_support_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2423924Z test_scalar_support_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2424160Z test_scalar_support_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2424391Z test_scalar_support_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2424619Z test_scalar_support_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2424840Z test_scalar_support_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2425054Z test_scalar_support_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2425286Z test_scalar_support_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2425490Z test_scalar_support_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2425715Z test_scalar_support_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2425935Z test_scalar_support_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2426163Z test_scalar_support_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2426386Z test_scalar_support_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2426610Z test_scalar_support_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2426828Z test_scalar_support_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:44:38.2427098Z test_scalar_support_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.2427302Z test_scalar_support_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2427516Z test_scalar_support_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2427739Z test_scalar_support_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:44:38.2427961Z test_scalar_support_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:44:38.2428179Z test_scalar_support_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:44:38.2428407Z test_scalar_support_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2428635Z test_scalar_support_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:44:38.2428855Z test_scalar_support_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2429054Z test_scalar_support_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:44:38.2429271Z test_scalar_support_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:44:38.2429462Z test_signed_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) 2022-12-01T10:44:38.2429665Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-12-01T10:44:38.2429851Z test_signed_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) 2022-12-01T10:44:38.2430046Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-12-01T10:44:38.2430233Z test_signed_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) 2022-12-01T10:44:38.2430432Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-12-01T10:44:38.2430847Z test_signed_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) 2022-12-01T10:44:38.2431045Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-12-01T10:44:38.2431276Z test_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:44:38.2431498Z test_sub_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:44:38.2431730Z test_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:44:38.2431956Z test_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:44:38.2432179Z test_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:44:38.2432402Z test_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:44:38.2432622Z test_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:44:38.2432823Z test_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:44:38.2433043Z test_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:44:38.2433261Z test_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:44:38.2433475Z test_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:44:38.2433692Z test_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:44:38.2433891Z test_sub_typing_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:44:38.2434243Z test_tensor_pow_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-12-01T10:44:38.2434414Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:44:38.2434695Z /var/lib/jenkins/workspace/test/test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:44:38.2434867Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-12-01T10:44:38.2434973Z ok (0.108s) 2022-12-01T10:44:38.2435232Z test_trapezoid_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2435460Z test_true_divide_out_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2435675Z test_true_divide_out_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2435884Z test_type_promotion___radd___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2436098Z test_type_promotion___rand___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2436314Z test_type_promotion___rdiv___cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.017s) 2022-12-01T10:44:38.2436527Z test_type_promotion___rmod___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:44:38.2436744Z test_type_promotion___rmul___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2436959Z test_type_promotion___ror___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2437788Z test_type_promotion___rpow___cuda (__main__.TestBinaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:44:38.2437991Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:44:38.2438098Z ok (0.017s) 2022-12-01T10:44:38.2438309Z test_type_promotion___rsub___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2438521Z test_type_promotion___rxor___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:44:38.2438801Z test_type_promotion__refs_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.357s) 2022-12-01T10:44:38.2439019Z test_type_promotion__refs_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2439252Z test_type_promotion__refs_bitwise_and_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:44:38.2439492Z test_type_promotion__refs_bitwise_left_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:44:38.2439723Z test_type_promotion__refs_bitwise_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:44:38.2439952Z test_type_promotion__refs_bitwise_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:44:38.2440177Z test_type_promotion__refs_clamp_max_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2440401Z test_type_promotion__refs_clamp_min_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2440651Z test_type_promotion__refs_copysign_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.009s) 2022-12-01T10:44:38.2440875Z test_type_promotion__refs_div_floor_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:44:38.2441116Z test_type_promotion__refs_div_no_rounding_mode_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:44:38.2441357Z test_type_promotion__refs_div_trunc_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2441574Z test_type_promotion__refs_eq_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.2441829Z test_type_promotion__refs_float_power_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.011s) 2022-12-01T10:44:38.2442059Z test_type_promotion__refs_floor_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.150s) 2022-12-01T10:44:38.2442276Z test_type_promotion__refs_fmax_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:44:38.2442487Z test_type_promotion__refs_fmin_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:44:38.2442677Z test_type_promotion__refs_fmod_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:44:38.2442893Z test_type_promotion__refs_gcd_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:44:38.2443151Z test_type_promotion__refs_ge_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:44:38.2443376Z test_type_promotion__refs_gt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:44:38.2443601Z test_type_promotion__refs_heaviside_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.081s) 2022-12-01T10:44:38.2443819Z test_type_promotion__refs_hypot_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2444042Z test_type_promotion__refs_igamma_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2444267Z test_type_promotion__refs_igammac_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2444515Z test_type_promotion__refs_isclose_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.011s) 2022-12-01T10:44:38.2444718Z test_type_promotion__refs_lcm_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2444932Z test_type_promotion__refs_le_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:44:38.2445166Z test_type_promotion__refs_logical_and_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:44:38.2445392Z test_type_promotion__refs_logical_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:44:38.2445619Z test_type_promotion__refs_logical_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:44:38.2445830Z test_type_promotion__refs_lt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:44:38.2446051Z test_type_promotion__refs_maximum_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:44:38.2446270Z test_type_promotion__refs_minimum_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:44:38.2446514Z test_type_promotion__refs_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:44:38.2446725Z test_type_promotion__refs_ne_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.2446956Z test_type_promotion__refs_nextafter_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2447172Z test_type_promotion__refs_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:44:38.2447401Z test_type_promotion__refs_remainder_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.2447616Z test_type_promotion__refs_rsub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:44:38.2447848Z test_type_promotion__refs_special_zeta_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.962s) 2022-12-01T10:44:38.2448061Z test_type_promotion__refs_sub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:44:38.2448266Z test_type_promotion__refs_true_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:44:38.2448480Z test_type_promotion_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:44:38.2448692Z test_type_promotion_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:44:38.2448940Z test_type_promotion_bitwise_and_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.023s) 2022-12-01T10:44:38.2449192Z test_type_promotion_bitwise_left_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.009s) 2022-12-01T10:44:38.2449433Z test_type_promotion_bitwise_or_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.023s) 2022-12-01T10:44:38.2449690Z test_type_promotion_bitwise_right_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.009s) 2022-12-01T10:44:38.2449936Z test_type_promotion_bitwise_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.023s) 2022-12-01T10:44:38.2450177Z test_type_promotion_clamp_max_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.021s) 2022-12-01T10:44:38.2450396Z test_type_promotion_clamp_min_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.020s) 2022-12-01T10:44:38.2450637Z test_type_promotion_complex_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.016s) 2022-12-01T10:44:38.2450902Z test_type_promotion_copysign_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:44:38.2451142Z test_type_promotion_div_floor_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2451379Z test_type_promotion_div_no_rounding_mode_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:44:38.2451607Z test_type_promotion_div_trunc_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2451814Z test_type_promotion_eq_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:44:38.2452059Z test_type_promotion_float_power_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.009s) 2022-12-01T10:44:38.2452281Z test_type_promotion_floor_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:44:38.2452493Z test_type_promotion_fmax_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.010s) 2022-12-01T10:44:38.2452719Z test_type_promotion_fmin_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.009s) 2022-12-01T10:44:38.2452934Z test_type_promotion_fmod_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:44:38.2453143Z test_type_promotion_gcd_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.748s) 2022-12-01T10:44:38.2453353Z test_type_promotion_ge_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2453558Z test_type_promotion_gt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2453798Z test_type_promotion_heaviside_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.015s) 2022-12-01T10:44:38.2454010Z test_type_promotion_hypot_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2454203Z test_type_promotion_igamma_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2454473Z test_type_promotion_igammac_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2454712Z test_type_promotion_isclose_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.013s) 2022-12-01T10:44:38.2454947Z test_type_promotion_jiterator_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.798s) 2022-12-01T10:44:38.2455197Z test_type_promotion_jiterator_binary_return_by_ref_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.679s) 2022-12-01T10:44:38.2455405Z test_type_promotion_lcm_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.786s) 2022-12-01T10:44:38.2455620Z test_type_promotion_ldexp_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:44:38.2455824Z test_type_promotion_le_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2456026Z test_type_promotion_logical_and_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2456247Z test_type_promotion_logical_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2456469Z test_type_promotion_logical_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2456678Z test_type_promotion_lt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2456926Z test_type_promotion_max_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.021s) 2022-12-01T10:44:38.2457165Z test_type_promotion_maximum_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.020s) 2022-12-01T10:44:38.2457408Z test_type_promotion_min_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.021s) 2022-12-01T10:44:38.2457645Z test_type_promotion_minimum_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.020s) 2022-12-01T10:44:38.2457859Z test_type_promotion_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:44:38.2458044Z test_type_promotion_ne_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:44:38.2458267Z test_type_promotion_nextafter_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:44:38.2458500Z test_type_promotion_polar_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.009s) 2022-12-01T10:44:38.2458751Z test_type_promotion_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:44:38.2458975Z test_type_promotion_remainder_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:44:38.2459183Z test_type_promotion_rsub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:44:38.2459441Z test_type_promotion_special_chebyshev_polynomial_t_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.783s) 2022-12-01T10:44:38.2459694Z test_type_promotion_special_chebyshev_polynomial_u_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (2.569s) 2022-12-01T10:44:38.2460169Z test_type_promotion_special_chebyshev_polynomial_v_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:44:38.2460651Z test_type_promotion_special_chebyshev_polynomial_w_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:44:38.2460911Z test_type_promotion_special_hermite_polynomial_h_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.283s) 2022-12-01T10:44:38.2461166Z test_type_promotion_special_hermite_polynomial_he_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.261s) 2022-12-01T10:44:38.2461422Z test_type_promotion_special_laguerre_polynomial_l_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.506s) 2022-12-01T10:44:38.2461896Z test_type_promotion_special_legendre_polynomial_p_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:44:38.2462388Z test_type_promotion_special_shifted_chebyshev_polynomial_t_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:44:38.2462935Z test_type_promotion_special_shifted_chebyshev_polynomial_u_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:44:38.2463426Z test_type_promotion_special_shifted_chebyshev_polynomial_v_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:44:38.2463903Z test_type_promotion_special_shifted_chebyshev_polynomial_w_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-12-01T10:44:38.2464133Z test_type_promotion_special_xlog1py_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:44:38.2464337Z test_type_promotion_special_zeta_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (2.257s) 2022-12-01T10:44:38.2464547Z test_type_promotion_sub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:44:38.2464768Z test_type_promotion_true_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:44:38.2464987Z test_type_promotion_xlogy_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:44:38.2465203Z test_xlogy_xlog1py_bfloat16_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:44:38.2465420Z test_xlogy_xlog1py_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:44:38.2465638Z test_xlogy_xlog1py_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-12-01T10:44:38.2465853Z test_xlogy_xlog1py_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-12-01T10:44:38.2466071Z test_xlogy_xlog1py_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2466263Z test_xlogy_xlog1py_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2466471Z test_xlogy_xlog1py_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:44:38.2466676Z test_xlogy_xlog1py_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:44:38.2466889Z test_xlogy_xlog1py_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:44:38.2467095Z test_xlogy_xlog1py_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2467356Z test_xlogy_xlog1py_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.2467587Z test_xlogy_xlog1py_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:44:38.2467805Z test_xlogy_xlog1py_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.2468003Z test_xlogy_xlog1py_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.2468218Z test_xlogy_xlog1py_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2468433Z test_xlogy_xlog1py_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:44:38.2468640Z test_xlogy_xlog1py_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2468862Z test_xlogy_xlog1py_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2469080Z test_xlogy_xlog1py_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2469299Z test_xlogy_xlog1py_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2469518Z test_xlogy_xlog1py_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.2469709Z test_xlogy_xlog1py_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.2469927Z test_xlogy_xlog1py_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.2470137Z test_xlogy_xlog1py_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2470358Z test_xlogy_xlog1py_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2470821Z test_xlogy_xlog1py_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2471041Z test_xlogy_xlog1py_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2471262Z test_xlogy_xlog1py_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2471478Z test_xlogy_xlog1py_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2471698Z test_xlogy_xlog1py_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.2471894Z test_xlogy_xlog1py_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:44:38.2472105Z test_xlogy_xlog1py_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:44:38.2472318Z test_xlogy_xlog1py_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2472531Z test_xlogy_xlog1py_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2472752Z test_xlogy_xlog1py_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2472964Z test_xlogy_xlog1py_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2473178Z test_xlogy_xlog1py_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:44:38.2473392Z test_xlogy_xlog1py_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2473584Z test_xlogy_xlog1py_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2473795Z test_xlogy_xlog1py_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2474009Z test_xlogy_xlog1py_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2474226Z test_xlogy_xlog1py_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2474433Z test_xlogy_xlog1py_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2474641Z test_xlogy_xlog1py_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2474855Z test_xlogy_xlog1py_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2475130Z test_xlogy_xlog1py_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2475330Z test_xlogy_xlog1py_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2475541Z test_xlogy_xlog1py_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2475752Z test_xlogy_xlog1py_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-12-01T10:44:38.2475964Z test_xlogy_xlog1py_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2476177Z test_xlogy_xlog1py_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2476385Z test_xlogy_xlog1py_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:44:38.2476600Z test_xlogy_xlog1py_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:44:38.2476807Z test_xlogy_xlog1py_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:44:38.2477014Z test_xlogy_xlog1py_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:44:38.2477202Z test_xlogy_xlog1py_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:44:38.2477414Z test_xlogy_xlog1py_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-12-01T10:44:38.2477623Z test_xlogy_xlog1py_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2477835Z test_xlogy_xlog1py_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2478044Z test_xlogy_xlog1py_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2478249Z test_xlogy_xlog1py_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2478524Z test_xlogy_xlog1py_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2478735Z test_xlogy_xlog1py_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2478929Z test_xlogy_xlog1py_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2479143Z test_xlogy_xlog1py_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2479356Z test_xlogy_xlog1py_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2479573Z test_xlogy_xlog1py_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-12-01T10:44:38.2479781Z test_xlogy_xlog1py_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2479993Z test_xlogy_xlog1py_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2480202Z test_xlogy_xlog1py_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2480411Z test_xlogy_xlog1py_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2480600Z test_xlogy_xlog1py_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2480809Z test_xlogy_xlog1py_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2481020Z test_xlogy_xlog1py_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2481241Z test_xlogy_xlog1py_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2481457Z test_xlogy_xlog1py_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2481670Z test_xlogy_xlog1py_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:44:38.2481882Z test_xlogy_xlog1py_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2482101Z test_xlogy_xlog1py_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2482310Z test_xlogy_xlog1py_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:44:38.2482502Z test_xlogy_xlog1py_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2482757Z test_xlogy_xlog1py_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:44:38.2482996Z test_xlogy_xlog1py_gradients_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:44:38.2483234Z test_xlogy_xlog1py_scalar_type_promotion_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:44:38.2483527Z test_zeta_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2483824Z test_zeta_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2484120Z test_zeta_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2484408Z test_zeta_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2484696Z test_zeta_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2484949Z test_zeta_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2485235Z test_zeta_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2485522Z test_zeta_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2485858Z test_zeta_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2486160Z test_zeta_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2486453Z test_zeta_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2486737Z test_zeta_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:44:38.2487023Z test_zeta_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2487307Z test_zeta_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2487594Z test_zeta_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:44:38.2487875Z test_zeta_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2488135Z test_zeta_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2488423Z test_zeta_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:44:38.2488711Z test_zeta_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2488995Z test_zeta_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2489277Z test_zeta_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:44:38.2489611Z test_zeta_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2489909Z test_zeta_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2490188Z test_zeta_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2490468Z test_zeta_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2490750Z test_zeta_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2491042Z test_zeta_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2491308Z test_zeta_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2491591Z test_zeta_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2491866Z test_zeta_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2492147Z test_zeta_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2492434Z test_zeta_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2492773Z test_zeta_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2493058Z test_zeta_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2493339Z test_zeta_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2493618Z test_zeta_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2493900Z test_zeta_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2494174Z test_zeta_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2494432Z test_zeta_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2494709Z test_zeta_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2494994Z test_zeta_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2495280Z test_zeta_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2495566Z test_zeta_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2495847Z test_zeta_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2496131Z test_zeta_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2496451Z test_zeta_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2496738Z test_zeta_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2497012Z test_zeta_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2497273Z test_zeta_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:44:38.2497556Z test_zeta_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2497845Z test_zeta_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2498126Z test_zeta_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2498403Z test_zeta_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2498673Z test_zeta_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2498955Z test_zeta_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2499235Z test_zeta_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2499565Z test_zeta_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:44:38.2499856Z test_zeta_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2500142Z test_zeta_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2500403Z test_zeta_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:44:38.2500682Z test_zeta_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2500954Z test_zeta_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2501238Z test_zeta_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2501529Z test_zeta_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:44:38.2501557Z 2022-12-01T10:44:38.2501848Z ---------------------------------------------------------------------- 2022-12-01T10:44:38.2501976Z Ran 8337 tests in 119.252s 2022-12-01T10:44:38.2501995Z 2022-12-01T10:44:38.2502139Z OK (skipped=644, expected failures=23) 2022-12-01T10:44:38.2502158Z 2022-12-01T10:44:38.2502283Z Generating XML reports... 2022-12-01T10:44:38.2502705Z Generated XML report: test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCUDA-20221201104236.xml 2022-12-01T10:44:38.2502725Z 2022-12-01T10:44:38.2503331Z ##[endgroup] 2022-12-01T10:44:38.2503743Z FINISHED PRINTING LOG FILE of test_binary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_binary_ufuncs_4568tc7z) 2022-12-01T10:44:38.2503768Z 2022-12-01T10:44:40.1604913Z Ignoring disabled issues: [] 2022-12-01T10:44:40.1938884Z Running test_dataloader ... [2022-12-01 10:44:40.193390] 2022-12-01T10:44:40.1941679Z Executing ['/opt/conda/bin/python', '-bb', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:44:40.193772] 2022-12-01T10:45:37.0005715Z 2022-12-01T10:45:37.0006433Z Expand the folded group to see the log file of test_jit_fuser_te 2022-12-01T10:45:37.0010482Z ##[group]PRINTING LOG FILE of test_jit_fuser_te (/var/lib/jenkins/workspace/test/test-reports/test_jit_fuser_te_p705vh2f) 2022-12-01T10:45:37.0020081Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:45:37.0020669Z 2022-12-01T10:45:37.0020888Z Running tests... 2022-12-01T10:45:37.0021438Z ---------------------------------------------------------------------- 2022-12-01T10:45:37.0024173Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-12-01T10:45:37.0025060Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.296s) 2022-12-01T10:45:37.0025575Z test_failures___rmatmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:45:37.0026035Z test_failures_frac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.0029914Z test_failures_matmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.0031363Z test_nnc_correctness_H_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0032558Z test_nnc_correctness_H_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0033718Z test_nnc_correctness_H_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0035215Z test_nnc_correctness_H_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0036375Z test_nnc_correctness_H_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0037442Z test_nnc_correctness_H_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0038530Z test_nnc_correctness_H_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0039618Z test_nnc_correctness_H_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0040794Z test_nnc_correctness_H_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0041919Z test_nnc_correctness_H_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0043072Z test_nnc_correctness_H_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0043764Z test_nnc_correctness_H_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0044590Z test_nnc_correctness_H_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0045569Z test_nnc_correctness_T_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0046408Z test_nnc_correctness_T_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0047409Z test_nnc_correctness_T_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0048504Z test_nnc_correctness_T_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0049625Z test_nnc_correctness_T_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0050794Z test_nnc_correctness_T_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0051842Z test_nnc_correctness_T_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0052777Z test_nnc_correctness_T_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0053865Z test_nnc_correctness_T_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0054901Z test_nnc_correctness_T_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0055878Z test_nnc_correctness_T_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0056932Z test_nnc_correctness_T_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0058009Z test_nnc_correctness_T_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0059275Z test_nnc_correctness___getitem___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0060487Z test_nnc_correctness___getitem___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0061552Z test_nnc_correctness___getitem___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0062754Z test_nnc_correctness___getitem___cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0063723Z test_nnc_correctness___getitem___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0064346Z test_nnc_correctness___getitem___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0065245Z test_nnc_correctness___getitem___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0065984Z test_nnc_correctness___getitem___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0067724Z test_nnc_correctness___getitem___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0068753Z test_nnc_correctness___getitem___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0069964Z test_nnc_correctness___getitem___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0071247Z test_nnc_correctness___getitem___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0072518Z test_nnc_correctness___getitem___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0073187Z test_nnc_correctness___radd___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0073794Z test_nnc_correctness___radd___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0074419Z test_nnc_correctness___radd___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0075073Z test_nnc_correctness___radd___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0075672Z test_nnc_correctness___radd___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0076319Z test_nnc_correctness___radd___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0076927Z test_nnc_correctness___radd___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0077526Z test_nnc_correctness___radd___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0078109Z test_nnc_correctness___radd___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0078953Z test_nnc_correctness___radd___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0079874Z test_nnc_correctness___radd___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0081038Z test_nnc_correctness___radd___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0082066Z test_nnc_correctness___rand___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0082997Z test_nnc_correctness___rand___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0083604Z test_nnc_correctness___rand___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0084407Z test_nnc_correctness___rand___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0085509Z test_nnc_correctness___rand___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0086505Z test_nnc_correctness___rand___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0087186Z test_nnc_correctness___rdiv___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0087771Z test_nnc_correctness___rdiv___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0088650Z test_nnc_correctness___rdiv___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0089827Z test_nnc_correctness___rdiv___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0090987Z test_nnc_correctness___rdiv___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0091672Z test_nnc_correctness___rdiv___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0092807Z test_nnc_correctness___rdiv___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0093985Z test_nnc_correctness___rdiv___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0094870Z test_nnc_correctness___rdiv___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0095855Z test_nnc_correctness___rdiv___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0096675Z test_nnc_correctness___rdiv___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0097479Z test_nnc_correctness___rdiv___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0098073Z test_nnc_correctness___rmatmul___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0099055Z test_nnc_correctness___rmatmul___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0100351Z test_nnc_correctness___rmatmul___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0101332Z test_nnc_correctness___rmatmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0102394Z test_nnc_correctness___rmatmul___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0103561Z test_nnc_correctness___rmod___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0104703Z test_nnc_correctness___rmod___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0105741Z test_nnc_correctness___rmod___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0106912Z test_nnc_correctness___rmod___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0107962Z test_nnc_correctness___rmod___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0109055Z test_nnc_correctness___rmod___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0110253Z test_nnc_correctness___rmod___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0111637Z test_nnc_correctness___rmod___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0112770Z test_nnc_correctness___rmod___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0114030Z test_nnc_correctness___rmul___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0115124Z test_nnc_correctness___rmul___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0116267Z test_nnc_correctness___rmul___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0117280Z test_nnc_correctness___rmul___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0118449Z test_nnc_correctness___rmul___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0119629Z test_nnc_correctness___rmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0120673Z test_nnc_correctness___rmul___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0121842Z test_nnc_correctness___rmul___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0122968Z test_nnc_correctness___rmul___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0124051Z test_nnc_correctness___rmul___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0125167Z test_nnc_correctness___rmul___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0126722Z test_nnc_correctness___rmul___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0127989Z test_nnc_correctness___ror___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0128841Z test_nnc_correctness___ror___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0129452Z test_nnc_correctness___ror___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0130322Z test_nnc_correctness___ror___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0131482Z test_nnc_correctness___ror___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0132559Z test_nnc_correctness___ror___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0133696Z test_nnc_correctness___rpow___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0134878Z test_nnc_correctness___rpow___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0136071Z test_nnc_correctness___rpow___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0137227Z test_nnc_correctness___rpow___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0138364Z test_nnc_correctness___rpow___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0139515Z test_nnc_correctness___rpow___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0140624Z test_nnc_correctness___rpow___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0141629Z test_nnc_correctness___rpow___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0142777Z test_nnc_correctness___rpow___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0143829Z test_nnc_correctness___rpow___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0144448Z test_nnc_correctness___rpow___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0145029Z test_nnc_correctness___rsub___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0145691Z test_nnc_correctness___rsub___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0146321Z test_nnc_correctness___rsub___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0146894Z test_nnc_correctness___rsub___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0147555Z test_nnc_correctness___rsub___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0148231Z test_nnc_correctness___rsub___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0148750Z test_nnc_correctness___rsub___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0149359Z test_nnc_correctness___rsub___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0149986Z test_nnc_correctness___rsub___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0150807Z test_nnc_correctness___rsub___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0151765Z test_nnc_correctness___rsub___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0152492Z test_nnc_correctness___rxor___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0153098Z test_nnc_correctness___rxor___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0153657Z test_nnc_correctness___rxor___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0154284Z test_nnc_correctness___rxor___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0154859Z test_nnc_correctness___rxor___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0155547Z test_nnc_correctness___rxor___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0156159Z test_nnc_correctness_abs_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0156761Z test_nnc_correctness_abs_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0157346Z test_nnc_correctness_abs_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0157960Z test_nnc_correctness_abs_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0158502Z test_nnc_correctness_abs_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0159113Z test_nnc_correctness_abs_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0159714Z test_nnc_correctness_abs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0160288Z test_nnc_correctness_abs_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0160887Z test_nnc_correctness_abs_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0161480Z test_nnc_correctness_abs_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0162179Z test_nnc_correctness_abs_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0162751Z test_nnc_correctness_abs_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0163350Z test_nnc_correctness_abs_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0163941Z test_nnc_correctness_acos_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0164537Z test_nnc_correctness_acos_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0165119Z test_nnc_correctness_acos_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0165739Z test_nnc_correctness_acos_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0166353Z test_nnc_correctness_acos_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0166965Z test_nnc_correctness_acos_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0167546Z test_nnc_correctness_acos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0168143Z test_nnc_correctness_acos_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0168747Z test_nnc_correctness_acos_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0169396Z test_nnc_correctness_acos_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0170011Z test_nnc_correctness_acos_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0170584Z test_nnc_correctness_acos_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0171180Z test_nnc_correctness_acos_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0171777Z test_nnc_correctness_acosh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0172377Z test_nnc_correctness_acosh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0172969Z test_nnc_correctness_acosh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0173588Z test_nnc_correctness_acosh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0174201Z test_nnc_correctness_acosh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0174811Z test_nnc_correctness_acosh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0175397Z test_nnc_correctness_acosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0176069Z test_nnc_correctness_acosh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0176679Z test_nnc_correctness_acosh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0177278Z test_nnc_correctness_acosh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0177854Z test_nnc_correctness_acosh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0178449Z test_nnc_correctness_acosh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0179053Z test_nnc_correctness_acosh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0179657Z test_nnc_correctness_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0180258Z test_nnc_correctness_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0180837Z test_nnc_correctness_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0181445Z test_nnc_correctness_add_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0182054Z test_nnc_correctness_add_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0182658Z test_nnc_correctness_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0183294Z test_nnc_correctness_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0183907Z test_nnc_correctness_add_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0184500Z test_nnc_correctness_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0185095Z test_nnc_correctness_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0185664Z test_nnc_correctness_add_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0186254Z test_nnc_correctness_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0186855Z test_nnc_correctness_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0187462Z test_nnc_correctness_addbmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0188054Z test_nnc_correctness_addbmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0188667Z test_nnc_correctness_addbmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0189272Z test_nnc_correctness_addbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0189943Z test_nnc_correctness_addbmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0190861Z test_nnc_correctness_addcdiv_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0191924Z test_nnc_correctness_addcdiv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0193156Z test_nnc_correctness_addcdiv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0194038Z test_nnc_correctness_addcdiv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0194660Z test_nnc_correctness_addcdiv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0195250Z test_nnc_correctness_addcdiv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0195867Z test_nnc_correctness_addcmul_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0196492Z test_nnc_correctness_addcmul_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0197117Z test_nnc_correctness_addcmul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0197710Z test_nnc_correctness_addcmul_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0198322Z test_nnc_correctness_addcmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0199045Z test_nnc_correctness_addcmul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0199677Z test_nnc_correctness_addcmul_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0200284Z test_nnc_correctness_addcmul_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0200862Z test_nnc_correctness_addcmul_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0201463Z test_nnc_correctness_addcmul_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0202077Z test_nnc_correctness_addcmul_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0202681Z test_nnc_correctness_addmm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0203272Z test_nnc_correctness_addmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0203888Z test_nnc_correctness_addmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0204501Z test_nnc_correctness_addmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0205187Z test_nnc_correctness_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0205767Z test_nnc_correctness_addmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0206402Z test_nnc_correctness_addmm_decomposed_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0207049Z test_nnc_correctness_addmm_decomposed_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0207706Z test_nnc_correctness_addmm_decomposed_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0208326Z test_nnc_correctness_addmm_decomposed_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0208963Z test_nnc_correctness_addmm_decomposed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0209594Z test_nnc_correctness_addmm_decomposed_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0210223Z test_nnc_correctness_addmv_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0210836Z test_nnc_correctness_addmv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0211430Z test_nnc_correctness_addmv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0212042Z test_nnc_correctness_addmv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0212693Z test_nnc_correctness_addmv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0213308Z test_nnc_correctness_addmv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0213887Z test_nnc_correctness_addr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0214498Z test_nnc_correctness_addr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0215101Z test_nnc_correctness_addr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0215717Z test_nnc_correctness_addr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0216302Z test_nnc_correctness_addr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0216906Z test_nnc_correctness_addr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0217502Z test_nnc_correctness_addr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0218092Z test_nnc_correctness_addr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0218687Z test_nnc_correctness_addr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0219325Z test_nnc_correctness_addr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0219923Z test_nnc_correctness_addr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0220518Z test_nnc_correctness_addr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0221117Z test_nnc_correctness_all_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0221691Z test_nnc_correctness_all_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0222297Z test_nnc_correctness_all_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0222910Z test_nnc_correctness_all_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0223513Z test_nnc_correctness_all_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0224089Z test_nnc_correctness_all_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0224687Z test_nnc_correctness_all_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0225284Z test_nnc_correctness_all_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0225882Z test_nnc_correctness_all_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0226494Z test_nnc_correctness_all_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0227097Z test_nnc_correctness_all_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0227693Z test_nnc_correctness_all_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0228230Z test_nnc_correctness_allclose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0228720Z test_nnc_correctness_allclose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0229235Z test_nnc_correctness_allclose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0229741Z test_nnc_correctness_allclose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0230246Z test_nnc_correctness_allclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0231084Z test_nnc_correctness_allclose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0231656Z test_nnc_correctness_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0232259Z test_nnc_correctness_amax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0232853Z test_nnc_correctness_amax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0233534Z test_nnc_correctness_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0234140Z test_nnc_correctness_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0234738Z test_nnc_correctness_amax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0235334Z test_nnc_correctness_amax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0235906Z test_nnc_correctness_amax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0236501Z test_nnc_correctness_amax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0237095Z test_nnc_correctness_amax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0237697Z test_nnc_correctness_amin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0238296Z test_nnc_correctness_amin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0238917Z test_nnc_correctness_amin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0239509Z test_nnc_correctness_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0240101Z test_nnc_correctness_amin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0240694Z test_nnc_correctness_amin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0241334Z test_nnc_correctness_amin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0241946Z test_nnc_correctness_amin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0242540Z test_nnc_correctness_amin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0243129Z test_nnc_correctness_amin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0243717Z test_nnc_correctness_aminmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0244331Z test_nnc_correctness_aminmax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0244940Z test_nnc_correctness_aminmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0245549Z test_nnc_correctness_aminmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0246133Z test_nnc_correctness_aminmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0246737Z test_nnc_correctness_aminmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0247406Z test_nnc_correctness_aminmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0248009Z test_nnc_correctness_aminmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0248613Z test_nnc_correctness_aminmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0249197Z test_nnc_correctness_aminmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0249804Z test_nnc_correctness_angle_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0250414Z test_nnc_correctness_angle_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0251036Z test_nnc_correctness_angle_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0251630Z test_nnc_correctness_angle_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0252239Z test_nnc_correctness_angle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0252839Z test_nnc_correctness_angle_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0253440Z test_nnc_correctness_angle_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0254023Z test_nnc_correctness_angle_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0254730Z test_nnc_correctness_angle_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0255348Z test_nnc_correctness_angle_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0255952Z test_nnc_correctness_angle_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0256532Z test_nnc_correctness_any_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0257134Z test_nnc_correctness_any_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0257738Z test_nnc_correctness_any_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0258347Z test_nnc_correctness_any_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0258952Z test_nnc_correctness_any_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0259528Z test_nnc_correctness_any_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0260123Z test_nnc_correctness_any_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0260715Z test_nnc_correctness_any_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0261394Z test_nnc_correctness_any_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0261964Z test_nnc_correctness_any_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0262566Z test_nnc_correctness_any_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0263162Z test_nnc_correctness_any_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0263760Z test_nnc_correctness_arange_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0264350Z test_nnc_correctness_arange_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0264962Z test_nnc_correctness_arange_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0265571Z test_nnc_correctness_arange_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0266177Z test_nnc_correctness_arange_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0266757Z test_nnc_correctness_arange_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0267350Z test_nnc_correctness_arange_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0267959Z test_nnc_correctness_arange_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0268615Z test_nnc_correctness_arange_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0269237Z test_nnc_correctness_argmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0269824Z test_nnc_correctness_argmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0270439Z test_nnc_correctness_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0271393Z test_nnc_correctness_argmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0272010Z test_nnc_correctness_argmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0272592Z test_nnc_correctness_argmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0273185Z test_nnc_correctness_argmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0273781Z test_nnc_correctness_argmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0274379Z test_nnc_correctness_argmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0274966Z test_nnc_correctness_argmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0275680Z test_nnc_correctness_argmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0276283Z test_nnc_correctness_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0276884Z test_nnc_correctness_argmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0277454Z test_nnc_correctness_argmin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0278054Z test_nnc_correctness_argmin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0278647Z test_nnc_correctness_argmin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0279245Z test_nnc_correctness_argmin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0279852Z test_nnc_correctness_argmin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0280439Z test_nnc_correctness_argsort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0281050Z test_nnc_correctness_argsort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0281660Z test_nnc_correctness_argsort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0282273Z test_nnc_correctness_argsort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0282938Z test_nnc_correctness_argsort_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0283560Z test_nnc_correctness_argsort_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0284166Z test_nnc_correctness_argsort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0284776Z test_nnc_correctness_argsort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0285361Z test_nnc_correctness_argsort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0285982Z test_nnc_correctness_argwhere_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0286603Z test_nnc_correctness_argwhere_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0287224Z test_nnc_correctness_argwhere_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0287831Z test_nnc_correctness_argwhere_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0288446Z test_nnc_correctness_argwhere_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0289193Z test_nnc_correctness_argwhere_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0289814Z test_nnc_correctness_argwhere_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0290436Z test_nnc_correctness_argwhere_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0291017Z test_nnc_correctness_argwhere_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0291622Z test_nnc_correctness_argwhere_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0292223Z test_nnc_correctness_argwhere_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0292827Z test_nnc_correctness_argwhere_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0293424Z test_nnc_correctness_as_strided_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0294046Z test_nnc_correctness_as_strided_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0294665Z test_nnc_correctness_as_strided_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0295288Z test_nnc_correctness_as_strided_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0295895Z test_nnc_correctness_as_strided_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0296522Z test_nnc_correctness_as_strided_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0297215Z test_nnc_correctness_as_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0297844Z test_nnc_correctness_as_strided_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0298440Z test_nnc_correctness_as_strided_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0299028Z test_nnc_correctness_as_strided_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0299637Z test_nnc_correctness_as_strided_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0300250Z test_nnc_correctness_as_strided_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0300853Z test_nnc_correctness_as_strided_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0301457Z test_nnc_correctness_as_strided_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0302094Z test_nnc_correctness_as_strided_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0302739Z test_nnc_correctness_as_strided_scatter_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0303456Z test_nnc_correctness_as_strided_scatter_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0304086Z test_nnc_correctness_as_strided_scatter_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0304731Z test_nnc_correctness_as_strided_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0305368Z test_nnc_correctness_as_strided_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0306011Z test_nnc_correctness_as_strided_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0306640Z test_nnc_correctness_as_strided_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0307245Z test_nnc_correctness_as_strided_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0307858Z test_nnc_correctness_as_strided_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0308487Z test_nnc_correctness_as_strided_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0309108Z test_nnc_correctness_as_strided_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0309704Z test_nnc_correctness_asin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0310360Z test_nnc_correctness_asin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0311302Z test_nnc_correctness_asin_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0311921Z test_nnc_correctness_asin_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0312542Z test_nnc_correctness_asin_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0313128Z test_nnc_correctness_asin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0313739Z test_nnc_correctness_asin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0314331Z test_nnc_correctness_asin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0314916Z test_nnc_correctness_asin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0315487Z test_nnc_correctness_asin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0316080Z test_nnc_correctness_asin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0316673Z test_nnc_correctness_asin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0317375Z test_nnc_correctness_asin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0317957Z test_nnc_correctness_asinh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0318568Z test_nnc_correctness_asinh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0319174Z test_nnc_correctness_asinh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0319793Z test_nnc_correctness_asinh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0320389Z test_nnc_correctness_asinh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0321006Z test_nnc_correctness_asinh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0321610Z test_nnc_correctness_asinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0322205Z test_nnc_correctness_asinh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0322813Z test_nnc_correctness_asinh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0323394Z test_nnc_correctness_asinh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0323998Z test_nnc_correctness_asinh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0324670Z test_nnc_correctness_asinh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0325282Z test_nnc_correctness_asinh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0325864Z test_nnc_correctness_atan2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0326466Z test_nnc_correctness_atan2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0327064Z test_nnc_correctness_atan2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0327668Z test_nnc_correctness_atan2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0328250Z test_nnc_correctness_atan2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0328922Z test_nnc_correctness_atan2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0329527Z test_nnc_correctness_atan2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0330123Z test_nnc_correctness_atan2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0330694Z test_nnc_correctness_atan2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0331378Z test_nnc_correctness_atan2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0331989Z test_nnc_correctness_atan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0332592Z test_nnc_correctness_atan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0333178Z test_nnc_correctness_atan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0333792Z test_nnc_correctness_atan_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0334404Z test_nnc_correctness_atan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0335014Z test_nnc_correctness_atan_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0335618Z test_nnc_correctness_atan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0336188Z test_nnc_correctness_atan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0336786Z test_nnc_correctness_atan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0337385Z test_nnc_correctness_atan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0337986Z test_nnc_correctness_atan_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0338660Z test_nnc_correctness_atan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0339270Z test_nnc_correctness_atan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0339875Z test_nnc_correctness_atanh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0340480Z test_nnc_correctness_atanh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0341062Z test_nnc_correctness_atanh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0341683Z test_nnc_correctness_atanh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0342298Z test_nnc_correctness_atanh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0342904Z test_nnc_correctness_atanh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0343480Z test_nnc_correctness_atanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0344080Z test_nnc_correctness_atanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0344681Z test_nnc_correctness_atanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0345357Z test_nnc_correctness_atanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0345958Z test_nnc_correctness_atanh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0346537Z test_nnc_correctness_atanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0347136Z test_nnc_correctness_atanh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0347752Z test_nnc_correctness_atleast_1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0348373Z test_nnc_correctness_atleast_1d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0348971Z test_nnc_correctness_atleast_1d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0349599Z test_nnc_correctness_atleast_1d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0350221Z test_nnc_correctness_atleast_1d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0351212Z test_nnc_correctness_atleast_1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0351821Z test_nnc_correctness_atleast_1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0352442Z test_nnc_correctness_atleast_1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0353147Z test_nnc_correctness_atleast_1d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0353773Z test_nnc_correctness_atleast_1d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0354381Z test_nnc_correctness_atleast_1d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0354975Z test_nnc_correctness_atleast_1d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0355590Z test_nnc_correctness_atleast_1d_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0356207Z test_nnc_correctness_atleast_2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0356829Z test_nnc_correctness_atleast_2d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0357424Z test_nnc_correctness_atleast_2d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0358054Z test_nnc_correctness_atleast_2d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0358680Z test_nnc_correctness_atleast_2d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0359411Z test_nnc_correctness_atleast_2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0360009Z test_nnc_correctness_atleast_2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0360617Z test_nnc_correctness_atleast_2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0361228Z test_nnc_correctness_atleast_2d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0361834Z test_nnc_correctness_atleast_2d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0362438Z test_nnc_correctness_atleast_2d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0363031Z test_nnc_correctness_atleast_2d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0363643Z test_nnc_correctness_atleast_2d_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0364248Z test_nnc_correctness_atleast_3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0364859Z test_nnc_correctness_atleast_3d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0365453Z test_nnc_correctness_atleast_3d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0366083Z test_nnc_correctness_atleast_3d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0366762Z test_nnc_correctness_atleast_3d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0367403Z test_nnc_correctness_atleast_3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0367991Z test_nnc_correctness_atleast_3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0368602Z test_nnc_correctness_atleast_3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0369216Z test_nnc_correctness_atleast_3d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0369821Z test_nnc_correctness_atleast_3d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0370422Z test_nnc_correctness_atleast_3d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0371009Z test_nnc_correctness_atleast_3d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0371609Z test_nnc_correctness_atleast_3d_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0372216Z test_nnc_correctness_baddbmm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0372900Z test_nnc_correctness_baddbmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0373506Z test_nnc_correctness_baddbmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0374130Z test_nnc_correctness_baddbmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0374740Z test_nnc_correctness_baddbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0375344Z test_nnc_correctness_baddbmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0375939Z test_nnc_correctness_bernoulli_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0376558Z test_nnc_correctness_bernoulli_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0377181Z test_nnc_correctness_bernoulli_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0377793Z test_nnc_correctness_bernoulli_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0378319Z test_nnc_correctness_bfloat16_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0378818Z test_nnc_correctness_bfloat16_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0379320Z test_nnc_correctness_bfloat16_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0379832Z test_nnc_correctness_bfloat16_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0380310Z test_nnc_correctness_bfloat16_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0380865Z test_nnc_correctness_bfloat16_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0381372Z test_nnc_correctness_bfloat16_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0381857Z test_nnc_correctness_bfloat16_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0382313Z test_nnc_correctness_bfloat16_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0382799Z test_nnc_correctness_bfloat16_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0383285Z test_nnc_correctness_bfloat16_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0383767Z test_nnc_correctness_bfloat16_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0384228Z test_nnc_correctness_bfloat16_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0384776Z test_nnc_correctness_bincount_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0385372Z test_nnc_correctness_bincount_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0385962Z test_nnc_correctness_bincount_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0386542Z test_nnc_correctness_bincount_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0387205Z test_nnc_correctness_bincount_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0387806Z test_nnc_correctness_bitwise_and_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0388411Z test_nnc_correctness_bitwise_and_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0389000Z test_nnc_correctness_bitwise_and_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0389596Z test_nnc_correctness_bitwise_and_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0390183Z test_nnc_correctness_bitwise_and_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0391138Z test_nnc_correctness_bitwise_and_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0391741Z test_nnc_correctness_bitwise_left_shift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0392352Z test_nnc_correctness_bitwise_left_shift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0392960Z test_nnc_correctness_bitwise_left_shift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0393575Z test_nnc_correctness_bitwise_left_shift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0394193Z test_nnc_correctness_bitwise_left_shift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0394878Z test_nnc_correctness_bitwise_not_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0395493Z test_nnc_correctness_bitwise_not_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0396096Z test_nnc_correctness_bitwise_not_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0396688Z test_nnc_correctness_bitwise_not_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0397257Z test_nnc_correctness_bitwise_not_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0397853Z test_nnc_correctness_bitwise_not_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0398444Z test_nnc_correctness_bitwise_or_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0399041Z test_nnc_correctness_bitwise_or_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0399616Z test_nnc_correctness_bitwise_or_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0400210Z test_nnc_correctness_bitwise_or_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0400885Z test_nnc_correctness_bitwise_or_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0401487Z test_nnc_correctness_bitwise_or_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0402082Z test_nnc_correctness_bitwise_right_shift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0402707Z test_nnc_correctness_bitwise_right_shift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0403326Z test_nnc_correctness_bitwise_right_shift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0403943Z test_nnc_correctness_bitwise_right_shift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0404570Z test_nnc_correctness_bitwise_right_shift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0405164Z test_nnc_correctness_bitwise_xor_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0405762Z test_nnc_correctness_bitwise_xor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0406360Z test_nnc_correctness_bitwise_xor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0406950Z test_nnc_correctness_bitwise_xor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0407522Z test_nnc_correctness_bitwise_xor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0408171Z test_nnc_correctness_bitwise_xor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0408783Z test_nnc_correctness_block_diag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0409387Z test_nnc_correctness_block_diag_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0409999Z test_nnc_correctness_block_diag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0410595Z test_nnc_correctness_block_diag_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0411212Z test_nnc_correctness_block_diag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0411826Z test_nnc_correctness_block_diag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0412431Z test_nnc_correctness_block_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0413006Z test_nnc_correctness_block_diag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0413608Z test_nnc_correctness_block_diag_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0414273Z test_nnc_correctness_block_diag_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0414869Z test_nnc_correctness_block_diag_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0415453Z test_nnc_correctness_block_diag_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0416047Z test_nnc_correctness_block_diag_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0416639Z test_nnc_correctness_bmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0417239Z test_nnc_correctness_bmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0417840Z test_nnc_correctness_bmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0418415Z test_nnc_correctness_bmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0418998Z test_nnc_correctness_bmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0419587Z test_nnc_correctness_bool_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0420179Z test_nnc_correctness_bool_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0420757Z test_nnc_correctness_bool_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0421357Z test_nnc_correctness_bool_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0422009Z test_nnc_correctness_bool_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0422613Z test_nnc_correctness_bool_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0423191Z test_nnc_correctness_bool_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0423778Z test_nnc_correctness_bool_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0424361Z test_nnc_correctness_bool_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0424941Z test_nnc_correctness_bool_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0425509Z test_nnc_correctness_bool_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0426088Z test_nnc_correctness_bool_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0426673Z test_nnc_correctness_bool_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0427279Z test_nnc_correctness_broadcast_shapes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0427984Z test_nnc_correctness_broadcast_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0428599Z test_nnc_correctness_broadcast_tensors_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0429230Z test_nnc_correctness_broadcast_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0429867Z test_nnc_correctness_broadcast_tensors_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0430799Z test_nnc_correctness_broadcast_tensors_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0431479Z test_nnc_correctness_broadcast_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0432111Z test_nnc_correctness_broadcast_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0432732Z test_nnc_correctness_broadcast_tensors_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0433342Z test_nnc_correctness_broadcast_tensors_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0433932Z test_nnc_correctness_broadcast_tensors_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0434554Z test_nnc_correctness_broadcast_tensors_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0435168Z test_nnc_correctness_broadcast_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0435883Z test_nnc_correctness_broadcast_to_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0436513Z test_nnc_correctness_broadcast_to_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0437110Z test_nnc_correctness_broadcast_to_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0437736Z test_nnc_correctness_broadcast_to_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0438354Z test_nnc_correctness_broadcast_to_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0439016Z test_nnc_correctness_broadcast_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0439616Z test_nnc_correctness_broadcast_to_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0440231Z test_nnc_correctness_broadcast_to_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0440835Z test_nnc_correctness_broadcast_to_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0441432Z test_nnc_correctness_broadcast_to_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0442092Z test_nnc_correctness_broadcast_to_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0442700Z test_nnc_correctness_broadcast_to_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0443310Z test_nnc_correctness_bucketize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0443913Z test_nnc_correctness_bucketize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0444510Z test_nnc_correctness_bucketize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0445093Z test_nnc_correctness_bucketize_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0445707Z test_nnc_correctness_bucketize_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0446303Z test_nnc_correctness_bucketize_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0446902Z test_nnc_correctness_bucketize_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0447496Z test_nnc_correctness_bucketize_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0448089Z test_nnc_correctness_byte_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0448668Z test_nnc_correctness_byte_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0449314Z test_nnc_correctness_byte_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0449925Z test_nnc_correctness_byte_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0450522Z test_nnc_correctness_byte_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0451096Z test_nnc_correctness_byte_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0451680Z test_nnc_correctness_byte_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0452263Z test_nnc_correctness_byte_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0452846Z test_nnc_correctness_byte_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0453405Z test_nnc_correctness_byte_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0453986Z test_nnc_correctness_byte_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0454567Z test_nnc_correctness_byte_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0455247Z test_nnc_correctness_cartesian_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0455852Z test_nnc_correctness_cartesian_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0456477Z test_nnc_correctness_cartesian_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0457107Z test_nnc_correctness_cartesian_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0457729Z test_nnc_correctness_cartesian_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0458340Z test_nnc_correctness_cartesian_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0458933Z test_nnc_correctness_cartesian_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0459536Z test_nnc_correctness_cartesian_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0460150Z test_nnc_correctness_cartesian_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0460760Z test_nnc_correctness_cartesian_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0461350Z test_nnc_correctness_cartesian_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0461963Z test_nnc_correctness_cartesian_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0462616Z test_nnc_correctness_cat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0463209Z test_nnc_correctness_cat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0463780Z test_nnc_correctness_cat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0464380Z test_nnc_correctness_cat_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0464975Z test_nnc_correctness_cat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0465568Z test_nnc_correctness_cat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0466160Z test_nnc_correctness_cat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0466730Z test_nnc_correctness_cat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0467311Z test_nnc_correctness_cat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0467891Z test_nnc_correctness_cat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0468467Z test_nnc_correctness_cat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0469143Z test_nnc_correctness_cat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0469730Z test_nnc_correctness_cat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0470310Z test_nnc_correctness_cdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0471320Z test_nnc_correctness_cdist_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0471896Z test_nnc_correctness_ceil_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0472491Z test_nnc_correctness_ceil_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0473084Z test_nnc_correctness_ceil_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0473663Z test_nnc_correctness_ceil_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0474221Z test_nnc_correctness_ceil_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0474808Z test_nnc_correctness_ceil_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0475393Z test_nnc_correctness_ceil_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0475983Z test_nnc_correctness_ceil_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0476657Z test_nnc_correctness_ceil_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0477241Z test_nnc_correctness_chalf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0477831Z test_nnc_correctness_chalf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0478418Z test_nnc_correctness_chalf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0479022Z test_nnc_correctness_chalf_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0479611Z test_nnc_correctness_chalf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0480205Z test_nnc_correctness_chalf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0480794Z test_nnc_correctness_chalf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0481379Z test_nnc_correctness_chalf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0481951Z test_nnc_correctness_chalf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0482539Z test_nnc_correctness_chalf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0483206Z test_nnc_correctness_chalf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0483796Z test_nnc_correctness_chalf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0484365Z test_nnc_correctness_chalf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0484951Z test_nnc_correctness_char_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0485540Z test_nnc_correctness_char_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0486132Z test_nnc_correctness_char_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0486739Z test_nnc_correctness_char_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0487318Z test_nnc_correctness_char_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0487913Z test_nnc_correctness_char_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0488502Z test_nnc_correctness_char_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0489086Z test_nnc_correctness_char_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0489646Z test_nnc_correctness_char_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0490283Z test_nnc_correctness_char_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0490873Z test_nnc_correctness_char_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0491448Z test_nnc_correctness_char_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0492012Z test_nnc_correctness_char_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0492610Z test_nnc_correctness_cholesky_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0493226Z test_nnc_correctness_cholesky_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0493831Z test_nnc_correctness_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0494416Z test_nnc_correctness_cholesky_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0495038Z test_nnc_correctness_cholesky_inverse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0495673Z test_nnc_correctness_cholesky_inverse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0496361Z test_nnc_correctness_cholesky_inverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0496977Z test_nnc_correctness_cholesky_inverse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0497586Z test_nnc_correctness_cholesky_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0498211Z test_nnc_correctness_cholesky_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0498830Z test_nnc_correctness_cholesky_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0499435Z test_nnc_correctness_cholesky_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0500026Z test_nnc_correctness_chunk_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0500626Z test_nnc_correctness_chunk_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0501217Z test_nnc_correctness_chunk_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0501817Z test_nnc_correctness_chunk_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0502402Z test_nnc_correctness_chunk_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0503001Z test_nnc_correctness_chunk_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0503641Z test_nnc_correctness_chunk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0504238Z test_nnc_correctness_chunk_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0504822Z test_nnc_correctness_chunk_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0505390Z test_nnc_correctness_chunk_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0505974Z test_nnc_correctness_chunk_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0506559Z test_nnc_correctness_chunk_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0507138Z test_nnc_correctness_chunk_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0507713Z test_nnc_correctness_clamp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0508308Z test_nnc_correctness_clamp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0508896Z test_nnc_correctness_clamp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0509481Z test_nnc_correctness_clamp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0510120Z test_nnc_correctness_clamp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0511017Z test_nnc_correctness_clamp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0511613Z test_nnc_correctness_clamp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0512198Z test_nnc_correctness_clamp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0512763Z test_nnc_correctness_clamp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0513359Z test_nnc_correctness_clamp_max_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0513969Z test_nnc_correctness_clamp_max_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0514570Z test_nnc_correctness_clamp_max_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0515173Z test_nnc_correctness_clamp_max_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0515752Z test_nnc_correctness_clamp_max_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0516359Z test_nnc_correctness_clamp_max_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0516956Z test_nnc_correctness_clamp_max_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0517645Z test_nnc_correctness_clamp_max_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0518236Z test_nnc_correctness_clamp_max_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0518831Z test_nnc_correctness_clamp_max_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0519426Z test_nnc_correctness_clamp_min_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0520020Z test_nnc_correctness_clamp_min_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0520611Z test_nnc_correctness_clamp_min_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0521225Z test_nnc_correctness_clamp_min_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0521825Z test_nnc_correctness_clamp_min_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0522416Z test_nnc_correctness_clamp_min_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0523013Z test_nnc_correctness_clamp_min_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0523677Z test_nnc_correctness_clamp_min_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0524279Z test_nnc_correctness_clamp_min_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0524864Z test_nnc_correctness_clamp_min_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0525451Z test_nnc_correctness_clone_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0526027Z test_nnc_correctness_clone_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0526618Z test_nnc_correctness_clone_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0527227Z test_nnc_correctness_clone_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0527830Z test_nnc_correctness_clone_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0528412Z test_nnc_correctness_clone_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0529008Z test_nnc_correctness_clone_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0529595Z test_nnc_correctness_clone_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0530179Z test_nnc_correctness_clone_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0530751Z test_nnc_correctness_clone_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0531395Z test_nnc_correctness_clone_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0531991Z test_nnc_correctness_clone_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0532580Z test_nnc_correctness_clone_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0533177Z test_nnc_correctness_column_stack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0533773Z test_nnc_correctness_column_stack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0534392Z test_nnc_correctness_column_stack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0535008Z test_nnc_correctness_column_stack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0535619Z test_nnc_correctness_column_stack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0536215Z test_nnc_correctness_column_stack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0536825Z test_nnc_correctness_column_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0537504Z test_nnc_correctness_column_stack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0538107Z test_nnc_correctness_column_stack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0538739Z test_nnc_correctness_column_stack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0539335Z test_nnc_correctness_column_stack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0539935Z test_nnc_correctness_column_stack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0540535Z test_nnc_correctness_column_stack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0541144Z test_nnc_correctness_combinations_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0541741Z test_nnc_correctness_combinations_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0542357Z test_nnc_correctness_combinations_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0542979Z test_nnc_correctness_combinations_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0543598Z test_nnc_correctness_combinations_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0544200Z test_nnc_correctness_combinations_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0544869Z test_nnc_correctness_combinations_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0545485Z test_nnc_correctness_combinations_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0546087Z test_nnc_correctness_combinations_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0546664Z test_nnc_correctness_combinations_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0547266Z test_nnc_correctness_combinations_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0547879Z test_nnc_correctness_combinations_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0548482Z test_nnc_correctness_complex_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0549082Z test_nnc_correctness_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0549664Z test_nnc_correctness_complex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0550256Z test_nnc_correctness_conj_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0551347Z test_nnc_correctness_conj_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0551949Z test_nnc_correctness_conj_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0552529Z test_nnc_correctness_conj_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0553125Z test_nnc_correctness_conj_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0553721Z test_nnc_correctness_conj_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0554306Z test_nnc_correctness_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0554873Z test_nnc_correctness_conj_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0555455Z test_nnc_correctness_conj_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0556037Z test_nnc_correctness_conj_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0556616Z test_nnc_correctness_conj_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0557233Z test_nnc_correctness_conj_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0557994Z test_nnc_correctness_conj_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0558733Z test_nnc_correctness_conj_physical_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0559355Z test_nnc_correctness_conj_physical_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0559971Z test_nnc_correctness_conj_physical_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0560579Z test_nnc_correctness_conj_physical_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0561190Z test_nnc_correctness_conj_physical_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0561811Z test_nnc_correctness_conj_physical_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0562419Z test_nnc_correctness_conj_physical_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0563010Z test_nnc_correctness_conj_physical_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0563618Z test_nnc_correctness_conj_physical_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0564226Z test_nnc_correctness_conj_physical_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0564918Z test_nnc_correctness_conj_physical_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0565499Z test_nnc_correctness_conj_physical_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0566101Z test_nnc_correctness_conj_physical_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0566718Z test_nnc_correctness_constant_pad_nd_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0567336Z test_nnc_correctness_constant_pad_nd_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0567951Z test_nnc_correctness_constant_pad_nd_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0568747Z test_nnc_correctness_constant_pad_nd_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0569447Z test_nnc_correctness_constant_pad_nd_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0570068Z test_nnc_correctness_constant_pad_nd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0570674Z test_nnc_correctness_constant_pad_nd_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0571272Z test_nnc_correctness_constant_pad_nd_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0571881Z test_nnc_correctness_constant_pad_nd_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0572539Z test_nnc_correctness_constant_pad_nd_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0573157Z test_nnc_correctness_constant_pad_nd_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0573769Z test_nnc_correctness_constant_pad_nd_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0574366Z test_nnc_correctness_contiguous_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0574979Z test_nnc_correctness_contiguous_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0575592Z test_nnc_correctness_contiguous_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0576209Z test_nnc_correctness_contiguous_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0576810Z test_nnc_correctness_contiguous_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0577428Z test_nnc_correctness_contiguous_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0578046Z test_nnc_correctness_contiguous_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0578715Z test_nnc_correctness_contiguous_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0579295Z test_nnc_correctness_contiguous_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0579896Z test_nnc_correctness_contiguous_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0580482Z test_nnc_correctness_contiguous_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0581083Z test_nnc_correctness_contiguous_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0581670Z test_nnc_correctness_contiguous_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0582258Z test_nnc_correctness_copysign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0582861Z test_nnc_correctness_copysign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0583464Z test_nnc_correctness_copysign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0584058Z test_nnc_correctness_copysign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0584635Z test_nnc_correctness_copysign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0585228Z test_nnc_correctness_copysign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0585878Z test_nnc_correctness_copysign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0586481Z test_nnc_correctness_copysign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0587067Z test_nnc_correctness_copysign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0587663Z test_nnc_correctness_copysign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0588265Z test_nnc_correctness_corrcoef_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0588887Z test_nnc_correctness_corrcoef_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0589491Z test_nnc_correctness_corrcoef_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0590101Z test_nnc_correctness_corrcoef_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0591166Z test_nnc_correctness_corrcoef_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0591668Z test_nnc_correctness_corrcoef_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0592271Z test_nnc_correctness_corrcoef_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0592958Z test_nnc_correctness_corrcoef_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0593567Z test_nnc_correctness_corrcoef_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0594168Z test_nnc_correctness_corrcoef_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0594771Z test_nnc_correctness_corrcoef_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0595353Z test_nnc_correctness_cos_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0595948Z test_nnc_correctness_cos_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0596547Z test_nnc_correctness_cos_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0597150Z test_nnc_correctness_cos_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0597730Z test_nnc_correctness_cos_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0598332Z test_nnc_correctness_cos_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0598931Z test_nnc_correctness_cos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0599531Z test_nnc_correctness_cos_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0600194Z test_nnc_correctness_cos_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0600774Z test_nnc_correctness_cos_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0601354Z test_nnc_correctness_cos_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0601939Z test_nnc_correctness_cos_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0602516Z test_nnc_correctness_cos_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0603094Z test_nnc_correctness_cosh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0603691Z test_nnc_correctness_cosh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0604287Z test_nnc_correctness_cosh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0604884Z test_nnc_correctness_cosh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0605468Z test_nnc_correctness_cosh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0606137Z test_nnc_correctness_cosh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0606736Z test_nnc_correctness_cosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0607334Z test_nnc_correctness_cosh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0607893Z test_nnc_correctness_cosh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0608480Z test_nnc_correctness_cosh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0609062Z test_nnc_correctness_cosh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0609657Z test_nnc_correctness_cosh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0610228Z test_nnc_correctness_cosh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0610833Z test_nnc_correctness_count_nonzero_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0611448Z test_nnc_correctness_count_nonzero_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0612069Z test_nnc_correctness_count_nonzero_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0612690Z test_nnc_correctness_count_nonzero_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0613298Z test_nnc_correctness_count_nonzero_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0613959Z test_nnc_correctness_count_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0614584Z test_nnc_correctness_count_nonzero_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0615203Z test_nnc_correctness_count_nonzero_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0615796Z test_nnc_correctness_count_nonzero_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0616404Z test_nnc_correctness_count_nonzero_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0617021Z test_nnc_correctness_count_nonzero_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0617625Z test_nnc_correctness_count_nonzero_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0618205Z test_nnc_correctness_cov_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0618809Z test_nnc_correctness_cov_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0619420Z test_nnc_correctness_cov_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0620084Z test_nnc_correctness_cov_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0620872Z test_nnc_correctness_cov_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0621468Z test_nnc_correctness_cov_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0622057Z test_nnc_correctness_cov_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0622645Z test_nnc_correctness_cov_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0623226Z test_nnc_correctness_cov_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0623794Z test_nnc_correctness_cov_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0624380Z test_nnc_correctness_cov_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0624973Z test_nnc_correctness_cross_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0625582Z test_nnc_correctness_cross_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0626166Z test_nnc_correctness_cross_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0626771Z test_nnc_correctness_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0627429Z test_nnc_correctness_cross_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0628033Z test_nnc_correctness_cross_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0628654Z test_nnc_correctness_cross_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0629243Z test_nnc_correctness_cross_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0629836Z test_nnc_correctness_cross_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0630430Z test_nnc_correctness_cross_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0631387Z test_nnc_correctness_cummax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0631972Z test_nnc_correctness_cummax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0632574Z test_nnc_correctness_cummax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0633175Z test_nnc_correctness_cummax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0633773Z test_nnc_correctness_cummax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0634459Z test_nnc_correctness_cummax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0635055Z test_nnc_correctness_cummax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0635643Z test_nnc_correctness_cummax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0636230Z test_nnc_correctness_cummax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0636804Z test_nnc_correctness_cummax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0637408Z test_nnc_correctness_cummin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0638011Z test_nnc_correctness_cummin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0638652Z test_nnc_correctness_cummin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0639231Z test_nnc_correctness_cummin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0639822Z test_nnc_correctness_cummin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0640416Z test_nnc_correctness_cummin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0641007Z test_nnc_correctness_cummin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0641668Z test_nnc_correctness_cummin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0642246Z test_nnc_correctness_cummin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0642836Z test_nnc_correctness_cummin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0643437Z test_nnc_correctness_cumprod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0644056Z test_nnc_correctness_cumprod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0644658Z test_nnc_correctness_cumprod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0645272Z test_nnc_correctness_cumprod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0645887Z test_nnc_correctness_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0646489Z test_nnc_correctness_cumprod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0647068Z test_nnc_correctness_cumprod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0647749Z test_nnc_correctness_cumprod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0648342Z test_nnc_correctness_cumprod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0648934Z test_nnc_correctness_cumprod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0649531Z test_nnc_correctness_cumprod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0650116Z test_nnc_correctness_cumsum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0650723Z test_nnc_correctness_cumsum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0651341Z test_nnc_correctness_cumsum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0651945Z test_nnc_correctness_cumsum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0652523Z test_nnc_correctness_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0653115Z test_nnc_correctness_cumsum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0653709Z test_nnc_correctness_cumsum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0654297Z test_nnc_correctness_cumsum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0654861Z test_nnc_correctness_cumsum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0655497Z test_nnc_correctness_cumsum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0656099Z test_nnc_correctness_cumsum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0656716Z test_nnc_correctness_cumulative_trapezoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0657352Z test_nnc_correctness_cumulative_trapezoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0658008Z test_nnc_correctness_cumulative_trapezoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0658657Z test_nnc_correctness_cumulative_trapezoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0659294Z test_nnc_correctness_cumulative_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0659920Z test_nnc_correctness_cumulative_trapezoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0660526Z test_nnc_correctness_cumulative_trapezoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0661166Z test_nnc_correctness_cumulative_trapezoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0661862Z test_nnc_correctness_cumulative_trapezoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0662693Z test_nnc_correctness_cumulative_trapezoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0663322Z test_nnc_correctness_cumulative_trapezoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0663937Z test_nnc_correctness_deg2rad_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0664540Z test_nnc_correctness_deg2rad_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0665152Z test_nnc_correctness_deg2rad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0665762Z test_nnc_correctness_deg2rad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0666349Z test_nnc_correctness_deg2rad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0666954Z test_nnc_correctness_deg2rad_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0667548Z test_nnc_correctness_deg2rad_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0668145Z test_nnc_correctness_deg2rad_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0668726Z test_nnc_correctness_deg2rad_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0669401Z test_nnc_correctness_deg2rad_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0670012Z test_nnc_correctness_diag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0670998Z test_nnc_correctness_diag_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0671550Z test_nnc_correctness_diag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0672168Z test_nnc_correctness_diag_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0672780Z test_nnc_correctness_diag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0673388Z test_nnc_correctness_diag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0673962Z test_nnc_correctness_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0674550Z test_nnc_correctness_diag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0675151Z test_nnc_correctness_diag_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0675848Z test_nnc_correctness_diag_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0676439Z test_nnc_correctness_diag_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0677011Z test_nnc_correctness_diag_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0677600Z test_nnc_correctness_diag_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0678204Z test_nnc_correctness_diag_embed_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0678812Z test_nnc_correctness_diag_embed_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0679418Z test_nnc_correctness_diag_embed_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0680049Z test_nnc_correctness_diag_embed_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0680663Z test_nnc_correctness_diag_embed_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0681277Z test_nnc_correctness_diag_embed_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0681869Z test_nnc_correctness_diag_embed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0682468Z test_nnc_correctness_diag_embed_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0683184Z test_nnc_correctness_diag_embed_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0683799Z test_nnc_correctness_diag_embed_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0684390Z test_nnc_correctness_diag_embed_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0684970Z test_nnc_correctness_diag_embed_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0685568Z test_nnc_correctness_diag_embed_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0686180Z test_nnc_correctness_diagflat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0686795Z test_nnc_correctness_diagflat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0687388Z test_nnc_correctness_diagflat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0688004Z test_nnc_correctness_diagflat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0688610Z test_nnc_correctness_diagflat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0689272Z test_nnc_correctness_diagflat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0689858Z test_nnc_correctness_diagflat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0690462Z test_nnc_correctness_diagflat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0691067Z test_nnc_correctness_diagflat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0691668Z test_nnc_correctness_diagflat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0692246Z test_nnc_correctness_diagflat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0692850Z test_nnc_correctness_diagflat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0693459Z test_nnc_correctness_diagonal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0694068Z test_nnc_correctness_diagonal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0694680Z test_nnc_correctness_diagonal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0695277Z test_nnc_correctness_diagonal_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0695896Z test_nnc_correctness_diagonal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0696502Z test_nnc_correctness_diagonal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0697162Z test_nnc_correctness_diagonal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0697770Z test_nnc_correctness_diagonal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0698381Z test_nnc_correctness_diagonal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0698683Z test_nnc_correctness_diagonal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0698990Z test_nnc_correctness_diagonal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0699292Z test_nnc_correctness_diagonal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0699584Z test_nnc_correctness_diagonal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0699901Z test_nnc_correctness_diagonal_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0700217Z test_nnc_correctness_diagonal_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0700534Z test_nnc_correctness_diagonal_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0700873Z test_nnc_correctness_diagonal_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0701176Z test_nnc_correctness_diagonal_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0701486Z test_nnc_correctness_diagonal_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0701789Z test_nnc_correctness_diagonal_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0702086Z test_nnc_correctness_diagonal_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0702390Z test_nnc_correctness_diagonal_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0702694Z test_nnc_correctness_diagonal_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0702993Z test_nnc_correctness_diff_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0703289Z test_nnc_correctness_diff_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0703591Z test_nnc_correctness_diff_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0703894Z test_nnc_correctness_diff_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0704196Z test_nnc_correctness_diff_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0704526Z test_nnc_correctness_diff_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0704830Z test_nnc_correctness_diff_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0705121Z test_nnc_correctness_diff_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0705415Z test_nnc_correctness_diff_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0705706Z test_nnc_correctness_diff_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0706004Z test_nnc_correctness_diff_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0706292Z test_nnc_correctness_diff_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0706589Z test_nnc_correctness_digamma_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0706894Z test_nnc_correctness_digamma_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0707193Z test_nnc_correctness_digamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0707544Z test_nnc_correctness_digamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0707822Z test_nnc_correctness_digamma_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0708122Z test_nnc_correctness_digamma_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0708414Z test_nnc_correctness_digamma_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0708709Z test_nnc_correctness_digamma_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0709008Z test_nnc_correctness_digamma_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0709310Z test_nnc_correctness_dist_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0709616Z test_nnc_correctness_dist_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0709918Z test_nnc_correctness_dist_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0710214Z test_nnc_correctness_dist_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0710760Z test_nnc_correctness_dist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0711140Z test_nnc_correctness_dist_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0711474Z test_nnc_correctness_div_floor_rounding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0711852Z test_nnc_correctness_div_floor_rounding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0712183Z test_nnc_correctness_div_floor_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0712499Z test_nnc_correctness_div_floor_rounding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0712808Z test_nnc_correctness_div_floor_rounding_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0713113Z test_nnc_correctness_div_floor_rounding_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0713414Z test_nnc_correctness_div_floor_rounding_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0713722Z test_nnc_correctness_div_floor_rounding_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0714023Z test_nnc_correctness_div_floor_rounding_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0714345Z test_nnc_correctness_div_no_rounding_mode_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0714733Z test_nnc_correctness_div_no_rounding_mode_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0715062Z test_nnc_correctness_div_no_rounding_mode_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0715389Z test_nnc_correctness_div_no_rounding_mode_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0715687Z test_nnc_correctness_div_no_rounding_mode_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0716009Z test_nnc_correctness_div_no_rounding_mode_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0716325Z test_nnc_correctness_div_no_rounding_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0716640Z test_nnc_correctness_div_no_rounding_mode_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0716955Z test_nnc_correctness_div_no_rounding_mode_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0717267Z test_nnc_correctness_div_no_rounding_mode_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0717577Z test_nnc_correctness_div_no_rounding_mode_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0717887Z test_nnc_correctness_div_no_rounding_mode_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0718197Z test_nnc_correctness_div_no_rounding_mode_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0718573Z test_nnc_correctness_div_trunc_rounding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0718895Z test_nnc_correctness_div_trunc_rounding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0719208Z test_nnc_correctness_div_trunc_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0719501Z test_nnc_correctness_div_trunc_rounding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0719817Z test_nnc_correctness_div_trunc_rounding_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0720121Z test_nnc_correctness_div_trunc_rounding_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0720423Z test_nnc_correctness_div_trunc_rounding_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0720732Z test_nnc_correctness_div_trunc_rounding_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0721032Z test_nnc_correctness_div_trunc_rounding_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0721330Z test_nnc_correctness_dot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0721707Z test_nnc_correctness_dot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0722016Z test_nnc_correctness_dot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0722318Z test_nnc_correctness_dot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0722613Z test_nnc_correctness_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0722915Z test_nnc_correctness_dot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0723199Z test_nnc_correctness_double_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0723497Z test_nnc_correctness_double_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0723808Z test_nnc_correctness_double_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0724115Z test_nnc_correctness_double_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0724418Z test_nnc_correctness_double_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0724718Z test_nnc_correctness_double_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0725025Z test_nnc_correctness_double_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0725368Z test_nnc_correctness_double_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0725669Z test_nnc_correctness_double_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0725968Z test_nnc_correctness_double_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0726260Z test_nnc_correctness_double_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0726538Z test_nnc_correctness_double_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0726838Z test_nnc_correctness_double_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0727146Z test_nnc_correctness_dsplit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0727446Z test_nnc_correctness_dsplit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0727756Z test_nnc_correctness_dsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0728063Z test_nnc_correctness_dsplit_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0728432Z test_nnc_correctness_dsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0728734Z test_nnc_correctness_dsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0729036Z test_nnc_correctness_dsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0729329Z test_nnc_correctness_dsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0729621Z test_nnc_correctness_dsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0729896Z test_nnc_correctness_dsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0730197Z test_nnc_correctness_dsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0730497Z test_nnc_correctness_dsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0730793Z test_nnc_correctness_dsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0731097Z test_nnc_correctness_dstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0731389Z test_nnc_correctness_dstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0731696Z test_nnc_correctness_dstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0732002Z test_nnc_correctness_dstack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0732360Z test_nnc_correctness_dstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0732676Z test_nnc_correctness_dstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0732976Z test_nnc_correctness_dstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0733270Z test_nnc_correctness_dstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0733548Z test_nnc_correctness_dstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0733845Z test_nnc_correctness_dstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0734140Z test_nnc_correctness_dstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0734439Z test_nnc_correctness_dstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0734732Z test_nnc_correctness_dstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0735038Z test_nnc_correctness_einsum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0735407Z test_nnc_correctness_einsum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0735713Z test_nnc_correctness_einsum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0736012Z test_nnc_correctness_einsum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0736309Z test_nnc_correctness_einsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0736602Z test_nnc_correctness_einsum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0736825Z test_nnc_correctness_empty_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0737068Z test_nnc_correctness_empty_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0737313Z test_nnc_correctness_empty_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0737557Z test_nnc_correctness_empty_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0737799Z test_nnc_correctness_empty_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0738043Z test_nnc_correctness_empty_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0738280Z test_nnc_correctness_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0738559Z test_nnc_correctness_empty_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0738802Z test_nnc_correctness_empty_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0739009Z test_nnc_correctness_empty_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0739296Z test_nnc_correctness_empty_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0739536Z test_nnc_correctness_empty_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0739765Z test_nnc_correctness_empty_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0740008Z test_nnc_correctness_empty_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0740248Z test_nnc_correctness_empty_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0740497Z test_nnc_correctness_empty_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0740749Z test_nnc_correctness_empty_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0741005Z test_nnc_correctness_empty_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0741232Z test_nnc_correctness_empty_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0741478Z test_nnc_correctness_empty_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0741717Z test_nnc_correctness_empty_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0741955Z test_nnc_correctness_empty_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0742191Z test_nnc_correctness_empty_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0742421Z test_nnc_correctness_empty_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0742716Z test_nnc_correctness_empty_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0742951Z test_nnc_correctness_empty_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.0743255Z test_nnc_correctness_eq_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0743532Z test_nnc_correctness_eq_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0743830Z test_nnc_correctness_eq_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0744125Z test_nnc_correctness_eq_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0744424Z test_nnc_correctness_eq_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0744723Z test_nnc_correctness_eq_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0745023Z test_nnc_correctness_eq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0745316Z test_nnc_correctness_eq_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0745602Z test_nnc_correctness_eq_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0745880Z test_nnc_correctness_eq_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0746168Z test_nnc_correctness_eq_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0746509Z test_nnc_correctness_eq_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0746777Z test_nnc_correctness_eq_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0747080Z test_nnc_correctness_equal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0747377Z test_nnc_correctness_equal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0747681Z test_nnc_correctness_equal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0747988Z test_nnc_correctness_equal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0748288Z test_nnc_correctness_equal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0748585Z test_nnc_correctness_equal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0748875Z test_nnc_correctness_equal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0749171Z test_nnc_correctness_equal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0749465Z test_nnc_correctness_equal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0749818Z test_nnc_correctness_equal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0750096Z test_nnc_correctness_equal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0750389Z test_nnc_correctness_equal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0751090Z test_nnc_correctness_erf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0751401Z test_nnc_correctness_erf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0751691Z test_nnc_correctness_erf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0751993Z test_nnc_correctness_erf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0752283Z test_nnc_correctness_erf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0752573Z test_nnc_correctness_erf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0752861Z test_nnc_correctness_erf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0753146Z test_nnc_correctness_erf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0753443Z test_nnc_correctness_erf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0753821Z test_nnc_correctness_erf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0754131Z test_nnc_correctness_erfc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0754418Z test_nnc_correctness_erfc_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0754715Z test_nnc_correctness_erfc_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0755007Z test_nnc_correctness_erfc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0755302Z test_nnc_correctness_erfc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0755598Z test_nnc_correctness_erfc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0755888Z test_nnc_correctness_erfc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0756175Z test_nnc_correctness_erfc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0756470Z test_nnc_correctness_erfc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0756756Z test_nnc_correctness_erfc_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0757145Z test_nnc_correctness_erfinv_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0757429Z test_nnc_correctness_erfinv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0757728Z test_nnc_correctness_erfinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0758021Z test_nnc_correctness_erfinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0758317Z test_nnc_correctness_erfinv_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0758613Z test_nnc_correctness_erfinv_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0758903Z test_nnc_correctness_erfinv_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0759199Z test_nnc_correctness_erfinv_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0759495Z test_nnc_correctness_erfinv_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0759793Z test_nnc_correctness_exp2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0760085Z test_nnc_correctness_exp2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0760381Z test_nnc_correctness_exp2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0760726Z test_nnc_correctness_exp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0761030Z test_nnc_correctness_exp2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0761321Z test_nnc_correctness_exp2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0761616Z test_nnc_correctness_exp2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0761910Z test_nnc_correctness_exp2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0762206Z test_nnc_correctness_exp2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0762493Z test_nnc_correctness_exp2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0762784Z test_nnc_correctness_exp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0763076Z test_nnc_correctness_exp_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0763374Z test_nnc_correctness_exp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0763671Z test_nnc_correctness_exp_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0764032Z test_nnc_correctness_exp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0764327Z test_nnc_correctness_exp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0764625Z test_nnc_correctness_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0764915Z test_nnc_correctness_exp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0765210Z test_nnc_correctness_exp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0765502Z test_nnc_correctness_exp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0765795Z test_nnc_correctness_exp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0766091Z test_nnc_correctness_exp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0766384Z test_nnc_correctness_exp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0766693Z test_nnc_correctness_expand_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0766994Z test_nnc_correctness_expand_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0767287Z test_nnc_correctness_expand_as_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0767647Z test_nnc_correctness_expand_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0767964Z test_nnc_correctness_expand_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0768273Z test_nnc_correctness_expand_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0768577Z test_nnc_correctness_expand_as_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0768874Z test_nnc_correctness_expand_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0769173Z test_nnc_correctness_expand_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0769468Z test_nnc_correctness_expand_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0769770Z test_nnc_correctness_expand_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0770051Z test_nnc_correctness_expand_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0770346Z test_nnc_correctness_expand_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0770638Z test_nnc_correctness_expand_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0771006Z test_nnc_correctness_expand_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0771310Z test_nnc_correctness_expand_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0771611Z test_nnc_correctness_expand_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0771911Z test_nnc_correctness_expand_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0772204Z test_nnc_correctness_expand_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0772503Z test_nnc_correctness_expand_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0772803Z test_nnc_correctness_expand_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0773089Z test_nnc_correctness_expand_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0773378Z test_nnc_correctness_expand_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0773671Z test_nnc_correctness_expand_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0773964Z test_nnc_correctness_expm1_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0774242Z test_nnc_correctness_expm1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0774587Z test_nnc_correctness_expm1_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0774893Z test_nnc_correctness_expm1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0775184Z test_nnc_correctness_expm1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0775477Z test_nnc_correctness_expm1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0775770Z test_nnc_correctness_expm1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0776071Z test_nnc_correctness_expm1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0776365Z test_nnc_correctness_expm1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0776653Z test_nnc_correctness_expm1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0776952Z test_nnc_correctness_eye_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0777245Z test_nnc_correctness_eye_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0777581Z test_nnc_correctness_eye_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0777888Z test_nnc_correctness_eye_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0778181Z test_nnc_correctness_eye_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0778480Z test_nnc_correctness_eye_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0778771Z test_nnc_correctness_eye_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0779065Z test_nnc_correctness_eye_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0779363Z test_nnc_correctness_eye_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0779658Z test_nnc_correctness_eye_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0779949Z test_nnc_correctness_eye_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0780236Z test_nnc_correctness_eye_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0780531Z test_nnc_correctness_fft_fft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0780820Z test_nnc_correctness_fft_fft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0781134Z test_nnc_correctness_fft_fft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0781483Z test_nnc_correctness_fft_fft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0781799Z test_nnc_correctness_fft_fft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0782096Z test_nnc_correctness_fft_fft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0782383Z test_nnc_correctness_fft_fft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0782678Z test_nnc_correctness_fft_fft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0782974Z test_nnc_correctness_fft_fft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0783266Z test_nnc_correctness_fft_fft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0783558Z test_nnc_correctness_fft_fft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0783861Z test_nnc_correctness_fft_fft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0784163Z test_nnc_correctness_fft_fft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0784500Z test_nnc_correctness_fft_fft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0784804Z test_nnc_correctness_fft_fft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0785096Z test_nnc_correctness_fft_fft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0785395Z test_nnc_correctness_fft_fft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0785683Z test_nnc_correctness_fft_fft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0785970Z test_nnc_correctness_fft_fft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0786265Z test_nnc_correctness_fft_fft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0786563Z test_nnc_correctness_fft_fftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0786870Z test_nnc_correctness_fft_fftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0787175Z test_nnc_correctness_fft_fftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0787476Z test_nnc_correctness_fft_fftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0787758Z test_nnc_correctness_fft_fftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0788105Z test_nnc_correctness_fft_fftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0788414Z test_nnc_correctness_fft_fftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0788715Z test_nnc_correctness_fft_fftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0789013Z test_nnc_correctness_fft_fftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0789307Z test_nnc_correctness_fft_fftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0789619Z test_nnc_correctness_fft_fftshift_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0789930Z test_nnc_correctness_fft_fftshift_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0790247Z test_nnc_correctness_fft_fftshift_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0790952Z test_nnc_correctness_fft_fftshift_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0791255Z test_nnc_correctness_fft_fftshift_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0791562Z test_nnc_correctness_fft_fftshift_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0791962Z test_nnc_correctness_fft_fftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0792271Z test_nnc_correctness_fft_fftshift_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0792570Z test_nnc_correctness_fft_fftshift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0792866Z test_nnc_correctness_fft_fftshift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0793167Z test_nnc_correctness_fft_fftshift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0793469Z test_nnc_correctness_fft_fftshift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0793776Z test_nnc_correctness_fft_fftshift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0794075Z test_nnc_correctness_fft_hfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0794378Z test_nnc_correctness_fft_hfft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0794682Z test_nnc_correctness_fft_hfft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0794980Z test_nnc_correctness_fft_hfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0795281Z test_nnc_correctness_fft_hfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0795623Z test_nnc_correctness_fft_hfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0795930Z test_nnc_correctness_fft_hfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0796219Z test_nnc_correctness_fft_hfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0796507Z test_nnc_correctness_fft_hfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0796798Z test_nnc_correctness_fft_hfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0797089Z test_nnc_correctness_fft_hfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0797389Z test_nnc_correctness_fft_hfft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0797696Z test_nnc_correctness_fft_hfft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0797994Z test_nnc_correctness_fft_hfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0798290Z test_nnc_correctness_fft_hfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0798703Z test_nnc_correctness_fft_hfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0798979Z test_nnc_correctness_fft_hfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0799270Z test_nnc_correctness_fft_hfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0799561Z test_nnc_correctness_fft_hfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0799844Z test_nnc_correctness_fft_hfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0800137Z test_nnc_correctness_fft_hfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0800445Z test_nnc_correctness_fft_hfftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0800749Z test_nnc_correctness_fft_hfftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0801053Z test_nnc_correctness_fft_hfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0801349Z test_nnc_correctness_fft_hfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0801643Z test_nnc_correctness_fft_hfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0801939Z test_nnc_correctness_fft_hfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0802264Z test_nnc_correctness_fft_hfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0802566Z test_nnc_correctness_fft_hfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0802850Z test_nnc_correctness_fft_hfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0803136Z test_nnc_correctness_fft_ifft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0803438Z test_nnc_correctness_fft_ifft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0803739Z test_nnc_correctness_fft_ifft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0804036Z test_nnc_correctness_fft_ifft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0804329Z test_nnc_correctness_fft_ifft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0804616Z test_nnc_correctness_fft_ifft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0804905Z test_nnc_correctness_fft_ifft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0805244Z test_nnc_correctness_fft_ifft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0805542Z test_nnc_correctness_fft_ifft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0805820Z test_nnc_correctness_fft_ifft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0806112Z test_nnc_correctness_fft_ifft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0806410Z test_nnc_correctness_fft_ifft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0806712Z test_nnc_correctness_fft_ifft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0807010Z test_nnc_correctness_fft_ifft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0807304Z test_nnc_correctness_fft_ifft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0807594Z test_nnc_correctness_fft_ifft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0807883Z test_nnc_correctness_fft_ifft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0808165Z test_nnc_correctness_fft_ifft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0808452Z test_nnc_correctness_fft_ifft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0808787Z test_nnc_correctness_fft_ifft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0809068Z test_nnc_correctness_fft_ifftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0809370Z test_nnc_correctness_fft_ifftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0809674Z test_nnc_correctness_fft_ifftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0810002Z test_nnc_correctness_fft_ifftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0810272Z test_nnc_correctness_fft_ifftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0810568Z test_nnc_correctness_fft_ifftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0810861Z test_nnc_correctness_fft_ifftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0811151Z test_nnc_correctness_fft_ifftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0811438Z test_nnc_correctness_fft_ifftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0811731Z test_nnc_correctness_fft_ifftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0812097Z test_nnc_correctness_fft_ifftshift_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0812400Z test_nnc_correctness_fft_ifftshift_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0812697Z test_nnc_correctness_fft_ifftshift_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0813002Z test_nnc_correctness_fft_ifftshift_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0813301Z test_nnc_correctness_fft_ifftshift_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0813610Z test_nnc_correctness_fft_ifftshift_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0813911Z test_nnc_correctness_fft_ifftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0814203Z test_nnc_correctness_fft_ifftshift_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0814511Z test_nnc_correctness_fft_ifftshift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0814813Z test_nnc_correctness_fft_ifftshift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0815117Z test_nnc_correctness_fft_ifftshift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0815421Z test_nnc_correctness_fft_ifftshift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0815772Z test_nnc_correctness_fft_ifftshift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0816078Z test_nnc_correctness_fft_ihfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0816355Z test_nnc_correctness_fft_ihfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0816658Z test_nnc_correctness_fft_ihfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0816962Z test_nnc_correctness_fft_ihfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0817267Z test_nnc_correctness_fft_ihfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0817565Z test_nnc_correctness_fft_ihfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0817853Z test_nnc_correctness_fft_ihfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0818140Z test_nnc_correctness_fft_ihfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0818431Z test_nnc_correctness_fft_ihfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0818795Z test_nnc_correctness_fft_ihfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0819095Z test_nnc_correctness_fft_ihfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0819385Z test_nnc_correctness_fft_ihfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0819659Z test_nnc_correctness_fft_ihfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0819945Z test_nnc_correctness_fft_ihfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0820247Z test_nnc_correctness_fft_ihfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0820540Z test_nnc_correctness_fft_ihfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0820830Z test_nnc_correctness_fft_ihfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0821128Z test_nnc_correctness_fft_ihfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0821426Z test_nnc_correctness_fft_ihfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0821717Z test_nnc_correctness_fft_ihfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0822016Z test_nnc_correctness_fft_ihfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0822351Z test_nnc_correctness_fft_ihfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0822651Z test_nnc_correctness_fft_ihfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0822935Z test_nnc_correctness_fft_ihfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0823204Z test_nnc_correctness_fft_irfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0823507Z test_nnc_correctness_fft_irfft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0823813Z test_nnc_correctness_fft_irfft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0824114Z test_nnc_correctness_fft_irfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0824416Z test_nnc_correctness_fft_irfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0824713Z test_nnc_correctness_fft_irfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0825013Z test_nnc_correctness_fft_irfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0825361Z test_nnc_correctness_fft_irfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0825662Z test_nnc_correctness_fft_irfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0825949Z test_nnc_correctness_fft_irfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0826248Z test_nnc_correctness_fft_irfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0826535Z test_nnc_correctness_fft_irfft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0826844Z test_nnc_correctness_fft_irfft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0827147Z test_nnc_correctness_fft_irfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0827454Z test_nnc_correctness_fft_irfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0827748Z test_nnc_correctness_fft_irfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0828044Z test_nnc_correctness_fft_irfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0828334Z test_nnc_correctness_fft_irfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0828637Z test_nnc_correctness_fft_irfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0829002Z test_nnc_correctness_fft_irfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0829302Z test_nnc_correctness_fft_irfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0829612Z test_nnc_correctness_fft_irfftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0829922Z test_nnc_correctness_fft_irfftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0830203Z test_nnc_correctness_fft_irfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0830725Z test_nnc_correctness_fft_irfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0831049Z test_nnc_correctness_fft_irfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0831343Z test_nnc_correctness_fft_irfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0831629Z test_nnc_correctness_fft_irfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0831921Z test_nnc_correctness_fft_irfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0832305Z test_nnc_correctness_fft_irfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0832603Z test_nnc_correctness_fft_rfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0832897Z test_nnc_correctness_fft_rfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0833198Z test_nnc_correctness_fft_rfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0833485Z test_nnc_correctness_fft_rfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0833762Z test_nnc_correctness_fft_rfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0834053Z test_nnc_correctness_fft_rfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0834349Z test_nnc_correctness_fft_rfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0834637Z test_nnc_correctness_fft_rfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0834934Z test_nnc_correctness_fft_rfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0835230Z test_nnc_correctness_fft_rfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0835528Z test_nnc_correctness_fft_rfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0835831Z test_nnc_correctness_fft_rfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0836189Z test_nnc_correctness_fft_rfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0836488Z test_nnc_correctness_fft_rfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0836774Z test_nnc_correctness_fft_rfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0837056Z test_nnc_correctness_fft_rfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0837329Z test_nnc_correctness_fft_rfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0842166Z test_nnc_correctness_fft_rfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0842470Z test_nnc_correctness_fft_rfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0842764Z test_nnc_correctness_fft_rfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0843062Z test_nnc_correctness_fft_rfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0843347Z test_nnc_correctness_fft_rfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0843722Z test_nnc_correctness_fft_rfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0844020Z test_nnc_correctness_fft_rfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0844263Z test_nnc_correctness_fill_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T10:45:37.0844497Z test_nnc_correctness_fill_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T10:45:37.0844741Z test_nnc_correctness_fill_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T10:45:37.0844963Z test_nnc_correctness_fill_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T10:45:37.0845203Z test_nnc_correctness_fill_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T10:45:37.0845445Z test_nnc_correctness_fill_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T10:45:37.0845687Z test_nnc_correctness_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T10:45:37.0845923Z test_nnc_correctness_fill_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T10:45:37.0846155Z test_nnc_correctness_fill_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T10:45:37.0846389Z test_nnc_correctness_fill_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T10:45:37.0846618Z test_nnc_correctness_fill_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T10:45:37.0846847Z test_nnc_correctness_fill_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T10:45:37.0847061Z test_nnc_correctness_fill_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T10:45:37.0847376Z test_nnc_correctness_flatten_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0847735Z test_nnc_correctness_flatten_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0848051Z test_nnc_correctness_flatten_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0848358Z test_nnc_correctness_flatten_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0848664Z test_nnc_correctness_flatten_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0848968Z test_nnc_correctness_flatten_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0849275Z test_nnc_correctness_flatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0849569Z test_nnc_correctness_flatten_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0849865Z test_nnc_correctness_flatten_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0850164Z test_nnc_correctness_flatten_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0850433Z test_nnc_correctness_flatten_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0850789Z test_nnc_correctness_flatten_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0851091Z test_nnc_correctness_flatten_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0851385Z test_nnc_correctness_flip_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0851682Z test_nnc_correctness_flip_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0851984Z test_nnc_correctness_flip_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0852285Z test_nnc_correctness_flip_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0852585Z test_nnc_correctness_flip_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0852887Z test_nnc_correctness_flip_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0853413Z test_nnc_correctness_flip_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0853912Z test_nnc_correctness_flip_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0854331Z test_nnc_correctness_flip_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0854821Z test_nnc_correctness_flip_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0855186Z test_nnc_correctness_flip_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0855574Z test_nnc_correctness_flip_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0856115Z test_nnc_correctness_fliplr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0856453Z test_nnc_correctness_fliplr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0856764Z test_nnc_correctness_fliplr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0857072Z test_nnc_correctness_fliplr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0857371Z test_nnc_correctness_fliplr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0857667Z test_nnc_correctness_fliplr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0857957Z test_nnc_correctness_fliplr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0858230Z test_nnc_correctness_fliplr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0858529Z test_nnc_correctness_fliplr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0858897Z test_nnc_correctness_fliplr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0859200Z test_nnc_correctness_fliplr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0859495Z test_nnc_correctness_fliplr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0859800Z test_nnc_correctness_flipud_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0860094Z test_nnc_correctness_flipud_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0860404Z test_nnc_correctness_flipud_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0860714Z test_nnc_correctness_flipud_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0861018Z test_nnc_correctness_flipud_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0861316Z test_nnc_correctness_flipud_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0861611Z test_nnc_correctness_flipud_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0861885Z test_nnc_correctness_flipud_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0862181Z test_nnc_correctness_flipud_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0862532Z test_nnc_correctness_flipud_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0862835Z test_nnc_correctness_flipud_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0863128Z test_nnc_correctness_flipud_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0863430Z test_nnc_correctness_float_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0863726Z test_nnc_correctness_float_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0864034Z test_nnc_correctness_float_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0864339Z test_nnc_correctness_float_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0864647Z test_nnc_correctness_float_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0864942Z test_nnc_correctness_float_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0865216Z test_nnc_correctness_float_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0865507Z test_nnc_correctness_float_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0865860Z test_nnc_correctness_float_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0866159Z test_nnc_correctness_float_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0866453Z test_nnc_correctness_float_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0866744Z test_nnc_correctness_float_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0867033Z test_nnc_correctness_float_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0867343Z test_nnc_correctness_float_power_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0867652Z test_nnc_correctness_float_power_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0867964Z test_nnc_correctness_float_power_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0868273Z test_nnc_correctness_float_power_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0868558Z test_nnc_correctness_float_power_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0868865Z test_nnc_correctness_float_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0869177Z test_nnc_correctness_float_power_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0869529Z test_nnc_correctness_float_power_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0869841Z test_nnc_correctness_float_power_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0870142Z test_nnc_correctness_float_power_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0870448Z test_nnc_correctness_float_power_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0870945Z test_nnc_correctness_float_power_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0871257Z test_nnc_correctness_floor_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0871553Z test_nnc_correctness_floor_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0871847Z test_nnc_correctness_floor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0872138Z test_nnc_correctness_floor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0872409Z test_nnc_correctness_floor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0872825Z test_nnc_correctness_floor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0873124Z test_nnc_correctness_floor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0873420Z test_nnc_correctness_floor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0873706Z test_nnc_correctness_floor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0874015Z test_nnc_correctness_floor_divide_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0874322Z test_nnc_correctness_floor_divide_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0874634Z test_nnc_correctness_floor_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0874945Z test_nnc_correctness_floor_divide_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0875360Z test_nnc_correctness_floor_divide_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0875756Z test_nnc_correctness_floor_divide_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0876252Z test_nnc_correctness_floor_divide_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0876750Z test_nnc_correctness_floor_divide_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0877955Z test_nnc_correctness_floor_divide_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0879053Z test_nnc_correctness_fmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0879984Z test_nnc_correctness_fmax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0881052Z test_nnc_correctness_fmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0882000Z test_nnc_correctness_fmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0882952Z test_nnc_correctness_fmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0883930Z test_nnc_correctness_fmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0884925Z test_nnc_correctness_fmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0885843Z test_nnc_correctness_fmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0886792Z test_nnc_correctness_fmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0887884Z test_nnc_correctness_fmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0889117Z test_nnc_correctness_fmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0890181Z test_nnc_correctness_fmin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0891200Z test_nnc_correctness_fmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0892206Z test_nnc_correctness_fmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0893325Z test_nnc_correctness_fmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0894446Z test_nnc_correctness_fmin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0895636Z test_nnc_correctness_fmin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0899773Z test_nnc_correctness_fmin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0901000Z test_nnc_correctness_fmin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0902119Z test_nnc_correctness_fmin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0903331Z test_nnc_correctness_fmod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0904545Z test_nnc_correctness_fmod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0905888Z test_nnc_correctness_fmod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0907105Z test_nnc_correctness_fmod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0908293Z test_nnc_correctness_fmod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0909464Z test_nnc_correctness_fmod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0910993Z test_nnc_correctness_fmod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0912221Z test_nnc_correctness_fmod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0913420Z test_nnc_correctness_fmod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0914610Z test_nnc_correctness_frac_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0915835Z test_nnc_correctness_frac_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0917044Z test_nnc_correctness_frac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0918242Z test_nnc_correctness_frac_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0919592Z test_nnc_correctness_frexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0920762Z test_nnc_correctness_frexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0921978Z test_nnc_correctness_frexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0923104Z test_nnc_correctness_full_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0924291Z test_nnc_correctness_full_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0925466Z test_nnc_correctness_full_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0926686Z test_nnc_correctness_full_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0927957Z test_nnc_correctness_full_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0929190Z test_nnc_correctness_full_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0930415Z test_nnc_correctness_full_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0931610Z test_nnc_correctness_full_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0932831Z test_nnc_correctness_full_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0934183Z test_nnc_correctness_full_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0935421Z test_nnc_correctness_full_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0936609Z test_nnc_correctness_full_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0937841Z test_nnc_correctness_gather_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0939117Z test_nnc_correctness_gather_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0940350Z test_nnc_correctness_gather_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0941580Z test_nnc_correctness_gather_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0942782Z test_nnc_correctness_gather_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0943994Z test_nnc_correctness_gather_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0945187Z test_nnc_correctness_gather_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0946493Z test_nnc_correctness_gather_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0947692Z test_nnc_correctness_gather_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0948899Z test_nnc_correctness_gather_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0950105Z test_nnc_correctness_gather_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0951532Z test_nnc_correctness_gather_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0952734Z test_nnc_correctness_gcd_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0953910Z test_nnc_correctness_gcd_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0955114Z test_nnc_correctness_gcd_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0956301Z test_nnc_correctness_gcd_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0957500Z test_nnc_correctness_gcd_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0958642Z test_nnc_correctness_ge_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0959821Z test_nnc_correctness_ge_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0960956Z test_nnc_correctness_ge_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.0962217Z test_nnc_correctness_ge_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0963296Z test_nnc_correctness_ge_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0964207Z test_nnc_correctness_ge_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.0965154Z test_nnc_correctness_ge_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1000760Z test_nnc_correctness_ge_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1002039Z test_nnc_correctness_ge_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1003029Z test_nnc_correctness_ge_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1004069Z test_nnc_correctness_geqrf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1005093Z test_nnc_correctness_geqrf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1006055Z test_nnc_correctness_geqrf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1007210Z test_nnc_correctness_geqrf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1008119Z test_nnc_correctness_gradient_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1009085Z test_nnc_correctness_gradient_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1009993Z test_nnc_correctness_gradient_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1010487Z test_nnc_correctness_gradient_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1010946Z test_nnc_correctness_gradient_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1011414Z test_nnc_correctness_gradient_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1011885Z test_nnc_correctness_gradient_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1012355Z test_nnc_correctness_gradient_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1012824Z test_nnc_correctness_gradient_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1013303Z test_nnc_correctness_gradient_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1013833Z test_nnc_correctness_gt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1014402Z test_nnc_correctness_gt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1014968Z test_nnc_correctness_gt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1015538Z test_nnc_correctness_gt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1016098Z test_nnc_correctness_gt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1016812Z test_nnc_correctness_gt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1017388Z test_nnc_correctness_gt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1017953Z test_nnc_correctness_gt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1018509Z test_nnc_correctness_gt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1019076Z test_nnc_correctness_gt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1019647Z test_nnc_correctness_half_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1020229Z test_nnc_correctness_half_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1020818Z test_nnc_correctness_half_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1021400Z test_nnc_correctness_half_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1021979Z test_nnc_correctness_half_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1022652Z test_nnc_correctness_half_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1023241Z test_nnc_correctness_half_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1023827Z test_nnc_correctness_half_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1024376Z test_nnc_correctness_half_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1024932Z test_nnc_correctness_half_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1025506Z test_nnc_correctness_half_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1026074Z test_nnc_correctness_half_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1026649Z test_nnc_correctness_heaviside_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1027246Z test_nnc_correctness_heaviside_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1027842Z test_nnc_correctness_heaviside_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1028437Z test_nnc_correctness_heaviside_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1029019Z test_nnc_correctness_heaviside_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1029602Z test_nnc_correctness_heaviside_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1030256Z test_nnc_correctness_heaviside_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1031094Z test_nnc_correctness_heaviside_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1031708Z test_nnc_correctness_heaviside_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1032297Z test_nnc_correctness_heaviside_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1032882Z test_nnc_correctness_histc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1033460Z test_nnc_correctness_histc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1034043Z test_nnc_correctness_histc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1034599Z test_nnc_correctness_histc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1035183Z test_nnc_correctness_histc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1035759Z test_nnc_correctness_histc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1036440Z test_nnc_correctness_hsplit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1037006Z test_nnc_correctness_hsplit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1037607Z test_nnc_correctness_hsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1038212Z test_nnc_correctness_hsplit_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1038865Z test_nnc_correctness_hsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1039466Z test_nnc_correctness_hsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1040048Z test_nnc_correctness_hsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1040644Z test_nnc_correctness_hsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1041230Z test_nnc_correctness_hsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1041814Z test_nnc_correctness_hsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1042367Z test_nnc_correctness_hsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1042971Z test_nnc_correctness_hsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1043624Z test_nnc_correctness_hsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1044220Z test_nnc_correctness_hstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1044798Z test_nnc_correctness_hstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1045382Z test_nnc_correctness_hstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1045983Z test_nnc_correctness_hstack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1046586Z test_nnc_correctness_hstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1047167Z test_nnc_correctness_hstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1047766Z test_nnc_correctness_hstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1048374Z test_nnc_correctness_hstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1048972Z test_nnc_correctness_hstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1049544Z test_nnc_correctness_hstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1050164Z test_nnc_correctness_hstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1050754Z test_nnc_correctness_hstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1051323Z test_nnc_correctness_hstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1051910Z test_nnc_correctness_hypot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1052477Z test_nnc_correctness_hypot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1053081Z test_nnc_correctness_hypot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1053655Z test_nnc_correctness_hypot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1054241Z test_nnc_correctness_i0_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1054793Z test_nnc_correctness_i0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1055372Z test_nnc_correctness_i0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1055956Z test_nnc_correctness_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1056554Z test_nnc_correctness_i0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1057169Z test_nnc_correctness_i0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1057765Z test_nnc_correctness_i0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1058336Z test_nnc_correctness_i0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1058905Z test_nnc_correctness_i0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1059462Z test_nnc_correctness_i0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1060024Z test_nnc_correctness_igamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1060604Z test_nnc_correctness_igamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1061201Z test_nnc_correctness_igammac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1061798Z test_nnc_correctness_igammac_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1062372Z test_nnc_correctness_imag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1062961Z test_nnc_correctness_imag_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1063634Z test_nnc_correctness_imag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1064223Z test_nnc_correctness_index_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1064802Z test_nnc_correctness_index_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1065404Z test_nnc_correctness_index_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1066010Z test_nnc_correctness_index_add_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1066619Z test_nnc_correctness_index_add_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1067194Z test_nnc_correctness_index_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1067813Z test_nnc_correctness_index_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1068418Z test_nnc_correctness_index_add_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1069001Z test_nnc_correctness_index_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1069581Z test_nnc_correctness_index_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1070170Z test_nnc_correctness_index_add_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1071121Z test_nnc_correctness_index_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1071729Z test_nnc_correctness_index_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1072317Z test_nnc_correctness_index_copy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1072913Z test_nnc_correctness_index_copy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1073544Z test_nnc_correctness_index_copy_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1074172Z test_nnc_correctness_index_copy_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1074798Z test_nnc_correctness_index_copy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1075394Z test_nnc_correctness_index_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1075991Z test_nnc_correctness_index_copy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1076580Z test_nnc_correctness_index_copy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1077251Z test_nnc_correctness_index_copy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1077841Z test_nnc_correctness_index_copy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1078429Z test_nnc_correctness_index_copy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1079015Z test_nnc_correctness_index_copy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1079602Z test_nnc_correctness_index_fill_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1080196Z test_nnc_correctness_index_fill_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1080779Z test_nnc_correctness_index_fill_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1081397Z test_nnc_correctness_index_fill_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1082003Z test_nnc_correctness_index_fill_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1082606Z test_nnc_correctness_index_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1083180Z test_nnc_correctness_index_fill_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1083767Z test_nnc_correctness_index_fill_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1084404Z test_nnc_correctness_index_fill_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1085008Z test_nnc_correctness_index_fill_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1085608Z test_nnc_correctness_index_fill_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1086183Z test_nnc_correctness_index_fill_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1086788Z test_nnc_correctness_index_put_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1087396Z test_nnc_correctness_index_put_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1087994Z test_nnc_correctness_index_put_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1088599Z test_nnc_correctness_index_put_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1089212Z test_nnc_correctness_index_put_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1089813Z test_nnc_correctness_index_put_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1090491Z test_nnc_correctness_index_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1091066Z test_nnc_correctness_index_put_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1091665Z test_nnc_correctness_index_put_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1092256Z test_nnc_correctness_index_put_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1092853Z test_nnc_correctness_index_put_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1093440Z test_nnc_correctness_index_put_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1094033Z test_nnc_correctness_index_put_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1094651Z test_nnc_correctness_index_reduce_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1095277Z test_nnc_correctness_index_reduce_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1095894Z test_nnc_correctness_index_reduce_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1096490Z test_nnc_correctness_index_reduce_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1097111Z test_nnc_correctness_index_reduce_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1097783Z test_nnc_correctness_index_reduce_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1098387Z test_nnc_correctness_index_reduce_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1098971Z test_nnc_correctness_index_reduce_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1099577Z test_nnc_correctness_index_reduce_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1100199Z test_nnc_correctness_index_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1100821Z test_nnc_correctness_index_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1101442Z test_nnc_correctness_index_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1102056Z test_nnc_correctness_index_select_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1102681Z test_nnc_correctness_index_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1103294Z test_nnc_correctness_index_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1103972Z test_nnc_correctness_index_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1104576Z test_nnc_correctness_index_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1105190Z test_nnc_correctness_index_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1105792Z test_nnc_correctness_index_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1106396Z test_nnc_correctness_index_select_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1106976Z test_nnc_correctness_index_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1107588Z test_nnc_correctness_index_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1108200Z test_nnc_correctness_inner_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1108804Z test_nnc_correctness_inner_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1109415Z test_nnc_correctness_inner_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1109996Z test_nnc_correctness_inner_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1110809Z test_nnc_correctness_inner_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1111507Z test_nnc_correctness_inner_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1112125Z test_nnc_correctness_int_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1112698Z test_nnc_correctness_int_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1113295Z test_nnc_correctness_int_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1113900Z test_nnc_correctness_int_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1114507Z test_nnc_correctness_int_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1115077Z test_nnc_correctness_int_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1115667Z test_nnc_correctness_int_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1116262Z test_nnc_correctness_int_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1117127Z test_nnc_correctness_int_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1117928Z test_nnc_correctness_int_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1118646Z test_nnc_correctness_int_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1119245Z test_nnc_correctness_int_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1119842Z test_nnc_correctness_isclose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1120453Z test_nnc_correctness_isclose_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1121045Z test_nnc_correctness_isclose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1121672Z test_nnc_correctness_isclose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1122295Z test_nnc_correctness_isclose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1122912Z test_nnc_correctness_isclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1123493Z test_nnc_correctness_isclose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1124105Z test_nnc_correctness_isclose_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1124707Z test_nnc_correctness_isclose_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1125311Z test_nnc_correctness_isclose_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1125950Z test_nnc_correctness_isclose_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1126569Z test_nnc_correctness_isclose_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1127184Z test_nnc_correctness_isfinite_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1127796Z test_nnc_correctness_isfinite_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1128804Z test_nnc_correctness_isfinite_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1129715Z test_nnc_correctness_isfinite_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1130351Z test_nnc_correctness_isfinite_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1130967Z test_nnc_correctness_isfinite_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1131577Z test_nnc_correctness_isfinite_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1132176Z test_nnc_correctness_isfinite_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1132900Z test_nnc_correctness_isfinite_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1133508Z test_nnc_correctness_isfinite_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1134122Z test_nnc_correctness_isfinite_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1134706Z test_nnc_correctness_isfinite_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1135324Z test_nnc_correctness_isfinite_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1135930Z test_nnc_correctness_isin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1136534Z test_nnc_correctness_isin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1137094Z test_nnc_correctness_isin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1137683Z test_nnc_correctness_isin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1138271Z test_nnc_correctness_isin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1138912Z test_nnc_correctness_isin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1139475Z test_nnc_correctness_isin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1140081Z test_nnc_correctness_isin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1140748Z test_nnc_correctness_isinf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1141362Z test_nnc_correctness_isinf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1141962Z test_nnc_correctness_isinf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1142552Z test_nnc_correctness_isinf_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1143176Z test_nnc_correctness_isinf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1143793Z test_nnc_correctness_isinf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1144395Z test_nnc_correctness_isinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1144975Z test_nnc_correctness_isinf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1145576Z test_nnc_correctness_isinf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1146179Z test_nnc_correctness_isinf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1146833Z test_nnc_correctness_isinf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1147402Z test_nnc_correctness_isinf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1147990Z test_nnc_correctness_isinf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1148595Z test_nnc_correctness_isnan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1149192Z test_nnc_correctness_isnan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1149778Z test_nnc_correctness_isnan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1150404Z test_nnc_correctness_isnan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1151212Z test_nnc_correctness_isnan_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1151815Z test_nnc_correctness_isnan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1152409Z test_nnc_correctness_isnan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1152998Z test_nnc_correctness_isnan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1153600Z test_nnc_correctness_isnan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1154193Z test_nnc_correctness_isnan_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1154875Z test_nnc_correctness_isnan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1155462Z test_nnc_correctness_isnan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1156076Z test_nnc_correctness_isneginf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1156698Z test_nnc_correctness_isneginf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1157317Z test_nnc_correctness_isneginf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1157915Z test_nnc_correctness_isneginf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1158530Z test_nnc_correctness_isneginf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1159145Z test_nnc_correctness_isneginf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1159755Z test_nnc_correctness_isneginf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1160357Z test_nnc_correctness_isneginf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1161026Z test_nnc_correctness_isneginf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1161643Z test_nnc_correctness_isneginf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1162258Z test_nnc_correctness_isposinf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1162871Z test_nnc_correctness_isposinf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1163458Z test_nnc_correctness_isposinf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1164070Z test_nnc_correctness_isposinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1164690Z test_nnc_correctness_isposinf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1165304Z test_nnc_correctness_isposinf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1165883Z test_nnc_correctness_isposinf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1166488Z test_nnc_correctness_isposinf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1167097Z test_nnc_correctness_isposinf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1167708Z test_nnc_correctness_isposinf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1168351Z test_nnc_correctness_isreal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1169124Z test_nnc_correctness_isreal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1170155Z test_nnc_correctness_isreal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1171075Z test_nnc_correctness_isreal_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1172051Z test_nnc_correctness_isreal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1173011Z test_nnc_correctness_isreal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1174213Z test_nnc_correctness_isreal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1175455Z test_nnc_correctness_isreal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1176298Z test_nnc_correctness_isreal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1176899Z test_nnc_correctness_isreal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1177457Z test_nnc_correctness_isreal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1178192Z test_nnc_correctness_isreal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1178800Z test_nnc_correctness_isreal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1179408Z test_nnc_correctness_istft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1180002Z test_nnc_correctness_istft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1180614Z test_nnc_correctness_istft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1181224Z test_nnc_correctness_istft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1181864Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1182497Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1183162Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1183826Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1184492Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1185209Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1185844Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1186497Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1187139Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1187790Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1188426Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1189076Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1189737Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1190408Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1191354Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1192134Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1192822Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1193487Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1194144Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1194784Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1195453Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1196107Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1196769Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1197429Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1198068Z test_nnc_correctness_jiterator_binary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1198847Z test_nnc_correctness_jiterator_binary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1199506Z test_nnc_correctness_jiterator_binary_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1200152Z test_nnc_correctness_jiterator_binary_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1200795Z test_nnc_correctness_jiterator_binary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1201409Z test_nnc_correctness_jiterator_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1202042Z test_nnc_correctness_jiterator_binary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1202681Z test_nnc_correctness_jiterator_binary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1203305Z test_nnc_correctness_jiterator_binary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1203912Z test_nnc_correctness_jiterator_binary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1204532Z test_nnc_correctness_jiterator_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1205222Z test_nnc_correctness_jiterator_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1205874Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1206513Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1207184Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1207859Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1208531Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1209201Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1209844Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1210504Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1211153Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1211808Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1212520Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1213163Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1213814Z test_nnc_correctness_jiterator_unary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1214444Z test_nnc_correctness_jiterator_unary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1215080Z test_nnc_correctness_jiterator_unary_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1215706Z test_nnc_correctness_jiterator_unary_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1216343Z test_nnc_correctness_jiterator_unary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1216973Z test_nnc_correctness_jiterator_unary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1217603Z test_nnc_correctness_jiterator_unary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1218204Z test_nnc_correctness_jiterator_unary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1218970Z test_nnc_correctness_jiterator_unary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1219596Z test_nnc_correctness_jiterator_unary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1220221Z test_nnc_correctness_jiterator_unary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1220841Z test_nnc_correctness_jiterator_unary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1221431Z test_nnc_correctness_kron_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1222035Z test_nnc_correctness_kron_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1222640Z test_nnc_correctness_kron_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1223252Z test_nnc_correctness_kron_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1223835Z test_nnc_correctness_kron_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1224430Z test_nnc_correctness_kron_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1225022Z test_nnc_correctness_kron_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1225619Z test_nnc_correctness_kron_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1226242Z test_nnc_correctness_kron_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1226847Z test_nnc_correctness_kron_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1227438Z test_nnc_correctness_kron_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1228025Z test_nnc_correctness_kron_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1228626Z test_nnc_correctness_kthvalue_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1229220Z test_nnc_correctness_kthvalue_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1229829Z test_nnc_correctness_kthvalue_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1230442Z test_nnc_correctness_kthvalue_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1231264Z test_nnc_correctness_kthvalue_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1231846Z test_nnc_correctness_kthvalue_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1232456Z test_nnc_correctness_kthvalue_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1233163Z test_nnc_correctness_kthvalue_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1233768Z test_nnc_correctness_lcm_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1234336Z test_nnc_correctness_lcm_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1234919Z test_nnc_correctness_lcm_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1235510Z test_nnc_correctness_lcm_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1236111Z test_nnc_correctness_lcm_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1236692Z test_nnc_correctness_ldexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1237295Z test_nnc_correctness_ldexp_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1237905Z test_nnc_correctness_ldexp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1238561Z test_nnc_correctness_ldexp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1239177Z test_nnc_correctness_ldexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1239764Z test_nnc_correctness_ldexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1240430Z test_nnc_correctness_ldexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1241053Z test_nnc_correctness_ldexp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1241645Z test_nnc_correctness_ldexp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1242215Z test_nnc_correctness_ldexp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1242813Z test_nnc_correctness_ldexp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1243420Z test_nnc_correctness_ldexp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1244008Z test_nnc_correctness_le_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1244581Z test_nnc_correctness_le_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1245176Z test_nnc_correctness_le_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1245767Z test_nnc_correctness_le_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1246345Z test_nnc_correctness_le_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1246974Z test_nnc_correctness_le_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1247570Z test_nnc_correctness_le_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1248161Z test_nnc_correctness_le_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1248755Z test_nnc_correctness_le_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1249349Z test_nnc_correctness_le_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1249934Z test_nnc_correctness_lerp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1250546Z test_nnc_correctness_lerp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1251161Z test_nnc_correctness_lerp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1251772Z test_nnc_correctness_lerp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1252347Z test_nnc_correctness_lerp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1252935Z test_nnc_correctness_lerp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1253528Z test_nnc_correctness_lgamma_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1254188Z test_nnc_correctness_lgamma_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1254782Z test_nnc_correctness_lgamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1255388Z test_nnc_correctness_lgamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1255994Z test_nnc_correctness_lgamma_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1256581Z test_nnc_correctness_lgamma_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1257141Z test_nnc_correctness_lgamma_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1257727Z test_nnc_correctness_lgamma_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1258326Z test_nnc_correctness_lgamma_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1258952Z test_nnc_correctness_linalg_cholesky_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1259597Z test_nnc_correctness_linalg_cholesky_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1260282Z test_nnc_correctness_linalg_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1260918Z test_nnc_correctness_linalg_cholesky_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1261554Z test_nnc_correctness_linalg_cholesky_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1262199Z test_nnc_correctness_linalg_cholesky_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1262818Z test_nnc_correctness_linalg_cholesky_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1263455Z test_nnc_correctness_linalg_cholesky_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1264096Z test_nnc_correctness_linalg_cond_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1264725Z test_nnc_correctness_linalg_cond_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1265329Z test_nnc_correctness_linalg_cond_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1265945Z test_nnc_correctness_linalg_cond_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1266574Z test_nnc_correctness_linalg_cross_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1267206Z test_nnc_correctness_linalg_cross_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1267888Z test_nnc_correctness_linalg_cross_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1268500Z test_nnc_correctness_linalg_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1269114Z test_nnc_correctness_linalg_cross_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1269729Z test_nnc_correctness_linalg_cross_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1270339Z test_nnc_correctness_linalg_cross_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1270994Z test_nnc_correctness_linalg_cross_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1271291Z test_nnc_correctness_linalg_cross_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1271602Z test_nnc_correctness_linalg_cross_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1271914Z test_nnc_correctness_linalg_det_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1272225Z test_nnc_correctness_linalg_det_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1272632Z test_nnc_correctness_linalg_det_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1272943Z test_nnc_correctness_linalg_det_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1273265Z test_nnc_correctness_linalg_det_singular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1273590Z test_nnc_correctness_linalg_det_singular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1273911Z test_nnc_correctness_linalg_det_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1274233Z test_nnc_correctness_linalg_det_singular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1274546Z test_nnc_correctness_linalg_eig_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1274856Z test_nnc_correctness_linalg_eig_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1275139Z test_nnc_correctness_linalg_eig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1275444Z test_nnc_correctness_linalg_eig_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1275766Z test_nnc_correctness_linalg_eigh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1276083Z test_nnc_correctness_linalg_eigh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1276458Z test_nnc_correctness_linalg_eigh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1276778Z test_nnc_correctness_linalg_eigh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1277098Z test_nnc_correctness_linalg_eigvals_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1277411Z test_nnc_correctness_linalg_eigvals_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1277729Z test_nnc_correctness_linalg_eigvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1278044Z test_nnc_correctness_linalg_eigvals_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1278361Z test_nnc_correctness_linalg_eigvalsh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1278674Z test_nnc_correctness_linalg_eigvalsh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1278986Z test_nnc_correctness_linalg_eigvalsh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1279277Z test_nnc_correctness_linalg_eigvalsh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1279730Z test_nnc_correctness_linalg_householder_product_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1280070Z test_nnc_correctness_linalg_householder_product_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1280398Z test_nnc_correctness_linalg_householder_product_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1280731Z test_nnc_correctness_linalg_householder_product_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1281043Z test_nnc_correctness_linalg_inv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1281357Z test_nnc_correctness_linalg_inv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1281667Z test_nnc_correctness_linalg_inv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1281976Z test_nnc_correctness_linalg_inv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1282291Z test_nnc_correctness_linalg_inv_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1282606Z test_nnc_correctness_linalg_inv_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1282922Z test_nnc_correctness_linalg_inv_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1283261Z test_nnc_correctness_linalg_inv_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1283592Z test_nnc_correctness_linalg_ldl_factor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1283915Z test_nnc_correctness_linalg_ldl_factor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1284233Z test_nnc_correctness_linalg_ldl_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1284537Z test_nnc_correctness_linalg_ldl_factor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1284867Z test_nnc_correctness_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1285189Z test_nnc_correctness_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1285505Z test_nnc_correctness_linalg_ldl_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1285821Z test_nnc_correctness_linalg_ldl_factor_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1286137Z test_nnc_correctness_linalg_ldl_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1286512Z test_nnc_correctness_linalg_ldl_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1286827Z test_nnc_correctness_linalg_ldl_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1287120Z test_nnc_correctness_linalg_ldl_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1287433Z test_nnc_correctness_linalg_lstsq_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1287745Z test_nnc_correctness_linalg_lstsq_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1288060Z test_nnc_correctness_linalg_lstsq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1288376Z test_nnc_correctness_linalg_lstsq_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1288709Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1289041Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1289370Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1289700Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1290057Z test_nnc_correctness_linalg_lu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1290377Z test_nnc_correctness_linalg_lu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1290683Z test_nnc_correctness_linalg_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1290964Z test_nnc_correctness_linalg_lu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1291283Z test_nnc_correctness_linalg_lu_factor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1291607Z test_nnc_correctness_linalg_lu_factor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1291921Z test_nnc_correctness_linalg_lu_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1292236Z test_nnc_correctness_linalg_lu_factor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1292565Z test_nnc_correctness_linalg_lu_factor_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1292885Z test_nnc_correctness_linalg_lu_factor_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1293279Z test_nnc_correctness_linalg_lu_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1293599Z test_nnc_correctness_linalg_lu_factor_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1293917Z test_nnc_correctness_linalg_lu_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1294230Z test_nnc_correctness_linalg_lu_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1294543Z test_nnc_correctness_linalg_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1294857Z test_nnc_correctness_linalg_lu_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1295154Z test_nnc_correctness_linalg_matrix_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1295473Z test_nnc_correctness_linalg_matrix_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1295791Z test_nnc_correctness_linalg_matrix_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1296105Z test_nnc_correctness_linalg_matrix_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1296420Z test_nnc_correctness_linalg_matrix_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1296732Z test_nnc_correctness_linalg_matrix_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1297103Z test_nnc_correctness_linalg_matrix_power_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1297430Z test_nnc_correctness_linalg_matrix_power_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1297744Z test_nnc_correctness_linalg_matrix_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1298049Z test_nnc_correctness_linalg_matrix_power_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1298404Z test_nnc_correctness_linalg_matrix_rank_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1298682Z test_nnc_correctness_linalg_matrix_rank_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1298971Z test_nnc_correctness_linalg_matrix_rank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1299280Z test_nnc_correctness_linalg_matrix_rank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1299615Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1300010Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1300349Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1300679Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1300992Z test_nnc_correctness_linalg_multi_dot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1301307Z test_nnc_correctness_linalg_multi_dot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1301622Z test_nnc_correctness_linalg_multi_dot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1301936Z test_nnc_correctness_linalg_multi_dot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1302246Z test_nnc_correctness_linalg_multi_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1302557Z test_nnc_correctness_linalg_multi_dot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1302840Z test_nnc_correctness_linalg_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1303152Z test_nnc_correctness_linalg_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1303464Z test_nnc_correctness_linalg_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1303820Z test_nnc_correctness_linalg_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1304137Z test_nnc_correctness_linalg_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1304442Z test_nnc_correctness_linalg_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1304780Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1305128Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1305469Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1305801Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1306136Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1306466Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1306836Z test_nnc_correctness_linalg_pinv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1307129Z test_nnc_correctness_linalg_pinv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1307439Z test_nnc_correctness_linalg_pinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1307743Z test_nnc_correctness_linalg_pinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1308071Z test_nnc_correctness_linalg_pinv_hermitian_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1308402Z test_nnc_correctness_linalg_pinv_hermitian_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1308728Z test_nnc_correctness_linalg_pinv_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1309042Z test_nnc_correctness_linalg_pinv_hermitian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1309369Z test_nnc_correctness_linalg_pinv_singular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1309695Z test_nnc_correctness_linalg_pinv_singular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1310011Z test_nnc_correctness_linalg_pinv_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1310373Z test_nnc_correctness_linalg_pinv_singular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1310890Z test_nnc_correctness_linalg_qr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1311179Z test_nnc_correctness_linalg_qr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1311488Z test_nnc_correctness_linalg_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1311793Z test_nnc_correctness_linalg_qr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1312120Z test_nnc_correctness_linalg_slogdet_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1312444Z test_nnc_correctness_linalg_slogdet_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1312757Z test_nnc_correctness_linalg_slogdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1313066Z test_nnc_correctness_linalg_slogdet_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1313376Z test_nnc_correctness_linalg_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1313778Z test_nnc_correctness_linalg_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1314090Z test_nnc_correctness_linalg_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1314397Z test_nnc_correctness_linalg_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1314716Z test_nnc_correctness_linalg_solve_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1315008Z test_nnc_correctness_linalg_solve_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1315318Z test_nnc_correctness_linalg_solve_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1315635Z test_nnc_correctness_linalg_solve_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1315970Z test_nnc_correctness_linalg_solve_triangular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1316304Z test_nnc_correctness_linalg_solve_triangular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1316626Z test_nnc_correctness_linalg_solve_triangular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1316939Z test_nnc_correctness_linalg_solve_triangular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1317255Z test_nnc_correctness_linalg_svd_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1317629Z test_nnc_correctness_linalg_svd_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1317951Z test_nnc_correctness_linalg_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1318258Z test_nnc_correctness_linalg_svd_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1318575Z test_nnc_correctness_linalg_svdvals_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1318875Z test_nnc_correctness_linalg_svdvals_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1319190Z test_nnc_correctness_linalg_svdvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1319502Z test_nnc_correctness_linalg_svdvals_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1319823Z test_nnc_correctness_linalg_tensorinv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1320135Z test_nnc_correctness_linalg_tensorinv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1320442Z test_nnc_correctness_linalg_tensorinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1320816Z test_nnc_correctness_linalg_tensorinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1321145Z test_nnc_correctness_linalg_tensorsolve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1321470Z test_nnc_correctness_linalg_tensorsolve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1321788Z test_nnc_correctness_linalg_tensorsolve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1322101Z test_nnc_correctness_linalg_tensorsolve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1322422Z test_nnc_correctness_linalg_vander_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1322722Z test_nnc_correctness_linalg_vander_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1323037Z test_nnc_correctness_linalg_vander_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1323347Z test_nnc_correctness_linalg_vander_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1323657Z test_nnc_correctness_linalg_vander_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1323968Z test_nnc_correctness_linalg_vander_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1324318Z test_nnc_correctness_linalg_vander_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1324637Z test_nnc_correctness_linalg_vander_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1324944Z test_nnc_correctness_linalg_vander_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1325256Z test_nnc_correctness_linalg_vecdot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1325571Z test_nnc_correctness_linalg_vecdot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1325891Z test_nnc_correctness_linalg_vecdot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1326204Z test_nnc_correctness_linalg_vecdot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1326495Z test_nnc_correctness_linalg_vecdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1326806Z test_nnc_correctness_linalg_vecdot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1327124Z test_nnc_correctness_linalg_vector_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1327502Z test_nnc_correctness_linalg_vector_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1327824Z test_nnc_correctness_linalg_vector_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1328135Z test_nnc_correctness_linalg_vector_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1328451Z test_nnc_correctness_linalg_vector_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1328755Z test_nnc_correctness_linalg_vector_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1329063Z test_nnc_correctness_linspace_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1329378Z test_nnc_correctness_linspace_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1329698Z test_nnc_correctness_linspace_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1330002Z test_nnc_correctness_linspace_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1330275Z test_nnc_correctness_linspace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1330580Z test_nnc_correctness_linspace_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1330887Z test_nnc_correctness_linspace_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1331226Z test_nnc_correctness_linspace_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1331535Z test_nnc_correctness_linspace_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1331837Z test_nnc_correctness_linspace_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1332140Z test_nnc_correctness_linspace_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1332439Z test_nnc_correctness_log10_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1332739Z test_nnc_correctness_log10_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1333044Z test_nnc_correctness_log10_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1333345Z test_nnc_correctness_log10_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1333621Z test_nnc_correctness_log10_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1333914Z test_nnc_correctness_log10_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1334212Z test_nnc_correctness_log10_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1334570Z test_nnc_correctness_log10_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1334867Z test_nnc_correctness_log10_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1335149Z test_nnc_correctness_log10_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1335440Z test_nnc_correctness_log10_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1335724Z test_nnc_correctness_log10_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1336030Z test_nnc_correctness_log1p_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1336321Z test_nnc_correctness_log1p_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1336615Z test_nnc_correctness_log1p_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1336903Z test_nnc_correctness_log1p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1337182Z test_nnc_correctness_log1p_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1337479Z test_nnc_correctness_log1p_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1337775Z test_nnc_correctness_log1p_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1338118Z test_nnc_correctness_log1p_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1338424Z test_nnc_correctness_log1p_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1338755Z test_nnc_correctness_log1p_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1339049Z test_nnc_correctness_log2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1339340Z test_nnc_correctness_log2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1339650Z test_nnc_correctness_log2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1339953Z test_nnc_correctness_log2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1340249Z test_nnc_correctness_log2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1340516Z test_nnc_correctness_log2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1340801Z test_nnc_correctness_log2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1341096Z test_nnc_correctness_log2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1341454Z test_nnc_correctness_log2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1341741Z test_nnc_correctness_log2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1342030Z test_nnc_correctness_log2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1342322Z test_nnc_correctness_log2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1342614Z test_nnc_correctness_log_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1342911Z test_nnc_correctness_log_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1343215Z test_nnc_correctness_log_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1343518Z test_nnc_correctness_log_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1343795Z test_nnc_correctness_log_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1344091Z test_nnc_correctness_log_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1344386Z test_nnc_correctness_log_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1344676Z test_nnc_correctness_log_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1345018Z test_nnc_correctness_log_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1345308Z test_nnc_correctness_log_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1345600Z test_nnc_correctness_log_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1345891Z test_nnc_correctness_log_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1346189Z test_nnc_correctness_log_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1346503Z test_nnc_correctness_log_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1346812Z test_nnc_correctness_log_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1347099Z test_nnc_correctness_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1347396Z test_nnc_correctness_log_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1347714Z test_nnc_correctness_log_softmax_dtype_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1348082Z test_nnc_correctness_log_softmax_dtype_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1348400Z test_nnc_correctness_log_softmax_dtype_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1348717Z test_nnc_correctness_log_softmax_dtype_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1349028Z test_nnc_correctness_log_softmax_dtype_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1349335Z test_nnc_correctness_log_softmax_dtype_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1349647Z test_nnc_correctness_log_softmax_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1349951Z test_nnc_correctness_log_softmax_dtype_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1350260Z test_nnc_correctness_log_softmax_dtype_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1350759Z test_nnc_correctness_log_softmax_dtype_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1351055Z test_nnc_correctness_log_softmax_dtype_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1351359Z test_nnc_correctness_log_softmax_dtype_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1351670Z test_nnc_correctness_log_softmax_dtype_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1352112Z test_nnc_correctness_logaddexp2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1352431Z test_nnc_correctness_logaddexp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1352736Z test_nnc_correctness_logaddexp2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1353041Z test_nnc_correctness_logaddexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1353344Z test_nnc_correctness_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1353652Z test_nnc_correctness_logaddexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1353958Z test_nnc_correctness_logcumsumexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1354268Z test_nnc_correctness_logcumsumexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1354573Z test_nnc_correctness_logcumsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1354865Z test_nnc_correctness_logcumsumexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1355242Z test_nnc_correctness_logdet_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1355549Z test_nnc_correctness_logdet_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1355847Z test_nnc_correctness_logdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1356143Z test_nnc_correctness_logdet_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1356442Z test_nnc_correctness_logical_and_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1356738Z test_nnc_correctness_logical_and_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1357047Z test_nnc_correctness_logical_and_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1357356Z test_nnc_correctness_logical_and_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1357661Z test_nnc_correctness_logical_and_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1357964Z test_nnc_correctness_logical_and_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1358265Z test_nnc_correctness_logical_and_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1358549Z test_nnc_correctness_logical_and_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1358896Z test_nnc_correctness_logical_and_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1359206Z test_nnc_correctness_logical_and_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1359502Z test_nnc_correctness_logical_and_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1359794Z test_nnc_correctness_logical_and_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1360095Z test_nnc_correctness_logical_not_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1360387Z test_nnc_correctness_logical_not_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1360695Z test_nnc_correctness_logical_not_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1360999Z test_nnc_correctness_logical_not_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1361301Z test_nnc_correctness_logical_not_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1361602Z test_nnc_correctness_logical_not_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1361952Z test_nnc_correctness_logical_not_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1362253Z test_nnc_correctness_logical_not_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1362550Z test_nnc_correctness_logical_not_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1362849Z test_nnc_correctness_logical_not_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1363141Z test_nnc_correctness_logical_not_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1363431Z test_nnc_correctness_logical_not_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1363736Z test_nnc_correctness_logical_or_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1364037Z test_nnc_correctness_logical_or_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1364343Z test_nnc_correctness_logical_or_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1364646Z test_nnc_correctness_logical_or_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1364944Z test_nnc_correctness_logical_or_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1365249Z test_nnc_correctness_logical_or_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1365581Z test_nnc_correctness_logical_or_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1365888Z test_nnc_correctness_logical_or_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1366182Z test_nnc_correctness_logical_or_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1366468Z test_nnc_correctness_logical_or_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1366763Z test_nnc_correctness_logical_or_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1367065Z test_nnc_correctness_logical_or_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1367368Z test_nnc_correctness_logical_xor_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1367659Z test_nnc_correctness_logical_xor_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1367964Z test_nnc_correctness_logical_xor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1368270Z test_nnc_correctness_logical_xor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1368626Z test_nnc_correctness_logical_xor_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1368931Z test_nnc_correctness_logical_xor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1369215Z test_nnc_correctness_logical_xor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1369511Z test_nnc_correctness_logical_xor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1369808Z test_nnc_correctness_logical_xor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1370103Z test_nnc_correctness_logical_xor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1370402Z test_nnc_correctness_logical_xor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1370697Z test_nnc_correctness_logical_xor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1370992Z test_nnc_correctness_logit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1371285Z test_nnc_correctness_logit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1371576Z test_nnc_correctness_logit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1371859Z test_nnc_correctness_logit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1372206Z test_nnc_correctness_logit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1372491Z test_nnc_correctness_logit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1372780Z test_nnc_correctness_logit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1373060Z test_nnc_correctness_logit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1373344Z test_nnc_correctness_logit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1373628Z test_nnc_correctness_logit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1373934Z test_nnc_correctness_logspace_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1374240Z test_nnc_correctness_logspace_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1374546Z test_nnc_correctness_logspace_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1374844Z test_nnc_correctness_logspace_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1375140Z test_nnc_correctness_logspace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1375496Z test_nnc_correctness_logspace_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1375778Z test_nnc_correctness_logspace_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1376078Z test_nnc_correctness_logspace_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1376372Z test_nnc_correctness_logspace_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1376666Z test_nnc_correctness_logspace_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1376962Z test_nnc_correctness_logspace_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1377273Z test_nnc_correctness_logsumexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1377565Z test_nnc_correctness_logsumexp_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1377867Z test_nnc_correctness_logsumexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1378166Z test_nnc_correctness_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1378468Z test_nnc_correctness_logsumexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1378772Z test_nnc_correctness_logsumexp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1379118Z test_nnc_correctness_logsumexp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1379398Z test_nnc_correctness_logsumexp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1379693Z test_nnc_correctness_logsumexp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1379992Z test_nnc_correctness_logsumexp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1380284Z test_nnc_correctness_long_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1380577Z test_nnc_correctness_long_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1380877Z test_nnc_correctness_long_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1381172Z test_nnc_correctness_long_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1381470Z test_nnc_correctness_long_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1381761Z test_nnc_correctness_long_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1382115Z test_nnc_correctness_long_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1382397Z test_nnc_correctness_long_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1382667Z test_nnc_correctness_long_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1382947Z test_nnc_correctness_long_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1383237Z test_nnc_correctness_long_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1383524Z test_nnc_correctness_long_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1383812Z test_nnc_correctness_long_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1384103Z test_nnc_correctness_lt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1384389Z test_nnc_correctness_lt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1384679Z test_nnc_correctness_lt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1384960Z test_nnc_correctness_lt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1385237Z test_nnc_correctness_lt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1385527Z test_nnc_correctness_lt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1385846Z test_nnc_correctness_lt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1386143Z test_nnc_correctness_lt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1386429Z test_nnc_correctness_lt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1386712Z test_nnc_correctness_lt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1387006Z test_nnc_correctness_lu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1387307Z test_nnc_correctness_lu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1387598Z test_nnc_correctness_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1387885Z test_nnc_correctness_lu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1388185Z test_nnc_correctness_lu_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1388488Z test_nnc_correctness_lu_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1388864Z test_nnc_correctness_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1389146Z test_nnc_correctness_lu_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1389453Z test_nnc_correctness_lu_unpack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1389758Z test_nnc_correctness_lu_unpack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1390056Z test_nnc_correctness_lu_unpack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1390357Z test_nnc_correctness_lu_unpack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1390857Z test_nnc_correctness_mH_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1391157Z test_nnc_correctness_mH_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1391455Z test_nnc_correctness_mH_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1391751Z test_nnc_correctness_mH_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1392042Z test_nnc_correctness_mH_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1392332Z test_nnc_correctness_mH_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1392614Z test_nnc_correctness_mH_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1392948Z test_nnc_correctness_mH_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1393248Z test_nnc_correctness_mH_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1393532Z test_nnc_correctness_mH_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1393820Z test_nnc_correctness_mH_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1394104Z test_nnc_correctness_mH_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1394393Z test_nnc_correctness_mH_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1394687Z test_nnc_correctness_mT_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1394971Z test_nnc_correctness_mT_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1395267Z test_nnc_correctness_mT_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1395561Z test_nnc_correctness_mT_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1395917Z test_nnc_correctness_mT_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1396190Z test_nnc_correctness_mT_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1396471Z test_nnc_correctness_mT_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1396764Z test_nnc_correctness_mT_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1397050Z test_nnc_correctness_mT_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1397333Z test_nnc_correctness_mT_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1397620Z test_nnc_correctness_mT_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1397908Z test_nnc_correctness_mT_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1398189Z test_nnc_correctness_mT_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1398494Z test_nnc_correctness_masked_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1398796Z test_nnc_correctness_masked_amax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1399099Z test_nnc_correctness_masked_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1399387Z test_nnc_correctness_masked_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1399739Z test_nnc_correctness_masked_amax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1400051Z test_nnc_correctness_masked_amax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1400350Z test_nnc_correctness_masked_amax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1400647Z test_nnc_correctness_masked_amax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1400944Z test_nnc_correctness_masked_amax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1401248Z test_nnc_correctness_masked_amin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1401550Z test_nnc_correctness_masked_amin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1401853Z test_nnc_correctness_masked_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1402159Z test_nnc_correctness_masked_amin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1402457Z test_nnc_correctness_masked_amin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1402815Z test_nnc_correctness_masked_amin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1403095Z test_nnc_correctness_masked_amin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1403392Z test_nnc_correctness_masked_amin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1403682Z test_nnc_correctness_masked_amin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1403990Z test_nnc_correctness_masked_argmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1404295Z test_nnc_correctness_masked_argmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1404609Z test_nnc_correctness_masked_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1404915Z test_nnc_correctness_masked_argmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1405213Z test_nnc_correctness_masked_argmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1405511Z test_nnc_correctness_masked_argmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1405809Z test_nnc_correctness_masked_argmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1406112Z test_nnc_correctness_masked_argmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1406462Z test_nnc_correctness_masked_argmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1406761Z test_nnc_correctness_masked_argmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1407068Z test_nnc_correctness_masked_argmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1407384Z test_nnc_correctness_masked_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1407692Z test_nnc_correctness_masked_argmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1407994Z test_nnc_correctness_masked_argmin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1408276Z test_nnc_correctness_masked_argmin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1408574Z test_nnc_correctness_masked_argmin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1408873Z test_nnc_correctness_masked_argmin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1409175Z test_nnc_correctness_masked_argmin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1409544Z test_nnc_correctness_masked_cumprod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1409860Z test_nnc_correctness_masked_cumprod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1410173Z test_nnc_correctness_masked_cumprod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1410480Z test_nnc_correctness_masked_cumprod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1410786Z test_nnc_correctness_masked_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1411095Z test_nnc_correctness_masked_cumprod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1411395Z test_nnc_correctness_masked_cumprod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1411695Z test_nnc_correctness_masked_cumprod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1411982Z test_nnc_correctness_masked_cumprod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1412284Z test_nnc_correctness_masked_cumprod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1412581Z test_nnc_correctness_masked_cumprod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1412890Z test_nnc_correctness_masked_cumsum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1413264Z test_nnc_correctness_masked_cumsum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1413583Z test_nnc_correctness_masked_cumsum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1413883Z test_nnc_correctness_masked_cumsum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1414190Z test_nnc_correctness_masked_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1414495Z test_nnc_correctness_masked_cumsum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1414799Z test_nnc_correctness_masked_cumsum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1415096Z test_nnc_correctness_masked_cumsum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1415388Z test_nnc_correctness_masked_cumsum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1415671Z test_nnc_correctness_masked_cumsum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1415978Z test_nnc_correctness_masked_cumsum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1416345Z test_nnc_correctness_masked_fill_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1416646Z test_nnc_correctness_masked_fill_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1416958Z test_nnc_correctness_masked_fill_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1417263Z test_nnc_correctness_masked_fill_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1417566Z test_nnc_correctness_masked_fill_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1417868Z test_nnc_correctness_masked_fill_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1418171Z test_nnc_correctness_masked_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1418469Z test_nnc_correctness_masked_fill_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1418765Z test_nnc_correctness_masked_fill_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1419067Z test_nnc_correctness_masked_fill_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1419348Z test_nnc_correctness_masked_fill_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1419651Z test_nnc_correctness_masked_fill_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1419991Z test_nnc_correctness_masked_fill_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1420318Z test_nnc_correctness_masked_log_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1420626Z test_nnc_correctness_masked_log_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1420925Z test_nnc_correctness_masked_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1421239Z test_nnc_correctness_masked_log_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1421556Z test_nnc_correctness_masked_logaddexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1421865Z test_nnc_correctness_masked_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1422176Z test_nnc_correctness_masked_logaddexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1422488Z test_nnc_correctness_masked_logsumexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1422795Z test_nnc_correctness_masked_logsumexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1423150Z test_nnc_correctness_masked_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1423458Z test_nnc_correctness_masked_logsumexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1423765Z test_nnc_correctness_masked_logsumexp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1424077Z test_nnc_correctness_masked_logsumexp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1424380Z test_nnc_correctness_masked_logsumexp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1424690Z test_nnc_correctness_masked_logsumexp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1424994Z test_nnc_correctness_masked_logsumexp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1425298Z test_nnc_correctness_masked_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1425595Z test_nnc_correctness_masked_mean_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1425900Z test_nnc_correctness_masked_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1426211Z test_nnc_correctness_masked_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1426563Z test_nnc_correctness_masked_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1426857Z test_nnc_correctness_masked_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1427159Z test_nnc_correctness_masked_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1427454Z test_nnc_correctness_masked_mean_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1427752Z test_nnc_correctness_masked_mean_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1428052Z test_nnc_correctness_masked_mean_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1428351Z test_nnc_correctness_masked_mean_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1428643Z test_nnc_correctness_masked_mean_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1428947Z test_nnc_correctness_masked_median_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1429252Z test_nnc_correctness_masked_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1429616Z test_nnc_correctness_masked_median_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1429919Z test_nnc_correctness_masked_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1430203Z test_nnc_correctness_masked_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1430685Z test_nnc_correctness_masked_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1431000Z test_nnc_correctness_masked_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1431313Z test_nnc_correctness_masked_normalize_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1431635Z test_nnc_correctness_masked_normalize_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1431951Z test_nnc_correctness_masked_normalize_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1432257Z test_nnc_correctness_masked_normalize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1432565Z test_nnc_correctness_masked_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1432872Z test_nnc_correctness_masked_normalize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1433178Z test_nnc_correctness_masked_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1433559Z test_nnc_correctness_masked_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1433880Z test_nnc_correctness_masked_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1434169Z test_nnc_correctness_masked_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1434470Z test_nnc_correctness_masked_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1434774Z test_nnc_correctness_masked_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1435073Z test_nnc_correctness_masked_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1435372Z test_nnc_correctness_masked_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1435670Z test_nnc_correctness_masked_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1435962Z test_nnc_correctness_masked_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1436258Z test_nnc_correctness_masked_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1436640Z test_nnc_correctness_masked_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1436953Z test_nnc_correctness_masked_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1437260Z test_nnc_correctness_masked_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1437572Z test_nnc_correctness_masked_scatter_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1437861Z test_nnc_correctness_masked_scatter_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1438167Z test_nnc_correctness_masked_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1438477Z test_nnc_correctness_masked_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1438830Z test_nnc_correctness_masked_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1439132Z test_nnc_correctness_masked_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1439431Z test_nnc_correctness_masked_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1439727Z test_nnc_correctness_masked_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1440033Z test_nnc_correctness_masked_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1440395Z test_nnc_correctness_masked_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1440713Z test_nnc_correctness_masked_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1441015Z test_nnc_correctness_masked_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1441326Z test_nnc_correctness_masked_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1441621Z test_nnc_correctness_masked_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1441934Z test_nnc_correctness_masked_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1442241Z test_nnc_correctness_masked_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1442544Z test_nnc_correctness_masked_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1442844Z test_nnc_correctness_masked_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1443144Z test_nnc_correctness_masked_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1443493Z test_nnc_correctness_masked_select_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1443800Z test_nnc_correctness_masked_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1444102Z test_nnc_correctness_masked_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1444408Z test_nnc_correctness_masked_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1444715Z test_nnc_correctness_masked_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1445002Z test_nnc_correctness_masked_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1445316Z test_nnc_correctness_masked_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1445627Z test_nnc_correctness_masked_softmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1445927Z test_nnc_correctness_masked_softmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1446227Z test_nnc_correctness_masked_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1446526Z test_nnc_correctness_masked_softmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1446829Z test_nnc_correctness_masked_std_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1447210Z test_nnc_correctness_masked_std_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1447525Z test_nnc_correctness_masked_std_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1447824Z test_nnc_correctness_masked_std_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1448124Z test_nnc_correctness_masked_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1448429Z test_nnc_correctness_masked_std_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1448713Z test_nnc_correctness_masked_std_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1449011Z test_nnc_correctness_masked_std_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1449296Z test_nnc_correctness_masked_std_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1449592Z test_nnc_correctness_masked_std_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1449889Z test_nnc_correctness_masked_std_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1450248Z test_nnc_correctness_masked_sum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1450545Z test_nnc_correctness_masked_sum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1450856Z test_nnc_correctness_masked_sum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1451159Z test_nnc_correctness_masked_sum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1451456Z test_nnc_correctness_masked_sum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1451757Z test_nnc_correctness_masked_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1452060Z test_nnc_correctness_masked_sum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1452340Z test_nnc_correctness_masked_sum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1452633Z test_nnc_correctness_masked_sum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1452919Z test_nnc_correctness_masked_sum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1453214Z test_nnc_correctness_masked_sum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1453516Z test_nnc_correctness_masked_sum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1453865Z test_nnc_correctness_masked_var_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1454181Z test_nnc_correctness_masked_var_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1454486Z test_nnc_correctness_masked_var_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1454785Z test_nnc_correctness_masked_var_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1455080Z test_nnc_correctness_masked_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1455377Z test_nnc_correctness_masked_var_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1455658Z test_nnc_correctness_masked_var_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1455956Z test_nnc_correctness_masked_var_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1456250Z test_nnc_correctness_masked_var_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1456545Z test_nnc_correctness_masked_var_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1456949Z test_nnc_correctness_masked_var_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1457257Z test_nnc_correctness_matmul_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1457553Z test_nnc_correctness_matmul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1457847Z test_nnc_correctness_matmul_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1458144Z test_nnc_correctness_matmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1458431Z test_nnc_correctness_matmul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1458740Z test_nnc_correctness_matrix_exp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1459051Z test_nnc_correctness_matrix_exp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1459338Z test_nnc_correctness_matrix_exp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1459638Z test_nnc_correctness_matrix_exp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1459935Z test_nnc_correctness_matrix_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1460237Z test_nnc_correctness_matrix_exp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1460589Z test_nnc_correctness_max_binary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1460894Z test_nnc_correctness_max_binary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1461188Z test_nnc_correctness_max_binary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1461486Z test_nnc_correctness_max_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1461776Z test_nnc_correctness_max_binary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1462075Z test_nnc_correctness_max_binary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1462373Z test_nnc_correctness_max_binary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1462667Z test_nnc_correctness_max_binary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1462946Z test_nnc_correctness_max_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1463240Z test_nnc_correctness_max_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1463615Z test_nnc_correctness_max_reduction_no_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1463925Z test_nnc_correctness_max_reduction_no_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1464237Z test_nnc_correctness_max_reduction_no_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1464539Z test_nnc_correctness_max_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1464849Z test_nnc_correctness_max_reduction_no_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1465159Z test_nnc_correctness_max_reduction_no_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1465462Z test_nnc_correctness_max_reduction_no_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1465774Z test_nnc_correctness_max_reduction_no_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1466079Z test_nnc_correctness_max_reduction_no_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1466382Z test_nnc_correctness_max_reduction_no_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1466688Z test_nnc_correctness_max_reduction_with_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1467003Z test_nnc_correctness_max_reduction_with_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1467364Z test_nnc_correctness_max_reduction_with_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1467680Z test_nnc_correctness_max_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1467995Z test_nnc_correctness_max_reduction_with_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1468305Z test_nnc_correctness_max_reduction_with_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1468618Z test_nnc_correctness_max_reduction_with_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1468921Z test_nnc_correctness_max_reduction_with_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1469233Z test_nnc_correctness_max_reduction_with_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1469543Z test_nnc_correctness_max_reduction_with_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1469837Z test_nnc_correctness_maximum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1470128Z test_nnc_correctness_maximum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1470657Z test_nnc_correctness_maximum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1470982Z test_nnc_correctness_maximum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1471281Z test_nnc_correctness_maximum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1471572Z test_nnc_correctness_maximum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1471868Z test_nnc_correctness_maximum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1472163Z test_nnc_correctness_maximum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1472455Z test_nnc_correctness_maximum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1472742Z test_nnc_correctness_maximum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1473036Z test_nnc_correctness_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1473331Z test_nnc_correctness_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1473629Z test_nnc_correctness_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1473912Z test_nnc_correctness_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1474283Z test_nnc_correctness_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1474581Z test_nnc_correctness_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1474875Z test_nnc_correctness_median_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1475172Z test_nnc_correctness_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1475458Z test_nnc_correctness_median_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1475753Z test_nnc_correctness_median_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1476038Z test_nnc_correctness_median_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1476316Z test_nnc_correctness_median_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1476610Z test_nnc_correctness_median_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1476902Z test_nnc_correctness_median_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1477307Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1477611Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1477939Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1478263Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1478579Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1478900Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1479222Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1479535Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1479847Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1480158Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1480468Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1480834Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1481167Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1481466Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1481793Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1482121Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1482447Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1482769Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1483085Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1483404Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1483725Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1484114Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1484431Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1484751Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1485054Z test_nnc_correctness_min_binary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1485349Z test_nnc_correctness_min_binary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1485637Z test_nnc_correctness_min_binary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1485937Z test_nnc_correctness_min_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1486236Z test_nnc_correctness_min_binary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1486531Z test_nnc_correctness_min_binary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1486827Z test_nnc_correctness_min_binary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1487112Z test_nnc_correctness_min_binary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1487408Z test_nnc_correctness_min_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1487755Z test_nnc_correctness_min_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1488075Z test_nnc_correctness_min_reduction_no_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1488386Z test_nnc_correctness_min_reduction_no_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1488699Z test_nnc_correctness_min_reduction_no_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1489014Z test_nnc_correctness_min_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1489303Z test_nnc_correctness_min_reduction_no_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1489609Z test_nnc_correctness_min_reduction_no_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1489917Z test_nnc_correctness_min_reduction_no_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1490215Z test_nnc_correctness_min_reduction_no_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1490520Z test_nnc_correctness_min_reduction_no_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1490889Z test_nnc_correctness_min_reduction_no_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1491203Z test_nnc_correctness_min_reduction_with_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1491513Z test_nnc_correctness_min_reduction_with_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1491825Z test_nnc_correctness_min_reduction_with_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1492139Z test_nnc_correctness_min_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1492455Z test_nnc_correctness_min_reduction_with_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1492765Z test_nnc_correctness_min_reduction_with_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1493046Z test_nnc_correctness_min_reduction_with_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1493341Z test_nnc_correctness_min_reduction_with_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1493647Z test_nnc_correctness_min_reduction_with_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1493963Z test_nnc_correctness_min_reduction_with_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1494309Z test_nnc_correctness_minimum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1494612Z test_nnc_correctness_minimum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1494907Z test_nnc_correctness_minimum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1495203Z test_nnc_correctness_minimum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1495491Z test_nnc_correctness_minimum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1495793Z test_nnc_correctness_minimum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1496084Z test_nnc_correctness_minimum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1496369Z test_nnc_correctness_minimum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1496639Z test_nnc_correctness_minimum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1496933Z test_nnc_correctness_minimum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1497292Z test_nnc_correctness_mm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1497588Z test_nnc_correctness_mm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1497883Z test_nnc_correctness_mm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1498172Z test_nnc_correctness_mm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1498519Z test_nnc_correctness_mm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1498803Z test_nnc_correctness_mm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1499101Z test_nnc_correctness_mode_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1499390Z test_nnc_correctness_mode_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1499679Z test_nnc_correctness_mode_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1499943Z test_nnc_correctness_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1500221Z test_nnc_correctness_mode_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1500504Z test_nnc_correctness_mode_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1500798Z test_nnc_correctness_mode_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1501129Z test_nnc_correctness_mode_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1501429Z test_nnc_correctness_mode_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1501709Z test_nnc_correctness_mode_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1502010Z test_nnc_correctness_movedim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1502307Z test_nnc_correctness_movedim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1502611Z test_nnc_correctness_movedim_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1502917Z test_nnc_correctness_movedim_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1503202Z test_nnc_correctness_movedim_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1503499Z test_nnc_correctness_movedim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1503789Z test_nnc_correctness_movedim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1504146Z test_nnc_correctness_movedim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1504446Z test_nnc_correctness_movedim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1504729Z test_nnc_correctness_movedim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1505019Z test_nnc_correctness_movedim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1505308Z test_nnc_correctness_movedim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1505595Z test_nnc_correctness_movedim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1505892Z test_nnc_correctness_msort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1506191Z test_nnc_correctness_msort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1506462Z test_nnc_correctness_msort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1506751Z test_nnc_correctness_msort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1507044Z test_nnc_correctness_msort_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1507340Z test_nnc_correctness_msort_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1507668Z test_nnc_correctness_msort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1507969Z test_nnc_correctness_msort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1508248Z test_nnc_correctness_msort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1508539Z test_nnc_correctness_mul_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1508824Z test_nnc_correctness_mul_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1509124Z test_nnc_correctness_mul_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1509422Z test_nnc_correctness_mul_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1509706Z test_nnc_correctness_mul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1509973Z test_nnc_correctness_mul_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1510252Z test_nnc_correctness_mul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1510755Z test_nnc_correctness_mul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1511096Z test_nnc_correctness_mul_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1511377Z test_nnc_correctness_mul_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1511650Z test_nnc_correctness_mul_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1511930Z test_nnc_correctness_mul_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1512222Z test_nnc_correctness_mul_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1512525Z test_nnc_correctness_multinomial_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1512833Z test_nnc_correctness_multinomial_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1513143Z test_nnc_correctness_multinomial_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1513420Z test_nnc_correctness_mv_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1513713Z test_nnc_correctness_mv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1514004Z test_nnc_correctness_mv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1514299Z test_nnc_correctness_mv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1514651Z test_nnc_correctness_mv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1514939Z test_nnc_correctness_mv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1515257Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1515574Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1515891Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1516205Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1516508Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1516810Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1517102Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1517416Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1517792Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1518109Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1518421Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1518734Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1519040Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1519341Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1519649Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1519955Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1520263Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1520571Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1520854Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1521213Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1521522Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1521824Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1522128Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1522426Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1522731Z test_nnc_correctness_nan_to_num_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1523031Z test_nnc_correctness_nan_to_num_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1523332Z test_nnc_correctness_nan_to_num_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1523633Z test_nnc_correctness_nan_to_num_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1523936Z test_nnc_correctness_nan_to_num_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1524285Z test_nnc_correctness_nan_to_num_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1524554Z test_nnc_correctness_nan_to_num_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1524850Z test_nnc_correctness_nan_to_num_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1525141Z test_nnc_correctness_nan_to_num_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1525436Z test_nnc_correctness_nan_to_num_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1525736Z test_nnc_correctness_nanmean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1526035Z test_nnc_correctness_nanmean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1526328Z test_nnc_correctness_nanmean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1526628Z test_nnc_correctness_nanmean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1526931Z test_nnc_correctness_nanmedian_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1527232Z test_nnc_correctness_nanmedian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1527530Z test_nnc_correctness_nanmedian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1527813Z test_nnc_correctness_nanmedian_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1528154Z test_nnc_correctness_nanmedian_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1528459Z test_nnc_correctness_nanmedian_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1528757Z test_nnc_correctness_nanmedian_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1529051Z test_nnc_correctness_nanmedian_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1529360Z test_nnc_correctness_nanquantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1529685Z test_nnc_correctness_nanquantile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1530221Z test_nnc_correctness_nansum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1530704Z test_nnc_correctness_nansum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1531015Z test_nnc_correctness_nansum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1531302Z test_nnc_correctness_nansum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1531710Z test_nnc_correctness_nansum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1531988Z test_nnc_correctness_nansum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1532280Z test_nnc_correctness_nansum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1532566Z test_nnc_correctness_nansum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1532857Z test_nnc_correctness_nansum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1533139Z test_nnc_correctness_nansum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1533451Z test_nnc_correctness_narrow_copy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1533756Z test_nnc_correctness_narrow_copy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1534068Z test_nnc_correctness_narrow_copy_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1534374Z test_nnc_correctness_narrow_copy_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1534680Z test_nnc_correctness_narrow_copy_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1534987Z test_nnc_correctness_narrow_copy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1535326Z test_nnc_correctness_narrow_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1535637Z test_nnc_correctness_narrow_copy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1535937Z test_nnc_correctness_narrow_copy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1536234Z test_nnc_correctness_narrow_copy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1536533Z test_nnc_correctness_narrow_copy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1536838Z test_nnc_correctness_narrow_copy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1537140Z test_nnc_correctness_narrow_copy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1537441Z test_nnc_correctness_narrow_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1537739Z test_nnc_correctness_narrow_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1538036Z test_nnc_correctness_narrow_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1538387Z test_nnc_correctness_narrow_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1538733Z test_nnc_correctness_narrow_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1539015Z test_nnc_correctness_narrow_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1539310Z test_nnc_correctness_narrow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1539605Z test_nnc_correctness_narrow_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1539896Z test_nnc_correctness_narrow_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1540180Z test_nnc_correctness_narrow_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1540458Z test_nnc_correctness_narrow_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1540747Z test_nnc_correctness_narrow_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1541198Z test_nnc_correctness_narrow_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1541721Z test_nnc_correctness_native_batch_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1542291Z test_nnc_correctness_native_batch_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1542863Z test_nnc_correctness_native_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1543171Z test_nnc_correctness_native_batch_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1543484Z test_nnc_correctness_native_layer_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1543794Z test_nnc_correctness_native_layer_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1544097Z test_nnc_correctness_native_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1544392Z test_nnc_correctness_native_layer_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1544695Z test_nnc_correctness_ne_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1544982Z test_nnc_correctness_ne_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1545280Z test_nnc_correctness_ne_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1545573Z test_nnc_correctness_ne_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1545951Z test_nnc_correctness_ne_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1546237Z test_nnc_correctness_ne_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1546519Z test_nnc_correctness_ne_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1546789Z test_nnc_correctness_ne_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1547079Z test_nnc_correctness_ne_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1547373Z test_nnc_correctness_ne_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1547664Z test_nnc_correctness_ne_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1547957Z test_nnc_correctness_ne_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1548253Z test_nnc_correctness_neg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1548553Z test_nnc_correctness_neg_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1548858Z test_nnc_correctness_neg_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1549149Z test_nnc_correctness_neg_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1549449Z test_nnc_correctness_neg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1549789Z test_nnc_correctness_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1550060Z test_nnc_correctness_neg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1550351Z test_nnc_correctness_neg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1550828Z test_nnc_correctness_neg_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1551124Z test_nnc_correctness_neg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1551418Z test_nnc_correctness_neg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1551712Z test_nnc_correctness_neg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1551961Z test_nnc_correctness_new_empty_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1552204Z test_nnc_correctness_new_empty_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1552458Z test_nnc_correctness_new_empty_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1552707Z test_nnc_correctness_new_empty_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1552934Z test_nnc_correctness_new_empty_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1553283Z test_nnc_correctness_new_empty_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1553533Z test_nnc_correctness_new_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1553777Z test_nnc_correctness_new_empty_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1554018Z test_nnc_correctness_new_empty_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1554247Z test_nnc_correctness_new_empty_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1554473Z test_nnc_correctness_new_empty_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1554711Z test_nnc_correctness_new_empty_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1554943Z test_nnc_correctness_new_empty_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1555227Z test_nnc_correctness_new_empty_strided_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:45:37.1555534Z test_nnc_correctness_new_empty_strided_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:45:37.1555841Z test_nnc_correctness_new_empty_strided_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:45:37.1556148Z test_nnc_correctness_new_empty_strided_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:45:37.1556455Z test_nnc_correctness_new_empty_strided_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:45:37.1556755Z test_nnc_correctness_new_empty_strided_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:45:37.1557052Z test_nnc_correctness_new_empty_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:45:37.1557405Z test_nnc_correctness_new_empty_strided_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:45:37.1557719Z test_nnc_correctness_new_empty_strided_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:45:37.1558022Z test_nnc_correctness_new_empty_strided_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:45:37.1558318Z test_nnc_correctness_new_empty_strided_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:45:37.1558599Z test_nnc_correctness_new_empty_strided_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:45:37.1558900Z test_nnc_correctness_new_empty_strided_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:45:37.1559203Z test_nnc_correctness_new_full_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1559498Z test_nnc_correctness_new_full_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1559806Z test_nnc_correctness_new_full_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1560108Z test_nnc_correctness_new_full_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1560473Z test_nnc_correctness_new_full_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1560776Z test_nnc_correctness_new_full_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1561074Z test_nnc_correctness_new_full_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1561376Z test_nnc_correctness_new_full_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1561675Z test_nnc_correctness_new_full_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1561951Z test_nnc_correctness_new_full_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1562255Z test_nnc_correctness_new_full_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1562557Z test_nnc_correctness_new_full_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1562857Z test_nnc_correctness_new_full_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1563160Z test_nnc_correctness_new_ones_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1563453Z test_nnc_correctness_new_ones_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1564086Z test_nnc_correctness_new_ones_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1564605Z test_nnc_correctness_new_ones_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1564930Z test_nnc_correctness_new_ones_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1565227Z test_nnc_correctness_new_ones_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1565531Z test_nnc_correctness_new_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1565824Z test_nnc_correctness_new_ones_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1566104Z test_nnc_correctness_new_ones_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1566402Z test_nnc_correctness_new_ones_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1566692Z test_nnc_correctness_new_ones_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1566990Z test_nnc_correctness_new_ones_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1567289Z test_nnc_correctness_new_ones_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1567653Z test_nnc_correctness_new_zeros_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1567949Z test_nnc_correctness_new_zeros_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1568259Z test_nnc_correctness_new_zeros_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1568565Z test_nnc_correctness_new_zeros_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1568869Z test_nnc_correctness_new_zeros_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1569168Z test_nnc_correctness_new_zeros_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1569453Z test_nnc_correctness_new_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1569764Z test_nnc_correctness_new_zeros_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1570066Z test_nnc_correctness_new_zeros_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1570357Z test_nnc_correctness_new_zeros_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1570658Z test_nnc_correctness_new_zeros_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1570958Z test_nnc_correctness_new_zeros_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1571258Z test_nnc_correctness_new_zeros_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1571611Z test_nnc_correctness_nextafter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1571928Z test_nnc_correctness_nextafter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1572227Z test_nnc_correctness_nextafter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1572580Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1572935Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1573268Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1573620Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1573962Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1574300Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1574686Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1575010Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1575350Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1575691Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1576013Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1576351Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1576683Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1577015Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1577355Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1577682Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1578049Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1578390Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1578718Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1579040Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1579378Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1579718Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1580045Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1580374Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1580703Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1581025Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1581436Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1581764Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1582091Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1582392Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1582715Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1583047Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1583365Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1583679Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1583998Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1584308Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1584675Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1585030Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1585375Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1585719Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1586064Z test_nnc_correctness_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1586417Z test_nnc_correctness_nn_functional_batch_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1586739Z test_nnc_correctness_nn_functional_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1587082Z test_nnc_correctness_nn_functional_batch_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1587448Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1587808Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1588234Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1588591Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1588934Z test_nnc_correctness_nn_functional_bilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1589273Z test_nnc_correctness_nn_functional_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1589613Z test_nnc_correctness_nn_functional_bilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1589911Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1590209Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1590671Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1590947Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1591305Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1591658Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1592101Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1592473Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1592794Z test_nnc_correctness_nn_functional_celu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1593113Z test_nnc_correctness_nn_functional_celu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1593426Z test_nnc_correctness_nn_functional_celu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1593728Z test_nnc_correctness_nn_functional_celu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1594052Z test_nnc_correctness_nn_functional_conv1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1594376Z test_nnc_correctness_nn_functional_conv1d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1594695Z test_nnc_correctness_nn_functional_conv1d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1595011Z test_nnc_correctness_nn_functional_conv1d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1595381Z test_nnc_correctness_nn_functional_conv1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1595695Z test_nnc_correctness_nn_functional_conv1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1596012Z test_nnc_correctness_nn_functional_conv1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1596334Z test_nnc_correctness_nn_functional_conv2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1596660Z test_nnc_correctness_nn_functional_conv2d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1596984Z test_nnc_correctness_nn_functional_conv2d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1597308Z test_nnc_correctness_nn_functional_conv2d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1597629Z test_nnc_correctness_nn_functional_conv2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1597943Z test_nnc_correctness_nn_functional_conv2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1598248Z test_nnc_correctness_nn_functional_conv2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1598587Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1598975Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1599321Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1599638Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1599964Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1600297Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1600628Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1600966Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1601289Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1601613Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1601996Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1602333Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1602659Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1602976Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1603299Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1603643Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1603961Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1604302Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1604630Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1604966Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1605302Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1605669Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1606013Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1606346Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1606685Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1607024Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1607356Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1607690Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1608015Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1608321Z test_nnc_correctness_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1608712Z test_nnc_correctness_nn_functional_cross_entropy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1609038Z test_nnc_correctness_nn_functional_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1609360Z test_nnc_correctness_nn_functional_cross_entropy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1609677Z test_nnc_correctness_nn_functional_ctc_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1609985Z test_nnc_correctness_nn_functional_ctc_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1610312Z test_nnc_correctness_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1610640Z test_nnc_correctness_nn_functional_dropout2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1610954Z test_nnc_correctness_nn_functional_dropout2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1611275Z test_nnc_correctness_nn_functional_dropout2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1611592Z test_nnc_correctness_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1611915Z test_nnc_correctness_nn_functional_dropout3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1612282Z test_nnc_correctness_nn_functional_dropout3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1612585Z test_nnc_correctness_nn_functional_dropout3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1612904Z test_nnc_correctness_nn_functional_dropout_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1613225Z test_nnc_correctness_nn_functional_dropout_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1613548Z test_nnc_correctness_nn_functional_dropout_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1613857Z test_nnc_correctness_nn_functional_dropout_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1614174Z test_nnc_correctness_nn_functional_elu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1614485Z test_nnc_correctness_nn_functional_elu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1614796Z test_nnc_correctness_nn_functional_elu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1615099Z test_nnc_correctness_nn_functional_elu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1615483Z test_nnc_correctness_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1615813Z test_nnc_correctness_nn_functional_embedding_bag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1616144Z test_nnc_correctness_nn_functional_embedding_bag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1616443Z test_nnc_correctness_nn_functional_embedding_bag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1616769Z test_nnc_correctness_nn_functional_embedding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1617093Z test_nnc_correctness_nn_functional_embedding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1617414Z test_nnc_correctness_nn_functional_embedding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1617725Z test_nnc_correctness_nn_functional_embedding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1618078Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1618427Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1618833Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1619191Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1619546Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1619894Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1620260Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1620617Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1620968Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1621289Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1621623Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1622026Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1622383Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1622732Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1623084Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1623430Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1623774Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1624110Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1624434Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1624752Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1625095Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1625469Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1625814Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1626123Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1626454Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1626786Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1627110Z test_nnc_correctness_nn_functional_gelu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1627430Z test_nnc_correctness_nn_functional_gelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1627737Z test_nnc_correctness_nn_functional_gelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1628050Z test_nnc_correctness_nn_functional_gelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1628357Z test_nnc_correctness_nn_functional_glu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1628743Z test_nnc_correctness_nn_functional_glu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1629059Z test_nnc_correctness_nn_functional_glu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1629365Z test_nnc_correctness_nn_functional_glu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1629690Z test_nnc_correctness_nn_functional_grid_sample_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1630016Z test_nnc_correctness_nn_functional_grid_sample_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1630321Z test_nnc_correctness_nn_functional_grid_sample_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1630835Z test_nnc_correctness_nn_functional_group_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1631171Z test_nnc_correctness_nn_functional_group_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1631494Z test_nnc_correctness_nn_functional_group_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1631814Z test_nnc_correctness_nn_functional_group_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1632147Z test_nnc_correctness_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1632545Z test_nnc_correctness_nn_functional_hardshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1632875Z test_nnc_correctness_nn_functional_hardshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1633186Z test_nnc_correctness_nn_functional_hardshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1633513Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1633848Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1634174Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1634474Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1634790Z test_nnc_correctness_nn_functional_hardswish_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1635115Z test_nnc_correctness_nn_functional_hardswish_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1635519Z test_nnc_correctness_nn_functional_hardswish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1635847Z test_nnc_correctness_nn_functional_hardswish_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1636290Z test_nnc_correctness_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1636736Z test_nnc_correctness_nn_functional_hardtanh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1637067Z test_nnc_correctness_nn_functional_hardtanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1637385Z test_nnc_correctness_nn_functional_hardtanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1637709Z test_nnc_correctness_nn_functional_hardtanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1638021Z test_nnc_correctness_nn_functional_hardtanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1638337Z test_nnc_correctness_nn_functional_hardtanh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1638687Z test_nnc_correctness_nn_functional_hardtanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1639009Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1639418Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1639763Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1640092Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1640415Z test_nnc_correctness_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1640738Z test_nnc_correctness_nn_functional_huber_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1641065Z test_nnc_correctness_nn_functional_huber_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1641380Z test_nnc_correctness_nn_functional_huber_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1641712Z test_nnc_correctness_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1642034Z test_nnc_correctness_nn_functional_instance_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1642355Z test_nnc_correctness_nn_functional_instance_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1642865Z test_nnc_correctness_nn_functional_instance_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1643205Z test_nnc_correctness_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1643521Z test_nnc_correctness_nn_functional_interpolate_area_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1643853Z test_nnc_correctness_nn_functional_interpolate_area_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1644184Z test_nnc_correctness_nn_functional_interpolate_area_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1644527Z test_nnc_correctness_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1644852Z test_nnc_correctness_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1645171Z test_nnc_correctness_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1645510Z test_nnc_correctness_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1645836Z test_nnc_correctness_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1646207Z test_nnc_correctness_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1646550Z test_nnc_correctness_nn_functional_interpolate_linear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1646883Z test_nnc_correctness_nn_functional_interpolate_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1647213Z test_nnc_correctness_nn_functional_interpolate_linear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1647552Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1647867Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1648194Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1648532Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1648877Z test_nnc_correctness_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1649206Z test_nnc_correctness_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1649606Z test_nnc_correctness_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1649921Z test_nnc_correctness_nn_functional_kl_div_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1650237Z test_nnc_correctness_nn_functional_kl_div_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1650551Z test_nnc_correctness_nn_functional_kl_div_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1650855Z test_nnc_correctness_nn_functional_kl_div_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1651176Z test_nnc_correctness_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1651499Z test_nnc_correctness_nn_functional_l1_loss_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1651820Z test_nnc_correctness_nn_functional_l1_loss_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1652116Z test_nnc_correctness_nn_functional_l1_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1652422Z test_nnc_correctness_nn_functional_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1652747Z test_nnc_correctness_nn_functional_l1_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1653120Z test_nnc_correctness_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1653455Z test_nnc_correctness_nn_functional_layer_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1653777Z test_nnc_correctness_nn_functional_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1654103Z test_nnc_correctness_nn_functional_layer_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1654434Z test_nnc_correctness_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1654751Z test_nnc_correctness_nn_functional_leaky_relu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1655069Z test_nnc_correctness_nn_functional_leaky_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1655375Z test_nnc_correctness_nn_functional_leaky_relu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1655695Z test_nnc_correctness_nn_functional_linear_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1656079Z test_nnc_correctness_nn_functional_linear_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1656381Z test_nnc_correctness_nn_functional_linear_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1656702Z test_nnc_correctness_nn_functional_linear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1657014Z test_nnc_correctness_nn_functional_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1657328Z test_nnc_correctness_nn_functional_linear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1657666Z test_nnc_correctness_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1658002Z test_nnc_correctness_nn_functional_local_response_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1658334Z test_nnc_correctness_nn_functional_local_response_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1658660Z test_nnc_correctness_nn_functional_local_response_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1658980Z test_nnc_correctness_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1659310Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1659680Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1660013Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1660349Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1660663Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1660990Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1661328Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1661665Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1661996Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1662326Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1662716Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1663046Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1663329Z test_nnc_correctness_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Works on some configs (0.001s) 2022-12-01T10:45:37.1663649Z test_nnc_correctness_nn_functional_max_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1663969Z test_nnc_correctness_nn_functional_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1664284Z test_nnc_correctness_nn_functional_max_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1664595Z test_nnc_correctness_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1664912Z test_nnc_correctness_nn_functional_max_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1665221Z test_nnc_correctness_nn_functional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1665536Z test_nnc_correctness_nn_functional_max_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1665854Z test_nnc_correctness_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1666230Z test_nnc_correctness_nn_functional_max_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1666550Z test_nnc_correctness_nn_functional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1666865Z test_nnc_correctness_nn_functional_max_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1667192Z test_nnc_correctness_nn_functional_max_unpool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1667519Z test_nnc_correctness_nn_functional_max_unpool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1667845Z test_nnc_correctness_nn_functional_max_unpool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1668178Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1668514Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1668823Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1669148Z test_nnc_correctness_nn_functional_max_unpool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1669589Z test_nnc_correctness_nn_functional_max_unpool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1669918Z test_nnc_correctness_nn_functional_max_unpool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1670256Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1670755Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1671089Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1671420Z test_nnc_correctness_nn_functional_max_unpool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1671749Z test_nnc_correctness_nn_functional_max_unpool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1672070Z test_nnc_correctness_nn_functional_max_unpool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1672400Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1672728Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1673060Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1673436Z test_nnc_correctness_nn_functional_mish_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1673766Z test_nnc_correctness_nn_functional_mish_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1674069Z test_nnc_correctness_nn_functional_mish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1674386Z test_nnc_correctness_nn_functional_mish_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1674713Z test_nnc_correctness_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1675035Z test_nnc_correctness_nn_functional_mse_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1675345Z test_nnc_correctness_nn_functional_mse_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1675662Z test_nnc_correctness_nn_functional_mse_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1675995Z test_nnc_correctness_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1676439Z test_nnc_correctness_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1676802Z test_nnc_correctness_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1677155Z test_nnc_correctness_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1677523Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1677863Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1678227Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1678590Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1678954Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1679320Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1679691Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1680065Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1680472Z test_nnc_correctness_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1680827Z test_nnc_correctness_nn_functional_nll_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1681172Z test_nnc_correctness_nn_functional_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1681514Z test_nnc_correctness_nn_functional_nll_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1681865Z test_nnc_correctness_nn_functional_normalize_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1682218Z test_nnc_correctness_nn_functional_normalize_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1682549Z test_nnc_correctness_nn_functional_normalize_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1682895Z test_nnc_correctness_nn_functional_normalize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1683242Z test_nnc_correctness_nn_functional_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1683652Z test_nnc_correctness_nn_functional_normalize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1683997Z test_nnc_correctness_nn_functional_one_hot_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1684352Z test_nnc_correctness_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1684702Z test_nnc_correctness_nn_functional_pad_circular_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1685057Z test_nnc_correctness_nn_functional_pad_circular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1685418Z test_nnc_correctness_nn_functional_pad_circular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1685767Z test_nnc_correctness_nn_functional_pad_circular_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1686118Z test_nnc_correctness_nn_functional_pad_circular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1686469Z test_nnc_correctness_nn_functional_pad_circular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1686817Z test_nnc_correctness_nn_functional_pad_circular_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1687142Z test_nnc_correctness_nn_functional_pad_circular_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1687539Z test_nnc_correctness_nn_functional_pad_circular_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1687897Z test_nnc_correctness_nn_functional_pad_circular_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1688248Z test_nnc_correctness_nn_functional_pad_circular_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1688595Z test_nnc_correctness_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1688937Z test_nnc_correctness_nn_functional_pad_constant_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1689298Z test_nnc_correctness_nn_functional_pad_constant_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1689653Z test_nnc_correctness_nn_functional_pad_constant_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1690001Z test_nnc_correctness_nn_functional_pad_constant_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1690350Z test_nnc_correctness_nn_functional_pad_constant_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1690696Z test_nnc_correctness_nn_functional_pad_constant_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1691108Z test_nnc_correctness_nn_functional_pad_constant_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1691430Z test_nnc_correctness_nn_functional_pad_constant_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1691779Z test_nnc_correctness_nn_functional_pad_constant_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1692124Z test_nnc_correctness_nn_functional_pad_constant_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1692472Z test_nnc_correctness_nn_functional_pad_constant_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1692828Z test_nnc_correctness_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1693185Z test_nnc_correctness_nn_functional_pad_reflect_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1693541Z test_nnc_correctness_nn_functional_pad_reflect_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1693891Z test_nnc_correctness_nn_functional_pad_reflect_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1694242Z test_nnc_correctness_nn_functional_pad_reflect_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1694591Z test_nnc_correctness_nn_functional_pad_reflect_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1694998Z test_nnc_correctness_nn_functional_pad_replicate_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1695370Z test_nnc_correctness_nn_functional_pad_replicate_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1695725Z test_nnc_correctness_nn_functional_pad_replicate_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1696055Z test_nnc_correctness_nn_functional_pad_replicate_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1696403Z test_nnc_correctness_nn_functional_pad_replicate_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1696765Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1697130Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1697490Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1697850Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1698267Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1698627Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1698981Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1699338Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1699690Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1700046Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1700401Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1700718Z test_nnc_correctness_nn_functional_pdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1701060Z test_nnc_correctness_nn_functional_pdist_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1701412Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1701764Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1702171Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1702537Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1702891Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1703240Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1703590Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1703943Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1704288Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1704628Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1704969Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1705356Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1705719Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1706070Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1706426Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1706780Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1707130Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1707481Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1707832Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1708176Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1708523Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1708875Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1709270Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1709633Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1709963Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1710315Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1710850Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1711203Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1711527Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1711853Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1712177Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1712589Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1712919Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1713233Z test_nnc_correctness_nn_functional_prelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1713541Z test_nnc_correctness_nn_functional_prelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1713858Z test_nnc_correctness_nn_functional_prelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1714176Z test_nnc_correctness_nn_functional_relu6_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1714473Z test_nnc_correctness_nn_functional_relu6_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1714792Z test_nnc_correctness_nn_functional_relu6_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1715098Z test_nnc_correctness_nn_functional_relu6_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1715405Z test_nnc_correctness_nn_functional_relu6_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1715717Z test_nnc_correctness_nn_functional_relu6_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1716017Z test_nnc_correctness_nn_functional_relu6_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1716389Z test_nnc_correctness_nn_functional_relu6_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1716715Z test_nnc_correctness_nn_functional_relu6_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1717028Z test_nnc_correctness_nn_functional_relu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1717342Z test_nnc_correctness_nn_functional_relu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1717662Z test_nnc_correctness_nn_functional_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1717967Z test_nnc_correctness_nn_functional_relu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1718258Z test_nnc_correctness_nn_functional_relu_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1718571Z test_nnc_correctness_nn_functional_relu_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1718882Z test_nnc_correctness_nn_functional_relu_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1719252Z test_nnc_correctness_nn_functional_relu_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1719561Z test_nnc_correctness_nn_functional_relu_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1719883Z test_nnc_correctness_nn_functional_rrelu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1720200Z test_nnc_correctness_nn_functional_rrelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1720512Z test_nnc_correctness_nn_functional_rrelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1720814Z test_nnc_correctness_nn_functional_rrelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1721121Z test_nnc_correctness_nn_functional_selu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1721439Z test_nnc_correctness_nn_functional_selu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1721744Z test_nnc_correctness_nn_functional_selu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1722026Z test_nnc_correctness_nn_functional_selu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1722336Z test_nnc_correctness_nn_functional_silu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1722646Z test_nnc_correctness_nn_functional_silu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1723001Z test_nnc_correctness_nn_functional_silu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1723326Z test_nnc_correctness_nn_functional_silu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1723652Z test_nnc_correctness_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1723980Z test_nnc_correctness_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1724312Z test_nnc_correctness_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1724644Z test_nnc_correctness_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1724968Z test_nnc_correctness_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1725294Z test_nnc_correctness_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1725621Z test_nnc_correctness_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1726005Z test_nnc_correctness_nn_functional_softmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1726306Z test_nnc_correctness_nn_functional_softmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1726628Z test_nnc_correctness_nn_functional_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1726947Z test_nnc_correctness_nn_functional_softmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1727281Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1727625Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1727966Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1728301Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1728634Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1728965Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1729295Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1729672Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1730014Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1730342Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1730645Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1730975Z test_nnc_correctness_nn_functional_softplus_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1731299Z test_nnc_correctness_nn_functional_softplus_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1731622Z test_nnc_correctness_nn_functional_softplus_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1731946Z test_nnc_correctness_nn_functional_softplus_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1732273Z test_nnc_correctness_nn_functional_softshrink_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1732597Z test_nnc_correctness_nn_functional_softshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1732975Z test_nnc_correctness_nn_functional_softshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1733289Z test_nnc_correctness_nn_functional_softshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1733614Z test_nnc_correctness_nn_functional_softsign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1733930Z test_nnc_correctness_nn_functional_softsign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1734248Z test_nnc_correctness_nn_functional_softsign_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1734576Z test_nnc_correctness_nn_functional_softsign_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1734876Z test_nnc_correctness_nn_functional_softsign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1735186Z test_nnc_correctness_nn_functional_softsign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1735505Z test_nnc_correctness_nn_functional_softsign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1735827Z test_nnc_correctness_nn_functional_softsign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1736144Z test_nnc_correctness_nn_functional_softsign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1736499Z test_nnc_correctness_nn_functional_softsign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1736822Z test_nnc_correctness_nn_functional_softsign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1737143Z test_nnc_correctness_nn_functional_softsign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1737468Z test_nnc_correctness_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1737806Z test_nnc_correctness_nn_functional_tanhshrink_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1738139Z test_nnc_correctness_nn_functional_tanhshrink_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1738464Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1738808Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1739129Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1739518Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1739841Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1740149Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1740470Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1740792Z test_nnc_correctness_nn_functional_tanhshrink_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1741110Z test_nnc_correctness_nn_functional_threshold_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1741433Z test_nnc_correctness_nn_functional_threshold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1741752Z test_nnc_correctness_nn_functional_threshold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1742061Z test_nnc_correctness_nn_functional_threshold_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1742376Z test_nnc_correctness_nn_functional_threshold_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1742700Z test_nnc_correctness_nn_functional_threshold_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1743040Z test_nnc_correctness_nn_functional_threshold_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1743372Z test_nnc_correctness_nn_functional_threshold_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1743695Z test_nnc_correctness_nn_functional_threshold_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1744031Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1744367Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1744705Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1745035Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1745355Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1745678Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1746008Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1746402Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1746735Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1747071Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1747378Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1747733Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1748097Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1748452Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1748806Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1749157Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1749514Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1749907Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1750266Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1750811Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1751164Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1751515Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1751836Z test_nnc_correctness_nn_functional_unfold_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1752160Z test_nnc_correctness_nn_functional_unfold_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1752460Z test_nnc_correctness_nn_functional_unfold_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1752774Z test_nnc_correctness_nn_functional_unfold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1753169Z test_nnc_correctness_nn_functional_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1753492Z test_nnc_correctness_nn_functional_unfold_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1753833Z test_nnc_correctness_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1754173Z test_nnc_correctness_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1754509Z test_nnc_correctness_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1754847Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1755183Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1755517Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1755851Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1756157Z test_nnc_correctness_nonzero_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1756460Z test_nnc_correctness_nonzero_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1756809Z test_nnc_correctness_nonzero_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1757127Z test_nnc_correctness_nonzero_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1757433Z test_nnc_correctness_nonzero_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1757736Z test_nnc_correctness_nonzero_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1758040Z test_nnc_correctness_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1758337Z test_nnc_correctness_nonzero_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1758633Z test_nnc_correctness_nonzero_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1758931Z test_nnc_correctness_nonzero_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1759219Z test_nnc_correctness_nonzero_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1759522Z test_nnc_correctness_nonzero_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1759878Z test_nnc_correctness_nonzero_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1760150Z test_nnc_correctness_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1760453Z test_nnc_correctness_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1760759Z test_nnc_correctness_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1761057Z test_nnc_correctness_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1761346Z test_nnc_correctness_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1761631Z test_nnc_correctness_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1761937Z test_nnc_correctness_norm_fro_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1762250Z test_nnc_correctness_norm_fro_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1762562Z test_nnc_correctness_norm_fro_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1762865Z test_nnc_correctness_norm_fro_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1763154Z test_nnc_correctness_norm_fro_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1763435Z test_nnc_correctness_norm_fro_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1763789Z test_nnc_correctness_norm_inf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1764134Z test_nnc_correctness_norm_inf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1764468Z test_nnc_correctness_norm_inf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1764784Z test_nnc_correctness_norm_inf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1765100Z test_nnc_correctness_norm_inf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1765418Z test_nnc_correctness_norm_inf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1765743Z test_nnc_correctness_norm_nuc_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1766069Z test_nnc_correctness_norm_nuc_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1766385Z test_nnc_correctness_norm_nuc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1766704Z test_nnc_correctness_norm_nuc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1767090Z test_nnc_correctness_normal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1767394Z test_nnc_correctness_normal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1767708Z test_nnc_correctness_normal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1768022Z test_nnc_correctness_normal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1768341Z test_nnc_correctness_normal_number_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1768661Z test_nnc_correctness_normal_number_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1768975Z test_nnc_correctness_normal_number_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1769276Z test_nnc_correctness_normal_number_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1769573Z test_nnc_correctness_ones_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1769861Z test_nnc_correctness_ones_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1770163Z test_nnc_correctness_ones_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1770469Z test_nnc_correctness_ones_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1770814Z test_nnc_correctness_ones_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1771101Z test_nnc_correctness_ones_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1771390Z test_nnc_correctness_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1771673Z test_nnc_correctness_ones_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1771965Z test_nnc_correctness_ones_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1772252Z test_nnc_correctness_ones_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1772530Z test_nnc_correctness_ones_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1772812Z test_nnc_correctness_ones_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1773101Z test_nnc_correctness_ones_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1773399Z test_nnc_correctness_ones_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1773766Z test_nnc_correctness_ones_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1774071Z test_nnc_correctness_ones_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1774358Z test_nnc_correctness_ones_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1774659Z test_nnc_correctness_ones_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1774958Z test_nnc_correctness_ones_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1775256Z test_nnc_correctness_ones_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1775552Z test_nnc_correctness_ones_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1775848Z test_nnc_correctness_ones_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1776142Z test_nnc_correctness_ones_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1776435Z test_nnc_correctness_ones_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1776724Z test_nnc_correctness_ones_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1777023Z test_nnc_correctness_ones_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1777421Z test_nnc_correctness_ormqr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1777708Z test_nnc_correctness_ormqr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1778004Z test_nnc_correctness_ormqr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1778296Z test_nnc_correctness_ormqr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1778588Z test_nnc_correctness_outer_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1778891Z test_nnc_correctness_outer_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1779193Z test_nnc_correctness_outer_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1779490Z test_nnc_correctness_outer_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1779782Z test_nnc_correctness_outer_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1780073Z test_nnc_correctness_outer_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1780353Z test_nnc_correctness_outer_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1780702Z test_nnc_correctness_outer_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1780984Z test_nnc_correctness_outer_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1781242Z test_nnc_correctness_outer_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1781532Z test_nnc_correctness_outer_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1781821Z test_nnc_correctness_outer_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1782128Z test_nnc_correctness_pca_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1782431Z test_nnc_correctness_pca_lowrank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1782729Z test_nnc_correctness_permute_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1783024Z test_nnc_correctness_permute_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1783328Z test_nnc_correctness_permute_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1783628Z test_nnc_correctness_permute_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1783933Z test_nnc_correctness_permute_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1784285Z test_nnc_correctness_permute_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1784577Z test_nnc_correctness_permute_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1784882Z test_nnc_correctness_permute_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1785178Z test_nnc_correctness_permute_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1785472Z test_nnc_correctness_permute_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1785771Z test_nnc_correctness_permute_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1786065Z test_nnc_correctness_permute_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1786356Z test_nnc_correctness_permute_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1786668Z test_nnc_correctness_pinverse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1786982Z test_nnc_correctness_pinverse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1787344Z test_nnc_correctness_pinverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1787650Z test_nnc_correctness_pinverse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1787949Z test_nnc_correctness_polar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1788227Z test_nnc_correctness_polar_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1788551Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1788875Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1789208Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1789533Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1789854Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1790172Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1790685Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1791018Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1791403Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1791729Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1792044Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1792342Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1792664Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1792982Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1793298Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1793613Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1793920Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1794303Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1794616Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1794931Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1795248Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1795562Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1795871Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1796172Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1796481Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1796791Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1797096Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1797409Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1797736Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1798103Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1798488Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1798809Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1799125Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1799441Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1799759Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1800071Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1800363Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1800681Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1801074Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1801391Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1801707Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1802022Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1802337Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1802650Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1802962Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1803270Z test_nnc_correctness_positive_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1803583Z test_nnc_correctness_positive_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1803894Z test_nnc_correctness_positive_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1804183Z test_nnc_correctness_positive_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1804487Z test_nnc_correctness_positive_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1804847Z test_nnc_correctness_positive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1805160Z test_nnc_correctness_positive_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1805457Z test_nnc_correctness_positive_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1805757Z test_nnc_correctness_positive_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1806052Z test_nnc_correctness_positive_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1806352Z test_nnc_correctness_positive_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1806657Z test_nnc_correctness_positive_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1806951Z test_nnc_correctness_pow_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1807249Z test_nnc_correctness_pow_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1807529Z test_nnc_correctness_pow_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1807886Z test_nnc_correctness_pow_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1808189Z test_nnc_correctness_pow_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1808477Z test_nnc_correctness_pow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1808762Z test_nnc_correctness_pow_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1809054Z test_nnc_correctness_pow_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1809347Z test_nnc_correctness_pow_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1809638Z test_nnc_correctness_pow_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1809931Z test_nnc_correctness_pow_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1810222Z test_nnc_correctness_pow_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1810517Z test_nnc_correctness_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1810808Z test_nnc_correctness_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1811092Z test_nnc_correctness_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1811399Z test_nnc_correctness_prod_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1811753Z test_nnc_correctness_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1812064Z test_nnc_correctness_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1812358Z test_nnc_correctness_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1812648Z test_nnc_correctness_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1812941Z test_nnc_correctness_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1813226Z test_nnc_correctness_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1813519Z test_nnc_correctness_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1813805Z test_nnc_correctness_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1814088Z test_nnc_correctness_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1814363Z test_nnc_correctness_put_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1814725Z test_nnc_correctness_put_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1815032Z test_nnc_correctness_put_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1815329Z test_nnc_correctness_put_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1815618Z test_nnc_correctness_put_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1815907Z test_nnc_correctness_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1816185Z test_nnc_correctness_put_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1816473Z test_nnc_correctness_put_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1816760Z test_nnc_correctness_put_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1817060Z test_nnc_correctness_put_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1817349Z test_nnc_correctness_put_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1817621Z test_nnc_correctness_put_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1817921Z test_nnc_correctness_qr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1818222Z test_nnc_correctness_qr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1818565Z test_nnc_correctness_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1818859Z test_nnc_correctness_qr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1819165Z test_nnc_correctness_quantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1819459Z test_nnc_correctness_quantile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1819767Z test_nnc_correctness_rad2deg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1820076Z test_nnc_correctness_rad2deg_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1820381Z test_nnc_correctness_rad2deg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1820681Z test_nnc_correctness_rad2deg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1820962Z test_nnc_correctness_rad2deg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1821262Z test_nnc_correctness_rad2deg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1821635Z test_nnc_correctness_rad2deg_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1821941Z test_nnc_correctness_rad2deg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1822238Z test_nnc_correctness_rad2deg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1822534Z test_nnc_correctness_rad2deg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1822838Z test_nnc_correctness_rand_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1823150Z test_nnc_correctness_rand_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1823461Z test_nnc_correctness_rand_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1823774Z test_nnc_correctness_rand_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1824080Z test_nnc_correctness_rand_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1824380Z test_nnc_correctness_rand_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1824655Z test_nnc_correctness_rand_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1824971Z test_nnc_correctness_randint_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1825330Z test_nnc_correctness_randint_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1825650Z test_nnc_correctness_randint_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1825957Z test_nnc_correctness_randint_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1826264Z test_nnc_correctness_randint_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1826569Z test_nnc_correctness_randint_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1826878Z test_nnc_correctness_randint_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1827183Z test_nnc_correctness_randint_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1827482Z test_nnc_correctness_randint_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1827782Z test_nnc_correctness_randn_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1828065Z test_nnc_correctness_randn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1828424Z test_nnc_correctness_randn_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1828722Z test_nnc_correctness_randn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1829025Z test_nnc_correctness_randn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1829326Z test_nnc_correctness_randn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1829617Z test_nnc_correctness_randn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1829924Z test_nnc_correctness_randn_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1830236Z test_nnc_correctness_randn_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1830741Z test_nnc_correctness_randn_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1831062Z test_nnc_correctness_randn_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1831365Z test_nnc_correctness_randn_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1831671Z test_nnc_correctness_randn_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1831959Z test_nnc_correctness_randn_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1832344Z test_nnc_correctness_ravel_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1832657Z test_nnc_correctness_ravel_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1832963Z test_nnc_correctness_ravel_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1833268Z test_nnc_correctness_ravel_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1833564Z test_nnc_correctness_ravel_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1833866Z test_nnc_correctness_ravel_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1834165Z test_nnc_correctness_ravel_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1834454Z test_nnc_correctness_ravel_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1834754Z test_nnc_correctness_ravel_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1835041Z test_nnc_correctness_ravel_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1835301Z test_nnc_correctness_ravel_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1835675Z test_nnc_correctness_ravel_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1835972Z test_nnc_correctness_ravel_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1836273Z test_nnc_correctness_real_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1836573Z test_nnc_correctness_real_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1836877Z test_nnc_correctness_real_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1837178Z test_nnc_correctness_real_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1837486Z test_nnc_correctness_real_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1837784Z test_nnc_correctness_real_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1838072Z test_nnc_correctness_real_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1838356Z test_nnc_correctness_real_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1838691Z test_nnc_correctness_real_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1838974Z test_nnc_correctness_real_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1839316Z test_nnc_correctness_real_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1839612Z test_nnc_correctness_real_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1839900Z test_nnc_correctness_real_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1840212Z test_nnc_correctness_reciprocal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1840516Z test_nnc_correctness_reciprocal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1840837Z test_nnc_correctness_reciprocal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1841153Z test_nnc_correctness_reciprocal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1841466Z test_nnc_correctness_reciprocal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1841775Z test_nnc_correctness_reciprocal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1842082Z test_nnc_correctness_reciprocal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1842366Z test_nnc_correctness_reciprocal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1842722Z test_nnc_correctness_reciprocal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1843022Z test_nnc_correctness_reciprocal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1843326Z test_nnc_correctness_reciprocal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1843632Z test_nnc_correctness_reciprocal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1843885Z test_nnc_correctness_remainder_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1844199Z test_nnc_correctness_remainder_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1844509Z test_nnc_correctness_remainder_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1844807Z test_nnc_correctness_remainder_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1845108Z test_nnc_correctness_remainder_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1845408Z test_nnc_correctness_remainder_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1845689Z test_nnc_correctness_remainder_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1845991Z test_nnc_correctness_remainder_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1846344Z test_nnc_correctness_remainder_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1846654Z test_nnc_correctness_renorm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1846961Z test_nnc_correctness_renorm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1847262Z test_nnc_correctness_renorm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1847562Z test_nnc_correctness_renorm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1847857Z test_nnc_correctness_renorm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1848165Z test_nnc_correctness_renorm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1848469Z test_nnc_correctness_repeat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1848767Z test_nnc_correctness_repeat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1849076Z test_nnc_correctness_repeat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1849415Z test_nnc_correctness_repeat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1849719Z test_nnc_correctness_repeat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1850016Z test_nnc_correctness_repeat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1850318Z test_nnc_correctness_repeat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1850614Z test_nnc_correctness_repeat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1850903Z test_nnc_correctness_repeat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1851191Z test_nnc_correctness_repeat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1851488Z test_nnc_correctness_repeat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1851786Z test_nnc_correctness_repeat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1852107Z test_nnc_correctness_repeat_interleave_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1852419Z test_nnc_correctness_repeat_interleave_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1852723Z test_nnc_correctness_repeat_interleave_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1853101Z test_nnc_correctness_repeat_interleave_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1853426Z test_nnc_correctness_repeat_interleave_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1853747Z test_nnc_correctness_repeat_interleave_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1854056Z test_nnc_correctness_repeat_interleave_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1854359Z test_nnc_correctness_repeat_interleave_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1854677Z test_nnc_correctness_repeat_interleave_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1854998Z test_nnc_correctness_repeat_interleave_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1855315Z test_nnc_correctness_repeat_interleave_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1855626Z test_nnc_correctness_repeat_interleave_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1855935Z test_nnc_correctness_repeat_interleave_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1856304Z test_nnc_correctness_reshape_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1856590Z test_nnc_correctness_reshape_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1856908Z test_nnc_correctness_reshape_as_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1857217Z test_nnc_correctness_reshape_as_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1857526Z test_nnc_correctness_reshape_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1857832Z test_nnc_correctness_reshape_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1858140Z test_nnc_correctness_reshape_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1858451Z test_nnc_correctness_reshape_as_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1858752Z test_nnc_correctness_reshape_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1859053Z test_nnc_correctness_reshape_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1859347Z test_nnc_correctness_reshape_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1859652Z test_nnc_correctness_reshape_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1860006Z test_nnc_correctness_reshape_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1860292Z test_nnc_correctness_reshape_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1860593Z test_nnc_correctness_reshape_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1860902Z test_nnc_correctness_reshape_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1861219Z test_nnc_correctness_reshape_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1861528Z test_nnc_correctness_reshape_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1861836Z test_nnc_correctness_reshape_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1862129Z test_nnc_correctness_reshape_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1862431Z test_nnc_correctness_reshape_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1862727Z test_nnc_correctness_reshape_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1863015Z test_nnc_correctness_reshape_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1863370Z test_nnc_correctness_reshape_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1863650Z test_nnc_correctness_reshape_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1863943Z test_nnc_correctness_reshape_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1864248Z test_nnc_correctness_resize__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1864550Z test_nnc_correctness_resize__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1864862Z test_nnc_correctness_resize__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1865169Z test_nnc_correctness_resize__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1865466Z test_nnc_correctness_resize__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1865759Z test_nnc_correctness_resize__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1866060Z test_nnc_correctness_resize__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1866358Z test_nnc_correctness_resize__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1866650Z test_nnc_correctness_resize__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1866992Z test_nnc_correctness_resize__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1867273Z test_nnc_correctness_resize__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1867566Z test_nnc_correctness_resize__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1867873Z test_nnc_correctness_resize_as__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1868175Z test_nnc_correctness_resize_as__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1868491Z test_nnc_correctness_resize_as__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1868803Z test_nnc_correctness_resize_as__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1869109Z test_nnc_correctness_resize_as__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1869414Z test_nnc_correctness_resize_as__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1869719Z test_nnc_correctness_resize_as__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1870084Z test_nnc_correctness_resize_as__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1870380Z test_nnc_correctness_resize_as__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1870857Z test_nnc_correctness_resize_as__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1871169Z test_nnc_correctness_resize_as__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1871472Z test_nnc_correctness_resize_as__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1871782Z test_nnc_correctness_resolve_conj_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1872091Z test_nnc_correctness_resolve_conj_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1872406Z test_nnc_correctness_resolve_conj_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1872720Z test_nnc_correctness_resolve_conj_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1873024Z test_nnc_correctness_resolve_conj_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1873330Z test_nnc_correctness_resolve_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1873641Z test_nnc_correctness_resolve_conj_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1874025Z test_nnc_correctness_resolve_conj_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1874342Z test_nnc_correctness_resolve_conj_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1874623Z test_nnc_correctness_resolve_conj_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1874926Z test_nnc_correctness_resolve_conj_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1875232Z test_nnc_correctness_resolve_conj_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1875545Z test_nnc_correctness_resolve_neg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1875852Z test_nnc_correctness_resolve_neg_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1876165Z test_nnc_correctness_resolve_neg_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1876475Z test_nnc_correctness_resolve_neg_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1876791Z test_nnc_correctness_resolve_neg_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1877172Z test_nnc_correctness_resolve_neg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1877484Z test_nnc_correctness_resolve_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1877783Z test_nnc_correctness_resolve_neg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1878089Z test_nnc_correctness_resolve_neg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1878368Z test_nnc_correctness_resolve_neg_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1878665Z test_nnc_correctness_resolve_neg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1878970Z test_nnc_correctness_resolve_neg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1879273Z test_nnc_correctness_resolve_neg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1879570Z test_nnc_correctness_roll_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1879862Z test_nnc_correctness_roll_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1880161Z test_nnc_correctness_roll_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1880465Z test_nnc_correctness_roll_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1880811Z test_nnc_correctness_roll_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1881119Z test_nnc_correctness_roll_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1881408Z test_nnc_correctness_roll_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1881668Z test_nnc_correctness_roll_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1881968Z test_nnc_correctness_roll_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1882257Z test_nnc_correctness_roll_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1882539Z test_nnc_correctness_roll_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1882830Z test_nnc_correctness_roll_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1883124Z test_nnc_correctness_roll_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1883425Z test_nnc_correctness_rot90_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1883709Z test_nnc_correctness_rot90_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1884112Z test_nnc_correctness_rot90_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1884418Z test_nnc_correctness_rot90_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1884718Z test_nnc_correctness_rot90_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1884994Z test_nnc_correctness_rot90_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1885287Z test_nnc_correctness_rot90_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1885590Z test_nnc_correctness_rot90_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1885882Z test_nnc_correctness_rot90_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1886161Z test_nnc_correctness_rot90_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1886455Z test_nnc_correctness_rot90_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1886749Z test_nnc_correctness_rot90_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1886995Z test_nnc_correctness_round_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1887295Z test_nnc_correctness_round_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1887647Z test_nnc_correctness_round_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1887956Z test_nnc_correctness_round_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1888231Z test_nnc_correctness_round_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1888520Z test_nnc_correctness_round_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1888805Z test_nnc_correctness_round_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1889098Z test_nnc_correctness_round_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1889389Z test_nnc_correctness_round_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1889706Z test_nnc_correctness_round_decimals_0_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1890018Z test_nnc_correctness_round_decimals_0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1890333Z test_nnc_correctness_round_decimals_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1890644Z test_nnc_correctness_round_decimals_0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1891010Z test_nnc_correctness_round_decimals_3_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1891322Z test_nnc_correctness_round_decimals_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1891640Z test_nnc_correctness_round_decimals_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1891926Z test_nnc_correctness_round_decimals_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1892249Z test_nnc_correctness_round_decimals_neg_3_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1892570Z test_nnc_correctness_round_decimals_neg_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1892879Z test_nnc_correctness_round_decimals_neg_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1893181Z test_nnc_correctness_round_decimals_neg_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1893484Z test_nnc_correctness_rsqrt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1893783Z test_nnc_correctness_rsqrt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1894090Z test_nnc_correctness_rsqrt_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1894441Z test_nnc_correctness_rsqrt_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1894755Z test_nnc_correctness_rsqrt_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1895055Z test_nnc_correctness_rsqrt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1895352Z test_nnc_correctness_rsqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1895627Z test_nnc_correctness_rsqrt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1895929Z test_nnc_correctness_rsqrt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1896229Z test_nnc_correctness_rsqrt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1896519Z test_nnc_correctness_rsqrt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1896812Z test_nnc_correctness_rsqrt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1897099Z test_nnc_correctness_rsqrt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1897392Z test_nnc_correctness_rsub_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1897753Z test_nnc_correctness_rsub_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1898063Z test_nnc_correctness_rsub_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1898361Z test_nnc_correctness_rsub_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1898649Z test_nnc_correctness_rsub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1898910Z test_nnc_correctness_rsub_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1899202Z test_nnc_correctness_rsub_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1899495Z test_nnc_correctness_rsub_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1899781Z test_nnc_correctness_rsub_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1900068Z test_nnc_correctness_rsub_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1900351Z test_nnc_correctness_rsub_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1900661Z test_nnc_correctness_scatter_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1900968Z test_nnc_correctness_scatter_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1901336Z test_nnc_correctness_scatter_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1901659Z test_nnc_correctness_scatter_add_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1901965Z test_nnc_correctness_scatter_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1902250Z test_nnc_correctness_scatter_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1902558Z test_nnc_correctness_scatter_add_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1902866Z test_nnc_correctness_scatter_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1903176Z test_nnc_correctness_scatter_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1903481Z test_nnc_correctness_scatter_add_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1903785Z test_nnc_correctness_scatter_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1904081Z test_nnc_correctness_scatter_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1904440Z test_nnc_correctness_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1904741Z test_nnc_correctness_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1905048Z test_nnc_correctness_scatter_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1905359Z test_nnc_correctness_scatter_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1905659Z test_nnc_correctness_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1905937Z test_nnc_correctness_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1906237Z test_nnc_correctness_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1906540Z test_nnc_correctness_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1906844Z test_nnc_correctness_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1907134Z test_nnc_correctness_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1907433Z test_nnc_correctness_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1907728Z test_nnc_correctness_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1908292Z test_nnc_correctness_scatter_reduce_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1908825Z test_nnc_correctness_scatter_reduce_amax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1909151Z test_nnc_correctness_scatter_reduce_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1909467Z test_nnc_correctness_scatter_reduce_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1909759Z test_nnc_correctness_scatter_reduce_amax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1910071Z test_nnc_correctness_scatter_reduce_amax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1910395Z test_nnc_correctness_scatter_reduce_amax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1910905Z test_nnc_correctness_scatter_reduce_amax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1911240Z test_nnc_correctness_scatter_reduce_amax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1911560Z test_nnc_correctness_scatter_reduce_amin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1911984Z test_nnc_correctness_scatter_reduce_amin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1912298Z test_nnc_correctness_scatter_reduce_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1912614Z test_nnc_correctness_scatter_reduce_amin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1912925Z test_nnc_correctness_scatter_reduce_amin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1913236Z test_nnc_correctness_scatter_reduce_amin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1913530Z test_nnc_correctness_scatter_reduce_amin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1913854Z test_nnc_correctness_scatter_reduce_amin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1914169Z test_nnc_correctness_scatter_reduce_amin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1914488Z test_nnc_correctness_scatter_reduce_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1914804Z test_nnc_correctness_scatter_reduce_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1915113Z test_nnc_correctness_scatter_reduce_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1915433Z test_nnc_correctness_scatter_reduce_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1915807Z test_nnc_correctness_scatter_reduce_mean_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1916125Z test_nnc_correctness_scatter_reduce_mean_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1916440Z test_nnc_correctness_scatter_reduce_mean_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1916750Z test_nnc_correctness_scatter_reduce_mean_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1917066Z test_nnc_correctness_scatter_reduce_mean_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1917388Z test_nnc_correctness_scatter_reduce_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1917680Z test_nnc_correctness_scatter_reduce_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1917988Z test_nnc_correctness_scatter_reduce_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1918303Z test_nnc_correctness_scatter_reduce_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1918686Z test_nnc_correctness_scatter_reduce_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1918993Z test_nnc_correctness_scatter_reduce_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1919306Z test_nnc_correctness_scatter_reduce_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1919618Z test_nnc_correctness_scatter_reduce_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1919928Z test_nnc_correctness_scatter_reduce_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1920235Z test_nnc_correctness_scatter_reduce_sum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1920550Z test_nnc_correctness_scatter_reduce_sum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1920871Z test_nnc_correctness_scatter_reduce_sum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1921186Z test_nnc_correctness_scatter_reduce_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1921472Z test_nnc_correctness_scatter_reduce_sum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1921775Z test_nnc_correctness_scatter_reduce_sum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1922092Z test_nnc_correctness_scatter_reduce_sum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1922457Z test_nnc_correctness_scatter_reduce_sum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1922778Z test_nnc_correctness_scatter_reduce_sum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1923086Z test_nnc_correctness_scatter_reduce_sum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1923405Z test_nnc_correctness_searchsorted_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1923719Z test_nnc_correctness_searchsorted_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1924039Z test_nnc_correctness_searchsorted_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1924349Z test_nnc_correctness_searchsorted_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1924662Z test_nnc_correctness_searchsorted_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1924971Z test_nnc_correctness_searchsorted_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1925257Z test_nnc_correctness_searchsorted_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1925621Z test_nnc_correctness_searchsorted_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1925959Z test_nnc_correctness_segment_reduce_lengths_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1926282Z test_nnc_correctness_segment_reduce_lengths_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1926608Z test_nnc_correctness_segment_reduce_lengths_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1926921Z test_nnc_correctness_segment_reduce_lengths_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1927254Z test_nnc_correctness_segment_reduce_offsets_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1927583Z test_nnc_correctness_segment_reduce_offsets_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1927894Z test_nnc_correctness_segment_reduce_offsets_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1928211Z test_nnc_correctness_segment_reduce_offsets_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1928518Z test_nnc_correctness_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1928819Z test_nnc_correctness_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1929109Z test_nnc_correctness_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1929464Z test_nnc_correctness_select_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1929768Z test_nnc_correctness_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1930070Z test_nnc_correctness_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1930373Z test_nnc_correctness_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1930671Z test_nnc_correctness_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1930973Z test_nnc_correctness_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1931270Z test_nnc_correctness_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1931559Z test_nnc_correctness_select_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1931854Z test_nnc_correctness_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1932151Z test_nnc_correctness_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1932498Z test_nnc_correctness_select_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1932815Z test_nnc_correctness_select_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1933132Z test_nnc_correctness_select_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1933446Z test_nnc_correctness_select_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1933759Z test_nnc_correctness_select_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1934068Z test_nnc_correctness_select_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1934380Z test_nnc_correctness_select_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1934690Z test_nnc_correctness_select_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1934991Z test_nnc_correctness_select_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1935287Z test_nnc_correctness_select_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1935578Z test_nnc_correctness_sgn_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1935871Z test_nnc_correctness_sgn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1936205Z test_nnc_correctness_sgn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1936519Z test_nnc_correctness_sgn_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1936810Z test_nnc_correctness_sgn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1937107Z test_nnc_correctness_sgn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1937394Z test_nnc_correctness_sgn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1937676Z test_nnc_correctness_sgn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1937968Z test_nnc_correctness_sgn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1938250Z test_nnc_correctness_sgn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1938529Z test_nnc_correctness_sgn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1938861Z test_nnc_correctness_sgn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1939220Z test_nnc_correctness_sgn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1939503Z test_nnc_correctness_short_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1939800Z test_nnc_correctness_short_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1940102Z test_nnc_correctness_short_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1940400Z test_nnc_correctness_short_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1940702Z test_nnc_correctness_short_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1941006Z test_nnc_correctness_short_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1941296Z test_nnc_correctness_short_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1941594Z test_nnc_correctness_short_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1941881Z test_nnc_correctness_short_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1942167Z test_nnc_correctness_short_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1942459Z test_nnc_correctness_short_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1942736Z test_nnc_correctness_short_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1943089Z test_nnc_correctness_sigmoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1943399Z test_nnc_correctness_sigmoid_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1943708Z test_nnc_correctness_sigmoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1944017Z test_nnc_correctness_sigmoid_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1944323Z test_nnc_correctness_sigmoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1944635Z test_nnc_correctness_sigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1944937Z test_nnc_correctness_sigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1945240Z test_nnc_correctness_sigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1945536Z test_nnc_correctness_sigmoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1945835Z test_nnc_correctness_sigmoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1946192Z test_nnc_correctness_sigmoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1946467Z test_nnc_correctness_sigmoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1946765Z test_nnc_correctness_sigmoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1947069Z test_nnc_correctness_sign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1947362Z test_nnc_correctness_sign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1947659Z test_nnc_correctness_sign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1947945Z test_nnc_correctness_sign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1948228Z test_nnc_correctness_sign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1948528Z test_nnc_correctness_sign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1948812Z test_nnc_correctness_sign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1949097Z test_nnc_correctness_sign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1949389Z test_nnc_correctness_sign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1949667Z test_nnc_correctness_sign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1950032Z test_nnc_correctness_signbit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1950337Z test_nnc_correctness_signbit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1950831Z test_nnc_correctness_signbit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1951124Z test_nnc_correctness_signbit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1951430Z test_nnc_correctness_signbit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1951727Z test_nnc_correctness_signbit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1952014Z test_nnc_correctness_signbit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1952308Z test_nnc_correctness_signbit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1952594Z test_nnc_correctness_signbit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1952883Z test_nnc_correctness_signbit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1953237Z test_nnc_correctness_sin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1953533Z test_nnc_correctness_sin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1953834Z test_nnc_correctness_sin_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1954122Z test_nnc_correctness_sin_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1954421Z test_nnc_correctness_sin_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1954715Z test_nnc_correctness_sin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1955014Z test_nnc_correctness_sin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1955305Z test_nnc_correctness_sin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1955596Z test_nnc_correctness_sin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1955878Z test_nnc_correctness_sin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1956171Z test_nnc_correctness_sin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1956440Z test_nnc_correctness_sin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1956742Z test_nnc_correctness_sin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1957104Z test_nnc_correctness_sinc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1957404Z test_nnc_correctness_sinc_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1957705Z test_nnc_correctness_sinc_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1958008Z test_nnc_correctness_sinc_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1958308Z test_nnc_correctness_sinc_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1958599Z test_nnc_correctness_sinc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1958883Z test_nnc_correctness_sinc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1959173Z test_nnc_correctness_sinc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1959470Z test_nnc_correctness_sinc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1959758Z test_nnc_correctness_sinc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1960077Z test_nnc_correctness_sinc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1960369Z test_nnc_correctness_sinc_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1960663Z test_nnc_correctness_sinh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1960947Z test_nnc_correctness_sinh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1961245Z test_nnc_correctness_sinh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1961540Z test_nnc_correctness_sinh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1961845Z test_nnc_correctness_sinh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1962148Z test_nnc_correctness_sinh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1962442Z test_nnc_correctness_sinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1962726Z test_nnc_correctness_sinh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1963016Z test_nnc_correctness_sinh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1963282Z test_nnc_correctness_sinh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1963623Z test_nnc_correctness_sinh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1963921Z test_nnc_correctness_sinh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1964212Z test_nnc_correctness_sinh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1964512Z test_nnc_correctness_slice_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1964802Z test_nnc_correctness_slice_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1965112Z test_nnc_correctness_slice_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1965418Z test_nnc_correctness_slice_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1965713Z test_nnc_correctness_slice_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1966012Z test_nnc_correctness_slice_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1966312Z test_nnc_correctness_slice_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1966578Z test_nnc_correctness_slice_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1966943Z test_nnc_correctness_slice_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1967235Z test_nnc_correctness_slice_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1967515Z test_nnc_correctness_slice_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1967806Z test_nnc_correctness_slice_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1968097Z test_nnc_correctness_slice_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1968412Z test_nnc_correctness_slice_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1968722Z test_nnc_correctness_slice_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1969032Z test_nnc_correctness_slice_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1969342Z test_nnc_correctness_slice_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1969651Z test_nnc_correctness_slice_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1969958Z test_nnc_correctness_slice_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1970247Z test_nnc_correctness_slice_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1970601Z test_nnc_correctness_slice_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1970924Z test_nnc_correctness_slice_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1971223Z test_nnc_correctness_slice_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1971530Z test_nnc_correctness_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1971836Z test_nnc_correctness_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1972145Z test_nnc_correctness_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1972444Z test_nnc_correctness_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1972770Z test_nnc_correctness_softmax_with_dtype_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1973079Z test_nnc_correctness_softmax_with_dtype_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1973403Z test_nnc_correctness_softmax_with_dtype_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1973756Z test_nnc_correctness_softmax_with_dtype_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1974078Z test_nnc_correctness_softmax_with_dtype_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1974397Z test_nnc_correctness_softmax_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1974702Z test_nnc_correctness_softmax_with_dtype_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1975013Z test_nnc_correctness_softmax_with_dtype_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1975329Z test_nnc_correctness_softmax_with_dtype_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1975639Z test_nnc_correctness_softmax_with_dtype_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1975941Z test_nnc_correctness_softmax_with_dtype_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1976241Z test_nnc_correctness_softmax_with_dtype_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1976535Z test_nnc_correctness_sort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1976827Z test_nnc_correctness_sort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1977121Z test_nnc_correctness_sort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1977430Z test_nnc_correctness_sort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1977728Z test_nnc_correctness_sort_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1978008Z test_nnc_correctness_sort_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1978299Z test_nnc_correctness_sort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1978590Z test_nnc_correctness_sort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1978882Z test_nnc_correctness_sort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1979211Z test_nnc_correctness_sparse_sampled_addmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1979536Z test_nnc_correctness_sparse_sampled_addmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1979858Z test_nnc_correctness_sparse_sampled_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1980166Z test_nnc_correctness_sparse_sampled_addmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1980527Z test_nnc_correctness_special_airy_ai_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1980840Z test_nnc_correctness_special_airy_ai_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1981131Z test_nnc_correctness_special_airy_ai_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1981439Z test_nnc_correctness_special_airy_ai_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1981743Z test_nnc_correctness_special_airy_ai_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1982055Z test_nnc_correctness_special_airy_ai_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1982359Z test_nnc_correctness_special_airy_ai_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1982659Z test_nnc_correctness_special_airy_ai_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1982973Z test_nnc_correctness_special_bessel_j0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1983291Z test_nnc_correctness_special_bessel_j0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1983596Z test_nnc_correctness_special_bessel_j0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1983902Z test_nnc_correctness_special_bessel_j0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1984254Z test_nnc_correctness_special_bessel_j0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1984578Z test_nnc_correctness_special_bessel_j0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1984866Z test_nnc_correctness_special_bessel_j0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1985177Z test_nnc_correctness_special_bessel_j0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1985494Z test_nnc_correctness_special_bessel_j1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1985808Z test_nnc_correctness_special_bessel_j1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1986125Z test_nnc_correctness_special_bessel_j1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1986430Z test_nnc_correctness_special_bessel_j1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1986731Z test_nnc_correctness_special_bessel_j1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1987035Z test_nnc_correctness_special_bessel_j1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1987397Z test_nnc_correctness_special_bessel_j1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1987700Z test_nnc_correctness_special_bessel_j1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1988005Z test_nnc_correctness_special_bessel_y0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1988310Z test_nnc_correctness_special_bessel_y0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1988587Z test_nnc_correctness_special_bessel_y0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1988888Z test_nnc_correctness_special_bessel_y0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1989196Z test_nnc_correctness_special_bessel_y0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1989502Z test_nnc_correctness_special_bessel_y0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1989812Z test_nnc_correctness_special_bessel_y0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1990117Z test_nnc_correctness_special_bessel_y0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1990431Z test_nnc_correctness_special_bessel_y1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1991069Z test_nnc_correctness_special_bessel_y1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1991389Z test_nnc_correctness_special_bessel_y1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1991698Z test_nnc_correctness_special_bessel_y1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1992008Z test_nnc_correctness_special_bessel_y1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1992313Z test_nnc_correctness_special_bessel_y1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1992603Z test_nnc_correctness_special_bessel_y1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.1992906Z test_nnc_correctness_special_bessel_y1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.1993175Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1993453Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1993724Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1993991Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1994334Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1994603Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1994873Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1995144Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1995393Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1995671Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1995942Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1996212Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.1996472Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2013823Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2014122Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2014403Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2014683Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2014974Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2015236Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2015644Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2015926Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2016197Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2016449Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2016708Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2016977Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2017245Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2017503Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2017760Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2018026Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2018292Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2018558Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2018895Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2019194Z test_nnc_correctness_special_entr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2019506Z test_nnc_correctness_special_entr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2019815Z test_nnc_correctness_special_entr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2020119Z test_nnc_correctness_special_entr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2020426Z test_nnc_correctness_special_entr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2020730Z test_nnc_correctness_special_entr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2021036Z test_nnc_correctness_special_entr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2021340Z test_nnc_correctness_special_entr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2021639Z test_nnc_correctness_special_entr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2021947Z test_nnc_correctness_special_entr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2022259Z test_nnc_correctness_special_erfcx_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2022602Z test_nnc_correctness_special_erfcx_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2022921Z test_nnc_correctness_special_erfcx_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2023231Z test_nnc_correctness_special_erfcx_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2023544Z test_nnc_correctness_special_erfcx_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2023853Z test_nnc_correctness_special_erfcx_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2024164Z test_nnc_correctness_special_erfcx_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2024468Z test_nnc_correctness_special_erfcx_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2024743Z test_nnc_correctness_special_hermite_polynomial_h_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2025014Z test_nnc_correctness_special_hermite_polynomial_h_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2025282Z test_nnc_correctness_special_hermite_polynomial_h_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2025549Z test_nnc_correctness_special_hermite_polynomial_h_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2025848Z test_nnc_correctness_special_hermite_polynomial_h_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2026119Z test_nnc_correctness_special_hermite_polynomial_h_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2026382Z test_nnc_correctness_special_hermite_polynomial_h_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2026652Z test_nnc_correctness_special_hermite_polynomial_h_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2026919Z test_nnc_correctness_special_hermite_polynomial_he_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2027197Z test_nnc_correctness_special_hermite_polynomial_he_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2027470Z test_nnc_correctness_special_hermite_polynomial_he_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2027741Z test_nnc_correctness_special_hermite_polynomial_he_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2028005Z test_nnc_correctness_special_hermite_polynomial_he_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2028273Z test_nnc_correctness_special_hermite_polynomial_he_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2028517Z test_nnc_correctness_special_hermite_polynomial_he_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2028789Z test_nnc_correctness_special_hermite_polynomial_he_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2029101Z test_nnc_correctness_special_i0e_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2029414Z test_nnc_correctness_special_i0e_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2029777Z test_nnc_correctness_special_i0e_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2030100Z test_nnc_correctness_special_i0e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2030410Z test_nnc_correctness_special_i0e_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2031019Z test_nnc_correctness_special_i0e_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2031336Z test_nnc_correctness_special_i0e_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2031648Z test_nnc_correctness_special_i0e_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2031959Z test_nnc_correctness_special_i0e_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2032236Z test_nnc_correctness_special_i0e_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2032542Z test_nnc_correctness_special_i1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2032850Z test_nnc_correctness_special_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2033288Z test_nnc_correctness_special_i1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2033597Z test_nnc_correctness_special_i1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2033905Z test_nnc_correctness_special_i1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2034205Z test_nnc_correctness_special_i1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2034512Z test_nnc_correctness_special_i1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2034822Z test_nnc_correctness_special_i1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2035123Z test_nnc_correctness_special_i1e_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2035435Z test_nnc_correctness_special_i1e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2035718Z test_nnc_correctness_special_i1e_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2036024Z test_nnc_correctness_special_i1e_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2036329Z test_nnc_correctness_special_i1e_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2036624Z test_nnc_correctness_special_i1e_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2036931Z test_nnc_correctness_special_i1e_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2037303Z test_nnc_correctness_special_i1e_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2037592Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2037874Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2038147Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2038419Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2038744Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2038996Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2039267Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2039542Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2039815Z test_nnc_correctness_special_legendre_polynomial_p_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2040091Z test_nnc_correctness_special_legendre_polynomial_p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2040368Z test_nnc_correctness_special_legendre_polynomial_p_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2040709Z test_nnc_correctness_special_legendre_polynomial_p_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2040982Z test_nnc_correctness_special_legendre_polynomial_p_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2041254Z test_nnc_correctness_special_legendre_polynomial_p_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2041524Z test_nnc_correctness_special_legendre_polynomial_p_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2041773Z test_nnc_correctness_special_legendre_polynomial_p_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2042092Z test_nnc_correctness_special_log_ndtr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2042416Z test_nnc_correctness_special_log_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2042735Z test_nnc_correctness_special_log_ndtr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2043045Z test_nnc_correctness_special_log_ndtr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2043357Z test_nnc_correctness_special_log_ndtr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2043667Z test_nnc_correctness_special_log_ndtr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2043973Z test_nnc_correctness_special_log_ndtr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2044334Z test_nnc_correctness_special_log_ndtr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2044675Z test_nnc_correctness_special_modified_bessel_i0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2045008Z test_nnc_correctness_special_modified_bessel_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2045314Z test_nnc_correctness_special_modified_bessel_i0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2045641Z test_nnc_correctness_special_modified_bessel_i0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2045973Z test_nnc_correctness_special_modified_bessel_i0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2046300Z test_nnc_correctness_special_modified_bessel_i0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2046624Z test_nnc_correctness_special_modified_bessel_i0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2046948Z test_nnc_correctness_special_modified_bessel_i0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2047273Z test_nnc_correctness_special_modified_bessel_i1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2047656Z test_nnc_correctness_special_modified_bessel_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2047990Z test_nnc_correctness_special_modified_bessel_i1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2048313Z test_nnc_correctness_special_modified_bessel_i1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2048627Z test_nnc_correctness_special_modified_bessel_i1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2048949Z test_nnc_correctness_special_modified_bessel_i1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2049276Z test_nnc_correctness_special_modified_bessel_i1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2049579Z test_nnc_correctness_special_modified_bessel_i1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2049908Z test_nnc_correctness_special_modified_bessel_k0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2050234Z test_nnc_correctness_special_modified_bessel_k0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2050561Z test_nnc_correctness_special_modified_bessel_k0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2050889Z test_nnc_correctness_special_modified_bessel_k0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2051253Z test_nnc_correctness_special_modified_bessel_k0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2051575Z test_nnc_correctness_special_modified_bessel_k0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2051903Z test_nnc_correctness_special_modified_bessel_k0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2052225Z test_nnc_correctness_special_modified_bessel_k0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2052552Z test_nnc_correctness_special_modified_bessel_k1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2052885Z test_nnc_correctness_special_modified_bessel_k1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2053211Z test_nnc_correctness_special_modified_bessel_k1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2053527Z test_nnc_correctness_special_modified_bessel_k1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2053823Z test_nnc_correctness_special_modified_bessel_k1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2054140Z test_nnc_correctness_special_modified_bessel_k1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2054519Z test_nnc_correctness_special_modified_bessel_k1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2054847Z test_nnc_correctness_special_modified_bessel_k1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2055163Z test_nnc_correctness_special_ndtr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2055476Z test_nnc_correctness_special_ndtr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2055787Z test_nnc_correctness_special_ndtr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2056098Z test_nnc_correctness_special_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2056413Z test_nnc_correctness_special_ndtr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2056723Z test_nnc_correctness_special_ndtr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2057035Z test_nnc_correctness_special_ndtr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2057342Z test_nnc_correctness_special_ndtr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2057626Z test_nnc_correctness_special_ndtr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2057975Z test_nnc_correctness_special_ndtr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2058295Z test_nnc_correctness_special_ndtri_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2058610Z test_nnc_correctness_special_ndtri_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2058923Z test_nnc_correctness_special_ndtri_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2059231Z test_nnc_correctness_special_ndtri_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2059541Z test_nnc_correctness_special_ndtri_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2059841Z test_nnc_correctness_special_ndtri_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2060149Z test_nnc_correctness_special_ndtri_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2060458Z test_nnc_correctness_special_ndtri_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2060805Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2061216Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2061543Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2061895Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2062245Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2062593Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2062941Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2063283Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2063622Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2063960Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2064300Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2064636Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2065014Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2065359Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2065695Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2066004Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2066337Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2066674Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2067006Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2067347Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2067683Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2068069Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2068404Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2068738Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2069071Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2069361Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2069656Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2069942Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2070205Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2070746Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2071046Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2071291Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2071593Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2071881Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2072252Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2072543Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2072827Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2073114Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2073369Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2073658Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2073944Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2074226Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2074506Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2074785Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2075064Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2075420Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2075705Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2075991Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2076248Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2076532Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2076813Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2077090Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2077374Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2077655Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2077932Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2078209Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2078486Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2078817Z test_nnc_correctness_special_spherical_bessel_j0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2079134Z test_nnc_correctness_special_spherical_bessel_j0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2079516Z test_nnc_correctness_special_spherical_bessel_j0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2079855Z test_nnc_correctness_special_spherical_bessel_j0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2080188Z test_nnc_correctness_special_spherical_bessel_j0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2080514Z test_nnc_correctness_special_spherical_bessel_j0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2080846Z test_nnc_correctness_special_spherical_bessel_j0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2081180Z test_nnc_correctness_special_spherical_bessel_j0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2081500Z test_nnc_correctness_special_xlog1py_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2081816Z test_nnc_correctness_special_xlog1py_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2082131Z test_nnc_correctness_special_xlog1py_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2082514Z test_nnc_correctness_special_xlog1py_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2082833Z test_nnc_correctness_special_xlog1py_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2083143Z test_nnc_correctness_special_xlog1py_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2083430Z test_nnc_correctness_special_xlog1py_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2083741Z test_nnc_correctness_special_xlog1py_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2084051Z test_nnc_correctness_special_xlog1py_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2084369Z test_nnc_correctness_special_xlog1py_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2084676Z test_nnc_correctness_special_zeta_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2084985Z test_nnc_correctness_special_zeta_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2085290Z test_nnc_correctness_special_zeta_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2085596Z test_nnc_correctness_special_zeta_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2085908Z test_nnc_correctness_special_zeta_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2086259Z test_nnc_correctness_special_zeta_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2086576Z test_nnc_correctness_special_zeta_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2086892Z test_nnc_correctness_special_zeta_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2087172Z test_nnc_correctness_split_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2087472Z test_nnc_correctness_split_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2087785Z test_nnc_correctness_split_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2088099Z test_nnc_correctness_split_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2088397Z test_nnc_correctness_split_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2088701Z test_nnc_correctness_split_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2089001Z test_nnc_correctness_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2089296Z test_nnc_correctness_split_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2089657Z test_nnc_correctness_split_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2089948Z test_nnc_correctness_split_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2090233Z test_nnc_correctness_split_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2090509Z test_nnc_correctness_split_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2090807Z test_nnc_correctness_split_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2091126Z test_nnc_correctness_split_list_args_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2091442Z test_nnc_correctness_split_list_args_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2091761Z test_nnc_correctness_split_list_args_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2092077Z test_nnc_correctness_split_list_args_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2092389Z test_nnc_correctness_split_list_args_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2092700Z test_nnc_correctness_split_list_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2093061Z test_nnc_correctness_split_list_args_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2093385Z test_nnc_correctness_split_list_args_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2093696Z test_nnc_correctness_split_list_args_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2094010Z test_nnc_correctness_split_list_args_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2094292Z test_nnc_correctness_split_list_args_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2094602Z test_nnc_correctness_split_list_args_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2094919Z test_nnc_correctness_split_with_sizes_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2095234Z test_nnc_correctness_split_with_sizes_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2095555Z test_nnc_correctness_split_with_sizes_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2095868Z test_nnc_correctness_split_with_sizes_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2096245Z test_nnc_correctness_split_with_sizes_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2096562Z test_nnc_correctness_split_with_sizes_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2096875Z test_nnc_correctness_split_with_sizes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2097183Z test_nnc_correctness_split_with_sizes_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2097491Z test_nnc_correctness_split_with_sizes_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2097801Z test_nnc_correctness_split_with_sizes_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2098090Z test_nnc_correctness_split_with_sizes_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2098457Z test_nnc_correctness_split_with_sizes_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2098773Z test_nnc_correctness_split_with_sizes_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2099080Z test_nnc_correctness_sqrt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2099379Z test_nnc_correctness_sqrt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2099688Z test_nnc_correctness_sqrt_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2100045Z test_nnc_correctness_sqrt_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2100360Z test_nnc_correctness_sqrt_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2100665Z test_nnc_correctness_sqrt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2100964Z test_nnc_correctness_sqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2101252Z test_nnc_correctness_sqrt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2101527Z test_nnc_correctness_sqrt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2101816Z test_nnc_correctness_sqrt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2102115Z test_nnc_correctness_sqrt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2102409Z test_nnc_correctness_sqrt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2102698Z test_nnc_correctness_sqrt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2103002Z test_nnc_correctness_square_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2103399Z test_nnc_correctness_square_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2103715Z test_nnc_correctness_square_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2104023Z test_nnc_correctness_square_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2104325Z test_nnc_correctness_square_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2104631Z test_nnc_correctness_square_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2104909Z test_nnc_correctness_square_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2105211Z test_nnc_correctness_square_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2105498Z test_nnc_correctness_square_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2105781Z test_nnc_correctness_square_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2106077Z test_nnc_correctness_square_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2106377Z test_nnc_correctness_square_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2106687Z test_nnc_correctness_squeeze_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2107033Z test_nnc_correctness_squeeze_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2107354Z test_nnc_correctness_squeeze_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2107669Z test_nnc_correctness_squeeze_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2107976Z test_nnc_correctness_squeeze_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2108283Z test_nnc_correctness_squeeze_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2108562Z test_nnc_correctness_squeeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2108868Z test_nnc_correctness_squeeze_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2109169Z test_nnc_correctness_squeeze_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2109463Z test_nnc_correctness_squeeze_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2109765Z test_nnc_correctness_squeeze_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2110124Z test_nnc_correctness_squeeze_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2110427Z test_nnc_correctness_squeeze_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2110917Z test_nnc_correctness_stack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2111224Z test_nnc_correctness_stack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2111535Z test_nnc_correctness_stack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2111846Z test_nnc_correctness_stack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2112132Z test_nnc_correctness_stack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2112434Z test_nnc_correctness_stack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2112735Z test_nnc_correctness_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2113038Z test_nnc_correctness_stack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2113335Z test_nnc_correctness_stack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2113623Z test_nnc_correctness_stack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2113908Z test_nnc_correctness_stack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2114276Z test_nnc_correctness_stack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2114590Z test_nnc_correctness_stack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2114894Z test_nnc_correctness_std_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2115196Z test_nnc_correctness_std_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2115474Z test_nnc_correctness_std_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2115776Z test_nnc_correctness_std_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2116061Z test_nnc_correctness_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2116342Z test_nnc_correctness_std_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2116648Z test_nnc_correctness_std_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2116959Z test_nnc_correctness_std_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2117368Z test_nnc_correctness_std_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2117677Z test_nnc_correctness_std_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2117978Z test_nnc_correctness_std_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2118285Z test_nnc_correctness_std_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2118592Z test_nnc_correctness_stft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2118891Z test_nnc_correctness_stft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2119169Z test_nnc_correctness_stft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2119465Z test_nnc_correctness_stft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2119752Z test_nnc_correctness_sub_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2120047Z test_nnc_correctness_sub_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2120348Z test_nnc_correctness_sub_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2120655Z test_nnc_correctness_sub_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2120996Z test_nnc_correctness_sub_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2121298Z test_nnc_correctness_sub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2121587Z test_nnc_correctness_sub_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2121883Z test_nnc_correctness_sub_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2122179Z test_nnc_correctness_sub_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2122447Z test_nnc_correctness_sub_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2122744Z test_nnc_correctness_sub_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2123041Z test_nnc_correctness_sub_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2123340Z test_nnc_correctness_sum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2123634Z test_nnc_correctness_sum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2123940Z test_nnc_correctness_sum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2124294Z test_nnc_correctness_sum_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2124593Z test_nnc_correctness_sum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2124893Z test_nnc_correctness_sum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2125183Z test_nnc_correctness_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2125467Z test_nnc_correctness_sum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2125735Z test_nnc_correctness_sum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2126028Z test_nnc_correctness_sum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2126312Z test_nnc_correctness_sum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2126602Z test_nnc_correctness_sum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2126894Z test_nnc_correctness_sum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2127203Z test_nnc_correctness_sum_to_size_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2127504Z test_nnc_correctness_sum_to_size_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2127862Z test_nnc_correctness_sum_to_size_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2128187Z test_nnc_correctness_sum_to_size_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2128492Z test_nnc_correctness_sum_to_size_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2128800Z test_nnc_correctness_sum_to_size_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2129106Z test_nnc_correctness_sum_to_size_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2129387Z test_nnc_correctness_sum_to_size_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2129693Z test_nnc_correctness_sum_to_size_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2129994Z test_nnc_correctness_sum_to_size_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2130290Z test_nnc_correctness_sum_to_size_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2130583Z test_nnc_correctness_sum_to_size_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2130885Z test_nnc_correctness_svd_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2131249Z test_nnc_correctness_svd_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2131552Z test_nnc_correctness_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2131841Z test_nnc_correctness_svd_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2132148Z test_nnc_correctness_svd_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2132458Z test_nnc_correctness_svd_lowrank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2132744Z test_nnc_correctness_symeig_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2133054Z test_nnc_correctness_symeig_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2133358Z test_nnc_correctness_symeig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2133660Z test_nnc_correctness_symeig_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2133957Z test_nnc_correctness_t_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2134253Z test_nnc_correctness_t_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2134556Z test_nnc_correctness_t_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2134892Z test_nnc_correctness_t_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2135195Z test_nnc_correctness_t_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2135495Z test_nnc_correctness_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2135782Z test_nnc_correctness_t_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2136051Z test_nnc_correctness_t_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2136354Z test_nnc_correctness_t_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2136649Z test_nnc_correctness_t_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2136939Z test_nnc_correctness_t_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2137225Z test_nnc_correctness_t_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2137538Z test_nnc_correctness_take_along_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2137900Z test_nnc_correctness_take_along_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2138222Z test_nnc_correctness_take_along_dim_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2138541Z test_nnc_correctness_take_along_dim_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2138900Z test_nnc_correctness_take_along_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2139216Z test_nnc_correctness_take_along_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2139530Z test_nnc_correctness_take_along_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2139816Z test_nnc_correctness_take_along_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2140131Z test_nnc_correctness_take_along_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2140431Z test_nnc_correctness_take_along_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2140993Z test_nnc_correctness_take_along_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2141481Z test_nnc_correctness_take_along_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2141806Z test_nnc_correctness_take_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2142175Z test_nnc_correctness_take_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2142491Z test_nnc_correctness_take_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2142799Z test_nnc_correctness_take_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2143097Z test_nnc_correctness_take_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2143389Z test_nnc_correctness_take_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2143653Z test_nnc_correctness_take_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2143952Z test_nnc_correctness_take_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2144349Z test_nnc_correctness_take_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2144536Z test_nnc_correctness_take_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2144823Z test_nnc_correctness_take_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2145107Z test_nnc_correctness_take_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2145481Z test_nnc_correctness_tan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2145782Z test_nnc_correctness_tan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2146089Z test_nnc_correctness_tan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2146396Z test_nnc_correctness_tan_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2146693Z test_nnc_correctness_tan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2146997Z test_nnc_correctness_tan_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2147262Z test_nnc_correctness_tan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2147547Z test_nnc_correctness_tan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2147838Z test_nnc_correctness_tan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2148126Z test_nnc_correctness_tan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2148406Z test_nnc_correctness_tan_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2148699Z test_nnc_correctness_tan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2149046Z test_nnc_correctness_tan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2149362Z test_nnc_correctness_tanh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2149664Z test_nnc_correctness_tanh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2149969Z test_nnc_correctness_tanh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2150270Z test_nnc_correctness_tanh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2150765Z test_nnc_correctness_tanh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2151079Z test_nnc_correctness_tanh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2151382Z test_nnc_correctness_tanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2151669Z test_nnc_correctness_tanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2151963Z test_nnc_correctness_tanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2152248Z test_nnc_correctness_tanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2152651Z test_nnc_correctness_tanh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2152948Z test_nnc_correctness_tanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2153234Z test_nnc_correctness_tanh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2153550Z test_nnc_correctness_tensor_split_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2153863Z test_nnc_correctness_tensor_split_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2154154Z test_nnc_correctness_tensor_split_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2154481Z test_nnc_correctness_tensor_split_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2154793Z test_nnc_correctness_tensor_split_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2155105Z test_nnc_correctness_tensor_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2155409Z test_nnc_correctness_tensor_split_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2155715Z test_nnc_correctness_tensor_split_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2156026Z test_nnc_correctness_tensor_split_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2156389Z test_nnc_correctness_tensor_split_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2156712Z test_nnc_correctness_tensor_split_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2157024Z test_nnc_correctness_tensor_split_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2157336Z test_nnc_correctness_tensordot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2157654Z test_nnc_correctness_tensordot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2157949Z test_nnc_correctness_tensordot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2158258Z test_nnc_correctness_tensordot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2158568Z test_nnc_correctness_tensordot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2158874Z test_nnc_correctness_tensordot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2159176Z test_nnc_correctness_tile_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2159528Z test_nnc_correctness_tile_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2159838Z test_nnc_correctness_tile_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2160146Z test_nnc_correctness_tile_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2160445Z test_nnc_correctness_tile_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2160734Z test_nnc_correctness_tile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2161023Z test_nnc_correctness_tile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2161295Z test_nnc_correctness_tile_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2161594Z test_nnc_correctness_tile_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2161880Z test_nnc_correctness_tile_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2162171Z test_nnc_correctness_tile_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2162457Z test_nnc_correctness_tile_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2162758Z test_nnc_correctness_to_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2163055Z test_nnc_correctness_to_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2163410Z test_nnc_correctness_to_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2163723Z test_nnc_correctness_to_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2164023Z test_nnc_correctness_to_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2164308Z test_nnc_correctness_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2164573Z test_nnc_correctness_to_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2164870Z test_nnc_correctness_to_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2165164Z test_nnc_correctness_to_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2165458Z test_nnc_correctness_to_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2165892Z test_nnc_correctness_to_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2166379Z test_nnc_correctness_to_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2167160Z test_nnc_correctness_to_sparse_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2167792Z test_nnc_correctness_to_sparse_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2168154Z test_nnc_correctness_to_sparse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2168469Z test_nnc_correctness_to_sparse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2168781Z test_nnc_correctness_to_sparse_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2169089Z test_nnc_correctness_to_sparse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2169379Z test_nnc_correctness_to_sparse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2169690Z test_nnc_correctness_to_sparse_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2169993Z test_nnc_correctness_to_sparse_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2170287Z test_nnc_correctness_to_sparse_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2170593Z test_nnc_correctness_to_sparse_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2170901Z test_nnc_correctness_to_sparse_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2171265Z test_nnc_correctness_topk_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2171583Z test_nnc_correctness_topk_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2171873Z test_nnc_correctness_topk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2172166Z test_nnc_correctness_topk_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2172466Z test_nnc_correctness_topk_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2172732Z test_nnc_correctness_topk_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2173020Z test_nnc_correctness_topk_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2173315Z test_nnc_correctness_topk_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2173613Z test_nnc_correctness_topk_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2173916Z test_nnc_correctness_trace_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2174205Z test_nnc_correctness_trace_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2174568Z test_nnc_correctness_trace_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2174880Z test_nnc_correctness_trace_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2175191Z test_nnc_correctness_trace_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2175491Z test_nnc_correctness_trace_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2175787Z test_nnc_correctness_trace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2176069Z test_nnc_correctness_trace_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2176370Z test_nnc_correctness_trace_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2176671Z test_nnc_correctness_trace_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2176959Z test_nnc_correctness_trace_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2177257Z test_nnc_correctness_trace_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2177548Z test_nnc_correctness_trace_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2177862Z test_nnc_correctness_transpose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2178215Z test_nnc_correctness_transpose_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2178543Z test_nnc_correctness_transpose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2178857Z test_nnc_correctness_transpose_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2179168Z test_nnc_correctness_transpose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2179476Z test_nnc_correctness_transpose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2179768Z test_nnc_correctness_transpose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2180081Z test_nnc_correctness_transpose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2180388Z test_nnc_correctness_transpose_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2180687Z test_nnc_correctness_transpose_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2180989Z test_nnc_correctness_transpose_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2181373Z test_nnc_correctness_transpose_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2181681Z test_nnc_correctness_transpose_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2181994Z test_nnc_correctness_trapezoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2182309Z test_nnc_correctness_trapezoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2182626Z test_nnc_correctness_trapezoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2182938Z test_nnc_correctness_trapezoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2183225Z test_nnc_correctness_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2183539Z test_nnc_correctness_trapezoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2183844Z test_nnc_correctness_trapezoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2184145Z test_nnc_correctness_trapezoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2184439Z test_nnc_correctness_trapezoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2184744Z test_nnc_correctness_trapezoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2185100Z test_nnc_correctness_trapezoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2185414Z test_nnc_correctness_trapz_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2185722Z test_nnc_correctness_trapz_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2186023Z test_nnc_correctness_trapz_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2186328Z test_nnc_correctness_trapz_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2186611Z test_nnc_correctness_trapz_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2186918Z test_nnc_correctness_trapz_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2187217Z test_nnc_correctness_trapz_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2187506Z test_nnc_correctness_trapz_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2187790Z test_nnc_correctness_trapz_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2188082Z test_nnc_correctness_trapz_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2188445Z test_nnc_correctness_trapz_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2188771Z test_nnc_correctness_triangular_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2189095Z test_nnc_correctness_triangular_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2189412Z test_nnc_correctness_triangular_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2189729Z test_nnc_correctness_triangular_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2190031Z test_nnc_correctness_tril_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2190315Z test_nnc_correctness_tril_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2190794Z test_nnc_correctness_tril_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2191109Z test_nnc_correctness_tril_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2191416Z test_nnc_correctness_tril_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2191706Z test_nnc_correctness_tril_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2191997Z test_nnc_correctness_tril_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2192371Z test_nnc_correctness_tril_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2192682Z test_nnc_correctness_tril_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2192964Z test_nnc_correctness_tril_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2193257Z test_nnc_correctness_tril_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2193546Z test_nnc_correctness_tril_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2193832Z test_nnc_correctness_tril_indices_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2194145Z test_nnc_correctness_tril_indices_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2194438Z test_nnc_correctness_triu_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2194741Z test_nnc_correctness_triu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2195046Z test_nnc_correctness_triu_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2195426Z test_nnc_correctness_triu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2195731Z test_nnc_correctness_triu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2196021Z test_nnc_correctness_triu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2196309Z test_nnc_correctness_triu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2196603Z test_nnc_correctness_triu_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2196900Z test_nnc_correctness_triu_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2197190Z test_nnc_correctness_triu_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2197464Z test_nnc_correctness_triu_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2197750Z test_nnc_correctness_triu_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2198057Z test_nnc_correctness_triu_indices_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2198365Z test_nnc_correctness_triu_indices_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2198675Z test_nnc_correctness_true_divide_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2198986Z test_nnc_correctness_true_divide_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2199352Z test_nnc_correctness_true_divide_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2199683Z test_nnc_correctness_true_divide_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2199997Z test_nnc_correctness_true_divide_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2200308Z test_nnc_correctness_true_divide_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2200625Z test_nnc_correctness_true_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2200913Z test_nnc_correctness_true_divide_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2201219Z test_nnc_correctness_true_divide_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2201525Z test_nnc_correctness_true_divide_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2201830Z test_nnc_correctness_true_divide_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2202137Z test_nnc_correctness_true_divide_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2202496Z test_nnc_correctness_true_divide_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2202805Z test_nnc_correctness_trunc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2203106Z test_nnc_correctness_trunc_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2203406Z test_nnc_correctness_trunc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2203698Z test_nnc_correctness_trunc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2203995Z test_nnc_correctness_trunc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2204287Z test_nnc_correctness_trunc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2204551Z test_nnc_correctness_trunc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2204853Z test_nnc_correctness_trunc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2205151Z test_nnc_correctness_trunc_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2205453Z test_nnc_correctness_unbind_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2205745Z test_nnc_correctness_unbind_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2206102Z test_nnc_correctness_unbind_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2206421Z test_nnc_correctness_unbind_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2206729Z test_nnc_correctness_unbind_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2207029Z test_nnc_correctness_unbind_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2207334Z test_nnc_correctness_unbind_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2207640Z test_nnc_correctness_unbind_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2207915Z test_nnc_correctness_unbind_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2208204Z test_nnc_correctness_unbind_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2208486Z test_nnc_correctness_unbind_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2208781Z test_nnc_correctness_unbind_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2209083Z test_nnc_correctness_unbind_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2209449Z test_nnc_correctness_unflatten_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2209760Z test_nnc_correctness_unflatten_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2210076Z test_nnc_correctness_unflatten_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2210387Z test_nnc_correctness_unflatten_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2210699Z test_nnc_correctness_unflatten_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2211012Z test_nnc_correctness_unflatten_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2211297Z test_nnc_correctness_unflatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2211600Z test_nnc_correctness_unflatten_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2211901Z test_nnc_correctness_unflatten_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2212205Z test_nnc_correctness_unflatten_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2212506Z test_nnc_correctness_unflatten_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2212812Z test_nnc_correctness_unflatten_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2213167Z test_nnc_correctness_unflatten_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2213478Z test_nnc_correctness_unfold_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2213778Z test_nnc_correctness_unfold_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2214086Z test_nnc_correctness_unfold_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2214395Z test_nnc_correctness_unfold_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2214699Z test_nnc_correctness_unfold_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2214978Z test_nnc_correctness_unfold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2215278Z test_nnc_correctness_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2215568Z test_nnc_correctness_unfold_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2215866Z test_nnc_correctness_unfold_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2216211Z test_nnc_correctness_unfold_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2216504Z test_nnc_correctness_unfold_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2216802Z test_nnc_correctness_unfold_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2217096Z test_nnc_correctness_unfold_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2217399Z test_nnc_correctness_uniform_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2217707Z test_nnc_correctness_uniform_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2218023Z test_nnc_correctness_uniform_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2218305Z test_nnc_correctness_uniform_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2218614Z test_nnc_correctness_uniform_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2218905Z test_nnc_correctness_uniform_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2219224Z test_nnc_correctness_unique_consecutive_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2219547Z test_nnc_correctness_unique_consecutive_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2219914Z test_nnc_correctness_unique_consecutive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2220238Z test_nnc_correctness_unique_consecutive_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2220558Z test_nnc_correctness_unique_consecutive_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2220884Z test_nnc_correctness_unique_consecutive_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2221201Z test_nnc_correctness_unique_consecutive_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2221520Z test_nnc_correctness_unique_consecutive_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2221835Z test_nnc_correctness_unique_consecutive_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2222111Z test_nnc_correctness_unique_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2222416Z test_nnc_correctness_unique_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2222709Z test_nnc_correctness_unique_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2223071Z test_nnc_correctness_unique_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2223373Z test_nnc_correctness_unique_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2223674Z test_nnc_correctness_unique_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2223965Z test_nnc_correctness_unique_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2224268Z test_nnc_correctness_unique_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2224557Z test_nnc_correctness_unique_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2224871Z test_nnc_correctness_unsqueeze_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2225177Z test_nnc_correctness_unsqueeze_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2225466Z test_nnc_correctness_unsqueeze_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2225780Z test_nnc_correctness_unsqueeze_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2226097Z test_nnc_correctness_unsqueeze_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2226405Z test_nnc_correctness_unsqueeze_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2226817Z test_nnc_correctness_unsqueeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2227135Z test_nnc_correctness_unsqueeze_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2227442Z test_nnc_correctness_unsqueeze_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2227743Z test_nnc_correctness_unsqueeze_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2228055Z test_nnc_correctness_unsqueeze_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2228367Z test_nnc_correctness_unsqueeze_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2228673Z test_nnc_correctness_unsqueeze_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2228975Z test_nnc_correctness_var_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2229254Z test_nnc_correctness_var_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2229554Z test_nnc_correctness_var_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2229854Z test_nnc_correctness_var_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2230216Z test_nnc_correctness_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2230696Z test_nnc_correctness_var_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2231021Z test_nnc_correctness_var_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2231333Z test_nnc_correctness_var_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2231642Z test_nnc_correctness_var_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2231958Z test_nnc_correctness_var_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2232265Z test_nnc_correctness_var_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2232568Z test_nnc_correctness_var_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2232848Z test_nnc_correctness_vdot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2233150Z test_nnc_correctness_vdot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2233458Z test_nnc_correctness_vdot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2233758Z test_nnc_correctness_vdot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2234124Z test_nnc_correctness_vdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2234421Z test_nnc_correctness_vdot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2234689Z test_nnc_correctness_view_as_complex_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2235008Z test_nnc_correctness_view_as_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2235328Z test_nnc_correctness_view_as_complex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2235638Z test_nnc_correctness_view_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2235942Z test_nnc_correctness_view_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2236225Z test_nnc_correctness_view_as_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2236530Z test_nnc_correctness_view_as_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2236839Z test_nnc_correctness_view_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2237219Z test_nnc_correctness_view_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2237528Z test_nnc_correctness_view_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2237824Z test_nnc_correctness_view_as_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2238128Z test_nnc_correctness_view_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2238426Z test_nnc_correctness_view_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2238716Z test_nnc_correctness_view_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2239066Z test_nnc_correctness_view_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2239370Z test_nnc_correctness_view_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2239685Z test_nnc_correctness_view_as_real_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2239975Z test_nnc_correctness_view_as_real_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2240278Z test_nnc_correctness_view_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2240576Z test_nnc_correctness_view_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2240889Z test_nnc_correctness_view_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2241257Z test_nnc_correctness_view_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2241565Z test_nnc_correctness_view_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2241863Z test_nnc_correctness_view_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2242154Z test_nnc_correctness_view_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2242447Z test_nnc_correctness_view_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2242748Z test_nnc_correctness_view_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2243041Z test_nnc_correctness_view_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2243298Z test_nnc_correctness_view_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2243592Z test_nnc_correctness_view_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2243892Z test_nnc_correctness_view_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2244256Z test_nnc_correctness_vsplit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2244559Z test_nnc_correctness_vsplit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2244869Z test_nnc_correctness_vsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2245179Z test_nnc_correctness_vsplit_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2245488Z test_nnc_correctness_vsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2245793Z test_nnc_correctness_vsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2246092Z test_nnc_correctness_vsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2246395Z test_nnc_correctness_vsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2246690Z test_nnc_correctness_vsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2246965Z test_nnc_correctness_vsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2247253Z test_nnc_correctness_vsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2247548Z test_nnc_correctness_vsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2247885Z test_nnc_correctness_vsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2248203Z test_nnc_correctness_vstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2248498Z test_nnc_correctness_vstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2248808Z test_nnc_correctness_vstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2249119Z test_nnc_correctness_vstack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2249425Z test_nnc_correctness_vstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2249728Z test_nnc_correctness_vstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2250017Z test_nnc_correctness_vstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2250294Z test_nnc_correctness_vstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2250593Z test_nnc_correctness_vstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2250888Z test_nnc_correctness_vstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2251234Z test_nnc_correctness_vstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2251536Z test_nnc_correctness_vstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2251826Z test_nnc_correctness_vstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2252128Z test_nnc_correctness_where_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2252423Z test_nnc_correctness_where_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2252726Z test_nnc_correctness_where_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2253038Z test_nnc_correctness_where_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2253343Z test_nnc_correctness_where_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2253623Z test_nnc_correctness_where_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2253915Z test_nnc_correctness_where_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2254219Z test_nnc_correctness_where_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2254518Z test_nnc_correctness_where_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2254865Z test_nnc_correctness_where_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2255166Z test_nnc_correctness_where_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2255463Z test_nnc_correctness_where_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2255754Z test_nnc_correctness_where_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2256061Z test_nnc_correctness_xlogy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2256363Z test_nnc_correctness_xlogy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2256661Z test_nnc_correctness_xlogy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2256927Z test_nnc_correctness_xlogy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2257228Z test_nnc_correctness_xlogy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2257524Z test_nnc_correctness_xlogy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2257818Z test_nnc_correctness_xlogy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2258158Z test_nnc_correctness_xlogy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2258458Z test_nnc_correctness_xlogy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2258744Z test_nnc_correctness_xlogy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2259046Z test_nnc_correctness_zero__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2259334Z test_nnc_correctness_zero__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2259641Z test_nnc_correctness_zero__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2259950Z test_nnc_correctness_zero__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2260252Z test_nnc_correctness_zero__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2260528Z test_nnc_correctness_zero__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2260816Z test_nnc_correctness_zero__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2261111Z test_nnc_correctness_zero__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2261403Z test_nnc_correctness_zero__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2261736Z test_nnc_correctness_zero__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2262041Z test_nnc_correctness_zero__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2262338Z test_nnc_correctness_zero__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2262641Z test_nnc_correctness_zeros_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2262936Z test_nnc_correctness_zeros_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2263245Z test_nnc_correctness_zeros_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2263557Z test_nnc_correctness_zeros_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2263839Z test_nnc_correctness_zeros_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2264139Z test_nnc_correctness_zeros_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2264439Z test_nnc_correctness_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2264798Z test_nnc_correctness_zeros_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2265103Z test_nnc_correctness_zeros_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2265393Z test_nnc_correctness_zeros_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2265677Z test_nnc_correctness_zeros_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2265972Z test_nnc_correctness_zeros_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2266270Z test_nnc_correctness_zeros_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2266582Z test_nnc_correctness_zeros_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2266887Z test_nnc_correctness_zeros_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2267177Z test_nnc_correctness_zeros_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2267491Z test_nnc_correctness_zeros_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2267805Z test_nnc_correctness_zeros_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2268112Z test_nnc_correctness_zeros_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2268422Z test_nnc_correctness_zeros_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2268769Z test_nnc_correctness_zeros_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2269087Z test_nnc_correctness_zeros_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2269394Z test_nnc_correctness_zeros_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2269699Z test_nnc_correctness_zeros_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2270009Z test_nnc_correctness_zeros_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2270316Z test_nnc_correctness_zeros_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2270707Z test_unsupported_H_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2270922Z test_unsupported_T_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2271180Z test_unsupported___getitem___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2271433Z test_unsupported___rpow___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2271677Z test_unsupported___rsub___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2272030Z test_unsupported_acosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2272292Z test_unsupported_addbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2272555Z test_unsupported_addcdiv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2272817Z test_unsupported_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2273077Z test_unsupported_addmv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2273309Z test_unsupported_addr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2273561Z test_unsupported_all_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2273824Z test_unsupported_allclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2274087Z test_unsupported_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2274337Z test_unsupported_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2274602Z test_unsupported_aminmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2274859Z test_unsupported_angle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2275109Z test_unsupported_any_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2275372Z test_unsupported_arange_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2275607Z test_unsupported_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2275862Z test_unsupported_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2276127Z test_unsupported_argsort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2276452Z test_unsupported_argwhere_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2276731Z test_unsupported_as_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2277013Z test_unsupported_as_strided_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2277271Z test_unsupported_asinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2277531Z test_unsupported_atanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2277801Z test_unsupported_atleast_1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2278048Z test_unsupported_atleast_2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2278303Z test_unsupported_atleast_3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2278569Z test_unsupported_baddbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2278833Z test_unsupported_bernoulli_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2279095Z test_unsupported_bfloat16_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2279361Z test_unsupported_block_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2279615Z test_unsupported_bmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2279892Z test_unsupported_broadcast_shapes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2280249Z test_unsupported_broadcast_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2280496Z test_unsupported_broadcast_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2280761Z test_unsupported_bucketize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2281037Z test_unsupported_cartesian_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2281291Z test_unsupported_cat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2281547Z test_unsupported_cdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2281803Z test_unsupported_chalf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2282068Z test_unsupported_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2282345Z test_unsupported_cholesky_inverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2282620Z test_unsupported_cholesky_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2282853Z test_unsupported_chunk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2283111Z test_unsupported_clamp_max_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2283376Z test_unsupported_clamp_min_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2283630Z test_unsupported_clone_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2283901Z test_unsupported_column_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2284176Z test_unsupported_combinations_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2284486Z test_unsupported_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2284750Z test_unsupported_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2285017Z test_unsupported_conj_physical_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2285267Z test_unsupported_constant_pad_nd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2285530Z test_unsupported_copysign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2285795Z test_unsupported_corrcoef_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2286068Z test_unsupported_count_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2286324Z test_unsupported_cov_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2286582Z test_unsupported_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2286839Z test_unsupported_cummax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2287094Z test_unsupported_cummin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2287356Z test_unsupported_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2287590Z test_unsupported_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2287876Z test_unsupported_cumulative_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2288194Z test_unsupported_deg2rad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2288453Z test_unsupported_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2288722Z test_unsupported_diag_embed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2288989Z test_unsupported_diagflat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2289255Z test_unsupported_diagonal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2289527Z test_unsupported_diagonal_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2289786Z test_unsupported_diff_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2290024Z test_unsupported_digamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2290279Z test_unsupported_dist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2290534Z test_unsupported_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2290795Z test_unsupported_dsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2291052Z test_unsupported_dstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2291309Z test_unsupported_einsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2291564Z test_unsupported_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2291827Z test_unsupported_empty_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2292087Z test_unsupported_equal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2292318Z test_unsupported_erfinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2292628Z test_unsupported_exp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2292893Z test_unsupported_eye_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2293157Z test_unsupported_fft_fft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2293416Z test_unsupported_fft_fft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2293676Z test_unsupported_fft_fftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2293944Z test_unsupported_fft_fftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2294217Z test_unsupported_fft_hfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2294483Z test_unsupported_fft_hfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2294721Z test_unsupported_fft_hfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2294983Z test_unsupported_fft_ifft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2295243Z test_unsupported_fft_ifft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2295504Z test_unsupported_fft_ifftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2295776Z test_unsupported_fft_ifftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2296099Z test_unsupported_fft_ihfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2296363Z test_unsupported_fft_ihfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2296631Z test_unsupported_fft_ihfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2296891Z test_unsupported_fft_irfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2297130Z test_unsupported_fft_irfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2297385Z test_unsupported_fft_irfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2297650Z test_unsupported_fft_rfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2297912Z test_unsupported_fft_rfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2298180Z test_unsupported_fft_rfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2298429Z test_unsupported_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T10:45:37.2298693Z test_unsupported_flatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2298948Z test_unsupported_flip_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2299205Z test_unsupported_fliplr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2299439Z test_unsupported_flipud_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2299705Z test_unsupported_float_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2299974Z test_unsupported_floor_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2300232Z test_unsupported_fmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2300534Z test_unsupported_fmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2300802Z test_unsupported_frexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2301071Z test_unsupported_full_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2301335Z test_unsupported_gather_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2301594Z test_unsupported_geqrf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2301833Z test_unsupported_gradient_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2302105Z test_unsupported_heaviside_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2302360Z test_unsupported_histc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2302620Z test_unsupported_hsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2302879Z test_unsupported_hstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2303139Z test_unsupported_hypot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2303390Z test_unsupported_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2303644Z test_unsupported_igamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2303906Z test_unsupported_igammac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2304203Z test_unsupported_index_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2304478Z test_unsupported_index_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2304743Z test_unsupported_index_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2305006Z test_unsupported_index_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2305276Z test_unsupported_index_reduce_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2305542Z test_unsupported_index_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2305793Z test_unsupported_inner_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2306056Z test_unsupported_isclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2306320Z test_unsupported_isfinite_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2306554Z test_unsupported_isin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2306810Z test_unsupported_isinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2307073Z test_unsupported_isneginf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2307337Z test_unsupported_isposinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2307596Z test_unsupported_isreal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2307852Z test_unsupported_istft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2308147Z test_unsupported_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2308497Z test_unsupported_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2308783Z test_unsupported_jiterator_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2309074Z test_unsupported_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2309326Z test_unsupported_jiterator_unary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2309580Z test_unsupported_kron_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2309849Z test_unsupported_kthvalue_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2310114Z test_unsupported_ldexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2310387Z test_unsupported_linalg_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2310866Z test_unsupported_linalg_cholesky_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2311142Z test_unsupported_linalg_cond_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2311402Z test_unsupported_linalg_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2311655Z test_unsupported_linalg_det_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2311896Z test_unsupported_linalg_det_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2312240Z test_unsupported_linalg_eig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2312499Z test_unsupported_linalg_eigh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2312765Z test_unsupported_linalg_eigvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2313030Z test_unsupported_linalg_eigvalsh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2313309Z test_unsupported_linalg_householder_product_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2313558Z test_unsupported_linalg_inv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2313812Z test_unsupported_linalg_inv_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2314072Z test_unsupported_linalg_ldl_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2314316Z test_unsupported_linalg_ldl_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2314577Z test_unsupported_linalg_ldl_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2314832Z test_unsupported_linalg_lstsq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2315105Z test_unsupported_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2315356Z test_unsupported_linalg_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2315610Z test_unsupported_linalg_lu_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2315873Z test_unsupported_linalg_lu_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2316136Z test_unsupported_linalg_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2316471Z test_unsupported_linalg_matrix_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2316753Z test_unsupported_linalg_matrix_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2316989Z test_unsupported_linalg_matrix_rank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2317265Z test_unsupported_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2317527Z test_unsupported_linalg_multi_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2317782Z test_unsupported_linalg_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2318070Z test_unsupported_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2318321Z test_unsupported_linalg_pinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2318592Z test_unsupported_linalg_pinv_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2318913Z test_unsupported_linalg_pinv_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2319166Z test_unsupported_linalg_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2319404Z test_unsupported_linalg_slogdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2319658Z test_unsupported_linalg_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2319979Z test_unsupported_linalg_solve_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2320252Z test_unsupported_linalg_solve_triangular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2320505Z test_unsupported_linalg_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2320762Z test_unsupported_linalg_svdvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2321024Z test_unsupported_linalg_tensorinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2321289Z test_unsupported_linalg_tensorsolve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2321549Z test_unsupported_linalg_vander_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2321808Z test_unsupported_linalg_vecdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2322047Z test_unsupported_linalg_vector_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2322300Z test_unsupported_linspace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2322554Z test_unsupported_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2322816Z test_unsupported_log_softmax_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2323068Z test_unsupported_logaddexp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2323321Z test_unsupported_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2323580Z test_unsupported_logcumsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2323825Z test_unsupported_logdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2324128Z test_unsupported_logical_and_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2324367Z test_unsupported_logical_not_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2324621Z test_unsupported_logical_or_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2324870Z test_unsupported_logical_xor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2325115Z test_unsupported_logit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2325367Z test_unsupported_logspace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2325624Z test_unsupported_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2325864Z test_unsupported_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2326109Z test_unsupported_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2326355Z test_unsupported_lu_unpack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2326569Z test_unsupported_mH_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2326798Z test_unsupported_mT_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2327048Z test_unsupported_masked_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2327364Z test_unsupported_masked_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2327625Z test_unsupported_masked_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2327885Z test_unsupported_masked_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2328144Z test_unsupported_masked_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2328396Z test_unsupported_masked_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2328656Z test_unsupported_masked_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2328890Z test_unsupported_masked_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2329150Z test_unsupported_masked_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2329406Z test_unsupported_masked_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2329664Z test_unsupported_masked_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2329912Z test_unsupported_masked_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2330167Z test_unsupported_masked_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2330414Z test_unsupported_masked_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2330673Z test_unsupported_masked_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2330926Z test_unsupported_masked_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2331164Z test_unsupported_masked_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2331467Z test_unsupported_masked_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2331745Z test_unsupported_masked_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2332013Z test_unsupported_masked_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2332280Z test_unsupported_masked_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2332546Z test_unsupported_matrix_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2332829Z test_unsupported_max_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2333116Z test_unsupported_max_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2333377Z test_unsupported_maximum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2333637Z test_unsupported_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2333899Z test_unsupported_meshgrid_list_of_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2334188Z test_unsupported_meshgrid_variadic_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2334468Z test_unsupported_min_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2334750Z test_unsupported_min_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2335088Z test_unsupported_minimum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2335346Z test_unsupported_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2335608Z test_unsupported_movedim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2335870Z test_unsupported_msort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2336145Z test_unsupported_multinomial_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2336372Z test_unsupported_mv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2336650Z test_unsupported_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2336929Z test_unsupported_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2337213Z test_unsupported_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2337476Z test_unsupported_nan_to_num_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2337741Z test_unsupported_nanmean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2338006Z test_unsupported_nanmedian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2338272Z test_unsupported_nanquantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2338532Z test_unsupported_nansum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2338820Z test_unsupported_narrow_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2339082Z test_unsupported_narrow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2339351Z test_unsupported_native_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2339670Z test_unsupported_native_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2339936Z test_unsupported_new_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2340199Z test_unsupported_new_empty_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2340440Z test_unsupported_new_full_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2340684Z test_unsupported_new_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2340930Z test_unsupported_new_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2341161Z test_unsupported_nextafter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2341462Z test_unsupported_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2341743Z test_unsupported_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2342014Z test_unsupported_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2342291Z test_unsupported_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2342560Z test_unsupported_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2342934Z test_unsupported_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2343200Z test_unsupported_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2343466Z test_unsupported_nn_functional_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2343729Z test_unsupported_nn_functional_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2343974Z test_unsupported_nn_functional_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2344242Z test_unsupported_nn_functional_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2344527Z test_unsupported_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2344796Z test_unsupported_nn_functional_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2345078Z test_unsupported_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2345370Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2345627Z test_unsupported_nn_functional_celu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2345886Z test_unsupported_nn_functional_conv1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2346132Z test_unsupported_nn_functional_conv2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2346409Z test_unsupported_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2346664Z test_unsupported_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2346990Z test_unsupported_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2347279Z test_unsupported_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2347553Z test_unsupported_nn_functional_cosine_similarity_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2347822Z test_unsupported_nn_functional_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2348082Z test_unsupported_nn_functional_ctc_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2348351Z test_unsupported_nn_functional_dropout2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2348618Z test_unsupported_nn_functional_dropout3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2348877Z test_unsupported_nn_functional_dropout_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2349130Z test_unsupported_nn_functional_elu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2349379Z test_unsupported_nn_functional_embedding_bag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2349642Z test_unsupported_nn_functional_embedding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2349937Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2350293Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2350731Z test_unsupported_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2351016Z test_unsupported_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2351291Z test_unsupported_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2351546Z test_unsupported_nn_functional_gelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2351799Z test_unsupported_nn_functional_glu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2352068Z test_unsupported_nn_functional_grid_sample_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2352315Z test_unsupported_nn_functional_group_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2352597Z test_unsupported_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2352859Z test_unsupported_nn_functional_huber_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2353127Z test_unsupported_nn_functional_instance_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2353401Z test_unsupported_nn_functional_interpolate_area_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2353679Z test_unsupported_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2353962Z test_unsupported_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2354315Z test_unsupported_nn_functional_interpolate_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2354609Z test_unsupported_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2354892Z test_unsupported_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2355129Z test_unsupported_nn_functional_kl_div_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2355386Z test_unsupported_nn_functional_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2355653Z test_unsupported_nn_functional_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2355911Z test_unsupported_nn_functional_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2356186Z test_unsupported_nn_functional_local_response_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2356447Z test_unsupported_nn_functional_logsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2356716Z test_unsupported_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2356975Z test_unsupported_nn_functional_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2357236Z test_unsupported_nn_functional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2357573Z test_unsupported_nn_functional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2357822Z test_unsupported_nn_functional_max_unpool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2358095Z test_unsupported_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2358360Z test_unsupported_nn_functional_max_unpool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2358636Z test_unsupported_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2358896Z test_unsupported_nn_functional_max_unpool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2359163Z test_unsupported_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2359420Z test_unsupported_nn_functional_mish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2359679Z test_unsupported_nn_functional_mse_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2359947Z test_unsupported_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2360229Z test_unsupported_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2360500Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2360761Z test_unsupported_nn_functional_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2361029Z test_unsupported_nn_functional_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2361297Z test_unsupported_nn_functional_pad_circular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2361620Z test_unsupported_nn_functional_pad_constant_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2361898Z test_unsupported_nn_functional_pad_reflect_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2362172Z test_unsupported_nn_functional_pad_replicate_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2362446Z test_unsupported_nn_functional_pairwise_distance_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2362701Z test_unsupported_nn_functional_pdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2362970Z test_unsupported_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2363226Z test_unsupported_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2363494Z test_unsupported_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2363752Z test_unsupported_nn_functional_prelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2364003Z test_unsupported_nn_functional_rrelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2364261Z test_unsupported_nn_functional_selu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2364512Z test_unsupported_nn_functional_silu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2364837Z test_unsupported_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2365108Z test_unsupported_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2365368Z test_unsupported_nn_functional_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2365644Z test_unsupported_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2365890Z test_unsupported_nn_functional_softshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2366166Z test_unsupported_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2366464Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2366723Z test_unsupported_nn_functional_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2367000Z test_unsupported_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2367269Z test_unsupported_nn_functional_upsample_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2367508Z test_unsupported_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2367745Z test_unsupported_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2367987Z test_unsupported_norm_fro_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2368213Z test_unsupported_norm_inf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2368456Z test_unsupported_norm_nuc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2368741Z test_unsupported_normal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2369008Z test_unsupported_normal_number_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2369245Z test_unsupported_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2369488Z test_unsupported_ones_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2369729Z test_unsupported_ormqr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2369961Z test_unsupported_outer_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2370213Z test_unsupported_pca_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2370438Z test_unsupported_pinverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2370671Z test_unsupported_polar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2370934Z test_unsupported_polygamma_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2371189Z test_unsupported_polygamma_polygamma_n_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2371452Z test_unsupported_polygamma_polygamma_n_2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2371713Z test_unsupported_polygamma_polygamma_n_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2372033Z test_unsupported_polygamma_polygamma_n_4_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2372276Z test_unsupported_positive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2372518Z test_unsupported_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2372754Z test_unsupported_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2372967Z test_unsupported_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2373210Z test_unsupported_quantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2373454Z test_unsupported_rad2deg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2373698Z test_unsupported_rand_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2373947Z test_unsupported_randint_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2374186Z test_unsupported_randn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2374435Z test_unsupported_randn_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2374669Z test_unsupported_ravel_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2374904Z test_unsupported_real_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2375125Z test_unsupported_renorm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2375365Z test_unsupported_repeat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2375627Z test_unsupported_repeat_interleave_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2375868Z test_unsupported_resize__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2376161Z test_unsupported_resize_as__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2376424Z test_unsupported_resolve_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2376672Z test_unsupported_resolve_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2376907Z test_unsupported_roll_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2377143Z test_unsupported_rot90_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2377377Z test_unsupported_round_decimals_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2377634Z test_unsupported_round_decimals_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2377893Z test_unsupported_round_decimals_neg_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2378140Z test_unsupported_scatter_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2378381Z test_unsupported_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2378640Z test_unsupported_scatter_reduce_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2378895Z test_unsupported_scatter_reduce_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2379148Z test_unsupported_scatter_reduce_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2379456Z test_unsupported_scatter_reduce_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2379695Z test_unsupported_scatter_reduce_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2379947Z test_unsupported_searchsorted_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2380211Z test_unsupported_segment_reduce_lengths_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2380482Z test_unsupported_segment_reduce_offsets_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2380725Z test_unsupported_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2380977Z test_unsupported_select_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2381218Z test_unsupported_sgn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2381457Z test_unsupported_signbit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2381695Z test_unsupported_sinc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2381915Z test_unsupported_slice_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2382166Z test_unsupported_slice_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2382403Z test_unsupported_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2382658Z test_unsupported_softmax_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2382891Z test_unsupported_sort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2383154Z test_unsupported_sparse_sampled_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2383459Z test_unsupported_special_airy_ai_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2383724Z test_unsupported_special_bessel_j0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2383973Z test_unsupported_special_bessel_j1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2384216Z test_unsupported_special_bessel_y0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2384439Z test_unsupported_special_bessel_y1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2384710Z test_unsupported_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2384982Z test_unsupported_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2385252Z test_unsupported_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2385519Z test_unsupported_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2385767Z test_unsupported_special_entr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2386018Z test_unsupported_special_erfcx_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2386282Z test_unsupported_special_hermite_polynomial_h_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2386545Z test_unsupported_special_hermite_polynomial_he_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2386872Z test_unsupported_special_i0e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2387125Z test_unsupported_special_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2387368Z test_unsupported_special_i1e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2387638Z test_unsupported_special_laguerre_polynomial_l_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2387905Z test_unsupported_special_legendre_polynomial_p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2388164Z test_unsupported_special_log_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2388430Z test_unsupported_special_modified_bessel_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2388703Z test_unsupported_special_modified_bessel_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2388976Z test_unsupported_special_modified_bessel_k0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2389242Z test_unsupported_special_modified_bessel_k1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2389471Z test_unsupported_special_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2389722Z test_unsupported_special_ndtri_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2390011Z test_unsupported_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2390314Z test_unsupported_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2390848Z test_unsupported_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2391119Z test_unsupported_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2391413Z test_unsupported_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2391692Z test_unsupported_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2391964Z test_unsupported_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:45:37.2392238Z test_unsupported_special_spherical_bessel_j0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2392477Z test_unsupported_special_xlog1py_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2392726Z test_unsupported_special_zeta_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2392962Z test_unsupported_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2393228Z test_unsupported_split_list_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2393477Z test_unsupported_split_with_sizes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2393715Z test_unsupported_square_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2393955Z test_unsupported_squeeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2394190Z test_unsupported_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2394495Z test_unsupported_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2394738Z test_unsupported_std_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2394972Z test_unsupported_stft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2395199Z test_unsupported_sum_to_size_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2395431Z test_unsupported_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2395674Z test_unsupported_svd_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2395911Z test_unsupported_symeig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2396163Z test_unsupported_take_along_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2396397Z test_unsupported_take_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2396645Z test_unsupported_tensor_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2396891Z test_unsupported_tensordot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2397124Z test_unsupported_tile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2397339Z test_unsupported_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2397582Z test_unsupported_to_sparse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2397812Z test_unsupported_topk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2398054Z test_unsupported_trace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2398298Z test_unsupported_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2398651Z test_unsupported_trapz_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2398929Z test_unsupported_triangular_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2399176Z test_unsupported_tril_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2399424Z test_unsupported_triu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2399659Z test_unsupported_unbind_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2399915Z test_unsupported_unflatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2400168Z test_unsupported_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2400425Z test_unsupported_uniform_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2400697Z test_unsupported_unique_consecutive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2400946Z test_unsupported_unique_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2401192Z test_unsupported_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2401445Z test_unsupported_var_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2401691Z test_unsupported_vdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2401997Z test_unsupported_view_as_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2402253Z test_unsupported_vsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2402503Z test_unsupported_vstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2402751Z test_unsupported_xlogy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2402996Z test_unsupported_zero__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2403245Z test_unsupported_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2403501Z test_unsupported_zeros_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2403743Z test_working___radd___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2403985Z test_working___rdiv___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2404205Z test_working___rmod___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2404442Z test_working___rmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2404680Z test_working_abs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2404916Z test_working_acos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2405153Z test_working_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2405396Z test_working_addcmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2405654Z test_working_addmm_decomposed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2405895Z test_working_asin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2406185Z test_working_atan2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2406416Z test_working_atan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2406655Z test_working_bool_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2406892Z test_working_byte_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2407130Z test_working_ceil_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2407365Z test_working_char_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2407605Z test_working_clamp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2407857Z test_working_contiguous_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2408092Z test_working_cos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2408332Z test_working_cosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2408576Z test_working_div_floor_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2408836Z test_working_div_no_rounding_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2409093Z test_working_div_trunc_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2409334Z test_working_double_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2409625Z test_working_eq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2409861Z test_working_erf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2410098Z test_working_erfc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2410334Z test_working_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2410566Z test_working_expand_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2410809Z test_working_expand_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2411050Z test_working_expm1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2411291Z test_working_float_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2411531Z test_working_floor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2411768Z test_working_fmod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2412004Z test_working_ge_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2412238Z test_working_gt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2412473Z test_working_half_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2412691Z test_working_int_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2412931Z test_working_isnan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2413165Z test_working_le_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2413402Z test_working_lerp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2413647Z test_working_lgamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2413935Z test_working_log10_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2414182Z test_working_log1p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2414418Z test_working_log2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2414653Z test_working_log_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2414872Z test_working_long_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2415106Z test_working_lt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2415356Z test_working_masked_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2415607Z test_working_max_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2415846Z test_working_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2416094Z test_working_min_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2416324Z test_working_mm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2416559Z test_working_mul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2416792Z test_working_ne_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2417011Z test_working_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2417283Z test_working_nn_functional_hardshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2417626Z test_working_nn_functional_hardsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2417897Z test_working_nn_functional_hardswish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2418165Z test_working_nn_functional_hardtanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2418430Z test_working_nn_functional_leaky_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2418691Z test_working_nn_functional_relu6_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2418954Z test_working_nn_functional_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2419221Z test_working_nn_functional_softplus_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2419471Z test_working_nn_functional_softsign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2419744Z test_working_nn_functional_tanhshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2420011Z test_working_nn_functional_threshold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2420255Z test_working_permute_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2420491Z test_working_pow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2420739Z test_working_reciprocal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2420989Z test_working_remainder_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2421241Z test_working_reshape_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2421483Z test_working_reshape_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2421754Z test_working_round_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2421998Z test_working_rsqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2422235Z test_working_rsub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2422475Z test_working_short_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2422718Z test_working_sigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2422951Z test_working_sign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2423192Z test_working_sin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2423429Z test_working_sinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2423666Z test_working_sqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2423883Z test_working_sub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2424117Z test_working_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2424350Z test_working_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2424584Z test_working_tan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2424818Z test_working_tanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2425132Z test_working_transpose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2425381Z test_working_true_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2425623Z test_working_trunc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2425871Z test_working_unsqueeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2426098Z test_working_view_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2426334Z test_working_view_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2426576Z test_working_where_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:45:37.2426750Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.974s) 2022-12-01T10:45:37.2426961Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.080s) 2022-12-01T10:45:37.2427143Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (1.270s) 2022-12-01T10:45:37.2427328Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.474s) 2022-12-01T10:45:37.2427591Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T10:45:37.2427768Z test_autocast_down (__main__.TestTEFuserDynamic) ... ok (0.312s) 2022-12-01T10:45:37.2427957Z test_autocast_up (__main__.TestTEFuserDynamic) ... ok (0.306s) 2022-12-01T10:45:37.2429093Z test_batch_norm (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:45:37.2429242Z warnings.warn(msg, FutureWarning) 2022-12-01T10:45:37.2429350Z ok (2.297s) 2022-12-01T10:45:37.2429545Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (17.911s) 2022-12-01T10:45:37.2429732Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (57.834s) 2022-12-01T10:45:37.2429984Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (4.205s) 2022-12-01T10:45:37.2430177Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (2.718s) 2022-12-01T10:45:37.2430693Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:37.2430896Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (9.990s) 2022-12-01T10:45:37.2431081Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.965s) 2022-12-01T10:45:37.2431260Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (0.830s) 2022-12-01T10:45:37.2431443Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.984s) 2022-12-01T10:45:37.2431655Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... ok (5.104s) 2022-12-01T10:45:37.2431847Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (1.354s) 2022-12-01T10:45:37.2432049Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:45:37.2432290Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T10:45:37.2432520Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:45:37.2432782Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:45:37.2433007Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:45:37.2433240Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:45:37.2433414Z test_clamp (__main__.TestTEFuserDynamic) ... ok (12.888s) 2022-12-01T10:45:37.2433698Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.809s) 2022-12-01T10:45:37.2433875Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.816s) 2022-12-01T10:45:37.2434050Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (1.076s) 2022-12-01T10:45:37.2434237Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (1.059s) 2022-12-01T10:45:37.2434418Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (1.067s) 2022-12-01T10:45:37.2434589Z test_concat (__main__.TestTEFuserDynamic) ... ok (1.121s) 2022-12-01T10:45:37.2434777Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (1.730s) 2022-12-01T10:45:37.2435018Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T10:45:37.2435366Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-12-01T10:45:37.2435713Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-12-01T10:45:37.2435909Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: no half support (0.002s) 2022-12-01T10:45:37.2436077Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.169s) 2022-12-01T10:45:37.2436260Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.007s) 2022-12-01T10:45:37.2436433Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.470s) 2022-12-01T10:45:37.2436612Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.013s) 2022-12-01T10:45:37.2436800Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (10.471s) 2022-12-01T10:45:37.2436991Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (1.718s) 2022-12-01T10:45:37.2437159Z test_erf (__main__.TestTEFuserDynamic) ... ok (1.377s) 2022-12-01T10:45:37.2437347Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.039s) 2022-12-01T10:45:37.2437515Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.455s) 2022-12-01T10:45:37.2437860Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-12-01T10:45:37.2438029Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.006s) 2022-12-01T10:45:37.2438300Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.267s) 2022-12-01T10:45:37.2438505Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.427s) 2022-12-01T10:45:37.2438708Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.376s) 2022-12-01T10:45:37.2438920Z test_isnan (__main__.TestTEFuserDynamic) ... ok (6.069s) 2022-12-01T10:45:37.2439247Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-12-01T10:45:37.2439416Z test_lerp (__main__.TestTEFuserDynamic) ... ok (1.151s) 2022-12-01T10:45:37.2439841Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.001s) 2022-12-01T10:45:37.2440016Z test_lstm (__main__.TestTEFuserDynamic) ... ok (2.898s) 2022-12-01T10:45:37.2440193Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.836s) 2022-12-01T10:45:37.2440396Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (31.475s) 2022-12-01T10:45:37.2440576Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (1.365s) 2022-12-01T10:45:37.2440795Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:45:37.2441105Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-12-01T10:45:37.2441423Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-12-01T10:45:37.2441597Z test_minmax (__main__.TestTEFuserDynamic) ... ok (9.531s) 2022-12-01T10:45:37.2441780Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (4.308s) 2022-12-01T10:45:37.2441952Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.468s) 2022-12-01T10:45:37.2442209Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.179s) 2022-12-01T10:45:37.2442540Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-12-01T10:45:37.2442705Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-12-01T10:45:37.2443133Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-12-01 10:38:40 3842:3842 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:45:37.2443480Z STAGE:2022-12-01 10:38:41 3842:3842 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:45:37.2443582Z ok (0.505s) 2022-12-01T10:45:37.2443831Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: rand_like is not supported yet (0.001s) 2022-12-01T10:45:37.2444061Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: rand_like is not supported yet (0.001s) 2022-12-01T10:45:37.2444294Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: rand_like is not supported yet (0.001s) 2022-12-01T10:45:37.2444466Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.538s) 2022-12-01T10:45:37.2444644Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.202s) 2022-12-01T10:45:37.2444835Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.336s) 2022-12-01T10:45:37.2445011Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.063s) 2022-12-01T10:45:37.2445191Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (1.673s) 2022-12-01T10:45:37.2445382Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.062s) 2022-12-01T10:45:37.2445571Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.113s) 2022-12-01T10:45:37.2445755Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (1.081s) 2022-12-01T10:45:37.2445929Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.895s) 2022-12-01T10:45:37.2446100Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.361s) 2022-12-01T10:45:37.2446272Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.183s) 2022-12-01T10:45:37.2446454Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.118s) 2022-12-01T10:45:37.2446634Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (2.073s) 2022-12-01T10:45:37.2446884Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (2.174s) 2022-12-01T10:45:37.2447082Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (1.931s) 2022-12-01T10:45:37.2447261Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (4.703s) 2022-12-01T10:45:37.2447438Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.936s) 2022-12-01T10:45:37.2447596Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.208s) 2022-12-01T10:45:37.2447775Z test_to_dtype (__main__.TestTEFuserDynamic) ... ok (0.351s) 2022-12-01T10:45:37.2447947Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (16.725s) 2022-12-01T10:45:37.2448126Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (2.870s) 2022-12-01T10:45:37.2448301Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.070s) 2022-12-01T10:45:37.2448578Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2448760Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.017s) 2022-12-01T10:45:37.2448967Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (1.316s) 2022-12-01T10:45:37.2449141Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.481s) 2022-12-01T10:45:37.2449888Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... /var/lib/jenkins/workspace/test/test_jit_fuser_te.py:1187: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:45:37.2450006Z return v.to(dtype) 2022-12-01T10:45:37.2450107Z ok (0.098s) 2022-12-01T10:45:37.2450294Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.961s) 2022-12-01T10:45:37.2450533Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (11.203s) 2022-12-01T10:45:37.2451000Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.10/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-12-01T10:45:37.2451158Z warnings.warn("Only works in script mode") 2022-12-01T10:45:37.2451259Z ok (0.241s) 2022-12-01T10:45:37.2451437Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.761s) 2022-12-01T10:45:37.2451601Z test_abs (__main__.TestTEFuserStatic) ... ok (0.664s) 2022-12-01T10:45:37.2451795Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.145s) 2022-12-01T10:45:37.2451968Z test_add_bool (__main__.TestTEFuserStatic) ... ok (1.042s) 2022-12-01T10:45:37.2452141Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.407s) 2022-12-01T10:45:37.2452342Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.369s) 2022-12-01T10:45:37.2452523Z test_autocast_down (__main__.TestTEFuserStatic) ... ok (0.305s) 2022-12-01T10:45:37.2452689Z test_autocast_up (__main__.TestTEFuserStatic) ... ok (0.331s) 2022-12-01T10:45:37.2453577Z test_batch_norm (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:45:37.2453724Z warnings.warn(msg, FutureWarning) 2022-12-01T10:45:37.2453825Z ok (1.661s) 2022-12-01T10:45:37.2454009Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (16.266s) 2022-12-01T10:45:37.2454184Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (50.702s) 2022-12-01T10:45:37.2454358Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (3.620s) 2022-12-01T10:45:37.2454545Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (2.783s) 2022-12-01T10:45:37.2454750Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (138.316s) 2022-12-01T10:45:37.2454910Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (8.427s) 2022-12-01T10:45:37.2455086Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.739s) 2022-12-01T10:45:37.2455312Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.929s) 2022-12-01T10:45:37.2455502Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.101s) 2022-12-01T10:45:37.2455708Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... ok (5.293s) 2022-12-01T10:45:37.2455895Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.809s) 2022-12-01T10:45:37.2456062Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.807s) 2022-12-01T10:45:37.2456249Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (7.497s) 2022-12-01T10:45:37.2456417Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.414s) 2022-12-01T10:45:37.2456633Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (1.464s) 2022-12-01T10:45:37.2456816Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (0.765s) 2022-12-01T10:45:37.2456998Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.909s) 2022-12-01T10:45:37.2457166Z test_clamp (__main__.TestTEFuserStatic) ... ok (9.352s) 2022-12-01T10:45:37.2457349Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.758s) 2022-12-01T10:45:37.2457521Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.665s) 2022-12-01T10:45:37.2457691Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.823s) 2022-12-01T10:45:37.2457876Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.830s) 2022-12-01T10:45:37.2458055Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.751s) 2022-12-01T10:45:37.2458222Z test_concat (__main__.TestTEFuserStatic) ... ok (0.476s) 2022-12-01T10:45:37.2458407Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.734s) 2022-12-01T10:45:37.2459112Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... /var/lib/jenkins/workspace/test/test_jit_fuser_te.py:2442: TracerWarning: torch.tensor results are registered as constants in the trace. You can safely ignore this warning if you use this function to create tensors out of constant variables that would be the same every time you call this function. In any other case, this might cause the trace to be incorrect. 2022-12-01T10:45:37.2459229Z r = torch.tensor(4) 2022-12-01T10:45:37.2459330Z ok (1.501s) 2022-12-01T10:45:37.2459501Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.024s) 2022-12-01T10:45:37.2459671Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... ok (1.291s) 2022-12-01T10:45:37.2459882Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: no half support (0.002s) 2022-12-01T10:45:37.2460051Z test_dims (__main__.TestTEFuserStatic) ... ok (0.088s) 2022-12-01T10:45:37.2460223Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.007s) 2022-12-01T10:45:37.2460395Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.358s) 2022-12-01T10:45:37.2460576Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.013s) 2022-12-01T10:45:37.2460761Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (10.977s) 2022-12-01T10:45:37.2460952Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (1.593s) 2022-12-01T10:45:37.2461100Z test_erf (__main__.TestTEFuserStatic) ... ok (1.358s) 2022-12-01T10:45:37.2461301Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.039s) 2022-12-01T10:45:37.2461465Z test_exp (__main__.TestTEFuserStatic) ... ok (0.393s) 2022-12-01T10:45:37.2461803Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-12-01T10:45:37.2461969Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.007s) 2022-12-01T10:45:37.2462163Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.138s) 2022-12-01T10:45:37.2462350Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.161s) 2022-12-01T10:45:37.2462554Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.177s) 2022-12-01T10:45:37.2462705Z test_isnan (__main__.TestTEFuserStatic) ... ok (5.591s) 2022-12-01T10:45:37.2463129Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-12-01T10:45:37.2463307Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.792s) 2022-12-01T10:45:37.2463730Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-12-01T10:45:37.2463894Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.720s) 2022-12-01T10:45:37.2464070Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.712s) 2022-12-01T10:45:37.2464272Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (10.936s) 2022-12-01T10:45:37.2464446Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.646s) 2022-12-01T10:45:37.2464648Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:45:37.2464825Z test_matmul (__main__.TestTEFuserStatic) ... ok (1.117s) 2022-12-01T10:45:37.2464993Z test_milstm (__main__.TestTEFuserStatic) ... ok (3.735s) 2022-12-01T10:45:37.2465160Z test_minmax (__main__.TestTEFuserStatic) ... ok (7.327s) 2022-12-01T10:45:37.2465342Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (3.807s) 2022-12-01T10:45:37.2465512Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.430s) 2022-12-01T10:45:37.2465683Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.177s) 2022-12-01T10:45:37.2465995Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-12-01T10:45:37.2466165Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-12-01T10:45:37.2466601Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-12-01 10:44:47 3842:3842 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:45:37.2466939Z STAGE:2022-12-01 10:44:47 3842:3842 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:45:37.2467097Z ok (0.036s) 2022-12-01T10:45:37.2467344Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: rand_like is not supported yet (0.001s) 2022-12-01T10:45:37.2467573Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: rand_like is not supported yet (0.001s) 2022-12-01T10:45:37.2467808Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: rand_like is not supported yet (0.001s) 2022-12-01T10:45:37.2467976Z test_relu (__main__.TestTEFuserStatic) ... ok (0.394s) 2022-12-01T10:45:37.2468138Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.080s) 2022-12-01T10:45:37.2468343Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.377s) 2022-12-01T10:45:37.2468512Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-12-01T10:45:37.2468684Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (1.153s) 2022-12-01T10:45:37.2468878Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-12-01T10:45:37.2469066Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.037s) 2022-12-01T10:45:37.2469248Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.728s) 2022-12-01T10:45:37.2469410Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.820s) 2022-12-01T10:45:37.2469583Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.159s) 2022-12-01T10:45:37.2469769Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.084s) 2022-12-01T10:45:37.2469947Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.078s) 2022-12-01T10:45:37.2470124Z test_superslomo (__main__.TestTEFuserStatic) ... ok (1.161s) 2022-12-01T10:45:37.2470312Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (1.567s) 2022-12-01T10:45:37.2470705Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (1.529s) 2022-12-01T10:45:37.2470900Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (4.404s) 2022-12-01T10:45:37.2471065Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.719s) 2022-12-01T10:45:37.2471236Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.066s) 2022-12-01T10:45:37.2471410Z test_to_dtype (__main__.TestTEFuserStatic) ... ok (0.141s) 2022-12-01T10:45:37.2471671Z test_torch_to (__main__.TestTEFuserStatic) ... ok (14.467s) 2022-12-01T10:45:37.2471859Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (2.072s) 2022-12-01T10:45:37.2472031Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-12-01T10:45:37.2472302Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:45:37.2472483Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.036s) 2022-12-01T10:45:37.2472668Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.853s) 2022-12-01T10:45:37.2472856Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.273s) 2022-12-01T10:45:37.2473054Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.095s) 2022-12-01T10:45:37.2473240Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.823s) 2022-12-01T10:45:37.2473413Z test_where_ops (__main__.TestTEFuserStatic) ... ok (9.835s) 2022-12-01T10:45:37.2473889Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.10/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-12-01T10:45:37.2474044Z warnings.warn("Only works in script mode") 2022-12-01T10:45:37.2474144Z ok (0.097s) 2022-12-01T10:45:37.2474317Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.645s) 2022-12-01T10:45:37.2474343Z 2022-12-01T10:45:37.2474612Z ---------------------------------------------------------------------- 2022-12-01T10:45:37.2474733Z Ran 6014 tests in 620.843s 2022-12-01T10:45:37.2474753Z 2022-12-01T10:45:37.2474863Z OK (skipped=5840) 2022-12-01T10:45:37.2474883Z 2022-12-01T10:45:37.2475007Z Generating XML reports... 2022-12-01T10:45:37.2475536Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20221201103509.xml 2022-12-01T10:45:37.2475937Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20221201103509.xml 2022-12-01T10:45:37.2476329Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20221201103509.xml 2022-12-01T10:45:37.2476723Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCUDA-20221201103509.xml 2022-12-01T10:45:37.2476742Z 2022-12-01T10:45:37.2477470Z ##[endgroup] 2022-12-01T10:45:37.2477866Z FINISHED PRINTING LOG FILE of test_jit_fuser_te (/var/lib/jenkins/workspace/test/test-reports/test_jit_fuser_te_p705vh2f) 2022-12-01T10:45:37.2477886Z 2022-12-01T10:45:39.3224976Z Ignoring disabled issues: [] 2022-12-01T10:45:39.3554573Z Running test_sparse ... [2022-12-01 10:45:39.355007] 2022-12-01T10:45:39.3557912Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:45:39.355416] 2022-12-01T10:46:27.4055131Z 2022-12-01T10:46:27.4055918Z Expand the folded group to see the log file of test_sparse 2022-12-01T10:46:27.4062235Z ##[group]PRINTING LOG FILE of test_sparse (/var/lib/jenkins/workspace/test/test-reports/test_sparse_uk289ofx) 2022-12-01T10:46:27.4062807Z 2022-12-01T10:46:27.4063009Z Running tests... 2022-12-01T10:46:27.4063950Z ---------------------------------------------------------------------- 2022-12-01T10:46:27.4064886Z Test results will be stored in test-reports/python-unittest/test_sparse 2022-12-01T10:46:27.4067936Z test_Sparse_to_Sparse_copy__cuda_bfloat16 (__main__.TestSparseCUDA) ... /var/lib/jenkins/workspace/test/test_sparse.py:747: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:46:27.4069988Z self.assertEqual(None, x1.grad) 2022-12-01T10:46:27.4070523Z ok (0.046s) 2022-12-01T10:46:27.4071482Z test_Sparse_to_Sparse_copy__cuda_complex128 (__main__.TestSparseCUDA) ... /var/lib/jenkins/workspace/test/test_sparse.py:719: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:46:27.4072167Z x1 = x1.to(torch.float32) 2022-12-01T10:46:27.4072477Z ok (0.044s) 2022-12-01T10:46:27.4072754Z test_Sparse_to_Sparse_copy__cuda_float64 (__main__.TestSparseCUDA) ... ok (0.039s) 2022-12-01T10:46:27.4073321Z test_Sparse_to_Sparse_copy_multi_gpu_cuda_complex128 (__main__.TestSparseCUDA) ... skip: no multi-GPU (0.001s) 2022-12-01T10:46:27.4073973Z test_Sparse_to_Sparse_copy_multi_gpu_cuda_float64 (__main__.TestSparseCUDA) ... skip: no multi-GPU (0.001s) 2022-12-01T10:46:27.4074327Z test_add_dense_sparse_mismatch_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.015s) 2022-12-01T10:46:27.4074911Z test_add_dense_sparse_mismatch_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.015s) 2022-12-01T10:46:27.4075374Z test_add_noncontiguous_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4075773Z test_add_noncontiguous_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4076278Z test_add_sub_nnz_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4082128Z test_add_sub_nnz_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4082833Z test_add_zeros_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.023s) 2022-12-01T10:46:27.4083585Z test_add_zeros_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.022s) 2022-12-01T10:46:27.4084197Z test_any_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4084563Z test_asin_arcsin_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.035s) 2022-12-01T10:46:27.4084970Z test_asin_arcsin_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.033s) 2022-12-01T10:46:27.4085371Z test_asin_arcsin_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.127s) 2022-12-01T10:46:27.4085772Z test_asin_arcsin_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.125s) 2022-12-01T10:46:27.4086143Z test_asin_arcsin_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.127s) 2022-12-01T10:46:27.4086544Z test_asin_arcsin_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.125s) 2022-12-01T10:46:27.4086930Z test_asin_arcsin_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.126s) 2022-12-01T10:46:27.4087307Z test_assign_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4087711Z test_basic_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.069s) 2022-12-01T10:46:27.4113040Z test_basic_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.074s) 2022-12-01T10:46:27.4113912Z test_basic_ops_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.516s) 2022-12-01T10:46:27.4114799Z test_bmm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.571s) 2022-12-01T10:46:27.4115808Z test_bmm_cuda_version_error_cuda_float64 (__main__.TestSparseCUDA) ... skip: this test ensures bmm gives error if CUDA version is less than 10.1 (0.001s) 2022-12-01T10:46:27.4116971Z test_bmm_deterministic_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.307s) 2022-12-01T10:46:27.4118529Z test_bmm_windows_error_cuda_float64 (__main__.TestSparseCUDA) ... skip: this test ensures bmm sparse-dense CUDA gives an error when run on Windows with CUDA < 11.0 (0.001s) 2022-12-01T10:46:27.4119569Z test_cat_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.093s) 2022-12-01T10:46:27.4120403Z test_cat_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.085s) 2022-12-01T10:46:27.4121344Z test_change_tensor_metadata_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.006s) 2022-12-01T10:46:27.4122294Z test_change_tensor_metadata_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.006s) 2022-12-01T10:46:27.4123119Z test_clone_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.010s) 2022-12-01T10:46:27.4124206Z test_clone_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.015s) 2022-12-01T10:46:27.4125062Z test_coalesce_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.054s) 2022-12-01T10:46:27.4125819Z test_coalesce_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.050s) 2022-12-01T10:46:27.4126730Z test_coalesce_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.027s) 2022-12-01T10:46:27.4127531Z test_coalesce_reference_cycle_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4128558Z test_coalesce_transpose_mm_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4129570Z test_constructor_device_legacy_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4130487Z test_contig_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-12-01T10:46:27.4131329Z test_contig_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-12-01T10:46:27.4132187Z test_contig_hybrid_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.010s) 2022-12-01T10:46:27.4133071Z test_contig_hybrid_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.010s) 2022-12-01T10:46:27.4133968Z test_ctor_large_sizes_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.009s) 2022-12-01T10:46:27.4134844Z test_ctor_size_checks_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.008s) 2022-12-01T10:46:27.4135657Z test_ctor_size_checks_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.008s) 2022-12-01T10:46:27.4136522Z test_cuda_empty_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4137356Z test_div_by_sparse_error_cuda (__main__.TestSparseCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4138423Z test_div_rounding_mode_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.016s) 2022-12-01T10:46:27.4139267Z test_div_rounding_mode_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.015s) 2022-12-01T10:46:27.4140135Z test_dsmm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.499s) 2022-12-01T10:46:27.4140986Z test_dtypes_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:46:27.4142784Z test_empty_full_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:46:27.4143668Z test_empty_like_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.074s) 2022-12-01T10:46:27.4144521Z test_empty_like_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.072s) 2022-12-01T10:46:27.4145467Z test_factory_copy_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-12-01T10:46:27.4146467Z test_factory_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4147477Z test_factory_cuda_complex64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4148474Z test_factory_cuda_float16 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4149521Z test_factory_cuda_float32 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4150780Z test_factory_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4151709Z test_factory_default_cuda (__main__.TestSparseCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4152554Z test_factory_dense_dim_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-12-01T10:46:27.4153444Z test_factory_dense_dim_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.017s) 2022-12-01T10:46:27.4154335Z test_factory_device_type_inference_cuda (__main__.TestSparseCUDA) ... ok (0.036s) 2022-12-01T10:46:27.4155192Z test_factory_empty_indices_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4156060Z test_factory_nnz_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-12-01T10:46:27.4156923Z test_factory_nnz_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.017s) 2022-12-01T10:46:27.4157789Z test_factory_nnz_zero_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.005s) 2022-12-01T10:46:27.4158784Z test_factory_nnz_zero_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.005s) 2022-12-01T10:46:27.4159681Z test_factory_size_check_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.033s) 2022-12-01T10:46:27.4160349Z test_factory_size_check_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.032s) 2022-12-01T10:46:27.4161139Z test_factory_type_inference_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4161981Z test_factory_type_inference_cuda_complex64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4162834Z test_factory_type_inference_cuda_float16 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4163686Z test_factory_type_inference_cuda_float32 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4164478Z test_factory_type_inference_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4165287Z test_factory_type_inference_cuda_int64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4166035Z test_floor_divide_by_sparse_error_cuda (__main__.TestSparseCUDA) ... ok (0.006s) 2022-12-01T10:46:27.4166725Z test_full_broadcast_to_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.087s) 2022-12-01T10:46:27.4167435Z test_full_broadcast_to_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.082s) 2022-12-01T10:46:27.4168100Z test_hsmm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.034s) 2022-12-01T10:46:27.4168749Z test_index_select_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.200s) 2022-12-01T10:46:27.4169382Z test_index_select_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.215s) 2022-12-01T10:46:27.4170288Z test_index_select_empty_and_non_contiguous_index_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.020s) 2022-12-01T10:46:27.4171119Z test_index_select_empty_and_non_contiguous_index_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-12-01T10:46:27.4171897Z test_index_select_exhaustive_index_large_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.274s) 2022-12-01T10:46:27.4172699Z test_index_select_exhaustive_index_large_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.239s) 2022-12-01T10:46:27.4173466Z test_index_select_exhaustive_index_small_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.998s) 2022-12-01T10:46:27.4174267Z test_index_select_exhaustive_index_small_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.936s) 2022-12-01T10:46:27.4174982Z test_index_select_parallelization_cuda_complex128 (__main__.TestSparseCUDA) 2022-12-01T10:46:27.4175759Z Test with sizes that will trigger parallelization (i.e. with sizes ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4176570Z test_index_select_parallelization_cuda_float64 (__main__.TestSparseCUDA) 2022-12-01T10:46:27.4177362Z Test with sizes that will trigger parallelization (i.e. with sizes ... skip: Only runs on cpu (0.001s) 2022-12-01T10:46:27.4178062Z test_is_nonzero_cuda (__main__.TestSparseCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4178670Z test_is_sparse_cuda (__main__.TestSparseCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4179270Z test_isnan_cuda (__main__.TestSparseCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4179861Z test_legacy_constructor_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4180497Z test_legacy_new_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4181110Z test_log1p_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.032s) 2022-12-01T10:46:27.4181700Z test_log1p_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.031s) 2022-12-01T10:46:27.4182330Z test_log1p_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.036s) 2022-12-01T10:46:27.4182930Z test_log1p_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.035s) 2022-12-01T10:46:27.4183534Z test_log1p_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.036s) 2022-12-01T10:46:27.4184100Z test_log1p_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.036s) 2022-12-01T10:46:27.4184801Z test_log1p_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.036s) 2022-12-01T10:46:27.4185460Z test_mm_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4186136Z test_mm_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4186794Z test_mv_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.061s) 2022-12-01T10:46:27.4187403Z test_narrow_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.122s) 2022-12-01T10:46:27.4188051Z test_narrow_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.118s) 2022-12-01T10:46:27.4188684Z test_neg_negative_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.021s) 2022-12-01T10:46:27.4189353Z test_neg_negative_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-12-01T10:46:27.4189994Z test_new_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4198347Z test_new_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.006s) 2022-12-01T10:46:27.4199129Z test_new_device_multi_gpu_cuda (__main__.TestSparseCUDA) ... skip: only one GPU detected (0.001s) 2022-12-01T10:46:27.4199878Z test_new_device_single_gpu_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4200504Z test_norm_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.059s) 2022-12-01T10:46:27.4201085Z test_norm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.057s) 2022-12-01T10:46:27.4201729Z test_permute_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.684s) 2022-12-01T10:46:27.4202364Z test_permute_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.505s) 2022-12-01T10:46:27.4204177Z test_pickle_cuda_float64 (__main__.TestSparseCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/89296 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:46:27.4205813Z test_print_coalesced_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-12-01T10:46:27.4206521Z test_print_uncoalesced_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-12-01T10:46:27.4207188Z test_resize_as_cuda (__main__.TestSparseCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4207816Z test_resize_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.057s) 2022-12-01T10:46:27.4208435Z test_resize_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.041s) 2022-12-01T10:46:27.4209133Z test_saddmm_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4209855Z test_saddmm_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:46:27.4210565Z test_same_gpu_cuda (__main__.TestSparseCUDA) ... skip: fewer than 2 devices detected (0.002s) 2022-12-01T10:46:27.4211333Z test_scalar_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.008s) 2022-12-01T10:46:27.4211992Z test_scalar_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4212648Z test_select_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.196s) 2022-12-01T10:46:27.4213267Z test_select_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.181s) 2022-12-01T10:46:27.4213933Z test_select_no_type_promotion_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4214620Z test_select_no_type_promotion_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4215337Z test_select_no_type_promotion_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4216081Z test_select_no_type_promotion_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4216783Z test_select_no_type_promotion_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4217449Z test_shared_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4218118Z test_shared_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4218907Z test_small_nnz_coalesced_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4219581Z test_softmax_cuda_float64 (__main__.TestSparseCUDA) ... ok (1.811s) 2022-12-01T10:46:27.4220194Z test_softmax_zero_nnz_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4220835Z test_spadd_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.151s) 2022-12-01T10:46:27.4221511Z test_sparse_add_coalesce_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4222229Z test_sparse_add_coalesce_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4222905Z test_sparse_add_coalesce_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4223584Z test_sparse_add_coalesce_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4224278Z test_sparse_add_out_bfloat16_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4224970Z test_sparse_add_out_bfloat16_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4225796Z test_sparse_addmm_cuda_bfloat16 (__main__.TestSparseCUDA) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-12-01T10:46:27.4226704Z test_sparse_addmm_cuda_complex128 (__main__.TestSparseCUDA) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-12-01T10:46:27.4227629Z test_sparse_addmm_cuda_float64 (__main__.TestSparseCUDA) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-12-01T10:46:27.4228421Z test_sparse_bool_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4229085Z test_sparse_bool_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4229749Z test_sparse_broadcast_to_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.025s) 2022-12-01T10:46:27.4230827Z test_sparse_broadcast_to_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.024s) 2022-12-01T10:46:27.4231679Z test_sparse_dense_mul_cuda_bfloat16 (__main__.TestSparseCUDA) ... skip: Test with dtype=torch.bfloat16, device=cuda:0 runs only with coalesced inputs (0.147s) 2022-12-01T10:46:27.4232690Z test_sparse_dense_mul_cuda_bool (__main__.TestSparseCUDA) ... skip: Test with dtype=torch.bool, device=cuda:0 runs only with coalesced inputs (0.010s) 2022-12-01T10:46:27.4233748Z test_sparse_dense_mul_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.389s) 2022-12-01T10:46:27.4234520Z test_sparse_dense_mul_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.349s) 2022-12-01T10:46:27.4235458Z test_sparse_dense_mul_cuda_float16 (__main__.TestSparseCUDA) ... skip: Test with dtype=torch.float16, device=cuda:0 runs only with coalesced inputs (0.148s) 2022-12-01T10:46:27.4236280Z test_sparse_dense_mul_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.320s) 2022-12-01T10:46:27.4236972Z test_sparse_dense_mul_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.303s) 2022-12-01T10:46:27.4237686Z test_sparse_dense_mul_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.246s) 2022-12-01T10:46:27.4238402Z test_sparse_dense_mul_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.262s) 2022-12-01T10:46:27.4239154Z test_sparse_dense_mul_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.234s) 2022-12-01T10:46:27.4239970Z test_sparse_dense_mul_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.244s) 2022-12-01T10:46:27.4240596Z test_sparse_dense_mul_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.245s) 2022-12-01T10:46:27.4241269Z test_sparse_mask_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.065s) 2022-12-01T10:46:27.4241946Z test_sparse_mask_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.060s) 2022-12-01T10:46:27.4242674Z test_sparse_mask_hybrid_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.086s) 2022-12-01T10:46:27.4243361Z test_sparse_mask_hybrid_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.082s) 2022-12-01T10:46:27.4244004Z test_sparse_matmul_cuda_complex128 (__main__.TestSparseCUDA) 2022-12-01T10:46:27.4244828Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (12.261s) 2022-12-01T10:46:27.4245563Z test_sparse_matmul_cuda_complex64 (__main__.TestSparseCUDA) 2022-12-01T10:46:27.4246284Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.874s) 2022-12-01T10:46:27.4247038Z test_sparse_matmul_cuda_float32 (__main__.TestSparseCUDA) 2022-12-01T10:46:27.4247640Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.797s) 2022-12-01T10:46:27.4248306Z test_sparse_matmul_cuda_float64 (__main__.TestSparseCUDA) 2022-12-01T10:46:27.4248993Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (6.259s) 2022-12-01T10:46:27.4249690Z test_sparse_mm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.061s) 2022-12-01T10:46:27.4250327Z test_sparse_mul_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.023s) 2022-12-01T10:46:27.4251164Z test_sparse_sparse_mul_cuda_bfloat16 (__main__.TestSparseCUDA) ... skip: Test with dtype=torch.bfloat16, device=cuda:0 runs only with coalesced inputs (0.035s) 2022-12-01T10:46:27.4252079Z test_sparse_sparse_mul_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.088s) 2022-12-01T10:46:27.4252752Z test_sparse_sparse_mul_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.089s) 2022-12-01T10:46:27.4253439Z test_sparse_sparse_mul_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.081s) 2022-12-01T10:46:27.4254119Z test_sparse_sparse_mul_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.080s) 2022-12-01T10:46:27.4254794Z test_sparse_sparse_mul_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.068s) 2022-12-01T10:46:27.4255442Z test_sparse_sparse_mul_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.069s) 2022-12-01T10:46:27.4256239Z test_sparse_sparse_mul_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.067s) 2022-12-01T10:46:27.4256915Z test_sparse_sparse_mul_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.071s) 2022-12-01T10:46:27.4257561Z test_sparse_sparse_mul_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.069s) 2022-12-01T10:46:27.4258312Z test_sparse_spdiags_cuda_bool (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.005s) 2022-12-01T10:46:27.4259067Z test_sparse_spdiags_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.005s) 2022-12-01T10:46:27.4259863Z test_sparse_spdiags_cuda_complex64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.005s) 2022-12-01T10:46:27.4260600Z test_sparse_spdiags_cuda_float32 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.005s) 2022-12-01T10:46:27.4261351Z test_sparse_spdiags_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-12-01T10:46:27.4262086Z test_sparse_spdiags_cuda_int16 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-12-01T10:46:27.4262828Z test_sparse_spdiags_cuda_int32 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-12-01T10:46:27.4263575Z test_sparse_spdiags_cuda_int64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-12-01T10:46:27.4264320Z test_sparse_spdiags_cuda_int8 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-12-01T10:46:27.4265079Z test_sparse_spdiags_cuda_uint8 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-12-01T10:46:27.4265755Z test_sparse_sum_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.272s) 2022-12-01T10:46:27.4266462Z test_sparse_to_numpy_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:46:27.4267202Z test_sspaddmm_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-12-01T10:46:27.4267932Z test_sspaddmm_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-12-01T10:46:27.4268627Z test_storage_not_null_cuda (__main__.TestSparseCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4269256Z test_t_empty_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4269915Z test_t_empty_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4270863Z test_to_dense_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-12-01T10:46:27.4271550Z test_to_dense_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-12-01T10:46:27.4272255Z test_to_dense_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.019s) 2022-12-01T10:46:27.4272902Z test_to_dense_cuda_float16 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-12-01T10:46:27.4273580Z test_to_dense_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-12-01T10:46:27.4274250Z test_to_dense_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.022s) 2022-12-01T10:46:27.4274945Z test_to_dense_hybrid_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.025s) 2022-12-01T10:46:27.4275615Z test_to_dense_hybrid_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.013s) 2022-12-01T10:46:27.4276308Z test_to_sparse_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.116s) 2022-12-01T10:46:27.4276990Z test_to_sparse_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.111s) 2022-12-01T10:46:27.4277659Z test_to_sparse_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.111s) 2022-12-01T10:46:27.4278332Z test_to_sparse_cuda_float16 (__main__.TestSparseCUDA) ... ok (0.116s) 2022-12-01T10:46:27.4278987Z test_to_sparse_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.108s) 2022-12-01T10:46:27.4279611Z test_to_sparse_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.093s) 2022-12-01T10:46:27.4280268Z test_transpose_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.049s) 2022-12-01T10:46:27.4280909Z test_transpose_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.046s) 2022-12-01T10:46:27.4281542Z test_unsqueeze_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.062s) 2022-12-01T10:46:27.4282153Z test_unsqueeze_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.059s) 2022-12-01T10:46:27.4282928Z test_zeros_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.369s) 2022-12-01T10:46:27.4283539Z test_zeros_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.399s) 2022-12-01T10:46:27.4284148Z test_zeros_like_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.401s) 2022-12-01T10:46:27.4284820Z test_zeros_like_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.387s) 2022-12-01T10:46:27.4285558Z test_future_empty_dim_masked_amax_cuda_bfloat16 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4286313Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.047s) 2022-12-01T10:46:27.4287029Z test_future_empty_dim_masked_amax_cuda_float16 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4287777Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.046s) 2022-12-01T10:46:27.4288538Z test_future_empty_dim_masked_amax_cuda_float32 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4289313Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.046s) 2022-12-01T10:46:27.4290038Z test_future_empty_dim_masked_amax_cuda_float64 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4290783Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.046s) 2022-12-01T10:46:27.4291518Z test_future_empty_dim_masked_amax_cuda_int16 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4292236Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-12-01T10:46:27.4292949Z test_future_empty_dim_masked_amax_cuda_int32 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4293686Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-12-01T10:46:27.4294429Z test_future_empty_dim_masked_amax_cuda_int64 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4295139Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.034s) 2022-12-01T10:46:27.4295886Z test_future_empty_dim_masked_amax_cuda_int8 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4296648Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-12-01T10:46:27.4297454Z test_future_empty_dim_masked_amax_cuda_uint8 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4298228Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-12-01T10:46:27.4298970Z test_future_empty_dim_masked_amin_cuda_bfloat16 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4299736Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.045s) 2022-12-01T10:46:27.4300466Z test_future_empty_dim_masked_amin_cuda_float16 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4301207Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.045s) 2022-12-01T10:46:27.4301938Z test_future_empty_dim_masked_amin_cuda_float32 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4302699Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.045s) 2022-12-01T10:46:27.4303473Z test_future_empty_dim_masked_amin_cuda_float64 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4304244Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.044s) 2022-12-01T10:46:27.4305006Z test_future_empty_dim_masked_amin_cuda_int16 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4305763Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-12-01T10:46:27.4306527Z test_future_empty_dim_masked_amin_cuda_int32 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4307266Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-12-01T10:46:27.4307996Z test_future_empty_dim_masked_amin_cuda_int64 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4308751Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-12-01T10:46:27.4309616Z test_future_empty_dim_masked_amin_cuda_int8 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4310367Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-12-01T10:46:27.4311346Z test_future_empty_dim_masked_amin_cuda_uint8 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4312110Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-12-01T10:46:27.4312863Z test_future_empty_dim_masked_prod_cuda_bfloat16 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4313598Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.048s) 2022-12-01T10:46:27.4314334Z test_future_empty_dim_masked_prod_cuda_bool (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4315090Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.035s) 2022-12-01T10:46:27.4315854Z test_future_empty_dim_masked_prod_cuda_complex128 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4316618Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.042s) 2022-12-01T10:46:27.4317418Z test_future_empty_dim_masked_prod_cuda_complex64 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4318207Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.042s) 2022-12-01T10:46:27.4318994Z test_future_empty_dim_masked_prod_cuda_float16 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4319791Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.057s) 2022-12-01T10:46:27.4320565Z test_future_empty_dim_masked_prod_cuda_float32 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4321357Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.063s) 2022-12-01T10:46:27.4322107Z test_future_empty_dim_masked_prod_cuda_float64 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4322876Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.080s) 2022-12-01T10:46:27.4323650Z test_future_empty_dim_masked_prod_cuda_int16 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4324395Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.033s) 2022-12-01T10:46:27.4325291Z test_future_empty_dim_masked_prod_cuda_int32 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4326067Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.032s) 2022-12-01T10:46:27.4326839Z test_future_empty_dim_masked_prod_cuda_int64 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4327588Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.032s) 2022-12-01T10:46:27.4328353Z test_future_empty_dim_masked_prod_cuda_int8 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4329086Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.032s) 2022-12-01T10:46:27.4329798Z test_future_empty_dim_masked_prod_cuda_uint8 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4330578Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.032s) 2022-12-01T10:46:27.4331368Z test_future_empty_dim_masked_sum_cuda_bfloat16 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4332189Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.049s) 2022-12-01T10:46:27.4333017Z test_future_empty_dim_masked_sum_cuda_bool (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4333855Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.038s) 2022-12-01T10:46:27.4334718Z test_future_empty_dim_masked_sum_cuda_complex128 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4335554Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.041s) 2022-12-01T10:46:27.4336399Z test_future_empty_dim_masked_sum_cuda_complex64 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4337251Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.041s) 2022-12-01T10:46:27.4338245Z test_future_empty_dim_masked_sum_cuda_float16 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4339056Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.136s) 2022-12-01T10:46:27.4339900Z test_future_empty_dim_masked_sum_cuda_float32 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4340726Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.050s) 2022-12-01T10:46:27.4341585Z test_future_empty_dim_masked_sum_cuda_float64 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4342465Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.049s) 2022-12-01T10:46:27.4343304Z test_future_empty_dim_masked_sum_cuda_int16 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4344121Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.037s) 2022-12-01T10:46:27.4344910Z test_future_empty_dim_masked_sum_cuda_int32 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4345754Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.037s) 2022-12-01T10:46:27.4346579Z test_future_empty_dim_masked_sum_cuda_int64 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4347427Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.037s) 2022-12-01T10:46:27.4348240Z test_future_empty_dim_masked_sum_cuda_int8 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4349089Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.037s) 2022-12-01T10:46:27.4349912Z test_future_empty_dim_masked_sum_cuda_uint8 (__main__.TestSparseMaskedReductionsCUDA) 2022-12-01T10:46:27.4350974Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.037s) 2022-12-01T10:46:27.4351696Z test_basic (__main__.TestSparseMeta) ... ok (0.003s) 2022-12-01T10:46:27.4352289Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... ok (0.025s) 2022-12-01T10:46:27.4352954Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... ok (0.022s) 2022-12-01T10:46:27.4353636Z test_inplace_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4354490Z test_inplace_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4355253Z test_inplace_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4355964Z test_inplace_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4356678Z test_inplace_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4357394Z test_inplace_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4358127Z test_inplace_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4358821Z test_inplace_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:46:27.4359557Z test_inplace_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4360318Z test_inplace_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4361059Z test_inplace_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4361831Z test_inplace_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4362564Z test_inplace_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4363305Z test_inplace_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:46:27.4364015Z test_inplace_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4364750Z test_inplace_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4365476Z test_inplace_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4366346Z test_inplace_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4367123Z test_inplace_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4367920Z test_inplace_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4368670Z test_inplace_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4369404Z test_inplace_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4370175Z test_inplace_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4370901Z test_inplace_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4371599Z test_inplace_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:46:27.4372337Z test_inplace_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:46:27.4373076Z test_inplace_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:46:27.4373859Z test_inplace_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4374623Z test_inplace_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4375402Z test_inplace_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4376119Z test_inplace_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4376836Z test_inplace_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:46:27.4377661Z test_inplace_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:46:27.4378423Z test_inplace_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:46:27.4379190Z test_inplace_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4379958Z test_inplace_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4380707Z test_inplace_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4381580Z test_inplace_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4382312Z test_inplace_ceil_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4383035Z test_inplace_ceil_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4383781Z test_inplace_ceil_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4384553Z test_inplace_ceil_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4385260Z test_inplace_ceil_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4386082Z test_inplace_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4387002Z test_inplace_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4387924Z test_inplace_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4388805Z test_inplace_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4389678Z test_inplace_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4390937Z test_inplace_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4391682Z test_inplace_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4392557Z test_inplace_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4393614Z test_inplace_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4394610Z test_inplace_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:46:27.4395657Z test_inplace_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:46:27.4396753Z test_inplace_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:46:27.4397785Z test_inplace_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:46:27.4398805Z test_inplace_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:46:27.4399832Z test_inplace_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:46:27.4400831Z test_inplace_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:46:27.4401845Z test_inplace_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:46:27.4402860Z test_inplace_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:46:27.4403718Z test_inplace_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4404428Z test_inplace_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4405146Z test_inplace_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4405869Z test_inplace_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:46:27.4406568Z test_inplace_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4407418Z test_inplace_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4408176Z test_inplace_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4408916Z test_inplace_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4409631Z test_inplace_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4410371Z test_inplace_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4411116Z test_inplace_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4411917Z test_inplace_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4412678Z test_inplace_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4413431Z test_inplace_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4414166Z test_inplace_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4414882Z test_inplace_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4415620Z test_inplace_floor_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4416350Z test_inplace_floor_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4417050Z test_inplace_floor_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4417766Z test_inplace_floor_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4418543Z test_inplace_floor_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4419543Z test_inplace_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4420549Z test_inplace_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4421362Z test_inplace_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4422273Z test_inplace_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4423154Z test_inplace_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4424025Z test_inplace_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4424862Z test_inplace_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4425729Z test_inplace_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4426609Z test_inplace_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4427481Z test_inplace_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4428400Z test_inplace_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4429305Z test_inplace_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4430217Z test_inplace_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4431320Z test_inplace_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4432226Z test_inplace_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4433254Z test_inplace_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4434122Z test_inplace_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4435001Z test_inplace_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4435880Z test_inplace_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4436789Z test_inplace_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4437703Z test_inplace_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4438689Z test_inplace_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4439588Z test_inplace_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4440470Z test_inplace_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4441318Z test_inplace_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4442220Z test_inplace_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4443210Z test_inplace_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4444119Z test_inplace_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4445131Z test_inplace_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4446095Z test_inplace_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4447020Z test_inplace_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4447908Z test_inplace_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4448690Z test_inplace_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4449450Z test_inplace_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4450191Z test_inplace_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4450895Z test_inplace_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4451659Z test_inplace_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4452390Z test_inplace_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4453222Z test_inplace_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4453831Z test_inplace_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4454573Z test_inplace_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4455293Z test_inplace_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4456013Z test_inplace_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4456767Z test_inplace_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4457538Z test_inplace_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4458277Z test_inplace_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4459078Z test_inplace_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4459865Z test_inplace_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4460583Z test_inplace_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4461311Z test_inplace_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4462048Z test_inplace_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4462959Z test_inplace_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4463803Z test_inplace_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4464614Z test_inplace_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4465319Z test_inplace_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4466055Z test_inplace_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4466840Z test_inplace_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4467638Z test_inplace_round_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4468406Z test_inplace_round_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4469229Z test_inplace_round_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4470052Z test_inplace_round_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4471250Z test_inplace_round_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4472165Z test_inplace_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4472942Z test_inplace_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4473675Z test_inplace_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4474413Z test_inplace_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4475134Z test_inplace_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4475834Z test_inplace_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4476554Z test_inplace_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4477279Z test_inplace_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4478028Z test_inplace_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4478752Z test_inplace_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4479497Z test_inplace_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4480221Z test_inplace_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4480913Z test_inplace_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4481679Z test_inplace_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4482393Z test_inplace_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4483108Z test_inplace_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4483892Z test_inplace_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4484814Z test_inplace_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4485712Z test_inplace_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4486738Z test_inplace_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4487621Z test_inplace_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4488508Z test_inplace_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4489526Z test_inplace_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4490182Z test_inplace_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4490905Z test_inplace_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4491680Z test_inplace_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4492430Z test_inplace_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4493159Z test_inplace_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:46:27.4493879Z test_inplace_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4494616Z test_inplace_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4495335Z test_inplace_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4496028Z test_inplace_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:46:27.4496780Z test_inplace_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4497528Z test_inplace_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4498368Z test_inplace_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4499094Z test_inplace_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4499836Z test_inplace_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:46:27.4500582Z test_inplace_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:46:27.4501289Z test_inplace_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:46:27.4502008Z test_inplace_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:46:27.4502757Z test_inplace_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:46:27.4503464Z test_inplace_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4504201Z test_inplace_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4504982Z test_inplace_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4505710Z test_inplace_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4506453Z test_inplace_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:46:27.4507238Z test_inplace_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:46:27.4507991Z test_inplace_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:46:27.4508749Z test_inplace_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:46:27.4509515Z test_inplace_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:46:27.4510310Z test_inplace_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4511317Z test_inplace_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4512071Z test_inplace_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4512851Z test_inplace_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4513742Z test_inplace_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:46:27.4514489Z test_inplace_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:46:27.4515247Z test_inplace_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:46:27.4515990Z test_inplace_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4516719Z test_inplace_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4517430Z test_inplace_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4518199Z test_inplace_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4518949Z test_inplace_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4519659Z test_inplace_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4520397Z test_inplace_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4521127Z test_inplace_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4521862Z test_inplace_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4522590Z test_inplace_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4523329Z test_inplace_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4524051Z test_inplace_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4524776Z test_inplace_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4525662Z test_inplace_trunc_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4526398Z test_inplace_trunc_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4527150Z test_inplace_trunc_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4527859Z test_inplace_trunc_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4528608Z test_inplace_trunc_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4529347Z test_out_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4530059Z test_out_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4530787Z test_out_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4531487Z test_out_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4532197Z test_out_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4532883Z test_out_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4533585Z test_out_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4534294Z test_out_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4534977Z test_out_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4535698Z test_out_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4536438Z test_out_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4537183Z test_out_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4537888Z test_out_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4538626Z test_out_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4539348Z test_out_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4540046Z test_out_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4540869Z test_out_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4541602Z test_out_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4542437Z test_out_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4543180Z test_out_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4543918Z test_out_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4544657Z test_out_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4545371Z test_out_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4546132Z test_out_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4546844Z test_out_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4547551Z test_out_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4548244Z test_out_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4548986Z test_out_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4549742Z test_out_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4550781Z test_out_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4551455Z test_out_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4552211Z test_out_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4553167Z test_out_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4553863Z test_out_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4554558Z test_out_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4555269Z test_out_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4555987Z test_out_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4556717Z test_out_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4557441Z test_out_ceil_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4558137Z test_out_ceil_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4558819Z test_out_ceil_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4559568Z test_out_ceil_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4560311Z test_out_ceil_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4561124Z test_out_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4562052Z test_out_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4562956Z test_out_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4563840Z test_out_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4564686Z test_out_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4565561Z test_out_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4566430Z test_out_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4567308Z test_out_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4568289Z test_out_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4569156Z test_out_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4569981Z test_out_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4570742Z test_out_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4571488Z test_out_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4572237Z test_out_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4573040Z test_out_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4573796Z test_out_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4574631Z test_out_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4575474Z test_out_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4576258Z test_out_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4577023Z test_out_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4577798Z test_out_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4578554Z test_out_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4579286Z test_out_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4580219Z test_out_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4580982Z test_out_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4581770Z test_out_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4582541Z test_out_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4583307Z test_out_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4584065Z test_out_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4584834Z test_out_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4585618Z test_out_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4586681Z test_out_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4587551Z test_out_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4588371Z test_out_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4589322Z test_out_floor_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4610192Z test_out_floor_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4610649Z test_out_floor_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4611107Z test_out_floor_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4611564Z test_out_floor_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4612082Z test_out_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4612623Z test_out_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4613191Z test_out_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4613800Z test_out_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4614469Z test_out_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4615198Z test_out_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4615544Z test_out_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4616270Z test_out_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4616666Z test_out_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4617150Z test_out_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4617706Z test_out_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4618259Z test_out_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4618776Z test_out_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4619438Z test_out_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4619844Z test_out_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4620380Z test_out_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4620916Z test_out_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4621645Z test_out_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:46:27.4622033Z test_out_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4622501Z test_out_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4623072Z test_out_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4623551Z test_out_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4623972Z test_out_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4624295Z test_out_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4624756Z test_out_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4625306Z test_out_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4625797Z test_out_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4626140Z test_out_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4626647Z test_out_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4627194Z test_out_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4627496Z test_out_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4628002Z test_out_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4628417Z test_out_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4629009Z test_out_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4629450Z test_out_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4629873Z test_out_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4630289Z test_out_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4631045Z test_out_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4631595Z test_out_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4631927Z test_out_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4632401Z test_out_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4632899Z test_out_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4633440Z test_out_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4633961Z test_out_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4634196Z test_out_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4634726Z test_out_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4635137Z test_out_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4635609Z test_out_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4636043Z test_out_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4636501Z test_out_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4637056Z test_out_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4637410Z test_out_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4637825Z test_out_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4638420Z test_out_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4638862Z test_out_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4639296Z test_out_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4639905Z test_out_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4640309Z test_out_round_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4640702Z test_out_round_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4641246Z test_out_round_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4641629Z test_out_round_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4642127Z test_out_round_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4642556Z test_out_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4642938Z test_out_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4643399Z test_out_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4643921Z test_out_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4644319Z test_out_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4644813Z test_out_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4645290Z test_out_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4645597Z test_out_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4646042Z test_out_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4646501Z test_out_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4647037Z test_out_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4647470Z test_out_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4647958Z test_out_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4648432Z test_out_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4648882Z test_out_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4649355Z test_out_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4649946Z test_out_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4650375Z test_out_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4650943Z test_out_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4651373Z test_out_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4651821Z test_out_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4652332Z test_out_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4652705Z test_out_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4653187Z test_out_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4653649Z test_out_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4654126Z test_out_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4654696Z test_out_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4655067Z test_out_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4655582Z test_out_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4656143Z test_out_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4656523Z test_out_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4656964Z test_out_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4657570Z test_out_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4657933Z test_out_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4658419Z test_out_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4658868Z test_out_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4659442Z test_out_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4659940Z test_out_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4660450Z test_out_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4660949Z test_out_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4661418Z test_out_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4661681Z test_out_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4662149Z test_out_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4662631Z test_out_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4663106Z test_out_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4663563Z test_out_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4664206Z test_out_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4664611Z test_out_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4665165Z test_out_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4665693Z test_out_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4666042Z test_out_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4666485Z test_out_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4666898Z test_out_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4667378Z test_out_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4667977Z test_out_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4668399Z test_out_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4668762Z test_out_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4669362Z test_out_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4669765Z test_out_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4670156Z test_out_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4671037Z test_out_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4671513Z test_out_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4671899Z test_out_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4672286Z test_out_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4672638Z test_out_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4673399Z test_out_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4673822Z test_out_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4674163Z test_out_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4674686Z test_out_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4675040Z test_out_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4675414Z test_out_trunc_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4676101Z test_out_trunc_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4676324Z test_out_trunc_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4676804Z test_out_trunc_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4677394Z test_out_trunc_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4677925Z test_sparse_consistency_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4678423Z test_sparse_consistency_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4678886Z test_sparse_consistency_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4679323Z test_sparse_consistency_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4679720Z test_sparse_consistency_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4680219Z test_sparse_consistency_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4680848Z test_sparse_consistency_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4681330Z test_sparse_consistency_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4681862Z test_sparse_consistency_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4682461Z test_sparse_consistency_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4682972Z test_sparse_consistency_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4683287Z test_sparse_consistency_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4683808Z test_sparse_consistency_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4684272Z test_sparse_consistency_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4684933Z test_sparse_consistency_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4685374Z test_sparse_consistency_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4685796Z test_sparse_consistency_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4686368Z test_sparse_consistency_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4686903Z test_sparse_consistency_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4687357Z test_sparse_consistency_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4687821Z test_sparse_consistency_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4688273Z test_sparse_consistency_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4688770Z test_sparse_consistency_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4689266Z test_sparse_consistency_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4689800Z test_sparse_consistency_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4690291Z test_sparse_consistency_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4690790Z test_sparse_consistency_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4691274Z test_sparse_consistency_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4691796Z test_sparse_consistency_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4692305Z test_sparse_consistency_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4692813Z test_sparse_consistency_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4693294Z test_sparse_consistency_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4693939Z test_sparse_consistency_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4694327Z test_sparse_consistency_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4694936Z test_sparse_consistency_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4695355Z test_sparse_consistency_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4695869Z test_sparse_consistency_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4696283Z test_sparse_consistency_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4696874Z test_sparse_consistency_ceil_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4697381Z test_sparse_consistency_ceil_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4697753Z test_sparse_consistency_ceil_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4698245Z test_sparse_consistency_ceil_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4698819Z test_sparse_consistency_ceil_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4699327Z test_sparse_consistency_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4699948Z test_sparse_consistency_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4700436Z test_sparse_consistency_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4700866Z test_sparse_consistency_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4701405Z test_sparse_consistency_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4701841Z test_sparse_consistency_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4702289Z test_sparse_consistency_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4702926Z test_sparse_consistency_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4703279Z test_sparse_consistency_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4703804Z test_sparse_consistency_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4704326Z test_sparse_consistency_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4705013Z test_sparse_consistency_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4705399Z test_sparse_consistency_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4706186Z test_sparse_consistency_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4706590Z test_sparse_consistency_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4707032Z test_sparse_consistency_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4707659Z test_sparse_consistency_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4708129Z test_sparse_consistency_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4708708Z test_sparse_consistency_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4709138Z test_sparse_consistency_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4709626Z test_sparse_consistency_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4710145Z test_sparse_consistency_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4710753Z test_sparse_consistency_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4711263Z test_sparse_consistency_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4711655Z test_sparse_consistency_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4712127Z test_sparse_consistency_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4712638Z test_sparse_consistency_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4713144Z test_sparse_consistency_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4713618Z test_sparse_consistency_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4714124Z test_sparse_consistency_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4714618Z test_sparse_consistency_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4715314Z test_sparse_consistency_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4715817Z test_sparse_consistency_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4716243Z test_sparse_consistency_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4716699Z test_sparse_consistency_floor_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4717251Z test_sparse_consistency_floor_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4717665Z test_sparse_consistency_floor_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4718165Z test_sparse_consistency_floor_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4718672Z test_sparse_consistency_floor_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4719224Z test_sparse_consistency_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4719737Z test_sparse_consistency_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4720242Z test_sparse_consistency_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4720745Z test_sparse_consistency_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4721239Z test_sparse_consistency_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4721652Z test_sparse_consistency_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4722150Z test_sparse_consistency_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4722726Z test_sparse_consistency_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4723378Z test_sparse_consistency_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4723764Z test_sparse_consistency_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4724236Z test_sparse_consistency_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4724719Z test_sparse_consistency_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4725228Z test_sparse_consistency_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4725731Z test_sparse_consistency_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4726435Z test_sparse_consistency_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4726920Z test_sparse_consistency_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4727334Z test_sparse_consistency_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4727912Z test_sparse_consistency_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4728408Z test_sparse_consistency_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4728760Z test_sparse_consistency_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4729217Z test_sparse_consistency_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4729726Z test_sparse_consistency_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4730223Z test_sparse_consistency_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4730848Z test_sparse_consistency_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4731476Z test_sparse_consistency_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4732004Z test_sparse_consistency_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4732387Z test_sparse_consistency_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4732909Z test_sparse_consistency_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4733422Z test_sparse_consistency_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4733820Z test_sparse_consistency_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4734423Z test_sparse_consistency_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4734847Z test_sparse_consistency_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4735388Z test_sparse_consistency_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4735883Z test_sparse_consistency_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4736342Z test_sparse_consistency_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4737032Z test_sparse_consistency_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4737434Z test_sparse_consistency_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4737827Z test_sparse_consistency_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4738312Z test_sparse_consistency_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4739013Z test_sparse_consistency_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4739457Z test_sparse_consistency_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4740094Z test_sparse_consistency_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4740601Z test_sparse_consistency_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4740946Z test_sparse_consistency_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4741616Z test_sparse_consistency_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4741959Z test_sparse_consistency_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4742646Z test_sparse_consistency_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4743031Z test_sparse_consistency_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4743636Z test_sparse_consistency_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4744100Z test_sparse_consistency_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:46:27.4744454Z test_sparse_consistency_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4744975Z test_sparse_consistency_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4745586Z test_sparse_consistency_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:46:27.4745964Z test_sparse_consistency_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4746575Z test_sparse_consistency_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4747065Z test_sparse_consistency_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4747564Z test_sparse_consistency_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4748079Z test_sparse_consistency_round_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4748454Z test_sparse_consistency_round_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4748931Z test_sparse_consistency_round_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4749422Z test_sparse_consistency_round_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4750013Z test_sparse_consistency_round_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4750622Z test_sparse_consistency_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4751206Z test_sparse_consistency_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4751662Z test_sparse_consistency_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4752192Z test_sparse_consistency_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4752625Z test_sparse_consistency_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4753116Z test_sparse_consistency_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4753533Z test_sparse_consistency_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4754022Z test_sparse_consistency_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4754487Z test_sparse_consistency_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4755159Z test_sparse_consistency_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4755729Z test_sparse_consistency_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4756198Z test_sparse_consistency_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4756705Z test_sparse_consistency_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4757189Z test_sparse_consistency_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4757537Z test_sparse_consistency_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4758006Z test_sparse_consistency_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4758572Z test_sparse_consistency_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4759052Z test_sparse_consistency_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4759645Z test_sparse_consistency_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4760089Z test_sparse_consistency_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4760556Z test_sparse_consistency_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4761125Z test_sparse_consistency_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4761525Z test_sparse_consistency_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4762047Z test_sparse_consistency_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4762635Z test_sparse_consistency_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4763042Z test_sparse_consistency_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4763521Z test_sparse_consistency_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4764257Z test_sparse_consistency_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4764579Z test_sparse_consistency_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4765129Z test_sparse_consistency_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4765702Z test_sparse_consistency_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4766200Z test_sparse_consistency_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4766654Z test_sparse_consistency_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4767018Z test_sparse_consistency_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4767648Z test_sparse_consistency_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4768037Z test_sparse_consistency_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4768689Z test_sparse_consistency_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4769098Z test_sparse_consistency_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4769547Z test_sparse_consistency_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4770084Z test_sparse_consistency_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4770608Z test_sparse_consistency_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4770967Z test_sparse_consistency_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4771543Z test_sparse_consistency_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4772049Z test_sparse_consistency_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4772667Z test_sparse_consistency_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4773172Z test_sparse_consistency_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4773644Z test_sparse_consistency_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4774113Z test_sparse_consistency_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4774578Z test_sparse_consistency_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4774983Z test_sparse_consistency_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4775491Z test_sparse_consistency_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4775977Z test_sparse_consistency_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4776639Z test_sparse_consistency_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4776989Z test_sparse_consistency_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4777489Z test_sparse_consistency_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4778015Z test_sparse_consistency_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4778449Z test_sparse_consistency_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4779007Z test_sparse_consistency_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4779608Z test_sparse_consistency_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4780048Z test_sparse_consistency_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4780669Z test_sparse_consistency_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4781195Z test_sparse_consistency_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4781696Z test_sparse_consistency_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4782026Z test_sparse_consistency_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4782518Z test_sparse_consistency_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4782987Z test_sparse_consistency_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4783615Z test_sparse_consistency_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4784169Z test_sparse_consistency_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4784655Z test_sparse_consistency_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4785101Z test_sparse_consistency_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4785654Z test_sparse_consistency_trunc_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4786001Z test_sparse_consistency_trunc_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4786557Z test_sparse_consistency_trunc_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4786902Z test_sparse_consistency_trunc_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4787401Z test_sparse_consistency_trunc_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4788037Z test_sparse_fn_grad_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4788654Z test_sparse_fn_grad_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4789282Z test_sparse_fn_grad_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4789940Z test_sparse_fn_grad_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4790811Z test_sparse_fn_grad_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4791252Z test_sparse_fn_grad_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4791922Z test_sparse_fn_grad_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4792507Z test_sparse_fn_grad_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4793223Z test_sparse_fn_grad_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4793689Z test_sparse_fn_grad_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:46:27.4793962Z test_sparse_fn_grad_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:46:27.4794628Z test_sparse_fn_grad_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:46:27.4795222Z test_sparse_fn_grad_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:46:27.4795594Z test_sparse_fn_grad_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4796324Z test_sparse_fn_grad_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4796895Z test_sparse_fn_grad_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4797863Z test_sparse_fn_grad_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-12-01T10:46:27.4798339Z test_sparse_fn_grad_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-12-01T10:46:27.4799112Z test_sparse_fn_grad_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-12-01T10:46:27.4799968Z test_sparse_fn_grad_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-12-01T10:46:27.4800611Z test_sparse_fn_grad_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-12-01T10:46:27.4801367Z test_sparse_fn_grad_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-12-01T10:46:27.4801822Z test_sparse_fn_grad_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4802480Z test_sparse_fn_grad_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4802988Z test_sparse_fn_grad_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:46:27.4803546Z test_sparse_fn_grad_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4803977Z test_sparse_fn_grad_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4804658Z test_sparse_fn_grad_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4805347Z test_sparse_fn_grad_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4805789Z test_sparse_fn_grad_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4806499Z test_sparse_fn_grad_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-12-01T10:46:27.4807022Z test_sparse_fn_grad_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4807785Z test_sparse_fn_grad_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4808317Z test_sparse_fn_grad_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4808947Z test_sparse_fn_grad_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4809445Z test_sparse_fn_grad_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4810038Z test_sparse_fn_grad_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4810443Z test_sparse_fn_grad_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4810616Z test_sparse_fn_grad_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4810918Z test_sparse_fn_grad_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4811220Z test_sparse_fn_grad_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:46:27.4811536Z test_sparse_fn_grad_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:46:27.4811874Z test_sparse_zero_dims_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4812114Z test_sparse_zero_dims_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4812376Z test_sparse_zero_dims_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4812526Z test_sparse_zero_dims_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4812888Z test_sparse_zero_dims_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4813032Z test_sparse_zero_dims_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4813340Z test_sparse_zero_dims_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4813578Z test_sparse_zero_dims_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4813773Z test_sparse_zero_dims_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4814015Z test_sparse_zero_dims_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4814187Z test_sparse_zero_dims_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4814528Z test_sparse_zero_dims_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4814787Z test_sparse_zero_dims_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4814970Z test_sparse_zero_dims_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4815217Z test_sparse_zero_dims_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4815491Z test_sparse_zero_dims_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4815657Z test_sparse_zero_dims_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4815891Z test_sparse_zero_dims_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4816174Z test_sparse_zero_dims_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4816566Z test_sparse_zero_dims_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4816718Z test_sparse_zero_dims_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4817045Z test_sparse_zero_dims_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4817236Z test_sparse_zero_dims_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4817308Z test_sparse_zero_dims_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4817628Z test_sparse_zero_dims_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4817910Z test_sparse_zero_dims_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4818107Z test_sparse_zero_dims_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4818262Z test_sparse_zero_dims_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4818609Z test_sparse_zero_dims_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4818898Z test_sparse_zero_dims_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4819123Z test_sparse_zero_dims_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4819316Z test_sparse_zero_dims_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4819561Z test_sparse_zero_dims_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4819890Z test_sparse_zero_dims_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4820010Z test_sparse_zero_dims_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4820342Z test_sparse_zero_dims_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4820574Z test_sparse_zero_dims_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4820681Z test_sparse_zero_dims_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4820939Z test_sparse_zero_dims_ceil_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4821245Z test_sparse_zero_dims_ceil_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4821494Z test_sparse_zero_dims_ceil_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4821749Z test_sparse_zero_dims_ceil_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4821839Z test_sparse_zero_dims_ceil_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4822169Z test_sparse_zero_dims_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4822392Z test_sparse_zero_dims_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4822662Z test_sparse_zero_dims_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4822882Z test_sparse_zero_dims_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4823171Z test_sparse_zero_dims_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4823453Z test_sparse_zero_dims_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4823623Z test_sparse_zero_dims_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4823845Z test_sparse_zero_dims_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4823982Z test_sparse_zero_dims_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4824244Z test_sparse_zero_dims_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4824655Z test_sparse_zero_dims_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4824762Z test_sparse_zero_dims_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4825058Z test_sparse_zero_dims_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4825381Z test_sparse_zero_dims_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4825583Z test_sparse_zero_dims_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4825863Z test_sparse_zero_dims_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4826114Z test_sparse_zero_dims_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4826391Z test_sparse_zero_dims_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4826503Z test_sparse_zero_dims_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4826794Z test_sparse_zero_dims_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4827045Z test_sparse_zero_dims_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4827247Z test_sparse_zero_dims_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4827537Z test_sparse_zero_dims_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4827755Z test_sparse_zero_dims_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4827986Z test_sparse_zero_dims_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4828232Z test_sparse_zero_dims_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4828475Z test_sparse_zero_dims_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4828783Z test_sparse_zero_dims_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4829036Z test_sparse_zero_dims_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4829271Z test_sparse_zero_dims_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4829420Z test_sparse_zero_dims_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4829649Z test_sparse_zero_dims_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4829864Z test_sparse_zero_dims_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4830105Z test_sparse_zero_dims_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4830342Z test_sparse_zero_dims_floor_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4830834Z test_sparse_zero_dims_floor_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4831117Z test_sparse_zero_dims_floor_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4831296Z test_sparse_zero_dims_floor_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4831628Z test_sparse_zero_dims_floor_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4832008Z test_sparse_zero_dims_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4832212Z test_sparse_zero_dims_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4832421Z test_sparse_zero_dims_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4832667Z test_sparse_zero_dims_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4832941Z test_sparse_zero_dims_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4833131Z test_sparse_zero_dims_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4833302Z test_sparse_zero_dims_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4833539Z test_sparse_zero_dims_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4833857Z test_sparse_zero_dims_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4834090Z test_sparse_zero_dims_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4834288Z test_sparse_zero_dims_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4834508Z test_sparse_zero_dims_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4834601Z test_sparse_zero_dims_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4834853Z test_sparse_zero_dims_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4835132Z test_sparse_zero_dims_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4835296Z test_sparse_zero_dims_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4835601Z test_sparse_zero_dims_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4835939Z test_sparse_zero_dims_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4836154Z test_sparse_zero_dims_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4836414Z test_sparse_zero_dims_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4836550Z test_sparse_zero_dims_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4837019Z test_sparse_zero_dims_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4837176Z test_sparse_zero_dims_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4837459Z test_sparse_zero_dims_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4837744Z test_sparse_zero_dims_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4837977Z test_sparse_zero_dims_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4838176Z test_sparse_zero_dims_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4838437Z test_sparse_zero_dims_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4838582Z test_sparse_zero_dims_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4838918Z test_sparse_zero_dims_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4839187Z test_sparse_zero_dims_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4839433Z test_sparse_zero_dims_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4839507Z test_sparse_zero_dims_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4839745Z test_sparse_zero_dims_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4839982Z test_sparse_zero_dims_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4840217Z test_sparse_zero_dims_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4840421Z test_sparse_zero_dims_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4840718Z test_sparse_zero_dims_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4841005Z test_sparse_zero_dims_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4841243Z test_sparse_zero_dims_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4841392Z test_sparse_zero_dims_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4841636Z test_sparse_zero_dims_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4841883Z test_sparse_zero_dims_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4842125Z test_sparse_zero_dims_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4842405Z test_sparse_zero_dims_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4842626Z test_sparse_zero_dims_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4843030Z test_sparse_zero_dims_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4843333Z test_sparse_zero_dims_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4843541Z test_sparse_zero_dims_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4843788Z test_sparse_zero_dims_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4844101Z test_sparse_zero_dims_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4844127Z test_sparse_zero_dims_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4844356Z test_sparse_zero_dims_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4844563Z test_sparse_zero_dims_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4844834Z test_sparse_zero_dims_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4845048Z test_sparse_zero_dims_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4845409Z test_sparse_zero_dims_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4845717Z test_sparse_zero_dims_round_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4845966Z test_sparse_zero_dims_round_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4846097Z test_sparse_zero_dims_round_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4846336Z test_sparse_zero_dims_round_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4846696Z test_sparse_zero_dims_round_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4846795Z test_sparse_zero_dims_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4847148Z test_sparse_zero_dims_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4847460Z test_sparse_zero_dims_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4847473Z test_sparse_zero_dims_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4847707Z test_sparse_zero_dims_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4848167Z test_sparse_zero_dims_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4848387Z test_sparse_zero_dims_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4848532Z test_sparse_zero_dims_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4848631Z test_sparse_zero_dims_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4848955Z test_sparse_zero_dims_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4849178Z test_sparse_zero_dims_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4849438Z test_sparse_zero_dims_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4849754Z test_sparse_zero_dims_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4849787Z test_sparse_zero_dims_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4850175Z test_sparse_zero_dims_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4850397Z test_sparse_zero_dims_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4850696Z test_sparse_zero_dims_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4850867Z test_sparse_zero_dims_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4851188Z test_sparse_zero_dims_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4851199Z test_sparse_zero_dims_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4851749Z test_sparse_zero_dims_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4851909Z test_sparse_zero_dims_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4852200Z test_sparse_zero_dims_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4852481Z test_sparse_zero_dims_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4852725Z test_sparse_zero_dims_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4852961Z test_sparse_zero_dims_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4853070Z test_sparse_zero_dims_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4853352Z test_sparse_zero_dims_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4853561Z test_sparse_zero_dims_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4853819Z test_sparse_zero_dims_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4854063Z test_sparse_zero_dims_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4854123Z test_sparse_zero_dims_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4854371Z test_sparse_zero_dims_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4854618Z test_sparse_zero_dims_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4854907Z test_sparse_zero_dims_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4855126Z test_sparse_zero_dims_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4855367Z test_sparse_zero_dims_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4855703Z test_sparse_zero_dims_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4855907Z test_sparse_zero_dims_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4856067Z test_sparse_zero_dims_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4856340Z test_sparse_zero_dims_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4856697Z test_sparse_zero_dims_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4856932Z test_sparse_zero_dims_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4857069Z test_sparse_zero_dims_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4857362Z test_sparse_zero_dims_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4857550Z test_sparse_zero_dims_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4857858Z test_sparse_zero_dims_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4858007Z test_sparse_zero_dims_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4858200Z test_sparse_zero_dims_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4858432Z test_sparse_zero_dims_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4858694Z test_sparse_zero_dims_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4858903Z test_sparse_zero_dims_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4859106Z test_sparse_zero_dims_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4859395Z test_sparse_zero_dims_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4859634Z test_sparse_zero_dims_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4859866Z test_sparse_zero_dims_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4860205Z test_sparse_zero_dims_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4860330Z test_sparse_zero_dims_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4860581Z test_sparse_zero_dims_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4860911Z test_sparse_zero_dims_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4861110Z test_sparse_zero_dims_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4861377Z test_sparse_zero_dims_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4861638Z test_sparse_zero_dims_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4861822Z test_sparse_zero_dims_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4862022Z test_sparse_zero_dims_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4862318Z test_sparse_zero_dims_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4862516Z test_sparse_zero_dims_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4862776Z test_sparse_zero_dims_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4863018Z test_sparse_zero_dims_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4863184Z test_sparse_zero_dims_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4863423Z test_sparse_zero_dims_trunc_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4863655Z test_sparse_zero_dims_trunc_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4863890Z test_sparse_zero_dims_trunc_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4864142Z test_sparse_zero_dims_trunc_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4864432Z test_sparse_zero_dims_trunc_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4864662Z test_sparse_zeros_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4864848Z test_sparse_zeros_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4865044Z test_sparse_zeros_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4865282Z test_sparse_zeros_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4865626Z test_sparse_zeros_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4865874Z test_sparse_zeros_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4866009Z test_sparse_zeros_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4866320Z test_sparse_zeros_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4866566Z test_sparse_zeros_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4866744Z test_sparse_zeros_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4866962Z test_sparse_zeros_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4867191Z test_sparse_zeros_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4867436Z test_sparse_zeros_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4867799Z test_sparse_zeros_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4868044Z test_sparse_zeros_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4868311Z test_sparse_zeros_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4868550Z test_sparse_zeros_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4868751Z test_sparse_zeros_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4868924Z test_sparse_zeros_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4869235Z test_sparse_zeros_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4869413Z test_sparse_zeros_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4869651Z test_sparse_zeros_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4869799Z test_sparse_zeros_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4870066Z test_sparse_zeros_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4870320Z test_sparse_zeros_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4870646Z test_sparse_zeros_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4870913Z test_sparse_zeros_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4871262Z test_sparse_zeros_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4871403Z test_sparse_zeros_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4871688Z test_sparse_zeros_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4872007Z test_sparse_zeros_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4872225Z test_sparse_zeros_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4872509Z test_sparse_zeros_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4872683Z test_sparse_zeros_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4872898Z test_sparse_zeros_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4873153Z test_sparse_zeros_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4873384Z test_sparse_zeros_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4873647Z test_sparse_zeros_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4873796Z test_sparse_zeros_ceil_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4874035Z test_sparse_zeros_ceil_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4874274Z test_sparse_zeros_ceil_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4874512Z test_sparse_zeros_ceil_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4874754Z test_sparse_zeros_ceil_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4875116Z test_sparse_zeros_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4875266Z test_sparse_zeros_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4875635Z test_sparse_zeros_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4875879Z test_sparse_zeros_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4876117Z test_sparse_zeros_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4876440Z test_sparse_zeros_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4876636Z test_sparse_zeros_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4876914Z test_sparse_zeros_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4877091Z test_sparse_zeros_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4877431Z test_sparse_zeros_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4877518Z test_sparse_zeros_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4877940Z test_sparse_zeros_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4878043Z test_sparse_zeros_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4878302Z test_sparse_zeros_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4878561Z test_sparse_zeros_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4878819Z test_sparse_zeros_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4879149Z test_sparse_zeros_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4879454Z test_sparse_zeros_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4879638Z test_sparse_zeros_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4879951Z test_sparse_zeros_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4880090Z test_sparse_zeros_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4880322Z test_sparse_zeros_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4880553Z test_sparse_zeros_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4880784Z test_sparse_zeros_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4881016Z test_sparse_zeros_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4881253Z test_sparse_zeros_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4881506Z test_sparse_zeros_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4881710Z test_sparse_zeros_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4882168Z test_sparse_zeros_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4882186Z test_sparse_zeros_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4882559Z test_sparse_zeros_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4882803Z test_sparse_zeros_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4883002Z test_sparse_zeros_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4883245Z test_sparse_zeros_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4883468Z test_sparse_zeros_floor_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4883818Z test_sparse_zeros_floor_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4883959Z test_sparse_zeros_floor_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4884211Z test_sparse_zeros_floor_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4884457Z test_sparse_zeros_floor_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4884679Z test_sparse_zeros_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4884842Z test_sparse_zeros_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4885148Z test_sparse_zeros_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4885447Z test_sparse_zeros_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4885530Z test_sparse_zeros_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4885746Z test_sparse_zeros_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4885988Z test_sparse_zeros_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4886225Z test_sparse_zeros_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4886532Z test_sparse_zeros_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4886792Z test_sparse_zeros_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4887176Z test_sparse_zeros_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4887405Z test_sparse_zeros_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4887566Z test_sparse_zeros_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4887859Z test_sparse_zeros_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4888145Z test_sparse_zeros_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4888374Z test_sparse_zeros_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4888571Z test_sparse_zeros_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4888826Z test_sparse_zeros_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4888973Z test_sparse_zeros_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4889183Z test_sparse_zeros_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4889439Z test_sparse_zeros_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4889678Z test_sparse_zeros_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4889836Z test_sparse_zeros_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4890079Z test_sparse_zeros_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4890325Z test_sparse_zeros_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4890636Z test_sparse_zeros_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4890953Z test_sparse_zeros_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4891057Z test_sparse_zeros_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4891439Z test_sparse_zeros_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4891631Z test_sparse_zeros_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4891820Z test_sparse_zeros_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4892086Z test_sparse_zeros_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4892324Z test_sparse_zeros_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4892551Z test_sparse_zeros_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4892779Z test_sparse_zeros_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4893211Z test_sparse_zeros_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4893356Z test_sparse_zeros_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4893635Z test_sparse_zeros_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4893873Z test_sparse_zeros_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4894026Z test_sparse_zeros_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4894278Z test_sparse_zeros_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4894603Z test_sparse_zeros_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4894633Z test_sparse_zeros_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4894835Z test_sparse_zeros_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4895065Z test_sparse_zeros_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4895489Z test_sparse_zeros_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4895677Z test_sparse_zeros_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4896035Z test_sparse_zeros_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4896133Z test_sparse_zeros_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4896318Z test_sparse_zeros_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4896672Z test_sparse_zeros_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4896877Z test_sparse_zeros_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4897134Z test_sparse_zeros_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4897231Z test_sparse_zeros_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4897480Z test_sparse_zeros_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4897689Z test_sparse_zeros_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4897838Z test_sparse_zeros_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4898252Z test_sparse_zeros_round_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4898286Z test_sparse_zeros_round_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4898473Z test_sparse_zeros_round_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4898894Z test_sparse_zeros_round_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4899150Z test_sparse_zeros_round_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4899154Z test_sparse_zeros_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4899506Z test_sparse_zeros_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4899714Z test_sparse_zeros_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4900028Z test_sparse_zeros_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4900264Z test_sparse_zeros_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4900357Z test_sparse_zeros_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4900597Z test_sparse_zeros_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4900767Z test_sparse_zeros_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4900988Z test_sparse_zeros_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4901230Z test_sparse_zeros_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4901482Z test_sparse_zeros_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4901792Z test_sparse_zeros_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4902000Z test_sparse_zeros_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4902174Z test_sparse_zeros_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4902464Z test_sparse_zeros_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4902638Z test_sparse_zeros_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4902947Z test_sparse_zeros_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4903218Z test_sparse_zeros_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4903319Z test_sparse_zeros_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4903606Z test_sparse_zeros_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4903822Z test_sparse_zeros_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4904080Z test_sparse_zeros_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4904311Z test_sparse_zeros_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4904402Z test_sparse_zeros_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4904628Z test_sparse_zeros_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4904851Z test_sparse_zeros_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4905074Z test_sparse_zeros_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4905375Z test_sparse_zeros_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4905500Z test_sparse_zeros_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4905724Z test_sparse_zeros_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4906018Z test_sparse_zeros_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4906262Z test_sparse_zeros_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4906400Z test_sparse_zeros_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4906696Z test_sparse_zeros_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4906987Z test_sparse_zeros_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4907241Z test_sparse_zeros_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4907382Z test_sparse_zeros_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4907655Z test_sparse_zeros_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4907905Z test_sparse_zeros_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4908032Z test_sparse_zeros_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4908337Z test_sparse_zeros_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4908525Z test_sparse_zeros_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4908822Z test_sparse_zeros_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4909080Z test_sparse_zeros_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4909158Z test_sparse_zeros_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4909362Z test_sparse_zeros_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4909587Z test_sparse_zeros_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4909804Z test_sparse_zeros_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4910025Z test_sparse_zeros_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4910254Z test_sparse_zeros_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4910732Z test_sparse_zeros_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4910937Z test_sparse_zeros_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4911170Z test_sparse_zeros_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4911531Z test_sparse_zeros_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4911659Z test_sparse_zeros_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4911949Z test_sparse_zeros_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4912146Z test_sparse_zeros_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4912423Z test_sparse_zeros_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4912601Z test_sparse_zeros_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4912798Z test_sparse_zeros_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4913032Z test_sparse_zeros_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:46:27.4913266Z test_sparse_zeros_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4913460Z test_sparse_zeros_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4913625Z test_sparse_zeros_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4913847Z test_sparse_zeros_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4914071Z test_sparse_zeros_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4914294Z test_sparse_zeros_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4914547Z test_sparse_zeros_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4914764Z test_sparse_zeros_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4915073Z test_sparse_zeros_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4915253Z test_sparse_zeros_trunc_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4915411Z test_sparse_zeros_trunc_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4915766Z test_sparse_zeros_trunc_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4916061Z test_sparse_zeros_trunc_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4916245Z test_sparse_zeros_trunc_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:46:27.4916245Z 2022-12-01T10:46:27.4916526Z ---------------------------------------------------------------------- 2022-12-01T10:46:27.4916633Z Ran 1411 tests in 42.910s 2022-12-01T10:46:27.4916653Z 2022-12-01T10:46:27.4916848Z OK (skipped=164) 2022-12-01T10:46:27.4916848Z 2022-12-01T10:46:27.4917052Z Generating XML reports... 2022-12-01T10:46:27.4917316Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseCUDA-20221201104543.xml 2022-12-01T10:46:27.4917742Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCUDA-20221201104543.xml 2022-12-01T10:46:27.4918202Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20221201104543.xml 2022-12-01T10:46:27.4918610Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20221201104543.xml 2022-12-01T10:46:27.4918970Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCUDA-20221201104543.xml 2022-12-01T10:46:27.4918970Z 2022-12-01T10:46:27.4919513Z ##[endgroup] 2022-12-01T10:46:27.4919899Z FINISHED PRINTING LOG FILE of test_sparse (/var/lib/jenkins/workspace/test/test-reports/test_sparse_uk289ofx) 2022-12-01T10:46:27.4919905Z 2022-12-01T10:46:28.8861232Z 2022-12-01T10:46:28.8862232Z Expand the folded group to see the log file of test_dataloader 2022-12-01T10:46:28.8863906Z ##[group]PRINTING LOG FILE of test_dataloader (/var/lib/jenkins/workspace/test/test-reports/test_dataloader_s39p1svj) 2022-12-01T10:46:28.8864933Z 2022-12-01T10:46:28.8865127Z Running tests... 2022-12-01T10:46:28.8866084Z ---------------------------------------------------------------------- 2022-12-01T10:46:28.8867141Z Test results will be stored in test-reports/python-unittest/test_dataloader 2022-12-01T10:46:28.8868155Z test_shuffler_iterdatapipe (__main__.IntegrationTestDataLoaderDataPipe) 2022-12-01T10:46:28.8869692Z Verify ``IterDataPipe.shuffle`` is controlled by ``DataLoader`` ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8871131Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8872343Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8873286Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8874508Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8875456Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8876655Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8877647Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8878823Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8879716Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8880863Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8881801Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8882999Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8883897Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8885300Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8886244Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8887441Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8888339Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8889490Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8890455Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8891631Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8892542Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8893692Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8894647Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8895829Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8896745Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8897906Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8898846Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8900013Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8901093Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8902276Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8903224Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8904417Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8905301Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8906462Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8907385Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8908542Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8909767Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8911506Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8912481Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8913677Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8914581Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8915749Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8916697Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8917856Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8918787Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8919943Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8920850Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8922221Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8923156Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8924339Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8925255Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8926447Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8927337Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8928512Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8929423Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8930628Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8931506Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8932626Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8933554Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8934723Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8935616Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8936734Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8937865Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8939054Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8939917Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8941088Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8942023Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8943282Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8944152Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8945325Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8946266Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8947445Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8948323Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8949499Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8950443Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8951878Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8952767Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8953938Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8954870Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8956027Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8957100Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8958275Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8959186Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8960365Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8961248Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8962375Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8963301Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8964514Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8965428Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8966614Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8967562Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8968761Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8969685Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8970840Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8971790Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8973167Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8974076Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8975254Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8976208Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8977400Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8978292Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8979486Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8980434Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8981593Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8982484Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8983657Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8984608Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8985779Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8986664Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8987815Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8988741Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8989885Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8991087Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8992261Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8993356Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8994524Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8995415Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.8996580Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.8997521Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.8998661Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.8999561Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9000730Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9001634Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9002803Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9003682Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9004808Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9005694Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9006871Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9007813Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9009167Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9010110Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9011289Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9012189Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9013337Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9014272Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9015452Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9016314Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9017455Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9018397Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9019579Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9020445Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9021597Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9022489Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9023622Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9024534Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9025746Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9026705Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9027955Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9028810Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9029896Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9031054Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9032186Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9033082Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9034269Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9035245Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9036430Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9037339Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9038558Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9039480Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9040597Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9041419Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9042657Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9043786Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9044993Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9045914Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9047081Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9048070Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9049265Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9050196Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9051353Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9052329Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9053526Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9054421Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9055585Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9056518Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9057726Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9058602Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9059776Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9060644Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9061224Z ok (59.586s) 2022-12-01T10:46:28.9061773Z test_add_dataset (__main__.TestConcatDataset) ... ok (0.003s) 2022-12-01T10:46:28.9062540Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:46:28.9063576Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:46:28.9064442Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:46:28.9065261Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:46:28.9066054Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:46:28.9068286Z test_conv_after_fork (__main__.TestConvAfterFork) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75492 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9069801Z test_custom_batch_pin (__main__.TestCustomPinFn) ... ok (0.006s) 2022-12-01T10:46:28.9070887Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... ok (0.216s) 2022-12-01T10:46:28.9072270Z test_batch_sampler (__main__.TestDataLoader) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9073257Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9074386Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9075351Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9076546Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9077417Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9078838Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9079808Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9080989Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9081875Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9083055Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9083999Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9085232Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9086101Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9087302Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9088248Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9088840Z ok (2.197s) 2022-12-01T10:46:28.9090887Z test_builtin_collection_conversion (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:46:28.9092412Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... ok (0.093s) 2022-12-01T10:46:28.9093190Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... ok (0.137s) 2022-12-01T10:46:28.9093997Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:46:28.9094862Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:46:28.9095695Z test_default_collate_dtype (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:46:28.9096504Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:46:28.9099748Z test_default_collate_numpy_memmap (__main__.TestDataLoader) ... /opt/conda/lib/python3.10/site-packages/torch/utils/data/_utils/collate.py:172: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-12-01T10:46:28.9101895Z return collate([torch.as_tensor(b) for b in batch], collate_fn_map=collate_fn_map) 2022-12-01T10:46:28.9102537Z ok (0.003s) 2022-12-01T10:46:28.9103195Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:46:28.9104087Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:46:28.9104902Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:46:28.9105747Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:46:28.9106603Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:46:28.9107460Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:46:28.9108290Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:46:28.9109141Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:46:28.9109917Z test_error (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:46:28.9111008Z test_error_in_init (__main__.TestDataLoader) ... ok (0.090s) 2022-12-01T10:46:28.9111737Z test_error_workers (__main__.TestDataLoader) ... ok (0.077s) 2022-12-01T10:46:28.9112535Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... ok (0.008s) 2022-12-01T10:46:28.9113345Z test_fd_limit_exceeded (__main__.TestDataLoader) ... ok (1.602s) 2022-12-01T10:46:28.9114726Z test_get_worker_info (__main__.TestDataLoader) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9115755Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9116943Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9117898Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9118544Z ok (3.497s) 2022-12-01T10:46:28.9119163Z test_growing_dataset (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:46:28.9119956Z test_invalid_assign_after_init (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:46:28.9120710Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... ok (0.008s) 2022-12-01T10:46:28.9121714Z test_iterable_style_dataset (__main__.TestDataLoader) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-12-01T10:46:28.9122678Z test_iterabledataset_len (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:46:28.9124056Z test_large_sampler_indices (__main__.TestDataLoader) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9125113Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9126314Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9127273Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9127871Z ok (3.401s) 2022-12-01T10:46:28.9128428Z test_len (__main__.TestDataLoader) ... ok (0.015s) 2022-12-01T10:46:28.9129192Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... ok (0.159s) 2022-12-01T10:46:28.9130791Z test_multiple_dataloaders (__main__.TestDataLoader) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9131856Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9133043Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9133972Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9135143Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9136082Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9137290Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9138259Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9139422Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9140321Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9141495Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9142364Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9143618Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9144591Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9145991Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9146915Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9147509Z ok (3.572s) 2022-12-01T10:46:28.9149524Z test_multiprocessing_contexts (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:46:28.9152753Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9154970Z test_no_segfault (__main__.TestDataLoader) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9155973Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9157162Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9158134Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9158735Z ok (1.765s) 2022-12-01T10:46:28.9159307Z test_numpy (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:46:28.9160017Z test_numpy_gen_state (__main__.TestDataLoader) ... ok (0.005s) 2022-12-01T10:46:28.9160853Z test_numpy_scalars (__main__.TestDataLoader) ... ok (0.003s) 2022-12-01T10:46:28.9161516Z test_partial_workers (__main__.TestDataLoader) 2022-12-01T10:46:28.9163843Z Check that workers exit even if the iterator is not exhausted. ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81034 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9165353Z test_proper_exit (__main__.TestDataLoader) 2022-12-01T10:46:28.9167738Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.005s) 2022-12-01T10:46:28.9169424Z test_random_sampler (__main__.TestDataLoader) ... ok (0.004s) 2022-12-01T10:46:28.9170209Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:46:28.9171124Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... ok (0.002s) 2022-12-01T10:46:28.9172564Z test_sampler (__main__.TestDataLoader) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9173549Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9174756Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9175710Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9176925Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9177820Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9179021Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9180173Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9181340Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9182254Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9183432Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9184392Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9185552Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9186462Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9187630Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9188554Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9189160Z ok (2.036s) 2022-12-01T10:46:28.9189820Z test_sampler_reproducibility (__main__.TestDataLoader) ... ok (0.019s) 2022-12-01T10:46:28.9191539Z test_segfault (__main__.TestDataLoader) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9192545Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9193742Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9194688Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9195322Z ok (3.628s) 2022-12-01T10:46:28.9197341Z test_seqential_batch_workers (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81891 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9199117Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... ok (0.202s) 2022-12-01T10:46:28.9199938Z test_sequential_batch (__main__.TestDataLoader) ... ok (0.063s) 2022-12-01T10:46:28.9200705Z test_sequential_nonbatch (__main__.TestDataLoader) ... ok (0.034s) 2022-12-01T10:46:28.9201473Z test_sequential_pin_memory (__main__.TestDataLoader) ... ok (0.007s) 2022-12-01T10:46:28.9202241Z test_sequential_workers (__main__.TestDataLoader) ... ok (0.231s) 2022-12-01T10:46:28.9202978Z test_shuffle (__main__.TestDataLoader) ... ok (0.082s) 2022-12-01T10:46:28.9203665Z test_shuffle_batch (__main__.TestDataLoader) ... ok (0.070s) 2022-12-01T10:46:28.9204392Z test_shuffle_batch_none (__main__.TestDataLoader) ... ok (0.073s) 2022-12-01T10:46:28.9206564Z test_shuffle_batch_workers (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9208099Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... ok (0.205s) 2022-12-01T10:46:28.9208863Z test_shuffle_pin_memory (__main__.TestDataLoader) ... ok (0.146s) 2022-12-01T10:46:28.9209646Z test_shuffle_reproducibility (__main__.TestDataLoader) ... ok (0.398s) 2022-12-01T10:46:28.9210433Z test_shuffle_workers (__main__.TestDataLoader) ... ok (0.275s) 2022-12-01T10:46:28.9211798Z test_timeout (__main__.TestDataLoader) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9212754Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9214121Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9215086Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9216283Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9217198Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9218380Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9219324Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9219920Z ok (5.508s) 2022-12-01T10:46:28.9220493Z test_typing (__main__.TestDataLoader) ... ok (0.001s) 2022-12-01T10:46:28.9222596Z test_worker_init_fn (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82803 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9225472Z test_worker_seed (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80769 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9228463Z test_worker_seed_reproducibility (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80249 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9229974Z test_basics (__main__.TestDataLoader2) ... skip: no dill (0.001s) 2022-12-01T10:46:28.9232596Z test_shuffle (__main__.TestDataLoader2) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74390 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9234211Z test_basic_mapdatapipe_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.001s) 2022-12-01T10:46:28.9235137Z test_basic_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.001s) 2022-12-01T10:46:28.9237446Z test_batch_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70756 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-12-01T10:46:28.9240516Z test_builtin_collection_conversion (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9243541Z test_bulk_loading_nobatch (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77769 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9246606Z test_chain_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80757 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9248532Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.272s) 2022-12-01T10:46:28.9249497Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:46:28.9250526Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:46:28.9251411Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:46:28.9252435Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:46:28.9253452Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:46:28.9254531Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:46:28.9255503Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:46:28.9256543Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:46:28.9257564Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:46:28.9258652Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:46:28.9259711Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:46:28.9260752Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:46:28.9261814Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:46:28.9264270Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74868 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9265900Z test_error (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:46:28.9266812Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.089s) 2022-12-01T10:46:28.9269148Z test_error_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/78017 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9271208Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... ok (0.007s) 2022-12-01T10:46:28.9272194Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... ok (1.625s) 2022-12-01T10:46:28.9273793Z test_get_worker_info (__main__.TestDataLoaderPersistentWorkers) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9274912Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9276115Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9277030Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9277654Z ok (3.722s) 2022-12-01T10:46:28.9278364Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:46:28.9279485Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:46:28.9280478Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:46:28.9282887Z test_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73055 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.005s) 2022-12-01T10:46:28.9284588Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:46:28.9286245Z test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9287343Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9288544Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9289514Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9290116Z ok (3.424s) 2022-12-01T10:46:28.9290793Z test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.011s) 2022-12-01T10:46:28.9291739Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.062s) 2022-12-01T10:46:28.9294205Z test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70947 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9297510Z test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9300708Z test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9303772Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70968 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9305475Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:46:28.9306396Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.005s) 2022-12-01T10:46:28.9307323Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:46:28.9308203Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-12-01T10:46:28.9310448Z Check that workers exit even if the iterator is not exhausted. ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81034 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9312580Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-12-01T10:46:28.9315094Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.004s) 2022-12-01T10:46:28.9316869Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-12-01T10:46:28.9317852Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:46:28.9318904Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-12-01T10:46:28.9320505Z test_sampler (__main__.TestDataLoaderPersistentWorkers) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9321560Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9322677Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9323634Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9324828Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9325723Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9326841Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9327768Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9328934Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9329873Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9331029Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9332197Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9333416Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9334292Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9335429Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9336361Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9336981Z ok (2.040s) 2022-12-01T10:46:28.9337687Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.019s) 2022-12-01T10:46:28.9339302Z test_segfault (__main__.TestDataLoaderPersistentWorkers) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:46:28.9340398Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:46:28.9341554Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:46:28.9342462Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:46:28.9343165Z ok (3.658s) 2022-12-01T10:46:28.9345281Z test_seqential_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81891 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9347144Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.162s) 2022-12-01T10:46:28.9348137Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.063s) 2022-12-01T10:46:28.9349088Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.034s) 2022-12-01T10:46:28.9350040Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... ok (0.007s) 2022-12-01T10:46:28.9351339Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.250s) 2022-12-01T10:46:28.9352247Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... ok (0.082s) 2022-12-01T10:46:28.9353136Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.070s) 2022-12-01T10:46:28.9354038Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... ok (0.074s) 2022-12-01T10:46:28.9356393Z test_shuffle_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9358137Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.218s) 2022-12-01T10:46:28.9359136Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... ok (0.151s) 2022-12-01T10:46:28.9360108Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.427s) 2022-12-01T10:46:28.9361037Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... ok (0.277s) 2022-12-01T10:46:28.9363351Z test_timeout (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68844 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:46:28.9365007Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-12-01T10:46:28.9367480Z test_worker_init_fn (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82803 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9370495Z test_worker_seed (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80769 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9373606Z test_worker_seed_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80249 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9375271Z test_incomplete_fractional_splits (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-12-01T10:46:28.9376195Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-12-01T10:46:28.9377110Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-12-01T10:46:28.9377999Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-12-01T10:46:28.9378862Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-12-01T10:46:28.9379931Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-12-01T10:46:28.9380779Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-12-01T10:46:28.9381605Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-12-01T10:46:28.9382339Z Indices generated by random_split ... ok (0.004s) 2022-12-01T10:46:28.9383127Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.011s) 2022-12-01T10:46:28.9383951Z test_pin_memory (__main__.TestDictDataLoader) ... ok (0.001s) 2022-12-01T10:46:28.9384708Z test_pin_memory_device (__main__.TestDictDataLoader) ... ok (0.001s) 2022-12-01T10:46:28.9386698Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... /opt/conda/lib/python3.10/site-packages/torch/utils/data/dataloader.py:592: UserWarning: pin memory device is set and pin_memory flag is not used then device pinned memory won't be usedplease set pin_memory to true, if you need to use the device pin memory 2022-12-01T10:46:28.9387944Z warnings.warn(warn_msg) 2022-12-01T10:46:28.9388434Z ok (0.002s) 2022-12-01T10:46:28.9389024Z test_sequential_batch (__main__.TestDictDataLoader) ... ok (0.045s) 2022-12-01T10:46:28.9391933Z test_ind_worker_queue (__main__.TestIndividualWorkerQueue) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68643 for platform(s) macos, linux, win. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:46:28.9392882Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.003s) 2022-12-01T10:46:28.9393346Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... ok (0.064s) 2022-12-01T10:46:28.9393745Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... ok (0.084s) 2022-12-01T10:46:28.9394136Z test_getitem (__main__.TestTensorDataset) ... ok (0.008s) 2022-12-01T10:46:28.9394520Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.006s) 2022-12-01T10:46:28.9394867Z test_len (__main__.TestTensorDataset) ... ok (0.001s) 2022-12-01T10:46:28.9395242Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.005s) 2022-12-01T10:46:28.9395819Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.002s) 2022-12-01T10:46:28.9396066Z 2022-12-01T10:46:28.9396395Z ---------------------------------------------------------------------- 2022-12-01T10:46:28.9396720Z Ran 168 tests in 106.587s 2022-12-01T10:46:28.9396889Z 2022-12-01T10:46:28.9397003Z OK (skipped=36) 2022-12-01T10:46:28.9397162Z 2022-12-01T10:46:28.9397294Z Generating XML reports... 2022-12-01T10:46:28.9397911Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-IntegrationTestDataLoaderDataPipe-20221201104441.xml 2022-12-01T10:46:28.9398677Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20221201104441.xml 2022-12-01T10:46:28.9399372Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20221201104441.xml 2022-12-01T10:46:28.9400043Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20221201104441.xml 2022-12-01T10:46:28.9400769Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20221201104441.xml 2022-12-01T10:46:28.9401538Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20221201104441.xml 2022-12-01T10:46:28.9402249Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20221201104441.xml 2022-12-01T10:46:28.9402976Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20221201104441.xml 2022-12-01T10:46:28.9403660Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20221201104441.xml 2022-12-01T10:46:28.9404469Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20221201104441.xml 2022-12-01T10:46:28.9405171Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20221201104441.xml 2022-12-01T10:46:28.9405851Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20221201104441.xml 2022-12-01T10:46:28.9406535Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20221201104441.xml 2022-12-01T10:46:28.9407230Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20221201104441.xml 2022-12-01T10:46:28.9407957Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20221201104441.xml 2022-12-01T10:46:28.9408307Z 2022-12-01T10:46:28.9408776Z ##[endgroup] 2022-12-01T10:46:28.9409308Z FINISHED PRINTING LOG FILE of test_dataloader (/var/lib/jenkins/workspace/test/test-reports/test_dataloader_s39p1svj) 2022-12-01T10:46:28.9409620Z 2022-12-01T10:46:29.5410691Z Ignoring disabled issues: [] 2022-12-01T10:46:29.5741690Z Running test_jit_autocast ... [2022-12-01 10:46:29.573773] 2022-12-01T10:46:29.5744761Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:46:29.574148] 2022-12-01T10:46:31.0276141Z Ignoring disabled issues: [] 2022-12-01T10:46:31.0609814Z Running test_mkldnn ... [2022-12-01 10:46:31.060566] 2022-12-01T10:46:31.0612859Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:46:31.060919] 2022-12-01T10:47:13.0047020Z 2022-12-01T10:47:13.0047667Z Expand the folded group to see the log file of test_mkldnn 2022-12-01T10:47:13.0049001Z ##[group]PRINTING LOG FILE of test_mkldnn (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_5hsv6m5n) 2022-12-01T10:47:13.0052331Z 2022-12-01T10:47:13.0052939Z Running tests... 2022-12-01T10:47:13.0053830Z ---------------------------------------------------------------------- 2022-12-01T10:47:13.0054309Z Test results will be stored in test-reports/python-unittest/test_mkldnn 2022-12-01T10:47:13.0054864Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (1.752s) 2022-12-01T10:47:13.0055503Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.094s) 2022-12-01T10:47:13.0055927Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.118s) 2022-12-01T10:47:13.0056134Z test_add (__main__.TestMkldnn) ... ok (0.049s) 2022-12-01T10:47:13.0056520Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.007s) 2022-12-01T10:47:13.0056894Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.011s) 2022-12-01T10:47:13.0059697Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.017s) 2022-12-01T10:47:13.0060390Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.025s) 2022-12-01T10:47:13.0061077Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.006s) 2022-12-01T10:47:13.0061849Z test_avg_pool3d (__main__.TestMkldnn) ... ok (1.051s) 2022-12-01T10:47:13.0062495Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... ok (1.155s) 2022-12-01T10:47:13.0064102Z test_batch_norm_2d (__main__.TestMkldnn) ... /opt/conda/lib/python3.10/site-packages/torch/jit/_trace.py:753: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-12-01T10:47:13.0065025Z warnings.warn( 2022-12-01T10:47:13.0065478Z ok (0.112s) 2022-12-01T10:47:13.0066024Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... ok (0.048s) 2022-12-01T10:47:13.0066693Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (0.999s) 2022-12-01T10:47:13.0067359Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... ok (0.644s) 2022-12-01T10:47:13.0067983Z test_clone (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:47:13.0068643Z test_conv1d (__main__.TestMkldnn) ... ok (0.192s) 2022-12-01T10:47:13.0069345Z test_conv1d_bf16 (__main__.TestMkldnn) ... ok (0.141s) 2022-12-01T10:47:13.0070291Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:47:13.0071267Z test_conv2d (__main__.TestMkldnn) ... ok (0.736s) 2022-12-01T10:47:13.0071902Z test_conv2d_bf16 (__main__.TestMkldnn) ... ok (0.203s) 2022-12-01T10:47:13.0072561Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-12-01T10:47:13.0073225Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.015s) 2022-12-01T10:47:13.0073994Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (0.946s) 2022-12-01T10:47:13.0074665Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:47:13.0075287Z test_conv3d (__main__.TestMkldnn) ... ok (2.234s) 2022-12-01T10:47:13.0075933Z test_conv3d_bf16 (__main__.TestMkldnn) ... ok (0.310s) 2022-12-01T10:47:13.0076587Z test_conversion (__main__.TestMkldnn) ... ok (0.036s) 2022-12-01T10:47:13.0077203Z test_copy (__main__.TestMkldnn) ... ok (0.021s) 2022-12-01T10:47:13.0077835Z test_detach (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:47:13.0078482Z test_empty (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:47:13.0079110Z test_gelu (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:47:13.0079716Z test_gelu_bf16 (__main__.TestMkldnn) ... ok (0.008s) 2022-12-01T10:47:13.0080362Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:47:13.0081024Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.011s) 2022-12-01T10:47:13.0081754Z test_legacy_new_failure (__main__.TestMkldnn) ... ok (0.011s) 2022-12-01T10:47:13.0082397Z test_linear (__main__.TestMkldnn) ... ok (0.038s) 2022-12-01T10:47:13.0083057Z test_linear_backward (__main__.TestMkldnn) ... ok (0.008s) 2022-12-01T10:47:13.0083731Z test_linear_bf16 (__main__.TestMkldnn) ... ok (0.038s) 2022-12-01T10:47:13.0084420Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.007s) 2022-12-01T10:47:13.0085133Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.146s) 2022-12-01T10:47:13.0085804Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.252s) 2022-12-01T10:47:13.0086478Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.017s) 2022-12-01T10:47:13.0087167Z test_max_pool3d (__main__.TestMkldnn) ... ok (15.249s) 2022-12-01T10:47:13.0087967Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... ok (4.530s) 2022-12-01T10:47:13.0088696Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.014s) 2022-12-01T10:47:13.0089411Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.030s) 2022-12-01T10:47:13.0090082Z test_mul (__main__.TestMkldnn) ... ok (0.051s) 2022-12-01T10:47:13.0090699Z test_prelu (__main__.TestMkldnn) ... ok (6.117s) 2022-12-01T10:47:13.0091311Z test_prelu_bf16 (__main__.TestMkldnn) ... ok (2.155s) 2022-12-01T10:47:13.0091945Z test_relu (__main__.TestMkldnn) ... ok (0.025s) 2022-12-01T10:47:13.0092559Z test_relu_ (__main__.TestMkldnn) ... ok (0.029s) 2022-12-01T10:47:13.0093162Z test_relu_bf16 (__main__.TestMkldnn) ... ok (0.009s) 2022-12-01T10:47:13.0093833Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... ok (0.007s) 2022-12-01T10:47:13.0094489Z test_repr (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:47:13.0095092Z test_reshape (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:47:13.0095774Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:47:13.0096491Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.012s) 2022-12-01T10:47:13.0097246Z test_resnet18 (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-12-01T10:47:13.0097995Z test_resnext50_32x4d (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-12-01T10:47:13.0098766Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:47:13.0099461Z test_sigmoid (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:47:13.0100079Z test_softmax (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:47:13.0100703Z test_tanh (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:47:13.0101343Z test_transpose (__main__.TestMkldnn) ... ok (0.007s) 2022-12-01T10:47:13.0102121Z test_unsupported (__main__.TestMkldnn) ... ok (0.143s) 2022-12-01T10:47:13.0102765Z test_view (__main__.TestMkldnn) ... ok (0.010s) 2022-12-01T10:47:13.0103380Z test_zero_ (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:47:13.0103757Z 2022-12-01T10:47:13.0104295Z ---------------------------------------------------------------------- 2022-12-01T10:47:13.0104898Z Ran 67 tests in 39.903s 2022-12-01T10:47:13.0105208Z 2022-12-01T10:47:13.0105402Z OK (skipped=2) 2022-12-01T10:47:13.0105694Z 2022-12-01T10:47:13.0105926Z Generating XML reports... 2022-12-01T10:47:13.0106909Z Generated XML report: test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20221201104632.xml 2022-12-01T10:47:13.0107485Z 2022-12-01T10:47:13.0108269Z ##[endgroup] 2022-12-01T10:47:13.0109242Z FINISHED PRINTING LOG FILE of test_mkldnn (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_5hsv6m5n) 2022-12-01T10:47:13.0109809Z 2022-12-01T10:47:15.4809798Z Ignoring disabled issues: [] 2022-12-01T10:47:15.5202246Z Running test_type_promotion ... [2022-12-01 10:47:15.519431] 2022-12-01T10:47:15.5203973Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:15.519857] 2022-12-01T10:47:39.6900094Z 2022-12-01T10:47:39.6900901Z Expand the folded group to see the log file of test_type_promotion 2022-12-01T10:47:39.6903334Z ##[group]PRINTING LOG FILE of test_type_promotion (/var/lib/jenkins/workspace/test/test-reports/test_type_promotion_pdqmh5ca) 2022-12-01T10:47:39.6903693Z 2022-12-01T10:47:39.6903835Z Running tests... 2022-12-01T10:47:39.6905195Z ---------------------------------------------------------------------- 2022-12-01T10:47:39.6905921Z Test results will be stored in test-reports/python-unittest/test_type_promotion 2022-12-01T10:47:39.6908786Z test_add_wrapped_cuda (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-12-01T10:47:39.6909302Z test_alpha_mismatch_cuda (__main__.TestTypePromotionCUDA) ... ok (0.022s) 2022-12-01T10:47:39.6909792Z test_alternate_result_cuda (__main__.TestTypePromotionCUDA) ... ok (0.016s) 2022-12-01T10:47:39.6910233Z test_bfloat16_cuda (__main__.TestTypePromotionCUDA) ... ok (0.019s) 2022-12-01T10:47:39.6911383Z test_booleans_cuda (__main__.TestTypePromotionCUDA) ... /var/lib/jenkins/workspace/test/test_type_promotion.py:437: UserWarning: This overload of add is deprecated: 2022-12-01T10:47:39.6911961Z add(Tensor input, Number alpha, Tensor other, *, Tensor out) 2022-12-01T10:47:39.6912345Z Consider using one of the following signatures instead: 2022-12-01T10:47:39.6914214Z add(Tensor input, Tensor other, *, Number alpha, Tensor out) (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.cpp:1420.) 2022-12-01T10:47:39.6915418Z self.assertEqual(torch.add(torch.tensor(True, device=device), 2022-12-01T10:47:39.6915937Z ok (0.017s) 2022-12-01T10:47:39.6916329Z test_can_cast_cuda (__main__.TestTypePromotionCUDA) ... ok (0.001s) 2022-12-01T10:47:39.6917261Z test_cat_different_dtypes_cuda (__main__.TestTypePromotionCUDA) ... ok (0.112s) 2022-12-01T10:47:39.6917933Z test_cat_out_different_dtypes_cuda (__main__.TestTypePromotionCUDA) ... ok (2.537s) 2022-12-01T10:47:39.6918401Z test_clamp_type_promotion_cuda_bool_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-12-01T10:47:39.6918907Z test_clamp_type_promotion_cuda_bool_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-12-01T10:47:39.6919409Z test_clamp_type_promotion_cuda_bool_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-12-01T10:47:39.6919886Z test_clamp_type_promotion_cuda_bool_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-12-01T10:47:39.6922406Z test_clamp_type_promotion_cuda_bool_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6922961Z test_clamp_type_promotion_cuda_bool_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6923940Z test_clamp_type_promotion_cuda_bool_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6924910Z test_clamp_type_promotion_cuda_bool_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6925439Z test_clamp_type_promotion_cuda_bool_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6925817Z test_clamp_type_promotion_cuda_bool_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6926279Z test_clamp_type_promotion_cuda_bool_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6926896Z test_clamp_type_promotion_cuda_bool_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-12-01T10:47:39.6927299Z test_clamp_type_promotion_cuda_bool_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-12-01T10:47:39.6927778Z test_clamp_type_promotion_cuda_bool_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-12-01T10:47:39.6928298Z test_clamp_type_promotion_cuda_bool_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-12-01T10:47:39.6928780Z test_clamp_type_promotion_cuda_bool_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-12-01T10:47:39.6929257Z test_clamp_type_promotion_cuda_float32_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-12-01T10:47:39.6929765Z test_clamp_type_promotion_cuda_float32_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-12-01T10:47:39.6930271Z test_clamp_type_promotion_cuda_float32_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-12-01T10:47:39.6930777Z test_clamp_type_promotion_cuda_float32_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-12-01T10:47:39.6931250Z test_clamp_type_promotion_cuda_float32_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-12-01T10:47:39.6931760Z test_clamp_type_promotion_cuda_float32_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-12-01T10:47:39.6932277Z test_clamp_type_promotion_cuda_float32_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-12-01T10:47:39.6932788Z test_clamp_type_promotion_cuda_float32_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-12-01T10:47:39.6933362Z test_clamp_type_promotion_cuda_float32_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-12-01T10:47:39.6933928Z test_clamp_type_promotion_cuda_float32_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-12-01T10:47:39.6934472Z test_clamp_type_promotion_cuda_float32_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-12-01T10:47:39.6935007Z test_clamp_type_promotion_cuda_float32_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-12-01T10:47:39.6935522Z test_clamp_type_promotion_cuda_float32_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-12-01T10:47:39.6936049Z test_clamp_type_promotion_cuda_float32_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-12-01T10:47:39.6936605Z test_clamp_type_promotion_cuda_float32_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-12-01T10:47:39.6937091Z test_clamp_type_promotion_cuda_float32_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-12-01T10:47:39.6937608Z test_clamp_type_promotion_cuda_float64_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-12-01T10:47:39.6938140Z test_clamp_type_promotion_cuda_float64_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-12-01T10:47:39.6938679Z test_clamp_type_promotion_cuda_float64_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-12-01T10:47:39.6939190Z test_clamp_type_promotion_cuda_float64_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-12-01T10:47:39.6939720Z test_clamp_type_promotion_cuda_float64_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-12-01T10:47:39.6940339Z test_clamp_type_promotion_cuda_float64_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-12-01T10:47:39.6940878Z test_clamp_type_promotion_cuda_float64_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-12-01T10:47:39.6941398Z test_clamp_type_promotion_cuda_float64_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-12-01T10:47:39.6955895Z test_clamp_type_promotion_cuda_float64_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-12-01T10:47:39.6957054Z test_clamp_type_promotion_cuda_float64_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-12-01T10:47:39.6958241Z test_clamp_type_promotion_cuda_float64_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-12-01T10:47:39.6959078Z test_clamp_type_promotion_cuda_float64_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-12-01T10:47:39.6959817Z test_clamp_type_promotion_cuda_float64_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-12-01T10:47:39.6960739Z test_clamp_type_promotion_cuda_float64_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-12-01T10:47:39.6961706Z test_clamp_type_promotion_cuda_float64_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-12-01T10:47:39.6962581Z test_clamp_type_promotion_cuda_float64_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-12-01T10:47:39.6963511Z test_clamp_type_promotion_cuda_int32_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6964339Z test_clamp_type_promotion_cuda_int32_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6965230Z test_clamp_type_promotion_cuda_int32_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-12-01T10:47:39.6966050Z test_clamp_type_promotion_cuda_int32_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6966898Z test_clamp_type_promotion_cuda_int32_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6967973Z test_clamp_type_promotion_cuda_int32_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6968663Z test_clamp_type_promotion_cuda_int32_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6969333Z test_clamp_type_promotion_cuda_int32_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6969816Z test_clamp_type_promotion_cuda_int32_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-12-01T10:47:39.6970310Z test_clamp_type_promotion_cuda_int32_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6970812Z test_clamp_type_promotion_cuda_int32_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6971308Z test_clamp_type_promotion_cuda_int32_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-12-01T10:47:39.6971781Z test_clamp_type_promotion_cuda_int32_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6972487Z test_clamp_type_promotion_cuda_int32_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6972983Z test_clamp_type_promotion_cuda_int32_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6973465Z test_clamp_type_promotion_cuda_int32_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6973931Z test_comparison_ops_with_type_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.812s) 2022-12-01T10:47:39.6975027Z test_complex_assertraises_cuda (__main__.TestTypePromotionCUDA) ... /var/lib/jenkins/workspace/test/test_type_promotion.py:650: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:47:39.6975801Z v = torch.tensor([2], dtype=dt2, device=device) 2022-12-01T10:47:39.6976201Z ok (1.079s) 2022-12-01T10:47:39.6976517Z test_complex_half_cuda (__main__.TestTypePromotionCUDA) ... ok (0.431s) 2022-12-01T10:47:39.6976949Z test_complex_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (3.020s) 2022-12-01T10:47:39.6977419Z test_complex_scalar_mult_tensor_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-12-01T10:47:39.6977894Z test_computation_ignores_out_cuda (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-12-01T10:47:39.6978326Z test_create_bool_tensors_cuda (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-12-01T10:47:39.6978768Z test_div_promotion_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-12-01T10:47:39.6979204Z test_div_promotion_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-12-01T10:47:39.6979621Z test_div_promotion_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-12-01T10:47:39.6980058Z test_div_promotion_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-12-01T10:47:39.6980500Z test_div_promotion_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-12-01T10:47:39.6980946Z test_div_promotion_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-12-01T10:47:39.6981383Z test_div_promotion_inplace_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-12-01T10:47:39.6981856Z test_div_promotion_inplace_cuda_float32 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-12-01T10:47:39.6982329Z test_div_promotion_inplace_cuda_float64 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-12-01T10:47:39.6982774Z test_div_promotion_inplace_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-12-01T10:47:39.6983238Z test_div_promotion_inplace_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-12-01T10:47:39.6983708Z test_div_promotion_inplace_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-12-01T10:47:39.6984170Z test_div_promotion_inplace_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-12-01T10:47:39.6984614Z test_div_promotion_inplace_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-12-01T10:47:39.6985062Z test_div_promotion_out_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-12-01T10:47:39.6985576Z test_div_promotion_out_cuda_float32 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-12-01T10:47:39.6986025Z test_div_promotion_out_cuda_float64 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-12-01T10:47:39.6986483Z test_div_promotion_out_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-12-01T10:47:39.6986935Z test_div_promotion_out_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-12-01T10:47:39.6987379Z test_div_promotion_out_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-12-01T10:47:39.6987803Z test_div_promotion_out_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-12-01T10:47:39.6988256Z test_div_promotion_out_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-12-01T10:47:39.6988706Z test_float_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-12-01T10:47:39.6989111Z test_from_issue_cuda (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-12-01T10:47:39.6989528Z test_half_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-12-01T10:47:39.6989942Z test_indexing_cuda (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-12-01T10:47:39.6990360Z test_indexing_fail_cuda (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-12-01T10:47:39.6991240Z test_inplace_cuda (__main__.TestTypePromotionCUDA) ... ok (0.026s) 2022-12-01T10:47:39.6991666Z test_int_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-12-01T10:47:39.6992089Z test_int_to_float_cuda (__main__.TestTypePromotionCUDA) ... ok (0.001s) 2022-12-01T10:47:39.6992524Z test_integer_addcdiv_deprecated_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.6993005Z test_integer_addcdiv_deprecated_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.6993604Z test_integer_addcdiv_deprecated_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.6994090Z test_integer_addcdiv_deprecated_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.6994557Z test_integer_addcdiv_deprecated_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.6995022Z test_lt_with_type_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-12-01T10:47:39.6995473Z test_many_promotions_cuda (__main__.TestTypePromotionCUDA) ... ok (1.221s) 2022-12-01T10:47:39.6995897Z test_mixed_type_backward_cuda (__main__.TestTypePromotionCUDA) ... ok (0.043s) 2022-12-01T10:47:39.6996340Z test_non_promoting_ops_cuda (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-12-01T10:47:39.6996843Z test_numpy_array_binary_ufunc_promotion_cuda_bool_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.6997405Z test_numpy_array_binary_ufunc_promotion_cuda_bool_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.6997954Z test_numpy_array_binary_ufunc_promotion_cuda_bool_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.6998517Z test_numpy_array_binary_ufunc_promotion_cuda_bool_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.6999063Z test_numpy_array_binary_ufunc_promotion_cuda_bool_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.6999606Z test_numpy_array_binary_ufunc_promotion_cuda_bool_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7000135Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7000680Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7001222Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7001833Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7002377Z test_numpy_array_binary_ufunc_promotion_cuda_bool_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7002933Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7003513Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7004097Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7004660Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7005232Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7005802Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7006372Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7006921Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7007481Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7008106Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7008671Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7009217Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7009786Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7010368Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7010947Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7011501Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7012075Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7012643Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7013198Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7013733Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7014283Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7014835Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7015398Z test_numpy_array_binary_ufunc_promotion_cuda_float16_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7016004Z test_numpy_array_binary_ufunc_promotion_cuda_float16_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7016589Z test_numpy_array_binary_ufunc_promotion_cuda_float16_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7017143Z test_numpy_array_binary_ufunc_promotion_cuda_float16_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7017703Z test_numpy_array_binary_ufunc_promotion_cuda_float16_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7018241Z test_numpy_array_binary_ufunc_promotion_cuda_float16_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7018792Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7019344Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7019890Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7020430Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7020979Z test_numpy_array_binary_ufunc_promotion_cuda_float16_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7021696Z test_numpy_array_binary_ufunc_promotion_cuda_float32_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7022357Z test_numpy_array_binary_ufunc_promotion_cuda_float32_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7023081Z test_numpy_array_binary_ufunc_promotion_cuda_float32_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7023737Z test_numpy_array_binary_ufunc_promotion_cuda_float32_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7024322Z test_numpy_array_binary_ufunc_promotion_cuda_float32_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7025028Z test_numpy_array_binary_ufunc_promotion_cuda_float32_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7025666Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7026290Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7026858Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7027539Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7028167Z test_numpy_array_binary_ufunc_promotion_cuda_float32_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7028793Z test_numpy_array_binary_ufunc_promotion_cuda_float64_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7029376Z test_numpy_array_binary_ufunc_promotion_cuda_float64_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7030042Z test_numpy_array_binary_ufunc_promotion_cuda_float64_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7031183Z test_numpy_array_binary_ufunc_promotion_cuda_float64_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7031859Z test_numpy_array_binary_ufunc_promotion_cuda_float64_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7032543Z test_numpy_array_binary_ufunc_promotion_cuda_float64_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7033211Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7033904Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7034533Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7035106Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7035759Z test_numpy_array_binary_ufunc_promotion_cuda_float64_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7036387Z test_numpy_array_binary_ufunc_promotion_cuda_int16_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7037064Z test_numpy_array_binary_ufunc_promotion_cuda_int16_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7037647Z test_numpy_array_binary_ufunc_promotion_cuda_int16_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7038285Z test_numpy_array_binary_ufunc_promotion_cuda_int16_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7038898Z test_numpy_array_binary_ufunc_promotion_cuda_int16_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7039637Z test_numpy_array_binary_ufunc_promotion_cuda_int16_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7040217Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7055893Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7056510Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7057068Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7057638Z test_numpy_array_binary_ufunc_promotion_cuda_int16_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7058180Z test_numpy_array_binary_ufunc_promotion_cuda_int32_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7058753Z test_numpy_array_binary_ufunc_promotion_cuda_int32_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7059322Z test_numpy_array_binary_ufunc_promotion_cuda_int32_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7059892Z test_numpy_array_binary_ufunc_promotion_cuda_int32_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7060434Z test_numpy_array_binary_ufunc_promotion_cuda_int32_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7060993Z test_numpy_array_binary_ufunc_promotion_cuda_int32_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7061549Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7062104Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7062641Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7063298Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7063864Z test_numpy_array_binary_ufunc_promotion_cuda_int32_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7064420Z test_numpy_array_binary_ufunc_promotion_cuda_int64_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7064962Z test_numpy_array_binary_ufunc_promotion_cuda_int64_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7065535Z test_numpy_array_binary_ufunc_promotion_cuda_int64_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7066100Z test_numpy_array_binary_ufunc_promotion_cuda_int64_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7066663Z test_numpy_array_binary_ufunc_promotion_cuda_int64_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7067200Z test_numpy_array_binary_ufunc_promotion_cuda_int64_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7067757Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7068306Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7068854Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7069466Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7070013Z test_numpy_array_binary_ufunc_promotion_cuda_int64_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7070914Z test_numpy_array_binary_ufunc_promotion_cuda_int8_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7071616Z test_numpy_array_binary_ufunc_promotion_cuda_int8_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7072164Z test_numpy_array_binary_ufunc_promotion_cuda_int8_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7072730Z test_numpy_array_binary_ufunc_promotion_cuda_int8_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7073292Z test_numpy_array_binary_ufunc_promotion_cuda_int8_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7073855Z test_numpy_array_binary_ufunc_promotion_cuda_int8_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7074391Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7074943Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7075489Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7076041Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7076567Z test_numpy_array_binary_ufunc_promotion_cuda_int8_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7077122Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7077681Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7078359Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7078925Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7079483Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7080043Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7080600Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7081133Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7081684Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7082235Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7082790Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:47:39.7083255Z test_promote_self_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-12-01T10:47:39.7083688Z test_promote_types_cuda (__main__.TestTypePromotionCUDA) ... ok (0.001s) 2022-12-01T10:47:39.7084124Z test_result_type_cuda_bfloat16_bfloat16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7084624Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7085050Z test_result_type_cuda_bfloat16_bool (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7085469Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7085881Z test_result_type_cuda_bfloat16_complex128 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7086310Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7086738Z test_result_type_cuda_bfloat16_complex64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7087159Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7087552Z test_result_type_cuda_bfloat16_float16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7087973Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:47:39.7088386Z test_result_type_cuda_bfloat16_float32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7088786Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:47:39.7089203Z test_result_type_cuda_bfloat16_float64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7089615Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:47:39.7090029Z test_result_type_cuda_bfloat16_int16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7090425Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7090836Z test_result_type_cuda_bfloat16_int32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7091260Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7091652Z test_result_type_cuda_bfloat16_int64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7092063Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7092474Z test_result_type_cuda_bfloat16_int8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7092892Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7093281Z test_result_type_cuda_bfloat16_uint8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7093695Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7094171Z test_result_type_cuda_bool_bfloat16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7094579Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7094985Z test_result_type_cuda_bool_bool (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7095394Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7095813Z test_result_type_cuda_bool_complex128 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7096211Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7096627Z test_result_type_cuda_bool_complex64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7097049Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7097439Z test_result_type_cuda_bool_float16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7097851Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7098262Z test_result_type_cuda_bool_float32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7098652Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7099061Z test_result_type_cuda_bool_float64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7099473Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7099882Z test_result_type_cuda_bool_int16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7100273Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7100677Z test_result_type_cuda_bool_int32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7101151Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7101538Z test_result_type_cuda_bool_int64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7101952Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7102362Z test_result_type_cuda_bool_int8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7102771Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7103157Z test_result_type_cuda_bool_uint8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7103572Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7103998Z test_result_type_cuda_complex128_bfloat16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7104398Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7104815Z test_result_type_cuda_complex128_bool (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7105244Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7105674Z test_result_type_cuda_complex128_complex128 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7106079Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-12-01T10:47:39.7106506Z test_result_type_cuda_complex128_complex64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7106933Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-12-01T10:47:39.7107331Z test_result_type_cuda_complex128_float16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7107750Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7108163Z test_result_type_cuda_complex128_float32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7108558Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7108970Z test_result_type_cuda_complex128_float64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7109392Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7109808Z test_result_type_cuda_complex128_int16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7110266Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7111076Z test_result_type_cuda_complex128_int32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7111508Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7111902Z test_result_type_cuda_complex128_int64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7112324Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7112741Z test_result_type_cuda_complex128_int8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7113158Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7113552Z test_result_type_cuda_complex128_uint8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7113985Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7114401Z test_result_type_cuda_complex64_bfloat16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7114798Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7115219Z test_result_type_cuda_complex64_bool (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7115635Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:47:39.7116063Z test_result_type_cuda_complex64_complex128 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7116475Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-12-01T10:47:39.7116902Z test_result_type_cuda_complex64_complex64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7117328Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-12-01T10:47:39.7117729Z test_result_type_cuda_complex64_float16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7118378Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7118797Z test_result_type_cuda_complex64_float32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7119220Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7119617Z test_result_type_cuda_complex64_float64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7120039Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7120459Z test_result_type_cuda_complex64_int16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7120861Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7121282Z test_result_type_cuda_complex64_int32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7121703Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7122105Z test_result_type_cuda_complex64_int64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7122528Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7122947Z test_result_type_cuda_complex64_int8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7123372Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7123772Z test_result_type_cuda_complex64_uint8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7124199Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7124618Z test_result_type_cuda_float16_bfloat16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7125016Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:47:39.7125431Z test_result_type_cuda_float16_bool (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7125843Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7126265Z test_result_type_cuda_float16_complex128 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7126658Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7127077Z test_result_type_cuda_float16_complex64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7127574Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7128017Z test_result_type_cuda_float16_float16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7128463Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:47:39.7128909Z test_result_type_cuda_float16_float32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7129355Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:47:39.7129774Z test_result_type_cuda_float16_float64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7130219Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:47:39.7130664Z test_result_type_cuda_float16_int16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7131081Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7131518Z test_result_type_cuda_float16_int32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7131961Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7132381Z test_result_type_cuda_float16_int64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7132821Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7133255Z test_result_type_cuda_float16_int8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7133695Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7134111Z test_result_type_cuda_float16_uint8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7134549Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7135066Z test_result_type_cuda_float32_bfloat16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7135491Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:47:39.7135932Z test_result_type_cuda_float32_bool (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7136378Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7136824Z test_result_type_cuda_float32_complex128 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7137251Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7137700Z test_result_type_cuda_float32_complex64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7138147Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7138567Z test_result_type_cuda_float32_float16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7139009Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:47:39.7139456Z test_result_type_cuda_float32_float32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7139898Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:47:39.7140323Z test_result_type_cuda_float32_float64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7140767Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:47:39.7141212Z test_result_type_cuda_float32_int16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7141625Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7142068Z test_result_type_cuda_float32_int32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7142506Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7142947Z test_result_type_cuda_float32_int64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7143362Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7143803Z test_result_type_cuda_float32_int8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7144243Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7144743Z test_result_type_cuda_float32_uint8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7145199Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7145642Z test_result_type_cuda_float64_bfloat16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7146064Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:47:39.7146500Z test_result_type_cuda_float64_bool (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7146945Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7147393Z test_result_type_cuda_float64_complex128 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7147865Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7148312Z test_result_type_cuda_float64_complex64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7148752Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-12-01T10:47:39.7149155Z test_result_type_cuda_float64_float16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7149578Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:47:39.7149996Z test_result_type_cuda_float64_float32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7150548Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:47:39.7151186Z test_result_type_cuda_float64_float64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7151607Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:47:39.7152028Z test_result_type_cuda_float64_int16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7152420Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7152949Z test_result_type_cuda_float64_int32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7153363Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7153786Z test_result_type_cuda_float64_int64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7154180Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7154594Z test_result_type_cuda_float64_int8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7155011Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7155402Z test_result_type_cuda_float64_uint8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7155819Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7156232Z test_result_type_cuda_int16_bfloat16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7156626Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7157039Z test_result_type_cuda_int16_bool (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7157448Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7157868Z test_result_type_cuda_int16_complex128 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7158266Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7158681Z test_result_type_cuda_int16_complex64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7159106Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7159498Z test_result_type_cuda_int16_float16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7159918Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7160330Z test_result_type_cuda_int16_float32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7160744Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7161137Z test_result_type_cuda_int16_float64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7161548Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7162033Z test_result_type_cuda_int16_int16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7162442Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7162852Z test_result_type_cuda_int16_int32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7163262Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7163676Z test_result_type_cuda_int16_int64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7164064Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7164477Z test_result_type_cuda_int16_int8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7164886Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7165280Z test_result_type_cuda_int16_uint8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7165690Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7166104Z test_result_type_cuda_int32_bfloat16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7166495Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7166906Z test_result_type_cuda_int32_bool (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7167314Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7167732Z test_result_type_cuda_int32_complex128 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7168130Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7168542Z test_result_type_cuda_int32_complex64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7168961Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7169437Z test_result_type_cuda_int32_float16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7169854Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7170271Z test_result_type_cuda_int32_float32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7170684Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7171073Z test_result_type_cuda_int32_float64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7171485Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7171896Z test_result_type_cuda_int32_int16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7172285Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7172695Z test_result_type_cuda_int32_int32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7173105Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7173523Z test_result_type_cuda_int32_int64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7173915Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7174327Z test_result_type_cuda_int32_int8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7174736Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7175125Z test_result_type_cuda_int32_uint8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7175535Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7175952Z test_result_type_cuda_int64_bfloat16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7176345Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7176763Z test_result_type_cuda_int64_bool (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7177174Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7177595Z test_result_type_cuda_int64_complex128 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7177989Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7178461Z test_result_type_cuda_int64_complex64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7178892Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7179281Z test_result_type_cuda_int64_float16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7179696Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7180109Z test_result_type_cuda_int64_float32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7180527Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7180917Z test_result_type_cuda_int64_float64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7181329Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7181746Z test_result_type_cuda_int64_int16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7182137Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7182545Z test_result_type_cuda_int64_int32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7182955Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7183341Z test_result_type_cuda_int64_int64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7183751Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7184158Z test_result_type_cuda_int64_int8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7184564Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7184952Z test_result_type_cuda_int64_uint8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7185366Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7185847Z test_result_type_cuda_int8_bfloat16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7186243Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7186659Z test_result_type_cuda_int8_bool (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7187066Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7187485Z test_result_type_cuda_int8_complex128 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7187881Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7188296Z test_result_type_cuda_int8_complex64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7188713Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7189102Z test_result_type_cuda_int8_float16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7189518Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7189930Z test_result_type_cuda_int8_float32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7190340Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7191187Z test_result_type_cuda_int8_float64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7191726Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7192135Z test_result_type_cuda_int8_int16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7192526Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7192930Z test_result_type_cuda_int8_int32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7193342Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7193731Z test_result_type_cuda_int8_int64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7194142Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7194551Z test_result_type_cuda_int8_int8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7194956Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7195343Z test_result_type_cuda_int8_uint8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7195844Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7196272Z test_result_type_cuda_uint8_bfloat16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7196666Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7197076Z test_result_type_cuda_uint8_bool (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7197481Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7197904Z test_result_type_cuda_uint8_complex128 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7198300Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7198721Z test_result_type_cuda_uint8_complex64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7199141Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:47:39.7199536Z test_result_type_cuda_uint8_float16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7199952Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7200368Z test_result_type_cuda_uint8_float32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7200782Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7201172Z test_result_type_cuda_uint8_float64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7201584Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:47:39.7201998Z test_result_type_cuda_uint8_int16 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7202389Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7202907Z test_result_type_cuda_uint8_int32 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7203317Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7203706Z test_result_type_cuda_uint8_int64 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7204117Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:47:39.7204530Z test_result_type_cuda_uint8_int8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7204937Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7205325Z test_result_type_cuda_uint8_uint8 (__main__.TestTypePromotionCUDA) 2022-12-01T10:47:39.7205742Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:47:39.7206180Z test_result_type_tensor_vs_scalar_cuda (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-12-01T10:47:39.7206609Z test_sparse_add_cuda (__main__.TestTypePromotionCUDA) ... ok (3.394s) 2022-12-01T10:47:39.7207037Z test_sparse_div_cuda (__main__.TestTypePromotionCUDA) ... ok (0.263s) 2022-12-01T10:47:39.7207490Z test_sparse_div_promotion_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-12-01T10:47:39.7207961Z test_sparse_div_promotion_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-12-01T10:47:39.7208402Z test_sparse_div_promotion_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-12-01T10:47:39.7208869Z test_sparse_div_promotion_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-12-01T10:47:39.7209331Z test_sparse_div_promotion_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-12-01T10:47:39.7209752Z test_sparse_mul_cuda (__main__.TestTypePromotionCUDA) ... ok (1.384s) 2022-12-01T10:47:39.7210175Z test_sparse_sub_cuda (__main__.TestTypePromotionCUDA) ... ok (3.393s) 2022-12-01T10:47:39.7210597Z test_transpose_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-12-01T10:47:39.7211070Z test_unary_op_out_casting_cuda_complex128_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-12-01T10:47:39.7211558Z test_unary_op_out_casting_cuda_complex128_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-12-01T10:47:39.7212120Z test_unary_op_out_casting_cuda_complex128_float32 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-12-01T10:47:39.7212628Z test_unary_op_out_casting_cuda_complex128_float64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-12-01T10:47:39.7213096Z test_unary_op_out_casting_cuda_complex128_int64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-12-01T10:47:39.7213591Z test_unary_op_out_casting_cuda_complex64_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-12-01T10:47:39.7214097Z test_unary_op_out_casting_cuda_complex64_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-12-01T10:47:39.7214594Z test_unary_op_out_casting_cuda_complex64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-12-01T10:47:39.7215061Z test_unary_op_out_casting_cuda_complex64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-12-01T10:47:39.7215553Z test_unary_op_out_casting_cuda_complex64_int64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-12-01T10:47:39.7216051Z test_unary_op_out_casting_cuda_float32_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.7216545Z test_unary_op_out_casting_cuda_float32_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.7217006Z test_unary_op_out_casting_cuda_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-12-01T10:47:39.7217486Z test_unary_op_out_casting_cuda_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.7217964Z test_unary_op_out_casting_cuda_float32_int64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.7218426Z test_unary_op_out_casting_cuda_float64_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.7218985Z test_unary_op_out_casting_cuda_float64_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.7219465Z test_unary_op_out_casting_cuda_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.7219951Z test_unary_op_out_casting_cuda_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-12-01T10:47:39.7220407Z test_unary_op_out_casting_cuda_float64_int64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.7220887Z test_unary_op_out_casting_cuda_int64_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.7221365Z test_unary_op_out_casting_cuda_int64_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.7221843Z test_unary_op_out_casting_cuda_int64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.7222296Z test_unary_op_out_casting_cuda_int64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-12-01T10:47:39.7222766Z test_unary_op_out_casting_cuda_int64_int64 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-12-01T10:47:39.7223206Z test_unsigned_cuda (__main__.TestTypePromotionCUDA) ... ok (0.001s) 2022-12-01T10:47:39.7223451Z 2022-12-01T10:47:39.7223871Z ---------------------------------------------------------------------- 2022-12-01T10:47:39.7224200Z Ran 422 tests in 20.543s 2022-12-01T10:47:39.7224374Z 2022-12-01T10:47:39.7224491Z OK (skipped=121) 2022-12-01T10:47:39.7224655Z 2022-12-01T10:47:39.7224785Z Generating XML reports... 2022-12-01T10:47:39.7225382Z Generated XML report: test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCUDA-20221201104718.xml 2022-12-01T10:47:39.7225734Z 2022-12-01T10:47:39.7228555Z ##[endgroup] 2022-12-01T10:47:39.7229158Z FINISHED PRINTING LOG FILE of test_type_promotion (/var/lib/jenkins/workspace/test/test-reports/test_type_promotion_pdqmh5ca) 2022-12-01T10:47:39.7229481Z 2022-12-01T10:47:42.6604445Z Ignoring disabled issues: [] 2022-12-01T10:47:42.6934687Z Running nn/test_embedding ... [2022-12-01 10:47:42.693095] 2022-12-01T10:47:42.6938534Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_embedding.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:42.693528] 2022-12-01T10:48:04.7345596Z 2022-12-01T10:48:04.7350244Z Expand the folded group to see the log file of nn/test_embedding 2022-12-01T10:48:04.7352470Z ##[group]PRINTING LOG FILE of nn/test_embedding (/var/lib/jenkins/workspace/test/test-reports/nn-test_embedding_eairjvbo) 2022-12-01T10:48:04.7353059Z 2022-12-01T10:48:04.7353308Z Running tests... 2022-12-01T10:48:04.7354367Z ---------------------------------------------------------------------- 2022-12-01T10:48:04.7364427Z Test results will be stored in test-reports/python-unittest/nn.test_embedding 2022-12-01T10:48:04.7365331Z test_embedding_bag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.009s) 2022-12-01T10:48:04.7366051Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:48:04.7366946Z test_embedding_bag_functional (__main__.TestEmbeddingNN) ... ok (0.008s) 2022-12-01T10:48:04.7367685Z test_embedding_bag_padding_idx_error (__main__.TestEmbeddingNN) ... ok (0.020s) 2022-12-01T10:48:04.7368495Z test_embedding_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-12-01T10:48:04.7369360Z test_embedding_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-12-01T10:48:04.7380597Z test_embedding_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:48:04.7381546Z test_embedding_functional (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-12-01T10:48:04.7382318Z test_embedding_max_norm (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:48:04.7383111Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestEmbeddingNN) ... ok (0.010s) 2022-12-01T10:48:04.7383978Z test_embedding_sparse_basic (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-12-01T10:48:04.7385147Z test_embedding_sparse_empty_tensor (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-12-01T10:48:04.7386011Z test_embeddingbag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-12-01T10:48:04.7386893Z test_embeddingbag_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-12-01T10:48:04.7387767Z test_move_sparse_half_embedding (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-12-01T10:48:04.7388828Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.012s) 2022-12-01T10:48:04.7390011Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T10:48:04.7391564Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T10:48:04.7392732Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T10:48:04.7393996Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T10:48:04.7395181Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T10:48:04.7396481Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T10:48:04.7397630Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T10:48:04.7398844Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T10:48:04.7399855Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T10:48:04.7401018Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T10:48:04.7402291Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T10:48:04.7403467Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.062s) 2022-12-01T10:48:04.7404637Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.062s) 2022-12-01T10:48:04.7405869Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.060s) 2022-12-01T10:48:04.7407014Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.062s) 2022-12-01T10:48:04.7408158Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.061s) 2022-12-01T10:48:04.7409332Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.060s) 2022-12-01T10:48:04.7410476Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.061s) 2022-12-01T10:48:04.7411621Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.061s) 2022-12-01T10:48:04.7412744Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.060s) 2022-12-01T10:48:04.7413892Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.060s) 2022-12-01T10:48:04.7415154Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.060s) 2022-12-01T10:48:04.7416304Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.058s) 2022-12-01T10:48:04.7417164Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.003s) 2022-12-01T10:48:04.7417834Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.003s) 2022-12-01T10:48:04.7418506Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.003s) 2022-12-01T10:48:04.7419187Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.003s) 2022-12-01T10:48:04.7419858Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.003s) 2022-12-01T10:48:04.7420515Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.003s) 2022-12-01T10:48:04.7421150Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.012s) 2022-12-01T10:48:04.7421752Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.012s) 2022-12-01T10:48:04.7422350Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T10:48:04.7422922Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T10:48:04.7423520Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T10:48:04.7424191Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T10:48:04.7424807Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T10:48:04.7425383Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T10:48:04.7425985Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T10:48:04.7426937Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T10:48:04.7427907Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T10:48:04.7428875Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T10:48:04.7429811Z test_EmbeddingBag_per_sample_weights_failures_cuda_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.015s) 2022-12-01T10:48:04.7431076Z test_EmbeddingBag_per_sample_weights_failures_cuda_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.014s) 2022-12-01T10:48:04.7432161Z test_EmbeddingBag_per_sample_weights_failures_cuda_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.015s) 2022-12-01T10:48:04.7433160Z test_EmbeddingBag_per_sample_weights_failures_cuda_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.014s) 2022-12-01T10:48:04.7434407Z test_embedding_backward_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T10:48:04.7435372Z test_embedding_backward_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T10:48:04.7436349Z test_embedding_bag_1D_padding_idx_cuda_bfloat16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (3.790s) 2022-12-01T10:48:04.7437279Z test_embedding_bag_1D_padding_idx_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (5.310s) 2022-12-01T10:48:04.7438285Z test_embedding_bag_2D_padding_idx_cuda_bfloat16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.177s) 2022-12-01T10:48:04.7439287Z test_embedding_bag_2D_padding_idx_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.243s) 2022-12-01T10:48:04.7440290Z test_embedding_bag_bfloat16_cuda_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.183s) 2022-12-01T10:48:04.7441195Z test_embedding_bag_bfloat16_cuda_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.182s) 2022-12-01T10:48:04.7442202Z test_embedding_bag_bfloat16_cuda_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.158s) 2022-12-01T10:48:04.7443175Z test_embedding_bag_bfloat16_cuda_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.181s) 2022-12-01T10:48:04.7444083Z test_embedding_bag_device_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.371s) 2022-12-01T10:48:04.7445091Z test_embedding_bag_device_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.421s) 2022-12-01T10:48:04.7446063Z test_embedding_bag_device_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.417s) 2022-12-01T10:48:04.7447049Z test_embedding_bag_device_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.368s) 2022-12-01T10:48:04.7447957Z test_embedding_bag_device_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.411s) 2022-12-01T10:48:04.7448924Z test_embedding_bag_device_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.419s) 2022-12-01T10:48:04.7449958Z test_embedding_bag_device_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.358s) 2022-12-01T10:48:04.7451250Z test_embedding_bag_device_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.500s) 2022-12-01T10:48:04.7452211Z test_embedding_bag_device_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.426s) 2022-12-01T10:48:04.7453181Z test_embedding_bag_device_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.355s) 2022-12-01T10:48:04.7454138Z test_embedding_bag_device_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.431s) 2022-12-01T10:48:04.7455097Z test_embedding_bag_device_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.424s) 2022-12-01T10:48:04.7456030Z test_embedding_bag_empty_input_cuda_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T10:48:04.7457022Z test_embedding_bag_empty_input_cuda_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T10:48:04.7457970Z test_embedding_bag_empty_input_cuda_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T10:48:04.7458886Z test_embedding_bag_empty_input_cuda_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T10:48:04.7459842Z test_embedding_bag_half_cuda_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.089s) 2022-12-01T10:48:04.7460813Z test_embedding_bag_half_cuda_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.089s) 2022-12-01T10:48:04.7461769Z test_embedding_bag_half_cuda_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.089s) 2022-12-01T10:48:04.7462656Z test_embedding_bag_half_cuda_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.088s) 2022-12-01T10:48:04.7463690Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T10:48:04.7465056Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T10:48:04.7466130Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T10:48:04.7467140Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T10:48:04.7468207Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T10:48:04.7469241Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T10:48:04.7470304Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T10:48:04.7471637Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T10:48:04.7472694Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T10:48:04.7473757Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T10:48:04.7474789Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T10:48:04.7475792Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T10:48:04.7477745Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.003s) 2022-12-01T10:48:04.7479335Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.003s) 2022-12-01T10:48:04.7481393Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.003s) 2022-12-01T10:48:04.7482908Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.003s) 2022-12-01T10:48:04.7484455Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.003s) 2022-12-01T10:48:04.7485972Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.003s) 2022-12-01T10:48:04.7487526Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7489077Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7490576Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7492098Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7493621Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7495682Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7497222Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7498749Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7500299Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7501845Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7503398Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7504968Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7506495Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7508022Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7509593Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7511511Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7513567Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7515121Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-12-01T10:48:04.7516182Z test_embedding_dense_grad_cuda (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.454s) 2022-12-01T10:48:04.7517085Z test_embedding_max_norm_backward_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T10:48:04.7518010Z test_embedding_max_norm_backward_cuda_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T10:48:04.7518956Z test_embedding_max_norm_backward_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T10:48:04.7519905Z test_embedding_max_norm_device_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T10:48:04.7520822Z test_embedding_max_norm_device_cuda_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T10:48:04.7521715Z test_embedding_max_norm_device_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T10:48:04.7522625Z test_embedding_max_norm_fwd_AD_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.103s) 2022-12-01T10:48:04.7523524Z test_embedding_max_norm_fwd_AD_cuda_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T10:48:04.7524425Z test_embedding_max_norm_fwd_AD_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T10:48:04.7525661Z test_embedding_padding_idx_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.027s) 2022-12-01T10:48:04.7526568Z test_embedding_padding_idx_cuda_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.027s) 2022-12-01T10:48:04.7527464Z test_embedding_padding_idx_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.026s) 2022-12-01T10:48:04.7528400Z test_embedding_scalar_weight_error_cuda (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T10:48:04.7528902Z 2022-12-01T10:48:04.7529505Z ---------------------------------------------------------------------- 2022-12-01T10:48:04.7530106Z Ran 141 tests in 17.435s 2022-12-01T10:48:04.7530397Z 2022-12-01T10:48:04.7530597Z OK (skipped=30) 2022-12-01T10:48:04.7530867Z 2022-12-01T10:48:04.7531065Z Generating XML reports... 2022-12-01T10:48:04.7532089Z Generated XML report: test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNN-20221201104746.xml 2022-12-01T10:48:04.7533446Z Generated XML report: test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNNDeviceTypeCUDA-20221201104746.xml 2022-12-01T10:48:04.7534102Z 2022-12-01T10:48:04.7535270Z ##[endgroup] 2022-12-01T10:48:04.7536213Z FINISHED PRINTING LOG FILE of nn/test_embedding (/var/lib/jenkins/workspace/test/test-reports/nn-test_embedding_eairjvbo) 2022-12-01T10:48:04.7536771Z 2022-12-01T10:48:06.0744735Z 2022-12-01T10:48:06.0745573Z Expand the folded group to see the log file of test_jit_autocast 2022-12-01T10:48:06.0747293Z ##[group]PRINTING LOG FILE of test_jit_autocast (/var/lib/jenkins/workspace/test/test-reports/test_jit_autocast_teqvlw3q) 2022-12-01T10:48:06.0748707Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:48:06.0749249Z 2022-12-01T10:48:06.0749470Z Running tests... 2022-12-01T10:48:06.0750377Z ---------------------------------------------------------------------- 2022-12-01T10:48:06.0751779Z Test results will be stored in test-reports/python-unittest/test_jit_autocast 2022-12-01T10:48:06.0752682Z test_autocast_api (__main__.TestAutocast) ... ok (0.620s) 2022-12-01T10:48:06.0753671Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-12-01T10:48:06.0754979Z test_autocast_autodiff (__main__.TestAutocast) ... ok (0.502s) 2022-12-01T10:48:06.0755941Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.001s) 2022-12-01T10:48:06.0756904Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... ok (0.008s) 2022-12-01T10:48:06.0757739Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... ok (0.050s) 2022-12-01T10:48:06.0758499Z test_callees (__main__.TestAutocast) ... ok (0.022s) 2022-12-01T10:48:06.0759257Z test_callees_with_autocast_off (__main__.TestAutocast) ... ok (0.025s) 2022-12-01T10:48:06.0760058Z test_callees_with_autocast_on (__main__.TestAutocast) ... ok (0.023s) 2022-12-01T10:48:06.0760881Z test_conditional_autocast (__main__.TestAutocast) ... ok (0.022s) 2022-12-01T10:48:06.0761806Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.001s) 2022-12-01T10:48:06.0762711Z test_divergent_autocast (__main__.TestAutocast) ... ok (0.035s) 2022-12-01T10:48:06.0763469Z test_divergent_types (__main__.TestAutocast) ... ok (0.029s) 2022-12-01T10:48:06.0764245Z test_duplicate_inputs (__main__.TestAutocast) ... ok (0.041s) 2022-12-01T10:48:06.0765045Z test_eager_and_script (__main__.TestAutocast) ... ok (0.013s) 2022-12-01T10:48:06.0765785Z test_explicit_casts (__main__.TestAutocast) ... ok (0.020s) 2022-12-01T10:48:06.0766539Z test_fp32_policy (__main__.TestAutocast) ... ok (0.017s) 2022-12-01T10:48:06.0767306Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... ok (0.019s) 2022-12-01T10:48:06.0768098Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... ok (0.033s) 2022-12-01T10:48:06.0768920Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... ok (0.022s) 2022-12-01T10:48:06.0769870Z test_ignore_amp (__main__.TestAutocast) ... ok (0.004s) 2022-12-01T10:48:06.0770639Z test_implicitly_nested_autocast (__main__.TestAutocast) ... ok (0.016s) 2022-12-01T10:48:06.0771402Z test_inplace (__main__.TestAutocast) ... ok (0.020s) 2022-12-01T10:48:06.0772508Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... skip: CPU-only test (0.001s) 2022-12-01T10:48:06.0773397Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... ok (0.032s) 2022-12-01T10:48:06.0774216Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... ok (0.058s) 2022-12-01T10:48:06.0775052Z test_jit_executor_under_autocast (__main__.TestAutocast) ... ok (0.025s) 2022-12-01T10:48:06.0775883Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... ok (0.038s) 2022-12-01T10:48:06.0776723Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... ok (0.029s) 2022-12-01T10:48:06.0777600Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-12-01T10:48:06.0778392Z test_minimal (__main__.TestAutocast) ... ok (0.018s) 2022-12-01T10:48:06.0779108Z test_minimal_cpu (__main__.TestAutocast) ... ok (0.016s) 2022-12-01T10:48:06.0779820Z test_minimal_off (__main__.TestAutocast) ... ok (0.017s) 2022-12-01T10:48:06.0780567Z test_nested_autocast (__main__.TestAutocast) ... ok (0.020s) 2022-12-01T10:48:06.0781320Z test_promote_policy (__main__.TestAutocast) ... ok (0.019s) 2022-12-01T10:48:06.0782094Z test_promote_policy_fp64 (__main__.TestAutocast) ... ok (0.017s) 2022-12-01T10:48:06.0782842Z test_reused_autocast (__main__.TestAutocast) ... ok (0.113s) 2022-12-01T10:48:06.0783727Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.001s) 2022-12-01T10:48:06.0784625Z test_runtime_autocast_state (__main__.TestAutocast) ... ok (0.018s) 2022-12-01T10:48:06.0785432Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... ok (0.019s) 2022-12-01T10:48:06.0786248Z test_script_and_tracing (__main__.TestAutocast) ... ok (0.024s) 2022-12-01T10:48:06.0787246Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-12-01T10:48:06.0788226Z test_script_module (__main__.TestAutocast) ... ok (0.026s) 2022-12-01T10:48:06.0789124Z test_tracing_and_script (__main__.TestAutocast) ... ok (0.027s) 2022-12-01T10:48:06.0790159Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-12-01T10:48:06.0793600Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (31.784s) 2022-12-01T10:48:06.0796268Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:48:06.0797961Z warnings.warn(msg, FutureWarning) 2022-12-01T10:48:06.0798529Z ok (41.252s) 2022-12-01T10:48:06.0799219Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (16.190s) 2022-12-01T10:48:06.0800133Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.080s) 2022-12-01T10:48:06.0801010Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... ok (0.079s) 2022-12-01T10:48:06.0801916Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.094s) 2022-12-01T10:48:06.0802831Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.089s) 2022-12-01T10:48:06.0803347Z 2022-12-01T10:48:06.0803944Z ---------------------------------------------------------------------- 2022-12-01T10:48:06.0804624Z Ran 52 tests in 91.643s 2022-12-01T10:48:06.0804940Z 2022-12-01T10:48:06.0805171Z OK (skipped=8) 2022-12-01T10:48:06.0805487Z 2022-12-01T10:48:06.0805925Z Generating XML reports... 2022-12-01T10:48:06.0807067Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20221201104633.xml 2022-12-01T10:48:06.0808566Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20221201104633.xml 2022-12-01T10:48:06.0809298Z 2022-12-01T10:48:06.0809995Z ##[endgroup] 2022-12-01T10:48:06.0811128Z FINISHED PRINTING LOG FILE of test_jit_autocast (/var/lib/jenkins/workspace/test/test-reports/test_jit_autocast_teqvlw3q) 2022-12-01T10:48:06.0811783Z 2022-12-01T10:48:07.0053998Z Ignoring disabled issues: [] 2022-12-01T10:48:07.0388954Z Running test_spectral_ops ... [2022-12-01 10:48:07.038394] 2022-12-01T10:48:07.0391438Z Executing ['/opt/conda/bin/python', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:07.038746] 2022-12-01T10:48:08.1913506Z Ignoring disabled issues: [] 2022-12-01T10:48:08.2242164Z Running profiler/test_profiler ... [2022-12-01 10:48:08.223725] 2022-12-01T10:48:08.2244606Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:08.224076] 2022-12-01T10:48:17.1324326Z 2022-12-01T10:48:17.1325205Z Expand the folded group to see the log file of profiler/test_profiler 2022-12-01T10:48:17.1326883Z ##[group]PRINTING LOG FILE of profiler/test_profiler (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_ib_ejp2x) 2022-12-01T10:48:17.1327688Z 2022-12-01T10:48:17.1327918Z Running tests... 2022-12-01T10:48:17.1328997Z ---------------------------------------------------------------------- 2022-12-01T10:48:17.1330111Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler 2022-12-01T10:48:17.1330947Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (0.022s) 2022-12-01T10:48:17.1331815Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.001s) 2022-12-01T10:48:17.1332731Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.023s) 2022-12-01T10:48:17.1333599Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.020s) 2022-12-01T10:48:17.1335072Z test_execution_graph_with_kineto (__main__.TestExecutionGraph) ... [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-12-01T10:48:17.1336186Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-12-01T10:48:17.1337075Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-12-01T10:48:17.1338243Z STAGE:2022-12-01 10:48:12 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1339473Z STAGE:2022-12-01 10:48:12 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1340674Z STAGE:2022-12-01 10:48:12 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1341856Z STAGE:2022-12-01 10:48:12 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1342593Z ok (0.393s) 2022-12-01T10:48:17.1343207Z test_bfs (__main__.TestExperimentalUtils) ... ok (0.001s) 2022-12-01T10:48:17.1343959Z test_dfs (__main__.TestExperimentalUtils) ... ok (0.001s) 2022-12-01T10:48:17.1346427Z test_profiler_conv2d_bias_followed_by_batchnorm2d_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82720 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:48:17.1349747Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82873 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:48:17.1352782Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:48:12 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1354252Z STAGE:2022-12-01 10:48:12 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1354985Z ok (0.043s) 2022-12-01T10:48:17.1357221Z test_profiler_for_loop_indexing_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83491 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:48:17.1359550Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:48:12 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1360987Z STAGE:2022-12-01 10:48:12 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1361705Z ok (0.647s) 2022-12-01T10:48:17.1363027Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:48:12 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1364438Z STAGE:2022-12-01 10:48:12 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1365642Z STAGE:2022-12-01 10:48:12 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1366842Z STAGE:2022-12-01 10:48:12 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1368039Z STAGE:2022-12-01 10:48:13 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1369230Z STAGE:2022-12-01 10:48:13 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1370426Z STAGE:2022-12-01 10:48:13 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1371789Z STAGE:2022-12-01 10:48:13 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1372514Z ok (0.135s) 2022-12-01T10:48:17.1374752Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82864 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:48:17.1377042Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:48:13 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1378443Z STAGE:2022-12-01 10:48:14 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1379151Z ok (1.665s) 2022-12-01T10:48:17.1381395Z test_profiler_optimizer_single_tensor_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82914 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:48:17.1383754Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:48:14 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1385173Z STAGE:2022-12-01 10:48:14 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1385891Z ok (0.008s) 2022-12-01T10:48:17.1387193Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:48:14 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1388780Z STAGE:2022-12-01 10:48:14 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1389509Z ok (0.050s) 2022-12-01T10:48:17.1391124Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:48:14 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1392580Z STAGE:2022-12-01 10:48:14 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1393336Z ok (0.221s) 2022-12-01T10:48:17.1394055Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.003s) 2022-12-01T10:48:17.1395337Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.002s) 2022-12-01T10:48:17.1396924Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1398402Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1399125Z ok (0.048s) 2022-12-01T10:48:17.1400375Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1401770Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1402489Z ok (0.012s) 2022-12-01T10:48:17.1403187Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.008s) 2022-12-01T10:48:17.1404060Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... 5 2022-12-01T10:48:17.1404708Z ok (0.001s) 2022-12-01T10:48:17.1405875Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1407002Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1407632Z ok (0.005s) 2022-12-01T10:48:17.1408685Z test_flops (__main__.TestProfiler) ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1409789Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1410736Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1411739Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1412335Z ok (0.075s) 2022-12-01T10:48:17.1412723Z test_high_level_trace (__main__.TestProfiler) 2022-12-01T10:48:17.1413787Z Checks that python side high level events are recorded. ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1414905Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1415847Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1416808Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1417784Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1418749Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1419291Z ok (0.278s) 2022-12-01T10:48:17.1420915Z test_kineto (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88377 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:48:17.1422388Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.001s) 2022-12-01T10:48:17.1423575Z test_kineto_profiler_api (__main__.TestProfiler) ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1424643Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1425570Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1426513Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1427436Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1428362Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1429309Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1430252Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1431066Z ok (0.043s) 2022-12-01T10:48:17.1432716Z test_memory_profiler (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72280 for platform(s) linux, mac. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-12-01T10:48:17.1434401Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1435475Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1436413Z STAGE:2022-12-01 10:48:15 7835:7835 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:48:17.1436936Z ok (0.029s) 2022-12-01T10:48:17.1438641Z test_nested_tensor_with_shapes (__main__.TestProfiler) ... /opt/conda/lib/python3.10/site-packages/torch/nested/__init__.py:47: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-12-01T10:48:17.1439864Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:48:17.1440876Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1441881Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1442501Z ok (0.006s) 2022-12-01T10:48:17.1443466Z test_oom_tracing (__main__.TestProfiler) ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1444565Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1445429Z STAGE:2022-12-01 10:48:15 7835:7835 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:48:17.1445957Z ok (0.040s) 2022-12-01T10:48:17.1446451Z test_profiler_correlation_id (__main__.TestProfiler) 2022-12-01T10:48:17.1447613Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1448872Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1449814Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1450791Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1451986Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1452923Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1453864Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1454826Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1455767Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1456828Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1457393Z ok (0.136s) 2022-12-01T10:48:17.1458285Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.002s) 2022-12-01T10:48:17.1459502Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1460594Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1461513Z STAGE:2022-12-01 10:48:15 7835:7835 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:48:17.1462074Z ok (0.004s) 2022-12-01T10:48:17.1463053Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1464105Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1464997Z STAGE:2022-12-01 10:48:15 7835:7835 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:48:17.1465891Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1466830Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1467724Z STAGE:2022-12-01 10:48:15 7835:7835 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:48:17.1468619Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1469649Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1470838Z STAGE:2022-12-01 10:48:15 7835:7835 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:48:17.1471796Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1472747Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1473667Z STAGE:2022-12-01 10:48:15 7835:7835 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:48:17.1474536Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1475640Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1476715Z STAGE:2022-12-01 10:48:15 7835:7835 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:48:17.1477705Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1478663Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1479631Z STAGE:2022-12-01 10:48:15 7835:7835 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:48:17.1480193Z ok (0.019s) 2022-12-01T10:48:17.1481227Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1482372Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1482947Z ok (0.004s) 2022-12-01T10:48:17.1483535Z test_source (__main__.TestProfiler) 2022-12-01T10:48:17.1484648Z Checks that source code attribution works for eager, TS and autograd mode ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1485786Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1486705Z STAGE:2022-12-01 10:48:15 7835:7835 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:48:17.1487215Z ok (0.045s) 2022-12-01T10:48:17.1488200Z test_tensorboard_trace_handler (__main__.TestProfiler) ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1489274Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1490218Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1491180Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1492094Z STAGE:2022-12-01 10:48:15 7835:7835 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:48:17.1493013Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1493961Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1494885Z STAGE:2022-12-01 10:48:15 7835:7835 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:48:17.1495771Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1496741Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1497622Z STAGE:2022-12-01 10:48:15 7835:7835 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:48:17.1498535Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1499518Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1500371Z STAGE:2022-12-01 10:48:15 7835:7835 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:48:17.1501393Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1502369Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1503292Z STAGE:2022-12-01 10:48:15 7835:7835 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:48:17.1504180Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1505154Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1506073Z STAGE:2022-12-01 10:48:15 7835:7835 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:48:17.1506610Z ok (0.117s) 2022-12-01T10:48:17.1507133Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... ok (0.002s) 2022-12-01T10:48:17.1507744Z test_mem_leak (__main__.TestProfilerCUDA) 2022-12-01T10:48:17.1509546Z Checks that there's no memory leak when using profiler with CUDA ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/78457 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:48:17.1511126Z test_custom_module_input_op_ids (__main__.TestProfilerITT) ... ok (0.002s) 2022-12-01T10:48:17.1511846Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.003s) 2022-12-01T10:48:17.1513126Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1514435Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1515009Z ok (0.026s) 2022-12-01T10:48:17.1516054Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1517176Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1517753Z ok (0.022s) 2022-12-01T10:48:17.1518686Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1519759Z STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1520314Z ok (0.005s) 2022-12-01T10:48:17.1521241Z test_allocation_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:48:15 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1522324Z STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1522891Z ok (0.122s) 2022-12-01T10:48:17.1523911Z test_allocation_ids_with_other_ops (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1524968Z STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1525541Z ok (0.111s) 2022-12-01T10:48:17.1526541Z test_allocations (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1527639Z STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1528589Z STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1529577Z STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1530179Z ok (0.112s) 2022-12-01T10:48:17.1531976Z test_extra_fields (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82719 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:48:17.1533741Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1534847Z STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1535440Z ok (0.007s) 2022-12-01T10:48:17.1536410Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1537529Z STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1538118Z ok (0.016s) 2022-12-01T10:48:17.1539092Z test_optimizer (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1540187Z STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1540745Z ok (0.034s) 2022-12-01T10:48:17.1541781Z test_optimizer_parameters_adam (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1542919Z STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1543641Z ok (0.101s) 2022-12-01T10:48:17.1544696Z test_optimizer_parameters_sgd (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1545845Z STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1546427Z ok (0.056s) 2022-12-01T10:48:17.1547444Z test_pointers_and_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1548537Z [W CPUAllocator.cpp:231] Memory block of unknown size was allocated before the profiling started, profiler results will not include the deallocation event 2022-12-01T10:48:17.1549722Z STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1550310Z ok (0.009s) 2022-12-01T10:48:17.1552378Z test_scalar_ins (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83247 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:48:17.1554175Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:17.1555306Z STAGE:2022-12-01 10:48:16 7835:7835 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:17.1555893Z ok (0.010s) 2022-12-01T10:48:17.1557707Z test_tensor_properties (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83113 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:48:17.1558775Z 2022-12-01T10:48:17.1559248Z ---------------------------------------------------------------------- 2022-12-01T10:48:17.1559817Z Ran 62 tests in 4.766s 2022-12-01T10:48:17.1560094Z 2022-12-01T10:48:17.1560289Z OK (skipped=13) 2022-12-01T10:48:17.1560526Z 2022-12-01T10:48:17.1560885Z Generating XML reports... 2022-12-01T10:48:17.1561897Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20221201104811.xml 2022-12-01T10:48:17.1563179Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20221201104811.xml 2022-12-01T10:48:17.1564408Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20221201104811.xml 2022-12-01T10:48:17.1565616Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20221201104811.xml 2022-12-01T10:48:17.1566776Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerITT-20221201104811.xml 2022-12-01T10:48:17.1567990Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20221201104811.xml 2022-12-01T10:48:17.1569306Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20221201104811.xml 2022-12-01T10:48:17.1569977Z 2022-12-01T10:48:17.1570626Z ##[endgroup] 2022-12-01T10:48:17.1571669Z FINISHED PRINTING LOG FILE of profiler/test_profiler (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_ib_ejp2x) 2022-12-01T10:48:17.1572293Z 2022-12-01T10:48:19.1836619Z Ignoring disabled issues: [] 2022-12-01T10:48:19.2165986Z Running test_transformers ... [2022-12-01 10:48:19.216159] 2022-12-01T10:48:19.2168691Z Executing ['/opt/conda/bin/python', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:19.216494] 2022-12-01T10:48:21.7773783Z 2022-12-01T10:48:21.7774849Z Expand the folded group to see the log file of test_spectral_ops 2022-12-01T10:48:21.7776378Z ##[group]PRINTING LOG FILE of test_spectral_ops (/var/lib/jenkins/workspace/test/test-reports/test_spectral_ops_f8jgyxzw) 2022-12-01T10:48:21.7777290Z /var/lib/jenkins/workspace/test/test_spectral_ops.py:43: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-12-01T10:48:21.7778555Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-12-01T10:48:21.7779655Z /var/lib/jenkins/workspace/test/test_spectral_ops.py:44: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-12-01T10:48:21.7780826Z not has_scipy_fft or LooseVersion(scipy.__version__) >= '1.6.0') 2022-12-01T10:48:21.7781065Z 2022-12-01T10:48:21.7781185Z Running tests... 2022-12-01T10:48:21.7781615Z ---------------------------------------------------------------------- 2022-12-01T10:48:21.7782121Z Test results will be stored in test-reports/python-unittest/test_spectral_ops 2022-12-01T10:48:21.7783229Z test_batch_istft_cuda (__main__.TestFFTCUDA) ... /var/lib/jenkins/workspace/test/test_spectral_ops.py:1502: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-12-01T10:48:21.7783973Z i_original = torch.istft(original, n_fft=4, length=4) 2022-12-01T10:48:21.7784275Z ok (0.031s) 2022-12-01T10:48:21.7784601Z test_complex_istft_real_equiv_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.064s) 2022-12-01T10:48:21.7785044Z test_complex_stft_definition_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.036s) 2022-12-01T10:48:21.7785477Z test_complex_stft_onesided_cuda (__main__.TestFFTCUDA) ... ok (0.020s) 2022-12-01T10:48:21.7785908Z test_complex_stft_real_equiv_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.343s) 2022-12-01T10:48:21.7786332Z test_complex_stft_roundtrip_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.134s) 2022-12-01T10:48:21.7786773Z test_complex_stft_roundtrip_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.268s) 2022-12-01T10:48:21.7787198Z test_cufft_plan_cache_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.520s) 2022-12-01T10:48:21.7787733Z test_empty_fft_fft_fft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-12-01T10:48:21.7788170Z test_empty_fft_fft_fft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7788586Z test_empty_fft_fft_fft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7789002Z test_empty_fft_fft_fft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7789392Z test_empty_fft_fft_fftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7789808Z test_empty_fft_fft_fftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7790225Z test_empty_fft_fft_hfft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-12-01T10:48:21.7791069Z test_empty_fft_fft_hfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-12-01T10:48:21.7791496Z test_empty_fft_fft_hfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7792169Z test_empty_fft_fft_hfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7792641Z test_empty_fft_fft_hfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-12-01T10:48:21.7793035Z test_empty_fft_fft_hfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-12-01T10:48:21.7793449Z test_empty_fft_fft_ifft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7793858Z test_empty_fft_fft_ifft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7794251Z test_empty_fft_fft_ifft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7794665Z test_empty_fft_fft_ifft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7795073Z test_empty_fft_fft_ifftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7795639Z test_empty_fft_fft_ifftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7796053Z test_empty_fft_fft_ihfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-12-01T10:48:21.7796484Z test_empty_fft_fft_ihfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7796927Z test_empty_fft_fft_ihfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7797345Z test_empty_fft_fft_irfft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-12-01T10:48:21.7797785Z test_empty_fft_fft_irfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-12-01T10:48:21.7798226Z test_empty_fft_fft_irfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7798658Z test_empty_fft_fft_irfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7799077Z test_empty_fft_fft_irfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-12-01T10:48:21.7799518Z test_empty_fft_fft_irfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-12-01T10:48:21.7799949Z test_empty_fft_fft_rfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-12-01T10:48:21.7800362Z test_empty_fft_fft_rfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7800794Z test_empty_fft_fft_rfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7801200Z test_empty_ifft_cuda (__main__.TestFFTCUDA) ... ok (0.021s) 2022-12-01T10:48:21.7801625Z test_fft2_fftn_equivalence_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.129s) 2022-12-01T10:48:21.7802054Z test_fft2_fftn_equivalence_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.197s) 2022-12-01T10:48:21.7802466Z test_fft2_invalid_cuda (__main__.TestFFTCUDA) ... ok (0.068s) 2022-12-01T10:48:21.7802871Z test_fft2_numpy_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.490s) 2022-12-01T10:48:21.7803267Z test_fft2_numpy_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.602s) 2022-12-01T10:48:21.7803715Z test_fft_half_and_bfloat16_errors_fft_fft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.007s) 2022-12-01T10:48:21.7804961Z test_fft_half_and_bfloat16_errors_fft_fft2_cuda_float16 (__main__.TestFFTCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:48:21.7805710Z return self.op(*args, **kwargs) 2022-12-01T10:48:21.7805968Z ok (0.011s) 2022-12-01T10:48:21.7806342Z test_fft_half_and_bfloat16_errors_fft_fft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7806828Z test_fft_half_and_bfloat16_errors_fft_fft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-12-01T10:48:21.7807313Z test_fft_half_and_bfloat16_errors_fft_fftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7807784Z test_fft_half_and_bfloat16_errors_fft_fftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-12-01T10:48:21.7808270Z test_fft_half_and_bfloat16_errors_fft_hfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7808765Z test_fft_half_and_bfloat16_errors_fft_hfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-12-01T10:48:21.7809226Z test_fft_half_and_bfloat16_errors_fft_hfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7809708Z test_fft_half_and_bfloat16_errors_fft_hfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (1.133s) 2022-12-01T10:48:21.7810199Z test_fft_half_and_bfloat16_errors_fft_hfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.015s) 2022-12-01T10:48:21.7810698Z test_fft_half_and_bfloat16_errors_fft_hfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-12-01T10:48:21.7811171Z test_fft_half_and_bfloat16_errors_fft_ifft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7811729Z test_fft_half_and_bfloat16_errors_fft_ifft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-12-01T10:48:21.7812219Z test_fft_half_and_bfloat16_errors_fft_ifft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7812708Z test_fft_half_and_bfloat16_errors_fft_ifft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-12-01T10:48:21.7813177Z test_fft_half_and_bfloat16_errors_fft_ifftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7813660Z test_fft_half_and_bfloat16_errors_fft_ifftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-12-01T10:48:21.7814147Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7814621Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-12-01T10:48:21.7815109Z test_fft_half_and_bfloat16_errors_fft_ihfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7815596Z test_fft_half_and_bfloat16_errors_fft_ihfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-12-01T10:48:21.7816083Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7816551Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.008s) 2022-12-01T10:48:21.7817030Z test_fft_half_and_bfloat16_errors_fft_irfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7817523Z test_fft_half_and_bfloat16_errors_fft_irfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-12-01T10:48:21.7818010Z test_fft_half_and_bfloat16_errors_fft_irfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7818469Z test_fft_half_and_bfloat16_errors_fft_irfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-12-01T10:48:21.7818959Z test_fft_half_and_bfloat16_errors_fft_irfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7819448Z test_fft_half_and_bfloat16_errors_fft_irfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-12-01T10:48:21.7819912Z test_fft_half_and_bfloat16_errors_fft_rfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7820455Z test_fft_half_and_bfloat16_errors_fft_rfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.008s) 2022-12-01T10:48:21.7820959Z test_fft_half_and_bfloat16_errors_fft_rfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7821450Z test_fft_half_and_bfloat16_errors_fft_rfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.008s) 2022-12-01T10:48:21.7821913Z test_fft_half_and_bfloat16_errors_fft_rfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7822392Z test_fft_half_and_bfloat16_errors_fft_rfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.008s) 2022-12-01T10:48:21.7822848Z test_fft_ifft_rfft_irfft_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.149s) 2022-12-01T10:48:21.7823291Z test_fft_input_modification_cuda (__main__.TestFFTCUDA) ... ok (0.004s) 2022-12-01T10:48:21.7823701Z test_fft_invalid_dtypes_cuda (__main__.TestFFTCUDA) ... ok (0.010s) 2022-12-01T10:48:21.7824120Z test_fft_plan_repeatable_cuda (__main__.TestFFTCUDA) ... ok (0.011s) 2022-12-01T10:48:21.7824552Z test_fft_round_trip_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.019s) 2022-12-01T10:48:21.7825072Z test_fft_round_trip_cuda_complex32 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.002s) 2022-12-01T10:48:21.7825593Z test_fft_round_trip_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.027s) 2022-12-01T10:48:21.7826130Z test_fft_round_trip_cuda_float16 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.003s) 2022-12-01T10:48:21.7827391Z test_fft_round_trip_cuda_float32 (__main__.TestFFTCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88916 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:48:21.7828253Z test_fft_round_trip_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.051s) 2022-12-01T10:48:21.7828706Z test_fft_type_promotion_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-12-01T10:48:21.7829257Z test_fft_type_promotion_cuda_complex32 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.002s) 2022-12-01T10:48:21.7829793Z test_fft_type_promotion_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-12-01T10:48:21.7830315Z test_fft_type_promotion_cuda_float16 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.002s) 2022-12-01T10:48:21.7831349Z test_fft_type_promotion_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-12-01T10:48:21.7831889Z test_fft_type_promotion_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-12-01T10:48:21.7832319Z test_fft_type_promotion_cuda_int8 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-12-01T10:48:21.7832706Z test_fftfreq_numpy_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.025s) 2022-12-01T10:48:21.7833119Z test_fftfreq_numpy_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.024s) 2022-12-01T10:48:21.7833525Z test_fftfreq_out_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-12-01T10:48:21.7833901Z test_fftfreq_out_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-12-01T10:48:21.7834319Z test_fftn_invalid_fft_fftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.017s) 2022-12-01T10:48:21.7834749Z test_fftn_invalid_fft_fftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.017s) 2022-12-01T10:48:21.7835177Z test_fftn_invalid_fft_hfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.021s) 2022-12-01T10:48:21.7835589Z test_fftn_invalid_fft_hfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.021s) 2022-12-01T10:48:21.7836027Z test_fftn_invalid_fft_ifftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.017s) 2022-12-01T10:48:21.7836458Z test_fftn_invalid_fft_ifftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.017s) 2022-12-01T10:48:21.7836862Z test_fftn_invalid_fft_ihfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.019s) 2022-12-01T10:48:21.7837393Z test_fftn_invalid_fft_irfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.021s) 2022-12-01T10:48:21.7837850Z test_fftn_invalid_fft_irfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.021s) 2022-12-01T10:48:21.7838277Z test_fftn_invalid_fft_rfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.019s) 2022-12-01T10:48:21.7838674Z test_fftn_round_trip_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.034s) 2022-12-01T10:48:21.7839191Z test_fftn_round_trip_cuda_complex32 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.003s) 2022-12-01T10:48:21.7839701Z test_fftn_round_trip_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.033s) 2022-12-01T10:48:21.7840186Z test_fftn_round_trip_cuda_float16 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.002s) 2022-12-01T10:48:21.7840677Z test_fftn_round_trip_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.095s) 2022-12-01T10:48:21.7841095Z test_fftn_round_trip_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.092s) 2022-12-01T10:48:21.7841515Z test_fftshift_frequencies_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.008s) 2022-12-01T10:48:21.7841915Z test_fftshift_frequencies_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.007s) 2022-12-01T10:48:21.7842337Z test_fftshift_numpy_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.013s) 2022-12-01T10:48:21.7842759Z test_fftshift_numpy_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.013s) 2022-12-01T10:48:21.7843151Z test_fftshift_numpy_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.012s) 2022-12-01T10:48:21.7843557Z test_fftshift_numpy_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.012s) 2022-12-01T10:48:21.7844308Z test_hfftn_cuda_float16 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.002s) 2022-12-01T10:48:21.7844897Z test_hfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.013s) 2022-12-01T10:48:21.7845265Z test_hfftn_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.012s) 2022-12-01T10:48:21.7845736Z test_ihfftn_cuda_float16 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.002s) 2022-12-01T10:48:21.7846204Z test_ihfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.013s) 2022-12-01T10:48:21.7846566Z test_ihfftn_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.012s) 2022-12-01T10:48:21.7847736Z test_istft_against_librosa_cuda_float64 (__main__.TestFFTCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:744: UserWarning: The length of signal is shorter than the length parameter. Result is being padded with zeros in the tail. Please check your center and hop_length settings. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:1120.) 2022-12-01T10:48:21.7848483Z return torch.istft( 2022-12-01T10:48:21.7848745Z ok (0.818s) 2022-12-01T10:48:21.7849058Z test_istft_linearity_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.597s) 2022-12-01T10:48:21.7849474Z test_istft_of_sine_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-12-01T10:48:21.7849889Z test_istft_round_trip_simple_cases_cuda_float64 (__main__.TestFFTCUDA) 2022-12-01T10:48:21.7850374Z stft -> istft should recover the original signale ... ok (0.003s) 2022-12-01T10:48:21.7850768Z test_istft_round_trip_various_params_cuda_float64 (__main__.TestFFTCUDA) 2022-12-01T10:48:21.7851304Z stft -> istft should recover the original signale ... ok (1.123s) 2022-12-01T10:48:21.7851713Z test_istft_round_trip_with_padding_cuda_float64 (__main__.TestFFTCUDA) 2022-12-01T10:48:21.7852139Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.268s) 2022-12-01T10:48:21.7852553Z test_istft_throws_cuda (__main__.TestFFTCUDA) 2022-12-01T10:48:21.7852935Z istft should throw exception for invalid parameters ... ok (0.013s) 2022-12-01T10:48:21.7853365Z test_reference_1d_fft_fft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.050s) 2022-12-01T10:48:21.7853847Z test_reference_1d_fft_fft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.054s) 2022-12-01T10:48:21.7854292Z test_reference_1d_fft_hfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.056s) 2022-12-01T10:48:21.7854726Z test_reference_1d_fft_hfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.055s) 2022-12-01T10:48:21.7855132Z test_reference_1d_fft_ifft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.050s) 2022-12-01T10:48:21.7855563Z test_reference_1d_fft_ifft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.065s) 2022-12-01T10:48:21.7855988Z test_reference_1d_fft_ihfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.097s) 2022-12-01T10:48:21.7856423Z test_reference_1d_fft_irfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.053s) 2022-12-01T10:48:21.7856867Z test_reference_1d_fft_irfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.052s) 2022-12-01T10:48:21.7857291Z test_reference_1d_fft_rfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.050s) 2022-12-01T10:48:21.7857725Z test_reference_nd_fft_fftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.064s) 2022-12-01T10:48:21.7858161Z test_reference_nd_fft_fftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.062s) 2022-12-01T10:48:21.7858578Z test_reference_nd_fft_hfftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.061s) 2022-12-01T10:48:21.7859020Z test_reference_nd_fft_hfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.058s) 2022-12-01T10:48:21.7859459Z test_reference_nd_fft_ifftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.062s) 2022-12-01T10:48:21.7859876Z test_reference_nd_fft_ifftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.061s) 2022-12-01T10:48:21.7860320Z test_reference_nd_fft_irfftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.061s) 2022-12-01T10:48:21.7860828Z test_reference_nd_fft_irfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.061s) 2022-12-01T10:48:21.7861980Z test_stft_cuda_float64 (__main__.TestFFTCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:632: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-12-01T10:48:21.7862877Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-12-01T10:48:21.7863233Z ok (0.100s) 2022-12-01T10:48:21.7863569Z test_stft_requires_complex_cuda (__main__.TestFFTCUDA) ... ok (0.001s) 2022-12-01T10:48:21.7863999Z test_stft_roundtrip_complex_window_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.126s) 2022-12-01T10:48:21.7864441Z test_stft_roundtrip_complex_window_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.144s) 2022-12-01T10:48:21.7864876Z test_stft_window_device_cuda (__main__.TestFFTCUDA) ... ok (0.016s) 2022-12-01T10:48:21.7865108Z 2022-12-01T10:48:21.7865388Z ---------------------------------------------------------------------- 2022-12-01T10:48:21.7865710Z Ran 159 tests in 9.698s 2022-12-01T10:48:21.7865888Z 2022-12-01T10:48:21.7865999Z OK (skipped=9) 2022-12-01T10:48:21.7866158Z 2022-12-01T10:48:21.7866292Z Generating XML reports... 2022-12-01T10:48:21.7866844Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCUDA-20221201104811.xml 2022-12-01T10:48:21.7867138Z 2022-12-01T10:48:21.7867501Z ##[endgroup] 2022-12-01T10:48:21.7868028Z FINISHED PRINTING LOG FILE of test_spectral_ops (/var/lib/jenkins/workspace/test/test-reports/test_spectral_ops_f8jgyxzw) 2022-12-01T10:48:21.7868339Z 2022-12-01T10:48:23.8810164Z Ignoring disabled issues: [] 2022-12-01T10:48:23.9142499Z Running test_proxy_tensor ... [2022-12-01 10:48:23.913763] 2022-12-01T10:48:23.9146215Z Executing ['/opt/conda/bin/python', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:23.914144] 2022-12-01T10:48:27.2554337Z 2022-12-01T10:48:27.2555284Z Expand the folded group to see the log file of test_transformers 2022-12-01T10:48:27.2557492Z ##[group]PRINTING LOG FILE of test_transformers (/var/lib/jenkins/workspace/test/test-reports/test_transformers_10hdqgow) 2022-12-01T10:48:27.2558116Z 2022-12-01T10:48:27.2558254Z Running tests... 2022-12-01T10:48:27.2559168Z ---------------------------------------------------------------------- 2022-12-01T10:48:27.2560390Z Test results will be stored in test-reports/python-unittest/test_transformers 2022-12-01T10:48:27.2560843Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.008s) 2022-12-01T10:48:27.2561457Z test_mask_check_fastpath (__main__.TestTransformers) 2022-12-01T10:48:27.2563274Z Test that fastpath is executed independently of the mask that is passed. ... /opt/conda/lib/python3.10/site-packages/torch/nested/__init__.py:47: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-12-01T10:48:27.2564090Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:48:27.2564380Z ok (0.077s) 2022-12-01T10:48:27.2564792Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:48:27.2565336Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.423s) 2022-12-01T10:48:27.2565895Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2566450Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2567149Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2567677Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2568232Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.124s) 2022-12-01T10:48:27.2568802Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.020s) 2022-12-01T10:48:27.2569373Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.019s) 2022-12-01T10:48:27.2569915Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:48:27.2570494Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:48:27.2571113Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:48:27.2571743Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2572507Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:48:27.2573043Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2573582Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2574140Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2574679Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2575280Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:48:27.2575860Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.019s) 2022-12-01T10:48:27.2576424Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:48:27.2576989Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:48:27.2577547Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:48:27.2578092Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:48:27.2578640Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2579190Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:48:27.2579739Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2580265Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2580806Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2581423Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2581969Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2582492Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:48:27.2583034Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2583587Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2584121Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2584645Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2585206Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.019s) 2022-12-01T10:48:27.2585780Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.019s) 2022-12-01T10:48:27.2586349Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.019s) 2022-12-01T10:48:27.2586895Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:48:27.2587458Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.019s) 2022-12-01T10:48:27.2588020Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:48:27.2588575Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2589155Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:48:27.2589708Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2590254Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2591352Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2592065Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2592639Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:48:27.2593212Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.019s) 2022-12-01T10:48:27.2593778Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.019s) 2022-12-01T10:48:27.2594325Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:48:27.2594890Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.019s) 2022-12-01T10:48:27.2595451Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.018s) 2022-12-01T10:48:27.2596114Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2596643Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cuda (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:48:27.2597181Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2597726Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cuda (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2598273Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2598792Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cuda (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2599269Z test_sdp_runtime_dispatch (__main__.TestTransformers) ... ok (0.045s) 2022-12-01T10:48:27.2599924Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.001s) 2022-12-01T10:48:27.2600438Z test_train_with_pad_and_catch_error_device_cpu (__main__.TestTransformers) ... ok (0.375s) 2022-12-01T10:48:27.2600882Z test_train_with_pad_and_catch_error_device_cuda (__main__.TestTransformers) ... ok (0.511s) 2022-12-01T10:48:27.2601420Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.039s) 2022-12-01T10:48:27.2602028Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) ... ok (0.051s) 2022-12-01T10:48:27.2602634Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.078s) 2022-12-01T10:48:27.2603209Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cuda (__main__.TestTransformers) ... ok (0.068s) 2022-12-01T10:48:27.2603872Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.040s) 2022-12-01T10:48:27.2604473Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) ... ok (0.051s) 2022-12-01T10:48:27.2605054Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.040s) 2022-12-01T10:48:27.2605618Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cuda (__main__.TestTransformers) ... ok (0.051s) 2022-12-01T10:48:27.2606204Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.035s) 2022-12-01T10:48:27.2607559Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/transformer.py:276: UserWarning: nested_from_padded CUDA kernels only support fp32/fp16; falling back to slower generic kernel (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cpp:53.) 2022-12-01T10:48:27.2608500Z output = torch._nested_tensor_from_mask(output, src_key_padding_mask.logical_not(), mask_check=False) 2022-12-01T10:48:27.2608852Z ok (0.043s) 2022-12-01T10:48:27.2609254Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.035s) 2022-12-01T10:48:27.2609838Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cuda (__main__.TestTransformers) ... ok (0.043s) 2022-12-01T10:48:27.2610422Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.041s) 2022-12-01T10:48:27.2611052Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) ... ok (0.052s) 2022-12-01T10:48:27.2611630Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.040s) 2022-12-01T10:48:27.2612211Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cuda (__main__.TestTransformers) ... ok (0.052s) 2022-12-01T10:48:27.2612806Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False (__main__.TestTransformers) 2022-12-01T10:48:27.2613664Z Test TransformerEncoder fastpath output matches slowpath output ... /var/lib/jenkins/workspace/test/test_transformers.py:214: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:48:27.2614388Z torch.tensor(pair[0], device=device, dtype=torch.float32), # float input 2022-12-01T10:48:27.2614708Z ok (0.407s) 2022-12-01T10:48:27.2615152Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True (__main__.TestTransformers) 2022-12-01T10:48:27.2615682Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.279s) 2022-12-01T10:48:27.2616210Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False (__main__.TestTransformers) 2022-12-01T10:48:27.2616735Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.289s) 2022-12-01T10:48:27.2617267Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True (__main__.TestTransformers) 2022-12-01T10:48:27.2617776Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.276s) 2022-12-01T10:48:27.2618331Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_False_use_autocast_False (__main__.TestTransformers) 2022-12-01T10:48:27.2618923Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.058s) 2022-12-01T10:48:27.2619525Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_False_use_autocast_True (__main__.TestTransformers) 2022-12-01T10:48:27.2620069Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.056s) 2022-12-01T10:48:27.2620652Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_True_use_autocast_False (__main__.TestTransformers) 2022-12-01T10:48:27.2621219Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.062s) 2022-12-01T10:48:27.2621793Z test_transformerencoder_fastpath_device_cuda_use_torchscript_False_enable_nested_tensor_True_use_autocast_True (__main__.TestTransformers) 2022-12-01T10:48:27.2622340Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.058s) 2022-12-01T10:48:27.2622905Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:48:27.2623489Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.008s) 2022-12-01T10:48:27.2624085Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) 2022-12-01T10:48:27.2624660Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-12-01T10:48:27.2625245Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:48:27.2625822Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.007s) 2022-12-01T10:48:27.2626475Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) 2022-12-01T10:48:27.2627044Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-12-01T10:48:27.2627634Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:48:27.2628215Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.007s) 2022-12-01T10:48:27.2628811Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) 2022-12-01T10:48:27.2629384Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.009s) 2022-12-01T10:48:27.2629972Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:48:27.2630752Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.007s) 2022-12-01T10:48:27.2631727Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cuda (__main__.TestTransformers) 2022-12-01T10:48:27.2632280Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.009s) 2022-12-01T10:48:27.2632798Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2633319Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2633802Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.003s) 2022-12-01T10:48:27.2634312Z test_transformerencoderlayer_src_mask_device_cuda_nhead_1 (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:48:27.2634835Z test_transformerencoderlayer_src_mask_device_cuda_nhead_4 (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:48:27.2635423Z test_transformerencoderlayer_src_mask_device_cuda_nhead_8 (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:48:27.2635719Z 2022-12-01T10:48:27.2635996Z ---------------------------------------------------------------------- 2022-12-01T10:48:27.2636338Z Ran 104 tests in 4.446s 2022-12-01T10:48:27.2636503Z 2022-12-01T10:48:27.2636612Z OK (skipped=2) 2022-12-01T10:48:27.2636768Z 2022-12-01T10:48:27.2636894Z Generating XML reports... 2022-12-01T10:48:27.2637442Z Generated XML report: test-reports/python-unittest/test_transformers/TEST-TestTransformers-20221201104822.xml 2022-12-01T10:48:27.2637775Z 2022-12-01T10:48:27.2638177Z ##[endgroup] 2022-12-01T10:48:27.2638716Z FINISHED PRINTING LOG FILE of test_transformers (/var/lib/jenkins/workspace/test/test-reports/test_transformers_10hdqgow) 2022-12-01T10:48:27.2639012Z 2022-12-01T10:48:29.4078514Z Ignoring disabled issues: [] 2022-12-01T10:48:29.4422352Z Running test_python_dispatch ... [2022-12-01 10:48:29.441690] 2022-12-01T10:48:29.4423793Z Executing ['/opt/conda/bin/python', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:29.442060] 2022-12-01T10:48:32.5845088Z 2022-12-01T10:48:32.5846018Z Expand the folded group to see the log file of test_proxy_tensor 2022-12-01T10:48:32.5848161Z ##[group]PRINTING LOG FILE of test_proxy_tensor (/var/lib/jenkins/workspace/test/test-reports/test_proxy_tensor_d5lx0538) 2022-12-01T10:48:32.5850052Z /var/lib/jenkins/workspace/test/test_proxy_tensor.py:123: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-12-01T10:48:32.5850814Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-12-01T10:48:32.5851356Z 2022-12-01T10:48:32.5851436Z Running tests... 2022-12-01T10:48:32.5851696Z ---------------------------------------------------------------------- 2022-12-01T10:48:32.5852267Z Test results will be stored in test-reports/python-unittest/test_proxy_tensor 2022-12-01T10:48:32.5852704Z test_alias (__main__.TestFakeProxyTensor) ... ok (0.006s) 2022-12-01T10:48:32.5853071Z test_issue82547 (__main__.TestFakeProxyTensor) ... ok (0.005s) 2022-12-01T10:48:32.5853476Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... ok (0.006s) 2022-12-01T10:48:32.5853901Z test_allclose (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-12-01T10:48:32.5854315Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... ok (1.256s) 2022-12-01T10:48:32.5854758Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:48:32.5855219Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-12-01T10:48:32.5855688Z test_constant_random (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:48:32.5856115Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:48:32.5856565Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:48:32.5857040Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:48:32.5857478Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.099s) 2022-12-01T10:48:32.5857918Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:48:32.5858377Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... ok (0.043s) 2022-12-01T10:48:32.5858852Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:48:32.5859374Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... ok (0.086s) 2022-12-01T10:48:32.5859825Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... ok (0.032s) 2022-12-01T10:48:32.5860300Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:48:32.5860763Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:48:32.5861309Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:48:32.5861798Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:48:32.5862268Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... ok (0.010s) 2022-12-01T10:48:32.5862704Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... ok (0.027s) 2022-12-01T10:48:32.5863176Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:48:32.5863730Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... skip: test requires torchvision (0.001s) 2022-12-01T10:48:32.5864225Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:48:32.5864634Z test_strides (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-12-01T10:48:32.5865071Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:48:32.5865522Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-12-01T10:48:32.5865957Z test_varargs (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-12-01T10:48:32.5866360Z test_allclose (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:48:32.5866784Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-12-01T10:48:32.5867222Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:48:32.5867666Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:48:32.5868124Z test_constant_random (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:48:32.5868666Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:48:32.5869138Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:48:32.5869615Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-12-01T10:48:32.5870090Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-12-01T10:48:32.5870916Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:48:32.5871319Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... ok (0.043s) 2022-12-01T10:48:32.5871791Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... ok (0.015s) 2022-12-01T10:48:32.5872258Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... ok (0.030s) 2022-12-01T10:48:32.5872736Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... ok (0.034s) 2022-12-01T10:48:32.5873192Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... ok (0.008s) 2022-12-01T10:48:32.5873654Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-12-01T10:48:32.5874115Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-12-01T10:48:32.5874559Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:48:32.5875024Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-12-01T10:48:32.5875464Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... ok (0.015s) 2022-12-01T10:48:32.5875956Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:48:32.5876489Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... skip: test requires torchvision (0.001s) 2022-12-01T10:48:32.5876987Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:48:32.5877425Z test_strides (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-12-01T10:48:32.5877841Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:48:32.5878371Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-12-01T10:48:32.5878820Z test_varargs (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:48:32.5879257Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... ok (0.045s) 2022-12-01T10:48:32.5879681Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... ok (0.009s) 2022-12-01T10:48:32.5880183Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-12-01T10:48:32.5880618Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-12-01T10:48:32.5881081Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-12-01T10:48:32.5881538Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:48:32.5882015Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-12-01T10:48:32.5882504Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... ok (0.024s) 2022-12-01T10:48:32.5882961Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-12-01T10:48:32.5883449Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.007s) 2022-12-01T10:48:32.5883954Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... ok (0.043s) 2022-12-01T10:48:32.5884430Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... ok (0.006s) 2022-12-01T10:48:32.5884944Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.093s) 2022-12-01T10:48:32.5885555Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.063s) 2022-12-01T10:48:32.5886099Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.005s) 2022-12-01T10:48:32.5886584Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... ok (0.010s) 2022-12-01T10:48:32.5887069Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... ok (0.006s) 2022-12-01T10:48:32.5887584Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.004s) 2022-12-01T10:48:32.5888094Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... ok (0.010s) 2022-12-01T10:48:32.5888557Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.059s) 2022-12-01T10:48:32.5889094Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-12-01T10:48:32.5889661Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... skip: test requires torchvision (0.001s) 2022-12-01T10:48:32.5890166Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-12-01T10:48:32.5890626Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-12-01T10:48:32.5891107Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... ok (0.006s) 2022-12-01T10:48:32.5891679Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.004s) 2022-12-01T10:48:32.5892035Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... ok (0.009s) 2022-12-01T10:48:32.5892461Z test_binary_broadcast (__main__.TestSymbolicTracing) ... ok (0.023s) 2022-12-01T10:48:32.5892850Z test_cat (__main__.TestSymbolicTracing) ... ok (0.042s) 2022-12-01T10:48:32.5893207Z test_expand (__main__.TestSymbolicTracing) ... ok (0.018s) 2022-12-01T10:48:32.5893595Z test_guards_equal (__main__.TestSymbolicTracing) ... ok (0.566s) 2022-12-01T10:48:32.5893998Z test_multiply_shape (__main__.TestSymbolicTracing) ... ok (0.009s) 2022-12-01T10:48:32.5895203Z test_new_empty (__main__.TestSymbolicTracing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83408 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:48:32.5895997Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... ok (0.063s) 2022-12-01T10:48:32.5896423Z test_return_symint (__main__.TestSymbolicTracing) ... ok (0.013s) 2022-12-01T10:48:32.5896825Z test_size_with_tensor (__main__.TestSymbolicTracing) ... ok (0.037s) 2022-12-01T10:48:32.5897229Z test_symbolic_meta (__main__.TestSymbolicTracing) ... ok (0.014s) 2022-12-01T10:48:32.5897608Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... ok (0.013s) 2022-12-01T10:48:32.5898000Z test_unary (__main__.TestSymbolicTracing) ... ok (0.019s) 2022-12-01T10:48:32.5898218Z 2022-12-01T10:48:32.5898504Z ---------------------------------------------------------------------- 2022-12-01T10:48:32.5898819Z Ran 96 tests in 3.208s 2022-12-01T10:48:32.5898989Z 2022-12-01T10:48:32.5899133Z OK (skipped=4, expected failures=7) 2022-12-01T10:48:32.5899323Z 2022-12-01T10:48:32.5899451Z Generating XML reports... 2022-12-01T10:48:32.5900027Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20221201104828.xml 2022-12-01T10:48:32.5900756Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20221201104828.xml 2022-12-01T10:48:32.5901521Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20221201104828.xml 2022-12-01T10:48:32.5902294Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20221201104828.xml 2022-12-01T10:48:32.5903017Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20221201104828.xml 2022-12-01T10:48:32.5903416Z 2022-12-01T10:48:32.5903795Z ##[endgroup] 2022-12-01T10:48:32.5904323Z FINISHED PRINTING LOG FILE of test_proxy_tensor (/var/lib/jenkins/workspace/test/test-reports/test_proxy_tensor_d5lx0538) 2022-12-01T10:48:32.5904630Z 2022-12-01T10:48:34.6028945Z Ignoring disabled issues: [] 2022-12-01T10:48:34.6360322Z Running test_vmap ... [2022-12-01 10:48:34.635565] 2022-12-01T10:48:34.6362333Z Executing ['/opt/conda/bin/python', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:34.635913] 2022-12-01T10:48:35.2194369Z 2022-12-01T10:48:35.2195084Z Expand the folded group to see the log file of test_python_dispatch 2022-12-01T10:48:35.2196400Z ##[group]PRINTING LOG FILE of test_python_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_python_dispatch_1tdvd778) 2022-12-01T10:48:35.2197121Z 2022-12-01T10:48:35.2197364Z Running tests... 2022-12-01T10:48:35.2198470Z ---------------------------------------------------------------------- 2022-12-01T10:48:35.2199511Z Test results will be stored in test-reports/python-unittest/test_python_dispatch 2022-12-01T10:48:35.2200369Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (1.613s) 2022-12-01T10:48:35.2201124Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:48:35.2201382Z test_basic (__main__.TestPythonDispatch) ... ok (0.009s) 2022-12-01T10:48:35.2201786Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2202260Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2202659Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.007s) 2022-12-01T10:48:35.2203098Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2203527Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2204031Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2204551Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2204979Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:48:35.2205658Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2206097Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2206536Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2206962Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2207417Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2207858Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2208249Z test_fancy_strides (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:48:35.2208650Z test_format (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2209042Z test_get_cur_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2209446Z test_get_mode_stack (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2209864Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2210468Z test_invalid_ret (__main__.TestPythonDispatch) ... /var/lib/jenkins/workspace/test/test_python_dispatch.py:429: DeprecationWarning: Please use assertRaisesRegex instead. 2022-12-01T10:48:35.2210968Z self.assertRaisesRegexp( 2022-12-01T10:48:35.2211226Z ok (0.002s) 2022-12-01T10:48:35.2211566Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2022-12-01T10:48:35.2211983Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2212465Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2213031Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:48:35.2213402Z test_like (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2213784Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2214198Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2214628Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2215107Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2215554Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2215959Z test_mode_with_make_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2216390Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2216831Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2217267Z test_nesting_same_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2217639Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2218036Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.010s) 2022-12-01T10:48:35.2218465Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2218845Z test_out (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2219245Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2219645Z test_set_data (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2220055Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:48:35.2220455Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2022-12-01T10:48:35.2220867Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2221282Z test_storage (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2221698Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2222149Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:48:35.2222662Z test_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:48:35.2223103Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.007s) 2022-12-01T10:48:35.2223495Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2223936Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.004s) 2022-12-01T10:48:35.2224395Z test_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2224835Z test_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2225307Z test_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:48:35.2225780Z test_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2226200Z test_version (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:48:35.2226600Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2227030Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:48:35.2227454Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.004s) 2022-12-01T10:48:35.2227842Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:48:35.2228222Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.004s) 2022-12-01T10:48:35.2228622Z test_alias_analysis (__main__.TestPythonRegistration) ... ok (0.009s) 2022-12-01T10:48:35.2229024Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.002s) 2022-12-01T10:48:35.2229473Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.001s) 2022-12-01T10:48:35.2230008Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.001s) 2022-12-01T10:48:35.2230778Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.003s) 2022-12-01T10:48:35.2231688Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... /opt/conda/lib/python3.10/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T10:48:35.2232427Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:48:35.2232873Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-12-01T10:48:35.2233248Z dispatch key: ZeroTensor 2022-12-01T10:48:35.2233649Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1068 2022-12-01T10:48:35.2234251Z new kernel: registered at /dev/null:549 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-12-01T10:48:35.2234725Z self.m.impl(name, dispatch_key, fn) 2022-12-01T10:48:35.2234987Z ok (0.004s) 2022-12-01T10:48:35.2235333Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.001s) 2022-12-01T10:48:35.2236195Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... /opt/conda/lib/python3.10/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T10:48:35.2236949Z operator: aten::where.self(Tensor condition, Tensor self, Tensor other) -> Tensor 2022-12-01T10:48:35.2237395Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-12-01T10:48:35.2237765Z dispatch key: CUDA 2022-12-01T10:48:35.2238196Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:322 2022-12-01T10:48:35.2238806Z new kernel: registered at /dev/null:209 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-12-01T10:48:35.2239250Z self.m.impl(name, dispatch_key, fn) 2022-12-01T10:48:35.2240006Z /opt/conda/lib/python3.10/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T10:48:35.2240647Z operator: aten::gelu(Tensor self, *, str approximate="none") -> Tensor 2022-12-01T10:48:35.2241073Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-12-01T10:48:35.2241431Z dispatch key: CUDA 2022-12-01T10:48:35.2241842Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp:82 2022-12-01T10:48:35.2242431Z new kernel: registered at /dev/null:210 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-12-01T10:48:35.2242877Z self.m.impl(name, dispatch_key, fn) 2022-12-01T10:48:35.2243528Z /opt/conda/lib/python3.10/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T10:48:35.2244081Z operator: aten::exp(Tensor self) -> Tensor 2022-12-01T10:48:35.2244495Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-12-01T10:48:35.2244840Z dispatch key: CUDA 2022-12-01T10:48:35.2245257Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1068 2022-12-01T10:48:35.2245850Z new kernel: registered at /dev/null:211 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-12-01T10:48:35.2246291Z self.m.impl(name, dispatch_key, fn) 2022-12-01T10:48:35.2246951Z /opt/conda/lib/python3.10/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T10:48:35.2247684Z operator: aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-12-01T10:48:35.2248147Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-12-01T10:48:35.2248493Z dispatch key: CUDA 2022-12-01T10:48:35.2248909Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1068 2022-12-01T10:48:35.2249511Z new kernel: registered at /dev/null:212 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-12-01T10:48:35.2249951Z self.m.impl(name, dispatch_key, fn) 2022-12-01T10:48:35.2250226Z ok (2.099s) 2022-12-01T10:48:35.2250380Z 2022-12-01T10:48:35.2250661Z ---------------------------------------------------------------------- 2022-12-01T10:48:35.2251005Z Ran 71 tests in 3.888s 2022-12-01T10:48:35.2251154Z 2022-12-01T10:48:35.2251258Z OK 2022-12-01T10:48:35.2251401Z 2022-12-01T10:48:35.2251535Z Generating XML reports... 2022-12-01T10:48:35.2252162Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20221201104830.xml 2022-12-01T10:48:35.2252889Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20221201104830.xml 2022-12-01T10:48:35.2253645Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20221201104830.xml 2022-12-01T10:48:35.2254000Z 2022-12-01T10:48:35.2254342Z ##[endgroup] 2022-12-01T10:48:35.2254865Z FINISHED PRINTING LOG FILE of test_python_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_python_dispatch_1tdvd778) 2022-12-01T10:48:35.2255189Z 2022-12-01T10:48:37.3891458Z Ignoring disabled issues: [] 2022-12-01T10:48:37.4232447Z Running test_module_init ... [2022-12-01 10:48:37.422650] 2022-12-01T10:48:37.4235071Z Executing ['/opt/conda/bin/python', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:37.423027] 2022-12-01T10:48:41.2941420Z 2022-12-01T10:48:41.2942289Z Expand the folded group to see the log file of test_vmap 2022-12-01T10:48:41.2944046Z ##[group]PRINTING LOG FILE of test_vmap (/var/lib/jenkins/workspace/test/test-reports/test_vmap_73vpiiwt) 2022-12-01T10:48:41.2944988Z 2022-12-01T10:48:41.2945388Z Running tests... 2022-12-01T10:48:41.2946264Z ---------------------------------------------------------------------- 2022-12-01T10:48:41.2947219Z Test results will be stored in test-reports/python-unittest/test_vmap 2022-12-01T10:48:41.2949290Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:377: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2951090Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-12-01T10:48:41.2953000Z /var/lib/jenkins/workspace/test/test_vmap.py:379: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2953712Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-12-01T10:48:41.2954648Z /var/lib/jenkins/workspace/test/test_vmap.py:381: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2955334Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-12-01T10:48:41.2956281Z /var/lib/jenkins/workspace/test/test_vmap.py:384: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2957140Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-12-01T10:48:41.2958044Z /var/lib/jenkins/workspace/test/test_vmap.py:386: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2958717Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-12-01T10:48:41.2959640Z /var/lib/jenkins/workspace/test/test_vmap.py:388: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2960302Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-12-01T10:48:41.2961237Z /var/lib/jenkins/workspace/test/test_vmap.py:391: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2961962Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-12-01T10:48:41.2962899Z /var/lib/jenkins/workspace/test/test_vmap.py:393: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2963657Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-12-01T10:48:41.2964605Z /var/lib/jenkins/workspace/test/test_vmap.py:395: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2965409Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-12-01T10:48:41.2966455Z /var/lib/jenkins/workspace/test/test_vmap.py:399: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2967251Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-12-01T10:48:41.2967552Z ok (0.008s) 2022-12-01T10:48:41.2968574Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:749: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2969301Z vmap(backward_on_vmapped_tensor)(x) 2022-12-01T10:48:41.2970237Z /var/lib/jenkins/workspace/test/test_vmap.py:755: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2970908Z vmap(backward_with_vmapped_grad)(x, grad) 2022-12-01T10:48:41.2971850Z /var/lib/jenkins/workspace/test/test_vmap.py:761: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2972516Z vmap(completely_unrelated_backward)(y) 2022-12-01T10:48:41.2972852Z ok (0.006s) 2022-12-01T10:48:41.2973866Z test_batched_gradient_basic (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:793: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2974602Z jacobian = vmap(vjp_mul)(batched_v) 2022-12-01T10:48:41.2974863Z ok (0.002s) 2022-12-01T10:48:41.2975863Z test_constant_function (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:64: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2976631Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-12-01T10:48:41.2976950Z ok (0.001s) 2022-12-01T10:48:41.2977968Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:42: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2978664Z vmap(torch.mul)(x, y) 2022-12-01T10:48:41.2979574Z /var/lib/jenkins/workspace/test/test_vmap.py:44: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2980259Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-12-01T10:48:41.2981201Z /var/lib/jenkins/workspace/test/test_vmap.py:46: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2981973Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-12-01T10:48:41.2982346Z ok (0.002s) 2022-12-01T10:48:41.2983355Z test_fallback_atan2 (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:555: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2984051Z result = vmap(op, (2, 0))(x, y) 2022-12-01T10:48:41.2984942Z /var/lib/jenkins/workspace/test/test_vmap.py:561: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.2999840Z result = vmap(vmap(op), (2, 0))(x, y) 2022-12-01T10:48:41.3000873Z /var/lib/jenkins/workspace/test/test_vmap.py:567: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3001556Z result = vmap(vmap(vmap(op)))(x, y) 2022-12-01T10:48:41.3001819Z ok (0.087s) 2022-12-01T10:48:41.3002171Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:48:41.3003276Z test_fallback_masked_fill (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:583: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3004234Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-12-01T10:48:41.3005204Z /var/lib/jenkins/workspace/test/test_vmap.py:583: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3005924Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-12-01T10:48:41.3006249Z ok (0.068s) 2022-12-01T10:48:41.3007254Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:601: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3007974Z result = vmap(torch.var_mean)(tensor) 2022-12-01T10:48:41.3008915Z /var/lib/jenkins/workspace/test/test_vmap.py:607: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3009602Z result = vmap(vmap(torch.var_mean))(tensor) 2022-12-01T10:48:41.3010544Z /var/lib/jenkins/workspace/test/test_vmap.py:613: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3011238Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-12-01T10:48:41.3011516Z ok (0.135s) 2022-12-01T10:48:41.3011871Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:48:41.3012322Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.003s) 2022-12-01T10:48:41.3013473Z test_fallback_zero_dim (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:526: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3014187Z vmap(op, (0, None))(x, y) 2022-12-01T10:48:41.3015106Z /var/lib/jenkins/workspace/test/test_vmap.py:528: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3015750Z vmap(op, (None, 0))(y, x) 2022-12-01T10:48:41.3016659Z /var/lib/jenkins/workspace/test/test_vmap.py:530: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3017265Z vmap(op)(x, x) 2022-12-01T10:48:41.3018159Z /var/lib/jenkins/workspace/test/test_vmap.py:535: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3018794Z vmap(op, (0, None))(x, y) 2022-12-01T10:48:41.3019695Z /var/lib/jenkins/workspace/test/test_vmap.py:537: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3020369Z vmap(op, (None, 0))(y, x) 2022-12-01T10:48:41.3021282Z /var/lib/jenkins/workspace/test/test_vmap.py:539: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3021917Z vmap(op)(x, x) 2022-12-01T10:48:41.3022171Z ok (0.018s) 2022-12-01T10:48:41.3023147Z test_func_with_no_inputs (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:58: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3023841Z vmap(foo)() 2022-12-01T10:48:41.3024740Z /var/lib/jenkins/workspace/test/test_vmap.py:61: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3025383Z vmap(bar)() 2022-12-01T10:48:41.3025610Z ok (0.001s) 2022-12-01T10:48:41.3026604Z test_functools_partial (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:799: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3027368Z result = vmap(functools.partial(torch.mul, x))(y) 2022-12-01T10:48:41.3027684Z ok (0.001s) 2022-12-01T10:48:41.3028678Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:774: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3029451Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-12-01T10:48:41.3030637Z /var/lib/jenkins/workspace/test/test_vmap.py:782: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3031362Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-12-01T10:48:41.3031665Z ok (0.004s) 2022-12-01T10:48:41.3032656Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:464: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3033373Z vmap(foo)(torch.randn([])) 2022-12-01T10:48:41.3034301Z /var/lib/jenkins/workspace/test/test_vmap.py:466: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3034974Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-12-01T10:48:41.3035878Z /var/lib/jenkins/workspace/test/test_vmap.py:468: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3036573Z vmap(foo, in_dims=(-1,))(x) 2022-12-01T10:48:41.3037496Z /var/lib/jenkins/workspace/test/test_vmap.py:470: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3038244Z vmap(foo, in_dims=(2,))(y) 2022-12-01T10:48:41.3039162Z /var/lib/jenkins/workspace/test/test_vmap.py:472: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3039814Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-12-01T10:48:41.3040752Z /var/lib/jenkins/workspace/test/test_vmap.py:474: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3041435Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-12-01T10:48:41.3042367Z /var/lib/jenkins/workspace/test/test_vmap.py:475: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3043008Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-12-01T10:48:41.3043301Z ok (0.002s) 2022-12-01T10:48:41.3044314Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:408: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3045041Z vmap(torch.mul, [0, 0])(x, y) 2022-12-01T10:48:41.3045934Z /var/lib/jenkins/workspace/test/test_vmap.py:410: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3046602Z vmap(torch.mul, set({0, 0}))(x, y) 2022-12-01T10:48:41.3047593Z /var/lib/jenkins/workspace/test/test_vmap.py:412: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3048305Z vmap(torch.mul, 'lol')(x, y) 2022-12-01T10:48:41.3049219Z /var/lib/jenkins/workspace/test/test_vmap.py:414: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3049872Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-12-01T10:48:41.3050807Z /var/lib/jenkins/workspace/test/test_vmap.py:416: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3051457Z vmap(torch.mul, (0, 0))(x, y) 2022-12-01T10:48:41.3051728Z ok (0.002s) 2022-12-01T10:48:41.3052792Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:708: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3053539Z vmap(op, in_dims=(0, None))(x, y) 2022-12-01T10:48:41.3054465Z /var/lib/jenkins/workspace/test/test_vmap.py:714: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3055348Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-12-01T10:48:41.3056285Z /var/lib/jenkins/workspace/test/test_vmap.py:722: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3056916Z vmap(op, in_dims=(None, 0))(x, y) 2022-12-01T10:48:41.3057838Z /var/lib/jenkins/workspace/test/test_vmap.py:727: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3058537Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-12-01T10:48:41.3059483Z /var/lib/jenkins/workspace/test/test_vmap.py:732: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3060176Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-12-01T10:48:41.3061096Z /var/lib/jenkins/workspace/test/test_vmap.py:737: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3061757Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-12-01T10:48:41.3062043Z ok (0.016s) 2022-12-01T10:48:41.3063124Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:673: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3063822Z vmap(op, (2, 0))(x, y) 2022-12-01T10:48:41.3064732Z /var/lib/jenkins/workspace/test/test_vmap.py:681: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3065380Z vmap(vmap(op), (2, 0))(x, y) 2022-12-01T10:48:41.3066297Z /var/lib/jenkins/workspace/test/test_vmap.py:689: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3066941Z result = vmap(vmap(vmap(op)))(x, y) 2022-12-01T10:48:41.3067231Z ok (0.073s) 2022-12-01T10:48:41.3068237Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:632: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3068940Z result = vmap(op)(x) 2022-12-01T10:48:41.3069823Z /var/lib/jenkins/workspace/test/test_vmap.py:639: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3070710Z result = vmap(op, out_dims=(1,))(x) 2022-12-01T10:48:41.3071667Z /var/lib/jenkins/workspace/test/test_vmap.py:646: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3072316Z result = vmap(vmap(op))(x) 2022-12-01T10:48:41.3073230Z /var/lib/jenkins/workspace/test/test_vmap.py:653: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3073859Z result = vmap(vmap(vmap(op)))(x) 2022-12-01T10:48:41.3074141Z ok (0.259s) 2022-12-01T10:48:41.3075177Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:447: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3075913Z vmap(torch.sum)(x, 0) 2022-12-01T10:48:41.3076804Z /var/lib/jenkins/workspace/test/test_vmap.py:449: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3077457Z vmap(torch.sum, (0, 0))(x, 0) 2022-12-01T10:48:41.3078378Z /var/lib/jenkins/workspace/test/test_vmap.py:451: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3079054Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-12-01T10:48:41.3080084Z /var/lib/jenkins/workspace/test/test_vmap.py:453: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3080730Z vmap(torch.sum, (0, None))(x, 0) 2022-12-01T10:48:41.3081011Z ok (0.002s) 2022-12-01T10:48:41.3082006Z test_multiple_inputs (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:79: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3082724Z output = vmap(torch.mul)(x, y) 2022-12-01T10:48:41.3082978Z ok (0.001s) 2022-12-01T10:48:41.3083973Z test_multiple_out_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:221: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3084695Z result = vmap(foo, out_dims=(0, 1))(x) 2022-12-01T10:48:41.3085635Z /var/lib/jenkins/workspace/test/test_vmap.py:224: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3086349Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-12-01T10:48:41.3086640Z ok (0.003s) 2022-12-01T10:48:41.3087632Z test_multiple_outputs (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:87: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3088416Z outputs = vmap(foo)(x) 2022-12-01T10:48:41.3088658Z ok (0.001s) 2022-12-01T10:48:41.3089674Z test_multiple_outputs_error_cases (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:107: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3090415Z vmap(returns_tuple_of_tensors)(x) 2022-12-01T10:48:41.3091347Z /var/lib/jenkins/workspace/test/test_vmap.py:112: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3091997Z vmap(returns_list_of_two_tensors)(x) 2022-12-01T10:48:41.3092941Z /var/lib/jenkins/workspace/test/test_vmap.py:114: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3093611Z vmap(returns_list_of_one_tensor)(x) 2022-12-01T10:48:41.3093895Z ok (0.001s) 2022-12-01T10:48:41.3094888Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:338: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3095651Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-12-01T10:48:41.3095957Z ok (0.001s) 2022-12-01T10:48:41.3096997Z test_nested_out_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:237: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3097769Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-12-01T10:48:41.3098713Z /var/lib/jenkins/workspace/test/test_vmap.py:242: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3099435Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-12-01T10:48:41.3100405Z /var/lib/jenkins/workspace/test/test_vmap.py:247: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3101213Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-12-01T10:48:41.3102172Z /var/lib/jenkins/workspace/test/test_vmap.py:254: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3102970Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-12-01T10:48:41.3103303Z ok (0.004s) 2022-12-01T10:48:41.3104318Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:128: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3105138Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-12-01T10:48:41.3106069Z /var/lib/jenkins/workspace/test/test_vmap.py:133: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3106796Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-12-01T10:48:41.3107124Z ok (0.002s) 2022-12-01T10:48:41.3108129Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:119: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3108843Z output = vmap(vmap(torch.mul))(x, y) 2022-12-01T10:48:41.3109789Z /var/lib/jenkins/workspace/test/test_vmap.py:122: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3110626Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-12-01T10:48:41.3110934Z ok (0.002s) 2022-12-01T10:48:41.3111894Z test_nn_module (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:805: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3112606Z result = vmap(model)(tensor) 2022-12-01T10:48:41.3112880Z ok (0.002s) 2022-12-01T10:48:41.3113965Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:345: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3114739Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-12-01T10:48:41.3115669Z /var/lib/jenkins/workspace/test/test_vmap.py:350: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3116358Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-12-01T10:48:41.3117316Z /var/lib/jenkins/workspace/test/test_vmap.py:359: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3117998Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-12-01T10:48:41.3118914Z /var/lib/jenkins/workspace/test/test_vmap.py:363: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3119588Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-12-01T10:48:41.3120520Z /var/lib/jenkins/workspace/test/test_vmap.py:368: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3121256Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-12-01T10:48:41.3121516Z ok (0.004s) 2022-12-01T10:48:41.3122531Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:29: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3123284Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-12-01T10:48:41.3124230Z /var/lib/jenkins/workspace/test/test_vmap.py:35: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3124912Z vmap(multiple_outputs)(torch.ones(3)) 2022-12-01T10:48:41.3125186Z ok (0.001s) 2022-12-01T10:48:41.3126173Z test_non_zero_in_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:311: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3126898Z output = vmap(lambda x: x, (1,))(tensor) 2022-12-01T10:48:41.3127827Z /var/lib/jenkins/workspace/test/test_vmap.py:317: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3128469Z output = vmap(torch.mul, (0, 1))(x, y) 2022-12-01T10:48:41.3129399Z /var/lib/jenkins/workspace/test/test_vmap.py:319: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3130122Z output = vmap(torch.mul, (1, 0))(x, y) 2022-12-01T10:48:41.3130412Z ok (0.002s) 2022-12-01T10:48:41.3131375Z test_none_in_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:327: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3132095Z output = vmap(torch.mul, (0, None))(x, y) 2022-12-01T10:48:41.3133033Z /var/lib/jenkins/workspace/test/test_vmap.py:332: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3133700Z output = vmap(torch.mul, (0, None))(x, 2) 2022-12-01T10:48:41.3133982Z ok (0.002s) 2022-12-01T10:48:41.3134944Z test_nonzero_out_dims (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:172: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3135684Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-12-01T10:48:41.3136628Z /var/lib/jenkins/workspace/test/test_vmap.py:178: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3137371Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-12-01T10:48:41.3138291Z /var/lib/jenkins/workspace/test/test_vmap.py:184: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3139039Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-12-01T10:48:41.3139974Z /var/lib/jenkins/workspace/test/test_vmap.py:191: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3140666Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-12-01T10:48:41.3141636Z /var/lib/jenkins/workspace/test/test_vmap.py:199: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3142296Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-12-01T10:48:41.3143231Z /var/lib/jenkins/workspace/test/test_vmap.py:207: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3143891Z result = vmap(foo, out_dims=1)(x, y) 2022-12-01T10:48:41.3144176Z ok (0.007s) 2022-12-01T10:48:41.3145152Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:140: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3145901Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-12-01T10:48:41.3146205Z ok (0.001s) 2022-12-01T10:48:41.3147277Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:424: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3147972Z vmap(torch.mul, (0,))(x, y) 2022-12-01T10:48:41.3148896Z /var/lib/jenkins/workspace/test/test_vmap.py:426: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3149563Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-12-01T10:48:41.3150626Z /var/lib/jenkins/workspace/test/test_vmap.py:428: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3151325Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-12-01T10:48:41.3152246Z /var/lib/jenkins/workspace/test/test_vmap.py:430: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3152968Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-12-01T10:48:41.3153906Z /var/lib/jenkins/workspace/test/test_vmap.py:432: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3154652Z vmap(torch.mul, (0, 0))(x, y) 2022-12-01T10:48:41.3154897Z ok (0.002s) 2022-12-01T10:48:41.3155909Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:303: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3156628Z vmap(lambda x: x, out_dims=3)(x) 2022-12-01T10:48:41.3157560Z /var/lib/jenkins/workspace/test/test_vmap.py:305: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3158269Z vmap(lambda x: x, out_dims=-4)(x) 2022-12-01T10:48:41.3158528Z ok (0.006s) 2022-12-01T10:48:41.3159569Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:286: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3160300Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-12-01T10:48:41.3161233Z /var/lib/jenkins/workspace/test/test_vmap.py:288: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3161890Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-12-01T10:48:41.3162897Z /var/lib/jenkins/workspace/test/test_vmap.py:292: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3163576Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-12-01T10:48:41.3164512Z /var/lib/jenkins/workspace/test/test_vmap.py:294: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3165178Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-12-01T10:48:41.3165442Z ok (0.002s) 2022-12-01T10:48:41.3166442Z test_out_dims_edge_case (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:264: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3167177Z expected = vmap(foo, out_dims=1)(tensor) 2022-12-01T10:48:41.3168127Z /var/lib/jenkins/workspace/test/test_vmap.py:265: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3168777Z result = vmap(foo, out_dims=(1,))(tensor) 2022-12-01T10:48:41.3169057Z ok (0.001s) 2022-12-01T10:48:41.3170096Z test_out_dims_must_be_int_or_tuple_of_int_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:272: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3170981Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-12-01T10:48:41.3171890Z /var/lib/jenkins/workspace/test/test_vmap.py:274: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3172622Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-12-01T10:48:41.3173563Z /var/lib/jenkins/workspace/test/test_vmap.py:276: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3174223Z vmap(lambda x: x, out_dims=None)(tensor) 2022-12-01T10:48:41.3175123Z /var/lib/jenkins/workspace/test/test_vmap.py:278: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3175792Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-12-01T10:48:41.3176084Z ok (0.001s) 2022-12-01T10:48:41.3177077Z test_single_input (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:73: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3177781Z output = vmap(square)(x) 2022-12-01T10:48:41.3178022Z ok (0.001s) 2022-12-01T10:48:41.3179023Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... /var/lib/jenkins/workspace/test/test_vmap.py:151: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3179751Z vmap(torch.ravel)(tensor) 2022-12-01T10:48:41.3180725Z /var/lib/jenkins/workspace/test/test_vmap.py:157: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3181369Z vmap(out_op)(tensor, tensor) 2022-12-01T10:48:41.3182286Z /var/lib/jenkins/workspace/test/test_vmap.py:162: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3182963Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-12-01T10:48:41.3183911Z /var/lib/jenkins/workspace/test/test_vmap.py:167: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3184548Z vmap(torch.Tensor.item)(tensor) 2022-12-01T10:48:41.3184831Z ok (0.012s) 2022-12-01T10:48:41.3185179Z test_add_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.010s) 2022-12-01T10:48:41.3186343Z test_binary_cross_entropy_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:883: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3187155Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:48:41.3187447Z ok (0.005s) 2022-12-01T10:48:41.3187805Z test_diagonal_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-12-01T10:48:41.3188253Z test_div_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.014s) 2022-12-01T10:48:41.3188679Z test_expand_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.002s) 2022-12-01T10:48:41.3189810Z test_index_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:883: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3190738Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:48:41.3191037Z ok (0.005s) 2022-12-01T10:48:41.3191380Z test_inplace_manyview_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-12-01T10:48:41.3191861Z test_inplace_on_view_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-12-01T10:48:41.3192322Z test_lgamma_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-12-01T10:48:41.3192748Z test_log1p_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-12-01T10:48:41.3193187Z test_log_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-12-01T10:48:41.3193634Z test_logsumexp_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.005s) 2022-12-01T10:48:41.3194783Z test_max_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:883: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3195904Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:48:41.3196219Z ok (0.003s) 2022-12-01T10:48:41.3196575Z test_median_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-12-01T10:48:41.3196998Z test_min_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-12-01T10:48:41.3197436Z test_mul_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.012s) 2022-12-01T10:48:41.3198000Z test_permute_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.002s) 2022-12-01T10:48:41.3198471Z test_reshape_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.002s) 2022-12-01T10:48:41.3198893Z test_select_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.005s) 2022-12-01T10:48:41.3199340Z test_sigmoid_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-12-01T10:48:41.3199779Z test_slice_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.005s) 2022-12-01T10:48:41.3200202Z test_stack_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-12-01T10:48:41.3200642Z test_sub_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.008s) 2022-12-01T10:48:41.3201321Z test_symeig_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:2422: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:48:41.3202072Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:48:41.3202503Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:48:41.3202803Z should be replaced with 2022-12-01T10:48:41.3203241Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:48:41.3203529Z and 2022-12-01T10:48:41.3203808Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:48:41.3204115Z should be replaced with 2022-12-01T10:48:41.3204744Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T10:48:41.3205234Z return torch.symeig(x, eigenvectors=True)[0] 2022-12-01T10:48:41.3206298Z /var/lib/jenkins/workspace/test/test_vmap.py:883: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3206994Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:48:41.3207264Z ok (0.748s) 2022-12-01T10:48:41.3207621Z test_threshold_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-12-01T10:48:41.3208074Z test_trace_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-12-01T10:48:41.3209227Z test_unrelated_output_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:2482: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3209991Z result = vmap(vjp)(gy) 2022-12-01T10:48:41.3210230Z ok (0.002s) 2022-12-01T10:48:41.3211314Z test_unrelated_output_multiple_grad_cuda (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:2497: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3212080Z result = vmap(vjp)(gy) 2022-12-01T10:48:41.3212314Z ok (0.002s) 2022-12-01T10:48:41.3212678Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCUDA) ... ok (0.001s) 2022-12-01T10:48:41.3213843Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCUDA) ... /var/lib/jenkins/workspace/test/test_vmap.py:965: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3214624Z vmap(op_using_fallback)(torch.rand(3)) 2022-12-01T10:48:41.3214887Z ok (0.001s) 2022-12-01T10:48:41.3215263Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.041s) 2022-12-01T10:48:41.3215665Z test_as_strided (__main__.TestVmapOperators) ... ok (0.032s) 2022-12-01T10:48:41.3216077Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.176s) 2022-12-01T10:48:41.3216452Z test_bmm (__main__.TestVmapOperators) ... ok (0.018s) 2022-12-01T10:48:41.3216820Z test_cat (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:48:41.3217194Z test_chunk (__main__.TestVmapOperators) ... ok (0.023s) 2022-12-01T10:48:41.3217546Z test_clamp (__main__.TestVmapOperators) ... ok (0.022s) 2022-12-01T10:48:41.3217912Z test_clone (__main__.TestVmapOperators) ... ok (0.019s) 2022-12-01T10:48:41.3218309Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.081s) 2022-12-01T10:48:41.3218679Z test_conj (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T10:48:41.3219061Z test_contiguous (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:48:41.3219452Z test_diagonal (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:48:41.3219805Z test_dot (__main__.TestVmapOperators) ... ok (0.016s) 2022-12-01T10:48:41.3220185Z test_expand_as (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:48:41.3220589Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.019s) 2022-12-01T10:48:41.3220984Z test_imag (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T10:48:41.3221345Z test_is_complex (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:48:41.3221739Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:48:41.3222145Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:48:41.3222508Z test_mm (__main__.TestVmapOperators) ... ok (0.016s) 2022-12-01T10:48:41.3222957Z test_movedim (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T10:48:41.3223331Z test_mv (__main__.TestVmapOperators) ... ok (0.016s) 2022-12-01T10:48:41.3223684Z test_narrow (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:48:41.3224070Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:48:41.3224469Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.013s) 2022-12-01T10:48:41.3224869Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.003s) 2022-12-01T10:48:41.3225246Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.117s) 2022-12-01T10:48:41.3225644Z test_real (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T10:48:41.3226022Z test_reshape (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:48:41.3226381Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T10:48:41.3226769Z test_result_type (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:48:41.3227160Z test_select (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:48:41.3227535Z test_slice (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:48:41.3227880Z test_split (__main__.TestVmapOperators) ... ok (0.045s) 2022-12-01T10:48:41.3228254Z test_squeeze (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:48:41.3228628Z test_stack (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:48:41.3228980Z test_stride (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:48:41.3229353Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:48:41.3229720Z test_t (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:48:41.3230077Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.119s) 2022-12-01T10:48:41.3230617Z test_to (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:48:41.3231009Z test_trace (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:48:41.3231366Z test_transpose (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:48:41.3231784Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.126s) 2022-12-01T10:48:41.3232185Z test_unbind (__main__.TestVmapOperators) ... ok (0.166s) 2022-12-01T10:48:41.3232638Z test_unfold (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:48:41.3232995Z test_view (__main__.TestVmapOperators) ... ok (0.013s) 2022-12-01T10:48:41.3233371Z test_view_as (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:48:41.3233765Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.072s) 2022-12-01T10:48:41.3234144Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T10:48:41.3234555Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:48:41.3235680Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... /var/lib/jenkins/workspace/test/test_vmap.py:965: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:48:41.3236441Z vmap(op_using_fallback)(torch.rand(3)) 2022-12-01T10:48:41.3236709Z ok (0.001s) 2022-12-01T10:48:41.3236870Z 2022-12-01T10:48:41.3237157Z ---------------------------------------------------------------------- 2022-12-01T10:48:41.3237503Z Ran 125 tests in 3.033s 2022-12-01T10:48:41.3237677Z 2022-12-01T10:48:41.3237780Z OK 2022-12-01T10:48:41.3237897Z 2022-12-01T10:48:41.3238030Z Generating XML reports... 2022-12-01T10:48:41.3238557Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20221201104837.xml 2022-12-01T10:48:41.3239272Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCUDA-20221201104837.xml 2022-12-01T10:48:41.3239966Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20221201104837.xml 2022-12-01T10:48:41.3240365Z 2022-12-01T10:48:41.3240934Z ##[endgroup] 2022-12-01T10:48:41.3241446Z FINISHED PRINTING LOG FILE of test_vmap (/var/lib/jenkins/workspace/test/test-reports/test_vmap_73vpiiwt) 2022-12-01T10:48:41.3241739Z 2022-12-01T10:48:43.4453188Z Ignoring disabled issues: [] 2022-12-01T10:48:43.4759833Z Running test_autocast ... [2022-12-01 10:48:43.475555] 2022-12-01T10:48:43.4762646Z Executing ['/opt/conda/bin/python', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:43.475898] 2022-12-01T10:48:44.4151834Z 2022-12-01T10:48:44.4153032Z Expand the folded group to see the log file of test_module_init 2022-12-01T10:48:44.4154728Z ##[group]PRINTING LOG FILE of test_module_init (/var/lib/jenkins/workspace/test/test-reports/test_module_init_1hdbzgrh) 2022-12-01T10:48:44.4156386Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T10:48:44.4157032Z warnings.warn(msg, FutureWarning) 2022-12-01T10:48:44.4157168Z 2022-12-01T10:48:44.4157399Z Running tests... 2022-12-01T10:48:44.4157830Z ---------------------------------------------------------------------- 2022-12-01T10:48:44.4159032Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-12-01T10:48:44.4159921Z test_nn_AdaptiveAvgPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4160762Z test_nn_AdaptiveAvgPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4161631Z test_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4162492Z test_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4163287Z test_nn_AdaptiveAvgPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4164010Z test_nn_AdaptiveAvgPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4165023Z test_nn_AdaptiveLogSoftmaxWithLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-12-01T10:48:44.4166322Z test_nn_AdaptiveLogSoftmaxWithLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-12-01T10:48:44.4166689Z test_nn_AdaptiveMaxPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4167153Z test_nn_AdaptiveMaxPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4167619Z test_nn_AdaptiveMaxPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4168153Z test_nn_AdaptiveMaxPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4168510Z test_nn_AdaptiveMaxPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4169133Z test_nn_AdaptiveMaxPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4169593Z test_nn_AlphaDropout_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4170038Z test_nn_AlphaDropout_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4170570Z test_nn_AvgPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4170888Z test_nn_AvgPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4171315Z test_nn_AvgPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4171827Z test_nn_AvgPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4172135Z test_nn_AvgPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4172558Z test_nn_AvgPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4173053Z test_nn_BCELoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4173386Z test_nn_BCELoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4173953Z test_nn_BCEWithLogitsLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4174419Z test_nn_BCEWithLogitsLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4174851Z test_nn_BatchNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-12-01T10:48:44.4175402Z test_nn_BatchNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4175727Z test_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4176134Z test_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-12-01T10:48:44.4176667Z test_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-12-01T10:48:44.4176974Z test_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-12-01T10:48:44.4177400Z test_nn_Bilinear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4177914Z test_nn_Bilinear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4178229Z test_nn_CELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4178645Z test_nn_CELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4179135Z test_nn_CTCLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4179469Z test_nn_CTCLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4179905Z test_nn_ChannelShuffle_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4180358Z test_nn_ChannelShuffle_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4180794Z test_nn_ConstantPad1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4181244Z test_nn_ConstantPad1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4181698Z test_nn_ConstantPad2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4182116Z test_nn_ConstantPad2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4182643Z test_nn_ConstantPad3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4183062Z test_nn_ConstantPad3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4183507Z test_nn_Conv1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4183964Z test_nn_Conv1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4184328Z test_nn_Conv2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4184744Z test_nn_Conv2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4185175Z test_nn_Conv3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4185532Z test_nn_Conv3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4185973Z test_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4186428Z test_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4186863Z test_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4187434Z test_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4187773Z test_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4188195Z test_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4188763Z test_nn_CosineEmbeddingLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4189131Z test_nn_CosineEmbeddingLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4189594Z test_nn_CosineSimilarity_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4190092Z test_nn_CosineSimilarity_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4190871Z test_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4191297Z test_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4191719Z test_nn_CrossMapLRN2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4192167Z test_nn_CrossMapLRN2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4192608Z test_nn_Dropout1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4193035Z test_nn_Dropout1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4193525Z test_nn_Dropout2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4193847Z test_nn_Dropout2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4194272Z test_nn_Dropout3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4194772Z test_nn_Dropout3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4195097Z test_nn_Dropout_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4195515Z test_nn_Dropout_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4196035Z test_nn_ELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4196318Z test_nn_ELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4196749Z test_nn_EmbeddingBag_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4197290Z test_nn_EmbeddingBag_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4197602Z test_nn_Embedding_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4198028Z test_nn_Embedding_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4198497Z test_nn_FeatureAlphaDropout_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4198962Z test_nn_FeatureAlphaDropout_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4199554Z test_nn_Flatten_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4199919Z test_nn_Flatten_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4200339Z test_nn_Fold_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4200802Z test_nn_Fold_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4201176Z test_nn_FractionalMaxPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4201646Z test_nn_FractionalMaxPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4202123Z test_nn_FractionalMaxPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4202566Z test_nn_FractionalMaxPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4203003Z test_nn_GELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4203417Z test_nn_GELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4203802Z test_nn_GLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4204216Z test_nn_GLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4204630Z test_nn_GRUCell_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4205047Z test_nn_GRUCell_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4205432Z test_nn_GRU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.637s) 2022-12-01T10:48:44.4205838Z test_nn_GRU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4206351Z test_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4206855Z test_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4207234Z test_nn_GroupNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4207664Z test_nn_GroupNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4208169Z test_nn_Hardshrink_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4208507Z test_nn_Hardshrink_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4208939Z test_nn_Hardsigmoid_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4209378Z test_nn_Hardsigmoid_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4209783Z test_nn_Hardswish_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4210206Z test_nn_Hardswish_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4210637Z test_nn_Hardtanh_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4211066Z test_nn_Hardtanh_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4211495Z test_nn_HingeEmbeddingLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4212050Z test_nn_HingeEmbeddingLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4212412Z test_nn_HuberLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4212818Z test_nn_HuberLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4213238Z test_nn_Identity_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4213657Z test_nn_Identity_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4214090Z test_nn_InstanceNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4214525Z test_nn_InstanceNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4214974Z test_nn_InstanceNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4215472Z test_nn_InstanceNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4215907Z test_nn_InstanceNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4216351Z test_nn_InstanceNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4216789Z test_nn_KLDivLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4217224Z test_nn_KLDivLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4217621Z test_nn_L1Loss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4218149Z test_nn_L1Loss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4218464Z test_nn_LPPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4218874Z test_nn_LPPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4219303Z test_nn_LPPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4219727Z test_nn_LPPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-12-01T10:48:44.4220135Z test_nn_LSTMCell_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-12-01T10:48:44.4220529Z test_nn_LSTMCell_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4220932Z test_nn_LSTM_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4221332Z test_nn_LSTM_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4221722Z test_nn_LayerNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4222132Z test_nn_LayerNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4223185Z test_nn_LazyBatchNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:48:44.4223945Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:48:44.4224248Z ok (0.005s) 2022-12-01T10:48:44.4224596Z test_nn_LazyBatchNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4225044Z test_nn_LazyBatchNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4225467Z test_nn_LazyBatchNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4225904Z test_nn_LazyBatchNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-12-01T10:48:44.4226349Z test_nn_LazyBatchNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4226787Z test_nn_LazyConv1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4227188Z test_nn_LazyConv1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4227595Z test_nn_LazyConv2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4228008Z test_nn_LazyConv2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4228401Z test_nn_LazyConv3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4228815Z test_nn_LazyConv3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4229256Z test_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-12-01T10:48:44.4229718Z test_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4230156Z test_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4230839Z test_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4231249Z test_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4231781Z test_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4232241Z test_nn_LazyInstanceNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4232701Z test_nn_LazyInstanceNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4233154Z test_nn_LazyInstanceNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-12-01T10:48:44.4233587Z test_nn_LazyInstanceNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4234033Z test_nn_LazyInstanceNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4234479Z test_nn_LazyInstanceNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4234920Z test_nn_LazyLinear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4235317Z test_nn_LazyLinear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4235738Z test_nn_LeakyReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4236155Z test_nn_LeakyReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4236550Z test_nn_Linear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4237070Z test_nn_Linear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-12-01T10:48:44.4237383Z test_nn_LocalResponseNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4237829Z test_nn_LocalResponseNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4238248Z test_nn_LogSigmoid_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4238834Z test_nn_LogSigmoid_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4239159Z test_nn_LogSoftmax_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4239557Z test_nn_LogSoftmax_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4239973Z test_nn_MSELoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4240388Z test_nn_MSELoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4240810Z test_nn_MarginRankingLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4241252Z test_nn_MarginRankingLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4241690Z test_nn_MaxPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4242107Z test_nn_MaxPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4242502Z test_nn_MaxPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4242913Z test_nn_MaxPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4243328Z test_nn_MaxPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4243740Z test_nn_MaxPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4244144Z test_nn_MaxUnpool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4244568Z test_nn_MaxUnpool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4244993Z test_nn_MaxUnpool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4245397Z test_nn_MaxUnpool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4245812Z test_nn_MaxUnpool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4246237Z test_nn_MaxUnpool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4246655Z test_nn_Mish_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4247039Z test_nn_Mish_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4247505Z test_nn_ModuleDict_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4247934Z test_nn_ModuleDict_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4248331Z test_nn_ModuleList_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4248740Z test_nn_ModuleList_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4249188Z test_nn_MultiLabelMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4249654Z test_nn_MultiLabelMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4250114Z test_nn_MultiLabelSoftMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4250606Z test_nn_MultiLabelSoftMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4251069Z test_nn_MultiMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4251502Z test_nn_MultiMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4251952Z test_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4252404Z test_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4252880Z test_nn_NLLLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4253279Z test_nn_NLLLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4253686Z test_nn_PReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4254090Z test_nn_PReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4254563Z test_nn_PairwiseDistance_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4255013Z test_nn_PairwiseDistance_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4255453Z test_nn_ParameterDict_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4255896Z test_nn_ParameterDict_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4256315Z test_nn_ParameterList_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4256751Z test_nn_ParameterList_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4257186Z test_nn_PixelShuffle_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4257600Z test_nn_PixelShuffle_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4258034Z test_nn_PixelUnshuffle_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4258479Z test_nn_PixelUnshuffle_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4258915Z test_nn_PoissonNLLLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4259336Z test_nn_PoissonNLLLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4259765Z test_nn_RNNBase_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4260178Z test_nn_RNNBase_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4260578Z test_nn_RNNCellBase_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4260996Z test_nn_RNNCellBase_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4261418Z test_nn_RNNCell_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4261824Z test_nn_RNNCell_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4262203Z test_nn_RNN_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4262602Z test_nn_RNN_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4263001Z test_nn_RReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4263442Z test_nn_RReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4263858Z test_nn_ReLU6_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4264253Z test_nn_ReLU6_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4264628Z test_nn_ReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4265114Z test_nn_ReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4265456Z test_nn_ReflectionPad1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4265900Z test_nn_ReflectionPad1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4266403Z test_nn_ReflectionPad2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4266773Z test_nn_ReflectionPad2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4267214Z test_nn_ReflectionPad3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4267654Z test_nn_ReflectionPad3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4268082Z test_nn_ReplicationPad1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4268529Z test_nn_ReplicationPad1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4268971Z test_nn_ReplicationPad2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4269397Z test_nn_ReplicationPad2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4269839Z test_nn_ReplicationPad3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4270551Z test_nn_ReplicationPad3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4271004Z test_nn_SELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4271356Z test_nn_SELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4271766Z test_nn_Sequential_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4272181Z test_nn_Sequential_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4272570Z test_nn_SiLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4272964Z test_nn_SiLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4273366Z test_nn_Sigmoid_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4273775Z test_nn_Sigmoid_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4274175Z test_nn_SmoothL1Loss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4274598Z test_nn_SmoothL1Loss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4275026Z test_nn_SoftMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4275452Z test_nn_SoftMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4275878Z test_nn_Softmax2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4276289Z test_nn_Softmax2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4276704Z test_nn_Softmax_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4277094Z test_nn_Softmax_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4277501Z test_nn_Softmin_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4277902Z test_nn_Softmin_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4278288Z test_nn_Softplus_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4278704Z test_nn_Softplus_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4279119Z test_nn_Softshrink_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4279616Z test_nn_Softshrink_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4280030Z test_nn_Softsign_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4280442Z test_nn_Softsign_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4280863Z test_nn_SyncBatchNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4281280Z test_nn_SyncBatchNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4281692Z test_nn_Tanh_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4282089Z test_nn_Tanh_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4282485Z test_nn_Tanhshrink_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4282898Z test_nn_Tanhshrink_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4283311Z test_nn_Threshold_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4283731Z test_nn_Threshold_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4284164Z test_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-12-01T10:48:44.4284640Z test_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-12-01T10:48:44.4285102Z test_nn_TransformerDecoder_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-12-01T10:48:44.4285556Z test_nn_TransformerDecoder_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.011s) 2022-12-01T10:48:44.4286006Z test_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-12-01T10:48:44.4286560Z test_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-12-01T10:48:44.4287018Z test_nn_TransformerEncoder_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-12-01T10:48:44.4287457Z test_nn_TransformerEncoder_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-12-01T10:48:44.4287891Z test_nn_Transformer_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.541s) 2022-12-01T10:48:44.4288308Z test_nn_Transformer_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.484s) 2022-12-01T10:48:44.4288746Z test_nn_TripletMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4289185Z test_nn_TripletMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4289669Z test_nn_TripletMarginWithDistanceLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4290181Z test_nn_TripletMarginWithDistanceLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4290633Z test_nn_Unflatten_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4291046Z test_nn_Unflatten_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4291455Z test_nn_Unfold_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4291857Z test_nn_Unfold_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4292248Z test_nn_Upsample_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4292662Z test_nn_Upsample_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4293104Z test_nn_UpsamplingBilinear2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4293552Z test_nn_UpsamplingBilinear2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4294017Z test_nn_UpsamplingNearest2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4294488Z test_nn_UpsamplingNearest2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4294928Z test_nn_ZeroPad2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4295377Z test_nn_ZeroPad2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4295797Z test_qat_Conv1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4296208Z test_qat_Conv1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4296596Z test_qat_Conv2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-12-01T10:48:44.4296994Z test_qat_Conv2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4297396Z test_qat_Conv3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-12-01T10:48:44.4297794Z test_qat_Conv3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4298199Z test_qat_EmbeddingBag_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4298635Z test_qat_EmbeddingBag_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4299063Z test_qat_Embedding_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4299468Z test_qat_Embedding_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4299875Z test_qat_Linear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4300280Z test_qat_Linear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4300699Z test_quantizable_LSTMCell_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4301131Z test_quantizable_LSTMCell_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4301571Z test_quantizable_LSTM_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-12-01T10:48:44.4302001Z test_quantizable_LSTM_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4302511Z test_quantizable_MultiheadAttention_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-12-01T10:48:44.4302995Z test_quantizable_MultiheadAttention_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-12-01T10:48:44.4303455Z test_quantized_BatchNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4303901Z test_quantized_BatchNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4304330Z test_quantized_BatchNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4304774Z test_quantized_BatchNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4305211Z test_quantized_Conv1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4305627Z test_quantized_Conv1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4306061Z test_quantized_Conv2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4306488Z test_quantized_Conv2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4306917Z test_quantized_Conv3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4307322Z test_quantized_Conv3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4307764Z test_quantized_ConvTranspose1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4308231Z test_quantized_ConvTranspose1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4308676Z test_quantized_ConvTranspose2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4309126Z test_quantized_ConvTranspose2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4309589Z test_quantized_ConvTranspose3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-12-01T10:48:44.4310050Z test_quantized_ConvTranspose3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4310744Z test_quantized_DeQuantize_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4311171Z test_quantized_DeQuantize_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4311620Z test_quantized_Dropout_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4312053Z test_quantized_Dropout_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4312465Z test_quantized_ELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4312883Z test_quantized_ELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4313332Z test_quantized_FXFloatFunctional_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4313797Z test_quantized_FXFloatFunctional_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4314270Z test_quantized_FloatFunctional_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4314729Z test_quantized_FloatFunctional_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4315175Z test_quantized_GroupNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4315602Z test_quantized_GroupNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4316040Z test_quantized_Hardswish_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4316471Z test_quantized_Hardswish_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4316897Z test_quantized_InstanceNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4317357Z test_quantized_InstanceNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4317820Z test_quantized_InstanceNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4318349Z test_quantized_InstanceNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4318779Z test_quantized_InstanceNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4319235Z test_quantized_InstanceNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-12-01T10:48:44.4319679Z test_quantized_LayerNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4320100Z test_quantized_LayerNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-12-01T10:48:44.4320535Z test_quantized_LeakyReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4320975Z test_quantized_LeakyReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4321404Z test_quantized_Linear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4321822Z test_quantized_Linear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4322256Z test_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4322696Z test_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4323126Z test_quantized_PReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4323536Z test_quantized_PReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4323976Z test_quantized_QFunctional_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4324422Z test_quantized_QFunctional_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4324851Z test_quantized_Quantize_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4325287Z test_quantized_Quantize_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4325722Z test_quantized_ReLU6_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-12-01T10:48:44.4326146Z test_quantized_ReLU6_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4326610Z test_quantized_Sigmoid_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4327053Z test_quantized_Sigmoid_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4327484Z test_quantized_Softmax_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4327897Z test_quantized_Softmax_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-12-01T10:48:44.4328145Z 2022-12-01T10:48:44.4328492Z ---------------------------------------------------------------------- 2022-12-01T10:48:44.4328830Z Ran 376 tests in 3.153s 2022-12-01T10:48:44.4328994Z 2022-12-01T10:48:44.4329087Z OK 2022-12-01T10:48:44.4329204Z 2022-12-01T10:48:44.4329327Z Generating XML reports... 2022-12-01T10:48:44.4329911Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCUDA-20221201104840.xml 2022-12-01T10:48:44.4330236Z 2022-12-01T10:48:44.4330686Z ##[endgroup] 2022-12-01T10:48:44.4331193Z FINISHED PRINTING LOG FILE of test_module_init (/var/lib/jenkins/workspace/test/test-reports/test_module_init_1hdbzgrh) 2022-12-01T10:48:44.4331490Z 2022-12-01T10:48:46.5398816Z Ignoring disabled issues: [] 2022-12-01T10:48:46.5736677Z Running test_datapipe ... [2022-12-01 10:48:46.573254] 2022-12-01T10:48:46.5739418Z Executing ['/opt/conda/bin/python', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:46.573621] 2022-12-01T10:48:47.2022107Z 2022-12-01T10:48:47.2023051Z Expand the folded group to see the log file of test_autocast 2022-12-01T10:48:47.2024460Z ##[group]PRINTING LOG FILE of test_autocast (/var/lib/jenkins/workspace/test/test-reports/test_autocast_31wr2t83) 2022-12-01T10:48:47.2024914Z 2022-12-01T10:48:47.2025032Z Running tests... 2022-12-01T10:48:47.2025869Z ---------------------------------------------------------------------- 2022-12-01T10:48:47.2026635Z Test results will be stored in test-reports/python-unittest/test_autocast 2022-12-01T10:48:47.2027130Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (1.593s) 2022-12-01T10:48:47.2027557Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.007s) 2022-12-01T10:48:47.2027880Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.009s) 2022-12-01T10:48:47.2028271Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.014s) 2022-12-01T10:48:47.2028709Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.008s) 2022-12-01T10:48:47.2029117Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.178s) 2022-12-01T10:48:47.2029557Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.007s) 2022-12-01T10:48:47.2029987Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.001s) 2022-12-01T10:48:47.2030227Z 2022-12-01T10:48:47.2030695Z ---------------------------------------------------------------------- 2022-12-01T10:48:47.2031044Z Ran 8 tests in 1.819s 2022-12-01T10:48:47.2031212Z 2022-12-01T10:48:47.2031307Z OK 2022-12-01T10:48:47.2031441Z 2022-12-01T10:48:47.2031578Z Generating XML reports... 2022-12-01T10:48:47.2032131Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20221201104844.xml 2022-12-01T10:48:47.2032818Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20221201104844.xml 2022-12-01T10:48:47.2033138Z 2022-12-01T10:48:47.2033474Z ##[endgroup] 2022-12-01T10:48:47.2033968Z FINISHED PRINTING LOG FILE of test_autocast (/var/lib/jenkins/workspace/test/test-reports/test_autocast_31wr2t83) 2022-12-01T10:48:47.2034266Z 2022-12-01T10:48:49.2552767Z Ignoring disabled issues: [] 2022-12-01T10:48:49.2896601Z Running profiler/test_profiler_tree ... [2022-12-01 10:48:49.289123] 2022-12-01T10:48:49.2898986Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:49.289518] 2022-12-01T10:48:50.8148510Z 2022-12-01T10:48:50.8149251Z Expand the folded group to see the log file of test_datapipe 2022-12-01T10:48:50.8151548Z ##[group]PRINTING LOG FILE of test_datapipe (/var/lib/jenkins/workspace/test/test-reports/test_datapipe_ghwro_yt) 2022-12-01T10:48:50.8152055Z 2022-12-01T10:48:50.8152279Z Running tests... 2022-12-01T10:48:50.8152854Z ---------------------------------------------------------------------- 2022-12-01T10:48:50.8153863Z test_basic_capture (__main__.TestCaptureDataFrame) ... Test results will be stored in test-reports/python-unittest/test_datapipe 2022-12-01T10:48:50.8154519Z skip: no dataframes (pandas) (0.000s) 2022-12-01T10:48:50.8155287Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.002s) 2022-12-01T10:48:50.8156458Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... /opt/conda/lib/python3.10/site-packages/torch/utils/data/datapipes/iter/combining.py:262: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-12-01T10:48:50.8157455Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-12-01T10:48:50.8157740Z ok (1.688s) 2022-12-01T10:48:50.8158231Z test_as_string (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:48:50.8158632Z test_getitem (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:48:50.8158959Z test_iter (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:48:50.8159410Z test_len (__main__.TestDataChunk) ... ok (0.000s) 2022-12-01T10:48:50.8159885Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:48:50.8160239Z test_reverse (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:48:50.8160893Z test_sort (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:48:50.8161356Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-12-01T10:48:50.8161816Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-12-01T10:48:50.8162504Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-12-01T10:48:50.8162966Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-12-01T10:48:50.8163661Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-12-01T10:48:50.8164122Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-12-01T10:48:50.8164658Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-12-01T10:48:50.8165800Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.10/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:48:50.8166647Z warnings.warn( 2022-12-01T10:48:50.8166878Z ok (0.007s) 2022-12-01T10:48:50.8167356Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-12-01T10:48:50.8168459Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.10/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:48:50.8169291Z warnings.warn( 2022-12-01T10:48:50.8170219Z /opt/conda/lib/python3.10/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:48:50.8170749Z warnings.warn( 2022-12-01T10:48:50.8171697Z /opt/conda/lib/python3.10/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:48:50.8172214Z warnings.warn( 2022-12-01T10:48:50.8173199Z /opt/conda/lib/python3.10/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:48:50.8173897Z warnings.warn( 2022-12-01T10:48:50.8174287Z ok (0.012s) 2022-12-01T10:48:50.8174645Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.008s) 2022-12-01T10:48:50.8175109Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.015s) 2022-12-01T10:48:50.8175792Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-12-01T10:48:50.8176283Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.025s) 2022-12-01T10:48:50.8177504Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.10/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:48:50.8178347Z warnings.warn( 2022-12-01T10:48:50.8178596Z ok (0.008s) 2022-12-01T10:48:50.8178981Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.049s) 2022-12-01T10:48:50.8179712Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-12-01T10:48:50.8180159Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-12-01T10:48:50.8181418Z test_serializable (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.10/site-packages/torch/utils/data/datapipes/iter/combining.py:262: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-12-01T10:48:50.8182592Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-12-01T10:48:50.8183742Z /opt/conda/lib/python3.10/site-packages/torch/utils/data/datapipes/iter/combining.py:262: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-12-01T10:48:50.8184571Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-12-01T10:48:50.8184999Z ok (0.120s) 2022-12-01T10:48:50.8185348Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-12-01T10:48:50.8185956Z Only for DataPipes that take in a function as argument ... ok (0.019s) 2022-12-01T10:48:50.8186413Z test_shuffler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.007s) 2022-12-01T10:48:50.8186890Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-12-01T10:48:50.8187596Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.006s) 2022-12-01T10:48:50.8188045Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-12-01T10:48:50.8188739Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.004s) 2022-12-01T10:48:50.8189207Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-12-01T10:48:50.8190606Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... /opt/conda/lib/python3.10/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:48:50.8191426Z warnings.warn( 2022-12-01T10:48:50.8191677Z ok (0.005s) 2022-12-01T10:48:50.8192040Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-12-01T10:48:50.8192716Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.013s) 2022-12-01T10:48:50.8193174Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-12-01T10:48:50.8193687Z Only for DataPipes that take in a function as argument ... ok (0.004s) 2022-12-01T10:48:50.8194373Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.005s) 2022-12-01T10:48:50.8194831Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-12-01T10:48:50.8195987Z test_simple_traverse (__main__.TestGraph) ... /opt/conda/lib/python3.10/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:48:50.8196802Z warnings.warn( 2022-12-01T10:48:50.8197031Z ok (0.002s) 2022-12-01T10:48:50.8197359Z test_traverse_circular_datapipe (__main__.TestGraph) ... ok (0.002s) 2022-12-01T10:48:50.8197962Z test_traverse_forked (__main__.TestGraph) ... ok (0.003s) 2022-12-01T10:48:50.8198360Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.002s) 2022-12-01T10:48:50.8198725Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-12-01T10:48:50.8199351Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... ok (0.001s) 2022-12-01T10:48:50.8199876Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-12-01T10:48:50.8200696Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-12-01T10:48:50.8201298Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-12-01T10:48:50.8202093Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-12-01T10:48:50.8202675Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-12-01T10:48:50.8203562Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... ok (0.002s) 2022-12-01T10:48:50.8204106Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... ok (0.002s) 2022-12-01T10:48:50.8204857Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... ok (0.019s) 2022-12-01T10:48:50.8206290Z test_simple_snapshot_graph_repeated (__main__.TestIterDataPipeGraphFastForward) ... /opt/conda/lib/python3.10/site-packages/torch/utils/data/datapipes/iter/combining.py:262: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-12-01T10:48:50.8207208Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-12-01T10:48:50.8207576Z ok (0.007s) 2022-12-01T10:48:50.8207982Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... ok (0.016s) 2022-12-01T10:48:50.8208769Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:48:50.8209391Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.003s) 2022-12-01T10:48:50.8210148Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:48:50.8210707Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.009s) 2022-12-01T10:48:50.8211413Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:48:50.8212038Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.004s) 2022-12-01T10:48:50.8212730Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:48:50.8213351Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.002s) 2022-12-01T10:48:50.8214253Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:48:50.8214714Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.005s) 2022-12-01T10:48:50.8215752Z test_demux_mux_datapipe (__main__.TestIterableDataPipeBasic) ... /opt/conda/lib/python3.10/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:48:50.8216629Z warnings.warn( 2022-12-01T10:48:50.8216860Z ok (0.005s) 2022-12-01T10:48:50.8217224Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.009s) 2022-12-01T10:48:50.8217705Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.003s) 2022-12-01T10:48:50.8218208Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.002s) 2022-12-01T10:48:50.8218740Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.004s) 2022-12-01T10:48:50.8219242Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.005s) 2022-12-01T10:48:50.8219747Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.004s) 2022-12-01T10:48:50.8220346Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-12-01T10:48:50.8220897Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-12-01T10:48:50.8221302Z test_old_dataloader (__main__.TestSharding) ... ok (0.109s) 2022-12-01T10:48:50.8221662Z test_sharding_length (__main__.TestSharding) ... ok (0.003s) 2022-12-01T10:48:50.8222030Z test_simple_sharding (__main__.TestSharding) ... ok (0.005s) 2022-12-01T10:48:50.8222384Z test_api (__main__.TestStreamWrapper) ... ok (0.002s) 2022-12-01T10:48:50.8222747Z test_dir (__main__.TestStreamWrapper) ... ok (0.001s) 2022-12-01T10:48:50.8223171Z test_pickle (__main__.TestStreamWrapper) ... ok (0.001s) 2022-12-01T10:48:50.8223536Z test_repr (__main__.TestStreamWrapper) ... ok (0.001s) 2022-12-01T10:48:50.8223939Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.004s) 2022-12-01T10:48:50.8224353Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-12-01T10:48:50.8224745Z test_isinstance (__main__.TestTyping) ... ok (0.001s) 2022-12-01T10:48:50.8225140Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-12-01T10:48:50.8225506Z test_protocol (__main__.TestTyping) ... ok (0.001s) 2022-12-01T10:48:50.8225891Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-12-01T10:48:50.8226307Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-12-01T10:48:50.8226722Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-12-01T10:48:50.8226951Z 2022-12-01T10:48:50.8227230Z ---------------------------------------------------------------------- 2022-12-01T10:48:50.8227812Z Ran 87 tests in 2.296s 2022-12-01T10:48:50.8227996Z 2022-12-01T10:48:50.8228108Z OK (skipped=16) 2022-12-01T10:48:50.8228264Z 2022-12-01T10:48:50.8228373Z Generating XML reports... 2022-12-01T10:48:50.8228981Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20221201104848.xml 2022-12-01T10:48:50.8229695Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20221201104848.xml 2022-12-01T10:48:50.8230616Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20221201104848.xml 2022-12-01T10:48:50.8231378Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20221201104848.xml 2022-12-01T10:48:50.8232063Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestGraph-20221201104848.xml 2022-12-01T10:48:50.8232801Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20221201104848.xml 2022-12-01T10:48:50.8233607Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20221201104848.xml 2022-12-01T10:48:50.8234493Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20221201104848.xml 2022-12-01T10:48:50.8235292Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20221201104848.xml 2022-12-01T10:48:50.8235970Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSharding-20221201104848.xml 2022-12-01T10:48:50.8236634Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20221201104848.xml 2022-12-01T10:48:50.8237276Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestTyping-20221201104848.xml 2022-12-01T10:48:50.8237945Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20221201104848.xml 2022-12-01T10:48:50.8238649Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20221201104848.xml 2022-12-01T10:48:50.8239317Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20221201104848.xml 2022-12-01T10:48:50.8239633Z 2022-12-01T10:48:50.8239985Z ##[endgroup] 2022-12-01T10:48:50.8240493Z FINISHED PRINTING LOG FILE of test_datapipe (/var/lib/jenkins/workspace/test/test-reports/test_datapipe_ghwro_yt) 2022-12-01T10:48:50.8240797Z 2022-12-01T10:48:52.9889380Z Ignoring disabled issues: [] 2022-12-01T10:48:53.0236097Z Running test_fx_passes ... [2022-12-01 10:48:53.022915] 2022-12-01T10:48:53.0236874Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:53.023326] 2022-12-01T10:48:53.2209325Z 2022-12-01T10:48:53.2210162Z Expand the folded group to see the log file of profiler/test_profiler_tree 2022-12-01T10:48:53.2212215Z ##[group]PRINTING LOG FILE of profiler/test_profiler_tree (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_tree_qgahaiqv) 2022-12-01T10:48:53.2213037Z 2022-12-01T10:48:53.2213290Z Running tests... 2022-12-01T10:48:53.2214359Z ---------------------------------------------------------------------- 2022-12-01T10:48:53.2215057Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler_tree 2022-12-01T10:48:53.2216249Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82499 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (1.632s) 2022-12-01T10:48:53.2217164Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-12-01T10:48:53.2217789Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.002s) 2022-12-01T10:48:53.2218447Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-12-01T10:48:53.2219694Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82501 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:48:53.2221210Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83228 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:48:53.2222880Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83246 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:48:53.2224039Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:53.2224730Z STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:53.2225323Z STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:53.2225905Z STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:53.2226495Z STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:53.2227058Z STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:53.2227416Z ok (0.367s) 2022-12-01T10:48:53.2228083Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:53.2228761Z STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:53.2229344Z STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:53.2230002Z STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:53.2230780Z STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:53.2231369Z STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:53.2231724Z ok (0.024s) 2022-12-01T10:48:53.2232377Z test_profiler_experimental_tree_with_stack_and_torch_function (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:53.2233074Z STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:53.2233643Z STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:53.2234230Z STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:53.2234823Z STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:48:53.2235382Z STAGE:2022-12-01 10:48:52 8336:8336 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:48:53.2235735Z ok (0.020s) 2022-12-01T10:48:53.2235890Z 2022-12-01T10:48:53.2236169Z ---------------------------------------------------------------------- 2022-12-01T10:48:53.2236514Z Ran 10 tests in 2.052s 2022-12-01T10:48:53.2236662Z 2022-12-01T10:48:53.2236777Z OK (skipped=7) 2022-12-01T10:48:53.2236942Z 2022-12-01T10:48:53.2237074Z Generating XML reports... 2022-12-01T10:48:53.2237667Z Generated XML report: test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20221201104850.xml 2022-12-01T10:48:53.2238012Z 2022-12-01T10:48:53.2238328Z ##[endgroup] 2022-12-01T10:48:53.2238913Z FINISHED PRINTING LOG FILE of profiler/test_profiler_tree (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_tree_qgahaiqv) 2022-12-01T10:48:53.2239261Z 2022-12-01T10:48:55.3231463Z Ignoring disabled issues: [] 2022-12-01T10:48:55.3576900Z Running test_native_mha ... [2022-12-01 10:48:55.357108] 2022-12-01T10:48:55.3578203Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:55.357472] 2022-12-01T10:48:56.9866666Z 2022-12-01T10:48:56.9867638Z Expand the folded group to see the log file of test_fx_passes 2022-12-01T10:48:56.9869284Z ##[group]PRINTING LOG FILE of test_fx_passes (/var/lib/jenkins/workspace/test/test-reports/test_fx_passes_b5_yrhxp) 2022-12-01T10:48:56.9869690Z 2022-12-01T10:48:56.9869864Z Running tests... 2022-12-01T10:48:56.9871004Z ---------------------------------------------------------------------- 2022-12-01T10:48:56.9871765Z Test results will be stored in test-reports/python-unittest/test_fx_passes 2022-12-01T10:48:56.9872425Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ok (1.705s) 2022-12-01T10:48:56.9872934Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-12-01T10:48:56.9873766Z test_fuser_util_partition_[['add', 'linear', 'add_1', 'param', 'add_2', 'add_3', 'add_4', 'linear2', 'add_5', 'add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-12-01T10:48:56.9874277Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:48:56.9874960Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:48:56.9875396Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:48:56.9876120Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-12-01T10:48:56.9876604Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:48:56.9877435Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:48:56.9877963Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:48:56.9878641Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-12-01T10:48:56.9879106Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:48:56.9879809Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-12-01T10:48:56.9880295Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:48:56.9881005Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-12-01T10:48:56.9881438Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-12-01T10:48:56.9882270Z test_partitioner_fn__expected_partition_[['add_7', 'add_6'], ['add_5', 'add_4', 'add_3'], ['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-12-01T10:48:56.9883128Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.016s) 2022-12-01T10:48:56.9883964Z test_partitioner_fn__expected_partition_[['add_1'], ['add']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:48:56.9884810Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:48:56.9885739Z test_partitioner_fn__expected_partition_[['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:48:56.9886413Z test_partitioner_fn__expected_partition_[['add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:48:56.9887346Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:48:56.9888301Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:48:56.9889069Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:48:56.9889920Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-12-01T10:48:56.9890764Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-12-01T10:48:56.9891494Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.007s) 2022-12-01T10:48:56.9892193Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:48:56.9893033Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-12-01T10:48:56.9893648Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:48:56.9894374Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:48:56.9895206Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:48:56.9896018Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-12-01T10:48:56.9896781Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:48:56.9897468Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-12-01T10:48:56.9898184Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.007s) 2022-12-01T10:48:56.9898848Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.007s) 2022-12-01T10:48:56.9899500Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:48:56.9900254Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:48:56.9900814Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-12-01T10:48:56.9901576Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:48:56.9901751Z 2022-12-01T10:48:56.9902002Z ---------------------------------------------------------------------- 2022-12-01T10:48:56.9902349Z Ran 42 tests in 1.963s 2022-12-01T10:48:56.9902521Z 2022-12-01T10:48:56.9902725Z OK 2022-12-01T10:48:56.9902833Z 2022-12-01T10:48:56.9902916Z Generating XML reports... 2022-12-01T10:48:56.9903459Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20221201104854.xml 2022-12-01T10:48:56.9904184Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20221201104854.xml 2022-12-01T10:48:56.9904509Z 2022-12-01T10:48:56.9904863Z ##[endgroup] 2022-12-01T10:48:56.9905434Z FINISHED PRINTING LOG FILE of test_fx_passes (/var/lib/jenkins/workspace/test/test-reports/test_fx_passes_b5_yrhxp) 2022-12-01T10:48:56.9905745Z 2022-12-01T10:48:59.1344671Z Ignoring disabled issues: [] 2022-12-01T10:48:59.1680829Z Running nn/test_dropout ... [2022-12-01 10:48:59.167628] 2022-12-01T10:48:59.1684154Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:59.167983] 2022-12-01T10:48:59.6024214Z 2022-12-01T10:48:59.6025283Z Expand the folded group to see the log file of test_native_mha 2022-12-01T10:48:59.6026868Z ##[group]PRINTING LOG FILE of test_native_mha (/var/lib/jenkins/workspace/test/test-reports/test_native_mha_i_h95dd1) 2022-12-01T10:48:59.6027200Z 2022-12-01T10:48:59.6027273Z Running tests... 2022-12-01T10:48:59.6027879Z ---------------------------------------------------------------------- 2022-12-01T10:48:59.6028381Z Test results will be stored in test-reports/python-unittest/test_native_mha 2022-12-01T10:48:59.6028876Z test_native_multihead_attention_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.457s) 2022-12-01T10:48:59.6029369Z test_native_multihead_attention_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.003s) 2022-12-01T10:48:59.6029891Z test_native_multihead_encoder_decoder_attention_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... ok (0.003s) 2022-12-01T10:48:59.6030469Z test_native_multihead_encoder_decoder_attention_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.003s) 2022-12-01T10:48:59.6032002Z test_native_multihead_self_attention_cuda_float16 (__main__.TestMHADeviceTypeCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nested/__init__.py:47: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-12-01T10:48:59.6033094Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:48:59.6033436Z ok (0.074s) 2022-12-01T10:48:59.6033799Z test_native_multihead_self_attention_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.072s) 2022-12-01T10:48:59.6034296Z test_transform_bias_rescale_qkv_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.018s) 2022-12-01T10:48:59.6034791Z test_transform_bias_rescale_qkv_nested_cuda_float32 (__main__.TestMHADeviceTypeCUDA) ... ok (0.021s) 2022-12-01T10:48:59.6035065Z 2022-12-01T10:48:59.6035348Z ---------------------------------------------------------------------- 2022-12-01T10:48:59.6035667Z Ran 8 tests in 0.654s 2022-12-01T10:48:59.6035839Z 2022-12-01T10:48:59.6035938Z OK 2022-12-01T10:48:59.6036081Z 2022-12-01T10:48:59.6036216Z Generating XML reports... 2022-12-01T10:48:59.6036784Z Generated XML report: test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCUDA-20221201104858.xml 2022-12-01T10:48:59.6037126Z 2022-12-01T10:48:59.6037469Z ##[endgroup] 2022-12-01T10:48:59.6038003Z FINISHED PRINTING LOG FILE of test_native_mha (/var/lib/jenkins/workspace/test/test-reports/test_native_mha_i_h95dd1) 2022-12-01T10:48:59.6038313Z 2022-12-01T10:49:01.7603403Z Ignoring disabled issues: [] 2022-12-01T10:49:01.7961311Z Running lazy/test_ts_opinfo ... [2022-12-01 10:49:01.795443] 2022-12-01T10:49:01.7962636Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:01.795932] 2022-12-01T10:49:03.4566828Z 2022-12-01T10:49:03.4568065Z Expand the folded group to see the log file of nn/test_dropout 2022-12-01T10:49:03.4569748Z ##[group]PRINTING LOG FILE of nn/test_dropout (/var/lib/jenkins/workspace/test/test-reports/nn-test_dropout_qr5xjs8h) 2022-12-01T10:49:03.4570275Z 2022-12-01T10:49:03.4570380Z Running tests... 2022-12-01T10:49:03.4570980Z ---------------------------------------------------------------------- 2022-12-01T10:49:03.4571510Z Test results will be stored in test-reports/python-unittest/nn.test_dropout 2022-12-01T10:49:03.4572211Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (0.004s) 2022-12-01T10:49:03.4572626Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... ok (0.083s) 2022-12-01T10:49:03.4573035Z test_invalid_dropout_p (__main__.TestDropoutNN) ... ok (0.004s) 2022-12-01T10:49:03.4573437Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... ok (0.018s) 2022-12-01T10:49:03.4573855Z test_Dropout1d_cuda (__main__.TestDropoutNNDeviceTypeCUDA) ... ok (0.029s) 2022-12-01T10:49:03.4574308Z test_Dropout2d_cuda (__main__.TestDropoutNNDeviceTypeCUDA) ... ok (0.042s) 2022-12-01T10:49:03.4574761Z test_Dropout3d_cuda (__main__.TestDropoutNNDeviceTypeCUDA) ... ok (0.026s) 2022-12-01T10:49:03.4575204Z test_Dropout_cuda (__main__.TestDropoutNNDeviceTypeCUDA) ... ok (0.486s) 2022-12-01T10:49:03.4575648Z test_empty_dropout_cuda (__main__.TestDropoutNNDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T10:49:03.4575914Z 2022-12-01T10:49:03.4576203Z ---------------------------------------------------------------------- 2022-12-01T10:49:03.4576552Z Ran 9 tests in 0.695s 2022-12-01T10:49:03.4576725Z 2022-12-01T10:49:03.4576804Z OK 2022-12-01T10:49:03.4576947Z 2022-12-01T10:49:03.4577079Z Generating XML reports... 2022-12-01T10:49:03.4577643Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20221201104902.xml 2022-12-01T10:49:03.4578379Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCUDA-20221201104902.xml 2022-12-01T10:49:03.4578744Z 2022-12-01T10:49:03.4579073Z ##[endgroup] 2022-12-01T10:49:03.4579594Z FINISHED PRINTING LOG FILE of nn/test_dropout (/var/lib/jenkins/workspace/test/test-reports/nn-test_dropout_qr5xjs8h) 2022-12-01T10:49:03.4580020Z 2022-12-01T10:49:05.6680601Z Ignoring disabled issues: [] 2022-12-01T10:49:05.7024564Z Running test_jit_llga_fuser ... [2022-12-01 10:49:05.701898] 2022-12-01T10:49:05.7026489Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:05.702296] 2022-12-01T10:49:06.6106379Z 2022-12-01T10:49:06.6107341Z Expand the folded group to see the log file of lazy/test_ts_opinfo 2022-12-01T10:49:06.6108939Z ##[group]PRINTING LOG FILE of lazy/test_ts_opinfo (/var/lib/jenkins/workspace/test/test-reports/lazy-test_ts_opinfo_2o8u8vwn) 2022-12-01T10:49:06.6109573Z 2022-12-01T10:49:06.6109802Z Running tests... 2022-12-01T10:49:06.6111007Z ---------------------------------------------------------------------- 2022-12-01T10:49:06.6112018Z Test results will be stored in test-reports/python-unittest/lazy.test_ts_opinfo 2022-12-01T10:49:06.6112822Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.220s) 2022-12-01T10:49:06.6113636Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.001s) 2022-12-01T10:49:06.6114455Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.002s) 2022-12-01T10:49:06.6115097Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.003s) 2022-12-01T10:49:06.6115576Z 2022-12-01T10:49:06.6116052Z ---------------------------------------------------------------------- 2022-12-01T10:49:06.6116827Z Ran 4 tests in 0.227s 2022-12-01T10:49:06.6117080Z 2022-12-01T10:49:06.6117309Z OK (skipped=1) 2022-12-01T10:49:06.6117594Z 2022-12-01T10:49:06.6117836Z Generating XML reports... 2022-12-01T10:49:06.6118962Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20221201104905.xml 2022-12-01T10:49:06.6120095Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20221201104905.xml 2022-12-01T10:49:06.6120422Z 2022-12-01T10:49:06.6120775Z ##[endgroup] 2022-12-01T10:49:06.6121303Z FINISHED PRINTING LOG FILE of lazy/test_ts_opinfo (/var/lib/jenkins/workspace/test/test-reports/lazy-test_ts_opinfo_2o8u8vwn) 2022-12-01T10:49:06.6121615Z 2022-12-01T10:49:08.6716117Z Ignoring disabled issues: [] 2022-12-01T10:49:08.7063895Z Running test_comparison_utils ... [2022-12-01 10:49:08.705827] 2022-12-01T10:49:08.7065834Z Executing ['/opt/conda/bin/python', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:08.706213] 2022-12-01T10:49:10.3832623Z 2022-12-01T10:49:10.3833588Z Expand the folded group to see the log file of test_comparison_utils 2022-12-01T10:49:10.3835100Z ##[group]PRINTING LOG FILE of test_comparison_utils (/var/lib/jenkins/workspace/test/test-reports/test_comparison_utils_ke33vjzo) 2022-12-01T10:49:10.3835691Z 2022-12-01T10:49:10.3836256Z ##[endgroup] 2022-12-01T10:49:10.3837445Z FINISHED PRINTING LOG FILE of test_comparison_utils (/var/lib/jenkins/workspace/test/test-reports/test_comparison_utils_ke33vjzo) 2022-12-01T10:49:10.3837978Z 2022-12-01T10:49:12.4361194Z Ignoring disabled issues: [] 2022-12-01T10:49:12.4696332Z Running test_pruning_op ... [2022-12-01 10:49:12.469131] 2022-12-01T10:49:12.4699205Z Executing ['/opt/conda/bin/python', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:12.469533] 2022-12-01T10:49:14.2579643Z 2022-12-01T10:49:14.2581054Z Expand the folded group to see the log file of test_pruning_op 2022-12-01T10:49:14.2582823Z ##[group]PRINTING LOG FILE of test_pruning_op (/var/lib/jenkins/workspace/test/test-reports/test_pruning_op_pofhmgts) 2022-12-01T10:49:14.2583485Z 2022-12-01T10:49:14.2584070Z ##[endgroup] 2022-12-01T10:49:14.2585362Z FINISHED PRINTING LOG FILE of test_pruning_op (/var/lib/jenkins/workspace/test/test-reports/test_pruning_op_pofhmgts) 2022-12-01T10:49:14.2586001Z 2022-12-01T10:49:16.4580689Z Ignoring disabled issues: [] 2022-12-01T10:49:16.4957688Z Running test_schema_check ... [2022-12-01 10:49:16.495278] 2022-12-01T10:49:16.4962017Z Executing ['/opt/conda/bin/python', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:16.495705] 2022-12-01T10:49:28.1349427Z 2022-12-01T10:49:28.1350252Z Expand the folded group to see the log file of test_jit_llga_fuser 2022-12-01T10:49:28.1351778Z ##[group]PRINTING LOG FILE of test_jit_llga_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_llga_fuser_ne5ntj0u) 2022-12-01T10:49:28.1352088Z 2022-12-01T10:49:28.1352217Z Running tests... 2022-12-01T10:49:28.1352786Z ---------------------------------------------------------------------- 2022-12-01T10:49:28.1353562Z Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-12-01T10:49:28.1354425Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... ok (1.691s) 2022-12-01T10:49:28.1355075Z test_bn2d_eltwise (__main__.TestFusionPattern) ... ok (0.028s) 2022-12-01T10:49:28.1355858Z test_conv2d_bn (__main__.TestFusionPattern) ... ok (0.033s) 2022-12-01T10:49:28.1356505Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... ok (0.033s) 2022-12-01T10:49:28.1356880Z test_conv2d_eltwise (__main__.TestFusionPattern) ... ok (0.128s) 2022-12-01T10:49:28.1357305Z test_conv2d_sum (__main__.TestFusionPattern) ... ok (0.142s) 2022-12-01T10:49:28.1357703Z test_linear_eltwise (__main__.TestFusionPattern) ... ok (0.320s) 2022-12-01T10:49:28.1358125Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... ok (0.129s) 2022-12-01T10:49:28.1359577Z test_wildcard (__main__.TestFusionPattern) ... /opt/conda/lib/python3.10/site-packages/torch/jit/_trace.py:976: TracerWarning: Encountering a list at the output of the tracer might cause the trace to be incorrect, this is only valid if the container structure does not change based on the module's inputs. Consider using a constant container instead (e.g. for `list`, use a `tuple` instead. for `dict`, use a `NamedTuple` instead). If you absolutely need this and know the side effects, pass strict=False to trace() to allow this behavior. 2022-12-01T10:49:28.1360525Z module._c._create_method_from_trace( 2022-12-01T10:49:28.1360784Z ok (0.035s) 2022-12-01T10:49:28.1361209Z test_vision_alexnet (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-12-01T10:49:28.1361770Z test_vision_densenet121 (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-12-01T10:49:28.1362200Z test_vision_googlenet (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-12-01T10:49:28.1362617Z test_vision_mnasnet1_0 (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-12-01T10:49:28.1363030Z test_vision_mobilenet_v2 (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-12-01T10:49:28.1363526Z test_vision_resnet50 (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-12-01T10:49:28.1363837Z test_vision_resnext101_32x8d (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-12-01T10:49:28.1364261Z test_vision_resnext50_32x4d (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-12-01T10:49:28.1364795Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-12-01T10:49:28.1365100Z test_vision_squeezenet1_0 (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-12-01T10:49:28.1365522Z test_vision_vgg16 (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-12-01T10:49:28.1366009Z test_vision_wide_resnet50_2 (__main__.TestModel) ... skip: no torchvision (0.000s) 2022-12-01T10:49:28.1366290Z test_add (__main__.TestOp) ... ok (0.100s) 2022-12-01T10:49:28.1366617Z test_add_scalar (__main__.TestOp) ... ok (0.013s) 2022-12-01T10:49:28.1366947Z test_addmm (__main__.TestOp) ... ok (0.013s) 2022-12-01T10:49:28.1367333Z test_avg_pool2d (__main__.TestOp) ... ok (3.107s) 2022-12-01T10:49:28.1367583Z test_bn2d (__main__.TestOp) ... ok (0.019s) 2022-12-01T10:49:28.1367900Z test_cat (__main__.TestOp) ... ok (0.139s) 2022-12-01T10:49:28.1368215Z test_conv2d (__main__.TestOp) ... ok (11.904s) 2022-12-01T10:49:28.1368659Z test_eltwise (__main__.TestOp) ... ok (0.027s) 2022-12-01T10:49:28.1368998Z test_identity_binary (__main__.TestOp) ... ok (0.006s) 2022-12-01T10:49:28.1369334Z test_layer_norm (__main__.TestOp) ... ok (0.018s) 2022-12-01T10:49:28.1369738Z test_linear (__main__.TestOp) ... ok (0.029s) 2022-12-01T10:49:28.1369967Z test_max_pool2d (__main__.TestOp) ... ok (1.797s) 2022-12-01T10:49:28.1370281Z test_mul (__main__.TestOp) ... ok (0.126s) 2022-12-01T10:49:28.1370582Z test_softmax (__main__.TestOp) ... ok (0.088s) 2022-12-01T10:49:28.1370964Z test_typecheck (__main__.TestOp) ... ok (0.015s) 2022-12-01T10:49:28.1371277Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... ok (0.016s) 2022-12-01T10:49:28.1371505Z 2022-12-01T10:49:28.1371796Z ---------------------------------------------------------------------- 2022-12-01T10:49:28.1372169Z Ran 37 tests in 19.965s 2022-12-01T10:49:28.1372296Z 2022-12-01T10:49:28.1372410Z OK (skipped=12) 2022-12-01T10:49:28.1372574Z 2022-12-01T10:49:28.1372705Z Generating XML reports... 2022-12-01T10:49:28.1373382Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20221201104907.xml 2022-12-01T10:49:28.1374057Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20221201104907.xml 2022-12-01T10:49:28.1374725Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20221201104907.xml 2022-12-01T10:49:28.1375364Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20221201104907.xml 2022-12-01T10:49:28.1375770Z 2022-12-01T10:49:28.1375990Z ##[endgroup] 2022-12-01T10:49:28.1376520Z FINISHED PRINTING LOG FILE of test_jit_llga_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_llga_fuser_ne5ntj0u) 2022-12-01T10:49:28.1376912Z 2022-12-01T10:49:30.1846410Z Ignoring disabled issues: [] 2022-12-01T10:49:30.2196595Z Running test_unary_ufuncs ... [2022-12-01 10:49:30.219250] 2022-12-01T10:49:30.2200679Z Executing ['/opt/conda/bin/python', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:30.219720] 2022-12-01T10:55:51.6155007Z 2022-12-01T10:55:51.6157808Z Expand the folded group to see the log file of test_unary_ufuncs 2022-12-01T10:55:51.6159145Z ##[group]PRINTING LOG FILE of test_unary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_unary_ufuncs_miupf95v) 2022-12-01T10:55:51.6173428Z 2022-12-01T10:55:51.6174758Z Running tests... 2022-12-01T10:55:51.6175729Z ---------------------------------------------------------------------- 2022-12-01T10:55:51.6233025Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2022-12-01T10:55:51.6235125Z test_abs_angle_complex_to_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_unary_ufuncs.py:685: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [60]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:55:51.6237256Z torch_fn(t, out=float_out) 2022-12-01T10:55:51.6237532Z ok (0.036s) 2022-12-01T10:55:51.6237813Z test_abs_angle_complex_to_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6238322Z test_abs_big_number_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.6238742Z test_abs_signed_zero_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.6239230Z test_abs_signed_zero_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.6243955Z test_abs_zero_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.6244673Z test_abs_zero_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.6245664Z test_batch_vs_slicing_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.6246496Z test_batch_vs_slicing_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6247369Z test_batch_vs_slicing_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.6249193Z test_batch_vs_slicing_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:55:51.6250567Z result = torch.complex(real, imag) 2022-12-01T10:55:51.6251153Z ok (0.032s) 2022-12-01T10:55:51.6251862Z test_batch_vs_slicing_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.6252676Z test_batch_vs_slicing_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6253486Z test_batch_vs_slicing_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6254372Z test_batch_vs_slicing_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6254842Z test_batch_vs_slicing_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6255692Z test_batch_vs_slicing_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6256470Z test_batch_vs_slicing_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6257455Z test_batch_vs_slicing_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6258233Z test_batch_vs_slicing_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6259100Z test_batch_vs_slicing_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6259747Z test_batch_vs_slicing_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6260711Z test_batch_vs_slicing_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-12-01T10:55:51.6261723Z test_batch_vs_slicing_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.6262395Z test_batch_vs_slicing_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.6263218Z test_batch_vs_slicing_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6263821Z test_batch_vs_slicing_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6264431Z test_batch_vs_slicing_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.6265137Z test_batch_vs_slicing_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6265957Z test_batch_vs_slicing_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6266823Z test_batch_vs_slicing_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6267537Z test_batch_vs_slicing_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6268462Z test_batch_vs_slicing_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6269284Z test_batch_vs_slicing_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6270001Z test_batch_vs_slicing_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6271174Z test_batch_vs_slicing_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-12-01T10:55:51.6271929Z test_batch_vs_slicing_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.6272823Z test_batch_vs_slicing_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.6273715Z test_batch_vs_slicing_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6274765Z test_batch_vs_slicing_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6275764Z test_batch_vs_slicing_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6276445Z test_batch_vs_slicing_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6277021Z test_batch_vs_slicing_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6277575Z test_batch_vs_slicing_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6278032Z test_batch_vs_slicing_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6278698Z test_batch_vs_slicing_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6279243Z test_batch_vs_slicing_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6279729Z test_batch_vs_slicing_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.6280447Z test_batch_vs_slicing_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.6281063Z test_batch_vs_slicing_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.6281563Z test_batch_vs_slicing_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6282308Z test_batch_vs_slicing_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6282733Z test_batch_vs_slicing_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6283249Z test_batch_vs_slicing_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6283956Z test_batch_vs_slicing_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6284394Z test_batch_vs_slicing_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6284869Z test_batch_vs_slicing_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6285582Z test_batch_vs_slicing_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6286265Z test_batch_vs_slicing_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6286790Z test_batch_vs_slicing_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-12-01T10:55:51.6287487Z test_batch_vs_slicing_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6303480Z test_batch_vs_slicing_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6304226Z test_batch_vs_slicing_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6304902Z test_batch_vs_slicing_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6305330Z test_batch_vs_slicing_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6305893Z test_batch_vs_slicing_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6306532Z test_batch_vs_slicing_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6307011Z test_batch_vs_slicing_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6307591Z test_batch_vs_slicing_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6308098Z test_batch_vs_slicing_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6308738Z test_batch_vs_slicing_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6309162Z test_batch_vs_slicing_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6309772Z test_batch_vs_slicing_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-12-01T10:55:51.6310947Z test_batch_vs_slicing_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6311570Z test_batch_vs_slicing_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6312044Z test_batch_vs_slicing_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6312779Z test_batch_vs_slicing_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6313303Z test_batch_vs_slicing_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6313767Z test_batch_vs_slicing_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6314421Z test_batch_vs_slicing_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6314937Z test_batch_vs_slicing_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6315323Z test_batch_vs_slicing_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6315807Z test_batch_vs_slicing_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6316254Z test_batch_vs_slicing_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6316646Z test_batch_vs_slicing_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6317110Z test_batch_vs_slicing_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-12-01T10:55:51.6317552Z test_batch_vs_slicing_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6318017Z test_batch_vs_slicing_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6318473Z test_batch_vs_slicing_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6318994Z test_batch_vs_slicing_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6319364Z test_batch_vs_slicing_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6319815Z test_batch_vs_slicing_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6320258Z test_batch_vs_slicing_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6320781Z test_batch_vs_slicing_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6321246Z test_batch_vs_slicing_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6321688Z test_batch_vs_slicing_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6322140Z test_batch_vs_slicing_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6322577Z test_batch_vs_slicing_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6323038Z test_batch_vs_slicing_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.6323510Z test_batch_vs_slicing_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6323976Z test_batch_vs_slicing_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6324413Z test_batch_vs_slicing_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6324871Z test_batch_vs_slicing_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6325324Z test_batch_vs_slicing_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6325757Z test_batch_vs_slicing_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6326205Z test_batch_vs_slicing_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6326649Z test_batch_vs_slicing_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6327095Z test_batch_vs_slicing_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6327599Z test_batch_vs_slicing_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6328056Z test_batch_vs_slicing_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.6328519Z test_batch_vs_slicing_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6329643Z test_batch_vs_slicing_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:13993: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:55:51.6330363Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-12-01T10:55:51.6330668Z ok (0.019s) 2022-12-01T10:55:51.6331034Z test_batch_vs_slicing_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6331495Z test_batch_vs_slicing_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6331963Z test_batch_vs_slicing_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6332429Z test_batch_vs_slicing_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6332884Z test_batch_vs_slicing_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6333314Z test_batch_vs_slicing_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6333771Z test_batch_vs_slicing_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6334219Z test_batch_vs_slicing_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6334643Z test_batch_vs_slicing_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6335098Z test_batch_vs_slicing_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6335553Z test_batch_vs_slicing_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6336017Z test_batch_vs_slicing_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6336517Z test_batch_vs_slicing_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6336998Z test_batch_vs_slicing_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6337463Z test_batch_vs_slicing_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6337925Z test_batch_vs_slicing_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6338358Z test_batch_vs_slicing_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6338814Z test_batch_vs_slicing_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6340976Z test_batch_vs_slicing_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6341452Z test_batch_vs_slicing_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6341926Z test_batch_vs_slicing_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6342366Z test_batch_vs_slicing_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6342826Z test_batch_vs_slicing_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6343278Z test_batch_vs_slicing_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6343706Z test_batch_vs_slicing_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6344155Z test_batch_vs_slicing_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6349109Z test_batch_vs_slicing_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6350091Z test_batch_vs_slicing_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6352190Z test_batch_vs_slicing_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6353028Z test_batch_vs_slicing_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6353833Z test_batch_vs_slicing_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6354647Z test_batch_vs_slicing_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6355590Z test_batch_vs_slicing_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6356361Z test_batch_vs_slicing_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6357095Z test_batch_vs_slicing_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6357942Z test_batch_vs_slicing_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6358801Z test_batch_vs_slicing_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6359552Z test_batch_vs_slicing_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6360321Z test_batch_vs_slicing_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6361181Z test_batch_vs_slicing_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6361918Z test_batch_vs_slicing_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6362749Z test_batch_vs_slicing_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6363614Z test_batch_vs_slicing_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6364450Z test_batch_vs_slicing_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6365288Z test_batch_vs_slicing_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6366133Z test_batch_vs_slicing_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6367126Z test_batch_vs_slicing_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6368003Z test_batch_vs_slicing_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6368813Z test_batch_vs_slicing_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6369602Z test_batch_vs_slicing_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6370465Z test_batch_vs_slicing_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6371251Z test_batch_vs_slicing_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6372040Z test_batch_vs_slicing_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6373016Z test_batch_vs_slicing_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.6373842Z test_batch_vs_slicing_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6374644Z test_batch_vs_slicing_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6375383Z test_batch_vs_slicing_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6376203Z test_batch_vs_slicing_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6376964Z test_batch_vs_slicing_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6377802Z test_batch_vs_slicing_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6378533Z test_batch_vs_slicing_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6379407Z test_batch_vs_slicing_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6380240Z test_batch_vs_slicing_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6381040Z test_batch_vs_slicing_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6381964Z test_batch_vs_slicing_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6382869Z test_batch_vs_slicing_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6383690Z test_batch_vs_slicing_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6384576Z test_batch_vs_slicing_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6385405Z test_batch_vs_slicing_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6386271Z test_batch_vs_slicing_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6387088Z test_batch_vs_slicing_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6387856Z test_batch_vs_slicing_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6388719Z test_batch_vs_slicing_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6389518Z test_batch_vs_slicing_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6390245Z test_batch_vs_slicing_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6391324Z test_batch_vs_slicing_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6392159Z test_batch_vs_slicing_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.6392985Z test_batch_vs_slicing_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.6393725Z test_batch_vs_slicing_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6394681Z test_batch_vs_slicing_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6395464Z test_batch_vs_slicing_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6396443Z test_batch_vs_slicing_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.6399069Z test_batch_vs_slicing_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6399944Z test_batch_vs_slicing_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6400676Z test_batch_vs_slicing_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6401510Z test_batch_vs_slicing_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6402325Z test_batch_vs_slicing_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.6403075Z test_batch_vs_slicing_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6404084Z test_batch_vs_slicing_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6404938Z test_batch_vs_slicing_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.6405819Z test_batch_vs_slicing_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6406746Z test_batch_vs_slicing_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6407662Z test_batch_vs_slicing_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6408578Z test_batch_vs_slicing_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6409474Z test_batch_vs_slicing_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6410369Z test_batch_vs_slicing_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6411241Z test_batch_vs_slicing_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6412047Z test_batch_vs_slicing_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6412932Z test_batch_vs_slicing_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6413851Z test_batch_vs_slicing_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.6414707Z test_batch_vs_slicing_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6415536Z test_batch_vs_slicing_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6416338Z test_batch_vs_slicing_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6417216Z test_batch_vs_slicing_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6418049Z test_batch_vs_slicing_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.6418923Z test_batch_vs_slicing_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6419725Z test_batch_vs_slicing_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6420548Z test_batch_vs_slicing_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6421409Z test_batch_vs_slicing_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6422216Z test_batch_vs_slicing_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6423080Z test_batch_vs_slicing_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6423928Z test_batch_vs_slicing_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6424711Z test_batch_vs_slicing_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6425511Z test_batch_vs_slicing_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6426311Z test_batch_vs_slicing_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6427237Z test_batch_vs_slicing_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6428094Z test_batch_vs_slicing_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6428915Z test_batch_vs_slicing_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.6429800Z test_batch_vs_slicing_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6430766Z test_batch_vs_slicing_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6431718Z test_batch_vs_slicing_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6432454Z test_batch_vs_slicing_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6433430Z test_batch_vs_slicing_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6434278Z test_batch_vs_slicing_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6435119Z test_batch_vs_slicing_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6435913Z test_batch_vs_slicing_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6436837Z test_batch_vs_slicing_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6437292Z test_batch_vs_slicing_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6437941Z test_batch_vs_slicing_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6438898Z test_batch_vs_slicing_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6439717Z test_batch_vs_slicing_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6440583Z test_batch_vs_slicing_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6441442Z test_batch_vs_slicing_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6442310Z test_batch_vs_slicing_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6443199Z test_batch_vs_slicing_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6444054Z test_batch_vs_slicing_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6444819Z test_batch_vs_slicing_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6445660Z test_batch_vs_slicing_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6446580Z test_batch_vs_slicing_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6447392Z test_batch_vs_slicing_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.6448261Z test_batch_vs_slicing_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.6449027Z test_batch_vs_slicing_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.6449951Z test_batch_vs_slicing_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6450818Z test_batch_vs_slicing_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6451584Z test_batch_vs_slicing_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6452339Z test_batch_vs_slicing_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6453266Z test_batch_vs_slicing_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6454124Z test_batch_vs_slicing_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6454900Z test_batch_vs_slicing_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6455779Z test_batch_vs_slicing_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6456804Z test_batch_vs_slicing_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6457636Z test_batch_vs_slicing_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6458432Z test_batch_vs_slicing_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6459325Z test_batch_vs_slicing_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6460080Z test_batch_vs_slicing_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.6461051Z test_batch_vs_slicing_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6461995Z test_batch_vs_slicing_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6462807Z test_batch_vs_slicing_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6463604Z test_batch_vs_slicing_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6464466Z test_batch_vs_slicing_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6465329Z test_batch_vs_slicing_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6466148Z test_batch_vs_slicing_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6466925Z test_batch_vs_slicing_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6467755Z test_batch_vs_slicing_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6468554Z test_batch_vs_slicing_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6469363Z test_batch_vs_slicing_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6470157Z test_batch_vs_slicing_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6471147Z test_batch_vs_slicing_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6471974Z test_batch_vs_slicing_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6472861Z test_batch_vs_slicing_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6473698Z test_batch_vs_slicing_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6474691Z test_batch_vs_slicing_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6475179Z test_batch_vs_slicing_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6475803Z test_batch_vs_slicing_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6476649Z test_batch_vs_slicing_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6477602Z test_batch_vs_slicing_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6478467Z test_batch_vs_slicing_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6479329Z test_batch_vs_slicing_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6480228Z test_batch_vs_slicing_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6481231Z test_batch_vs_slicing_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6481716Z test_batch_vs_slicing_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6482211Z test_batch_vs_slicing_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6482994Z test_batch_vs_slicing_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6483842Z test_batch_vs_slicing_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6484803Z test_batch_vs_slicing_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6485657Z test_batch_vs_slicing_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6486536Z test_batch_vs_slicing_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6487361Z test_batch_vs_slicing_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6488142Z test_batch_vs_slicing_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6488931Z test_batch_vs_slicing_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6489746Z test_batch_vs_slicing_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6490710Z test_batch_vs_slicing_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6491482Z test_batch_vs_slicing_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6492351Z test_batch_vs_slicing_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6493169Z test_batch_vs_slicing_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6493936Z test_batch_vs_slicing_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6494722Z test_batch_vs_slicing_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6495539Z test_batch_vs_slicing_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6496317Z test_batch_vs_slicing_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6497135Z test_batch_vs_slicing_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6497895Z test_batch_vs_slicing_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6498810Z test_batch_vs_slicing_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.6499688Z test_batch_vs_slicing_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6500400Z test_batch_vs_slicing_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6501300Z test_batch_vs_slicing_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6502113Z test_batch_vs_slicing_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6502940Z test_batch_vs_slicing_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6503666Z test_batch_vs_slicing_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6504497Z test_batch_vs_slicing_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6505326Z test_batch_vs_slicing_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6506141Z test_batch_vs_slicing_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6506961Z test_batch_vs_slicing_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6507746Z test_batch_vs_slicing_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6508525Z test_batch_vs_slicing_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6509344Z test_batch_vs_slicing_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6510156Z test_batch_vs_slicing_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6511198Z test_batch_vs_slicing_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6511984Z test_batch_vs_slicing_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6512804Z test_batch_vs_slicing_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6513731Z test_batch_vs_slicing_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6514559Z test_batch_vs_slicing_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6515369Z test_batch_vs_slicing_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6516160Z test_batch_vs_slicing_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-12-01T10:55:51.6516935Z test_batch_vs_slicing_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.6517774Z test_batch_vs_slicing_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:55:51.6518550Z test_batch_vs_slicing_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:55:51.6519541Z test_batch_vs_slicing_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:55:51.6520367Z test_batch_vs_slicing_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:55:51.6521198Z test_batch_vs_slicing_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:55:51.6521957Z test_batch_vs_slicing_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.6522845Z test_batch_vs_slicing_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.6523651Z test_batch_vs_slicing_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.6524455Z test_batch_vs_slicing_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.6525185Z test_batch_vs_slicing_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.6526003Z test_batch_vs_slicing_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.6526878Z test_batch_vs_slicing_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6527672Z test_batch_vs_slicing_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6528543Z test_batch_vs_slicing_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6529471Z test_batch_vs_slicing_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6530268Z test_batch_vs_slicing_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6531026Z test_batch_vs_slicing_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6531945Z test_batch_vs_slicing_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.6532713Z test_batch_vs_slicing_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6533560Z test_batch_vs_slicing_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6534418Z test_batch_vs_slicing_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6535223Z test_batch_vs_slicing_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6536066Z test_batch_vs_slicing_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6536919Z test_batch_vs_slicing_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6537664Z test_batch_vs_slicing_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6538450Z test_batch_vs_slicing_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6539356Z test_batch_vs_slicing_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6540152Z test_batch_vs_slicing_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6541055Z test_batch_vs_slicing_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6541854Z test_batch_vs_slicing_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6542748Z test_batch_vs_slicing_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6543555Z test_batch_vs_slicing_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6544316Z test_batch_vs_slicing_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6545154Z test_batch_vs_slicing_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6545919Z test_batch_vs_slicing_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6546777Z test_batch_vs_slicing_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6547541Z test_batch_vs_slicing_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6548435Z test_batch_vs_slicing_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.6549333Z test_batch_vs_slicing_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.6550319Z test_batch_vs_slicing_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.6551318Z test_batch_vs_slicing_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6552181Z test_batch_vs_slicing_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6552904Z test_batch_vs_slicing_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6553727Z test_batch_vs_slicing_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6554505Z test_batch_vs_slicing_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.6555344Z test_batch_vs_slicing_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6556189Z test_batch_vs_slicing_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6557051Z test_batch_vs_slicing_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6557830Z test_batch_vs_slicing_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6558644Z test_batch_vs_slicing_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6559423Z test_batch_vs_slicing_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6560249Z test_batch_vs_slicing_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6561053Z test_batch_vs_slicing_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6561819Z test_batch_vs_slicing_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6563522Z test_batch_vs_slicing_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6564342Z test_batch_vs_slicing_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6565124Z test_batch_vs_slicing_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:55:51.6565932Z test_batch_vs_slicing_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6566776Z test_batch_vs_slicing_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6567558Z test_batch_vs_slicing_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6568348Z test_batch_vs_slicing_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6569139Z test_batch_vs_slicing_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6569924Z test_batch_vs_slicing_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.6570764Z test_batch_vs_slicing_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.6571510Z test_batch_vs_slicing_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.6572527Z test_batch_vs_slicing_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6573360Z test_batch_vs_slicing_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6574227Z test_batch_vs_slicing_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6575030Z test_batch_vs_slicing_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6575814Z test_batch_vs_slicing_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6576575Z test_batch_vs_slicing_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6577349Z test_batch_vs_slicing_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6578205Z test_batch_vs_slicing_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6578964Z test_batch_vs_slicing_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6579809Z test_batch_vs_slicing_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6580492Z test_batch_vs_slicing_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6581308Z test_batch_vs_slicing_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6582021Z test_batch_vs_slicing_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.6582932Z test_batch_vs_slicing_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6583922Z test_batch_vs_slicing_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-12-01T10:55:51.6584896Z test_batch_vs_slicing_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-12-01T10:55:51.6585563Z test_batch_vs_slicing_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-12-01T10:55:51.6586059Z test_batch_vs_slicing_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.6586513Z test_batch_vs_slicing_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.6586965Z test_batch_vs_slicing_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.6587408Z test_batch_vs_slicing_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6587837Z test_batch_vs_slicing_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6588285Z test_batch_vs_slicing_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6588727Z test_batch_vs_slicing_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6589160Z test_batch_vs_slicing_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6589606Z test_batch_vs_slicing_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:55:51.6590049Z test_batch_vs_slicing_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6590852Z test_batch_vs_slicing_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.6591352Z test_batch_vs_slicing_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-12-01T10:55:51.6591810Z test_batch_vs_slicing_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.6592239Z test_batch_vs_slicing_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:55:51.6592682Z test_batch_vs_slicing_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:55:51.6593118Z test_batch_vs_slicing_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:55:51.6593552Z test_batch_vs_slicing_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6594090Z test_batch_vs_slicing_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6594544Z test_batch_vs_slicing_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6594985Z test_batch_vs_slicing_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6595402Z test_batch_vs_slicing_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6595844Z test_batch_vs_slicing_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6596290Z test_batch_vs_slicing_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6596744Z test_batch_vs_slicing_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6597261Z test_batch_vs_slicing_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6597714Z test_batch_vs_slicing_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6598158Z test_batch_vs_slicing_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6598580Z test_batch_vs_slicing_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6599011Z test_batch_vs_slicing_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6599450Z test_batch_vs_slicing_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6599884Z test_batch_vs_slicing_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6600307Z test_batch_vs_slicing_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6600740Z test_batch_vs_slicing_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6601190Z test_batch_vs_slicing_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6601624Z test_batch_vs_slicing_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6602078Z test_batch_vs_slicing_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6602530Z test_batch_vs_slicing_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6602977Z test_batch_vs_slicing_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6603399Z test_batch_vs_slicing_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6603849Z test_batch_vs_slicing_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6604292Z test_batch_vs_slicing_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6604717Z test_batch_vs_slicing_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6605159Z test_batch_vs_slicing_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6605604Z test_batch_vs_slicing_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6606060Z test_batch_vs_slicing_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6606497Z test_batch_vs_slicing_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6606946Z test_batch_vs_slicing_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6607398Z test_batch_vs_slicing_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6607839Z test_batch_vs_slicing_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6608267Z test_batch_vs_slicing_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6608717Z test_batch_vs_slicing_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6609159Z test_batch_vs_slicing_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6609697Z test_batch_vs_slicing_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6610162Z test_batch_vs_slicing_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6610608Z test_batch_vs_slicing_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6611059Z test_batch_vs_slicing_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.6611501Z test_batch_vs_slicing_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.6611954Z test_batch_vs_slicing_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.6612467Z test_batch_vs_slicing_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6612892Z test_batch_vs_slicing_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6613332Z test_batch_vs_slicing_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6613778Z test_batch_vs_slicing_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6614217Z test_batch_vs_slicing_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6614637Z test_batch_vs_slicing_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6615080Z test_batch_vs_slicing_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6615519Z test_batch_vs_slicing_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6615981Z test_batch_vs_slicing_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6616445Z test_batch_vs_slicing_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6616926Z test_batch_vs_slicing_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.6617410Z test_batch_vs_slicing_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.6617872Z test_batch_vs_slicing_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6618346Z test_batch_vs_slicing_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6618822Z test_batch_vs_slicing_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6619289Z test_batch_vs_slicing_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6619733Z test_batch_vs_slicing_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6620194Z test_batch_vs_slicing_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6620664Z test_batch_vs_slicing_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6621124Z test_batch_vs_slicing_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6621562Z test_batch_vs_slicing_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6622008Z test_batch_vs_slicing_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6622454Z test_batch_vs_slicing_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6622878Z test_batch_vs_slicing_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-12-01T10:55:51.6623322Z test_batch_vs_slicing_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6623766Z test_batch_vs_slicing_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6624202Z test_batch_vs_slicing_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6624680Z test_batch_vs_slicing_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6625130Z test_batch_vs_slicing_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6625571Z test_batch_vs_slicing_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6626002Z test_batch_vs_slicing_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6626450Z test_batch_vs_slicing_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.6626905Z test_batch_vs_slicing_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6627349Z test_batch_vs_slicing_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6627828Z test_batch_vs_slicing_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6628259Z test_batch_vs_slicing_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6628699Z test_batch_vs_slicing_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6629118Z test_batch_vs_slicing_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6629550Z test_batch_vs_slicing_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6629983Z test_batch_vs_slicing_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6630412Z test_batch_vs_slicing_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6631214Z test_batch_vs_slicing_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.206s) 2022-12-01T10:55:51.6631666Z test_batch_vs_slicing_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6632111Z test_batch_vs_slicing_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6632563Z test_batch_vs_slicing_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6632987Z test_batch_vs_slicing_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6633423Z test_batch_vs_slicing_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6633863Z test_batch_vs_slicing_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6634281Z test_batch_vs_slicing_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6634717Z test_batch_vs_slicing_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6635150Z test_batch_vs_slicing_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6635594Z test_batch_vs_slicing_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6636015Z test_batch_vs_slicing_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6636458Z test_batch_vs_slicing_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.6636907Z test_batch_vs_slicing_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6637335Z test_batch_vs_slicing_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6637776Z test_batch_vs_slicing_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6638214Z test_batch_vs_slicing_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6638649Z test_batch_vs_slicing_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6639071Z test_batch_vs_slicing_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6639505Z test_batch_vs_slicing_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6639938Z test_batch_vs_slicing_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6640436Z test_batch_vs_slicing_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6640888Z test_batch_vs_slicing_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6641330Z test_batch_vs_slicing_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6641774Z test_batch_vs_slicing_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.6642210Z test_batch_vs_slicing_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6642658Z test_batch_vs_slicing_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6643099Z test_batch_vs_slicing_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6643617Z test_batch_vs_slicing_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6644037Z test_batch_vs_slicing_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6644469Z test_batch_vs_slicing_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6644899Z test_batch_vs_slicing_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6645305Z test_batch_vs_slicing_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6645738Z test_batch_vs_slicing_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6646171Z test_batch_vs_slicing_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6646622Z test_batch_vs_slicing_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6647073Z test_batch_vs_slicing_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6647542Z test_batch_vs_slicing_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6648018Z test_batch_vs_slicing_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6648531Z test_batch_vs_slicing_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6648985Z test_batch_vs_slicing_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6649429Z test_batch_vs_slicing_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6649887Z test_batch_vs_slicing_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6650326Z test_batch_vs_slicing_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6650776Z test_batch_vs_slicing_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6651232Z test_batch_vs_slicing_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6651685Z test_batch_vs_slicing_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6652112Z test_batch_vs_slicing_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6652555Z test_batch_vs_slicing_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6652997Z test_batch_vs_slicing_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6653422Z test_batch_vs_slicing_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6653857Z test_batch_vs_slicing_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6654295Z test_batch_vs_slicing_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6654732Z test_batch_vs_slicing_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6655151Z test_batch_vs_slicing_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6655636Z test_batch_vs_slicing_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6656078Z test_batch_vs_slicing_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6656503Z test_batch_vs_slicing_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6656944Z test_batch_vs_slicing_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6657389Z test_batch_vs_slicing_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6657839Z test_batch_vs_slicing_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6658274Z test_batch_vs_slicing_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6658786Z test_batch_vs_slicing_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6659231Z test_batch_vs_slicing_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6659655Z test_batch_vs_slicing_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6660096Z test_batch_vs_slicing_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6660533Z test_batch_vs_slicing_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6660958Z test_batch_vs_slicing_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6661378Z test_batch_vs_slicing_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6661813Z test_batch_vs_slicing_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6662278Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.6662773Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-12-01T10:55:51.6663248Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.6663726Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-12-01T10:55:51.6664209Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.6664674Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.6665162Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.6665640Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.6666132Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-12-01T10:55:51.6666605Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-12-01T10:55:51.6667087Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.6667569Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-12-01T10:55:51.6668045Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-12-01T10:55:51.6668506Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.6668985Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.6669462Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.6669931Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.6670727Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.6671306Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-12-01T10:55:51.6671785Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-12-01T10:55:51.6672245Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.6672718Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.6673197Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.6673668Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-12-01T10:55:51.6674256Z test_batch_vs_slicing_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6674677Z test_batch_vs_slicing_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6675130Z test_batch_vs_slicing_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6675586Z test_batch_vs_slicing_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6676016Z test_batch_vs_slicing_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6676456Z test_batch_vs_slicing_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6676904Z test_batch_vs_slicing_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6677333Z test_batch_vs_slicing_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6677795Z test_batch_vs_slicing_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6678246Z test_batch_vs_slicing_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6678693Z test_batch_vs_slicing_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6679130Z test_batch_vs_slicing_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6679580Z test_batch_vs_slicing_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6680030Z test_batch_vs_slicing_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6680492Z test_batch_vs_slicing_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6680898Z test_batch_vs_slicing_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6681339Z test_batch_vs_slicing_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6681857Z test_batch_vs_slicing_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6682190Z test_batch_vs_slicing_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6682625Z test_batch_vs_slicing_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6683055Z test_batch_vs_slicing_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6683472Z test_batch_vs_slicing_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6683936Z test_batch_vs_slicing_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6684460Z test_batch_vs_slicing_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6684930Z test_batch_vs_slicing_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6685374Z test_batch_vs_slicing_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6685994Z test_batch_vs_slicing_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6686483Z test_batch_vs_slicing_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6686962Z test_batch_vs_slicing_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6687412Z test_batch_vs_slicing_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6687907Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6688411Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6688912Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6689453Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6689963Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6690480Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6690973Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6691474Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6691975Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.6692466Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.6692951Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.6693450Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.6693943Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.6694430Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.6694906Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.6695391Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.6695883Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6696384Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6696870Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6697371Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6697858Z test_batch_vs_slicing_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6698323Z test_batch_vs_slicing_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6698805Z test_batch_vs_slicing_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6699287Z test_batch_vs_slicing_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:55:51.6699776Z test_batch_vs_slicing_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6700255Z test_batch_vs_slicing_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6700743Z test_batch_vs_slicing_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6701287Z test_batch_vs_slicing_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6701775Z test_batch_vs_slicing_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6702240Z test_batch_vs_slicing_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6702716Z test_batch_vs_slicing_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6703201Z test_batch_vs_slicing_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6703663Z test_batch_vs_slicing_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6704202Z test_batch_vs_slicing_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6704689Z test_batch_vs_slicing_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6705167Z test_batch_vs_slicing_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6705633Z test_batch_vs_slicing_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6706114Z test_batch_vs_slicing_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6706601Z test_batch_vs_slicing_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6707086Z test_batch_vs_slicing_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6707551Z test_batch_vs_slicing_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6708039Z test_batch_vs_slicing_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6708522Z test_batch_vs_slicing_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6708996Z test_batch_vs_slicing_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6709458Z test_batch_vs_slicing_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6709977Z test_batch_vs_slicing_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-12-01T10:55:51.6710957Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-12-01T10:55:51.6711505Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-12-01T10:55:51.6712041Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-12-01T10:55:51.6712554Z test_batch_vs_slicing_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6713043Z test_batch_vs_slicing_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6713509Z test_batch_vs_slicing_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6713987Z test_batch_vs_slicing_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6714475Z test_batch_vs_slicing_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6714957Z test_batch_vs_slicing_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6715421Z test_batch_vs_slicing_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6715896Z test_batch_vs_slicing_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6716471Z test_batch_vs_slicing_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6716991Z test_batch_vs_slicing_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6717471Z test_batch_vs_slicing_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6717970Z test_batch_vs_slicing_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6718466Z test_batch_vs_slicing_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6718957Z test_batch_vs_slicing_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6719566Z test_batch_vs_slicing_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6720069Z test_batch_vs_slicing_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6720573Z test_batch_vs_slicing_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.6721051Z test_batch_vs_slicing_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.6721553Z test_batch_vs_slicing_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:55:51.6722061Z test_batch_vs_slicing_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:55:51.6722558Z test_batch_vs_slicing_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:55:51.6723036Z test_batch_vs_slicing_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:55:51.6723540Z test_batch_vs_slicing_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:55:51.6724034Z test_batch_vs_slicing_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.6724534Z test_batch_vs_slicing_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.6725004Z test_batch_vs_slicing_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.6725491Z test_batch_vs_slicing_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.6725978Z test_batch_vs_slicing_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.6726454Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.6726972Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.6727491Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.6728006Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.6728494Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.6728994Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.6729494Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.6729989Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.6730461Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.6730966Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.6731515Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.6732018Z test_batch_vs_slicing_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.6732504Z test_batch_vs_slicing_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.6733005Z test_batch_vs_slicing_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.6733499Z test_batch_vs_slicing_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.6733967Z test_batch_vs_slicing_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.6734518Z test_batch_vs_slicing_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.6735008Z test_batch_vs_slicing_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.6735504Z test_batch_vs_slicing_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.6735973Z test_batch_vs_slicing_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.6736463Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6736968Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.6737472Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.6737947Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:55:51.6738451Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6738956Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6739451Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6739927Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6740418Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6740907Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6741380Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6741894Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6742391Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.6742884Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6743354Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6743839Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6744327Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6744803Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6745269Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:55:51.6745777Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.134s) 2022-12-01T10:55:51.6746331Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-12-01T10:55:51.6746837Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.729s) 2022-12-01T10:55:51.6747302Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-12-01T10:55:51.6747799Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.6748286Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.6748758Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-12-01T10:55:51.6749308Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.6749795Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.6750301Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-12-01T10:55:51.6750956Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-12-01T10:55:51.6751457Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.358s) 2022-12-01T10:55:51.6751945Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.6752431Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.6752898Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.6753393Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-12-01T10:55:51.6753884Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-12-01T10:55:51.6754347Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.6754838Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.118s) 2022-12-01T10:55:51.6755335Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-12-01T10:55:51.6755817Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.653s) 2022-12-01T10:55:51.6756289Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-12-01T10:55:51.6756785Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-12-01T10:55:51.6757269Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-12-01T10:55:51.6757760Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.6758230Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-12-01T10:55:51.6758698Z test_batch_vs_slicing_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.6759166Z test_batch_vs_slicing_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.6759638Z test_batch_vs_slicing_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.6760084Z test_batch_vs_slicing_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.6760536Z test_batch_vs_slicing_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6760997Z test_batch_vs_slicing_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6761514Z test_batch_vs_slicing_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6761975Z test_batch_vs_slicing_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6762430Z test_batch_vs_slicing_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6762879Z test_batch_vs_slicing_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.6763307Z test_batch_vs_slicing_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.6763765Z test_batch_vs_slicing_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6764210Z test_batch_vs_slicing_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6764722Z test_batch_vs_slicing_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6765183Z test_batch_vs_slicing_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6765641Z test_batch_vs_slicing_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6766097Z test_batch_vs_slicing_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6766523Z test_batch_vs_slicing_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6766970Z test_batch_vs_slicing_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6767421Z test_batch_vs_slicing_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6767873Z test_batch_vs_slicing_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6768303Z test_batch_vs_slicing_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6768757Z test_batch_vs_slicing_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.6769205Z test_batch_vs_slicing_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6769641Z test_batch_vs_slicing_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.6770095Z test_batch_vs_slicing_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.6770556Z test_batch_vs_slicing_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.6771006Z test_batch_vs_slicing_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6771438Z test_batch_vs_slicing_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6771891Z test_batch_vs_slicing_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6772338Z test_batch_vs_slicing_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6772763Z test_batch_vs_slicing_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6773205Z test_batch_vs_slicing_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.6773648Z test_batch_vs_slicing_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.6774087Z test_batch_vs_slicing_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.6774527Z test_batch_vs_slicing_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6774993Z test_batch_vs_slicing_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6775463Z test_batch_vs_slicing_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6775928Z test_batch_vs_slicing_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6776407Z test_batch_vs_slicing_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6776928Z test_batch_vs_slicing_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6777400Z test_batch_vs_slicing_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6777850Z test_batch_vs_slicing_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6778309Z test_batch_vs_slicing_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6778766Z test_batch_vs_slicing_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6779211Z test_batch_vs_slicing_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6779645Z test_batch_vs_slicing_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6780158Z test_batch_vs_slicing_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6780613Z test_batch_vs_slicing_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6781050Z test_batch_vs_slicing_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6781505Z test_batch_vs_slicing_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6781941Z test_batch_vs_slicing_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6782383Z test_batch_vs_slicing_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6782801Z test_batch_vs_slicing_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6783241Z test_batch_vs_slicing_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6783682Z test_batch_vs_slicing_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6784140Z test_batch_vs_slicing_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6784631Z test_batch_vs_slicing_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6785123Z test_batch_vs_slicing_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6785608Z test_batch_vs_slicing_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6786114Z test_batch_vs_slicing_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6786596Z test_batch_vs_slicing_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6787077Z test_batch_vs_slicing_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6787560Z test_batch_vs_slicing_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6788029Z test_batch_vs_slicing_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6788523Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6789005Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6789492Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6789943Z test_batch_vs_slicing_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6790392Z test_batch_vs_slicing_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6791059Z test_batch_vs_slicing_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.6791510Z test_batch_vs_slicing_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6791979Z test_batch_vs_slicing_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.6792531Z test_batch_vs_slicing_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6792994Z test_batch_vs_slicing_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6793426Z test_batch_vs_slicing_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6793868Z test_batch_vs_slicing_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6794316Z test_batch_vs_slicing_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6794738Z test_batch_vs_slicing_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6795186Z test_batch_vs_slicing_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6795699Z test_batch_vs_slicing_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6796148Z test_batch_vs_slicing_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6796582Z test_batch_vs_slicing_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6797041Z test_batch_vs_slicing_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6797503Z test_batch_vs_slicing_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6797939Z test_batch_vs_slicing_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6798387Z test_batch_vs_slicing_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6798837Z test_batch_vs_slicing_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6799282Z test_batch_vs_slicing_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6799710Z test_batch_vs_slicing_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6800152Z test_batch_vs_slicing_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6800593Z test_batch_vs_slicing_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6801004Z test_batch_vs_slicing_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6801442Z test_batch_vs_slicing_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6801898Z test_batch_vs_slicing_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6802353Z test_batch_vs_slicing_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6802792Z test_batch_vs_slicing_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6803257Z test_batch_vs_slicing_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6803717Z test_batch_vs_slicing_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6804166Z test_batch_vs_slicing_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6804594Z test_batch_vs_slicing_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6805039Z test_batch_vs_slicing_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.6805483Z test_batch_vs_slicing_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6805905Z test_batch_vs_slicing_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6806350Z test_batch_vs_slicing_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6806793Z test_batch_vs_slicing_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6807253Z test_batch_vs_slicing_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6807697Z test_batch_vs_slicing_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6808225Z test_batch_vs_slicing_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:55:51.6808704Z test_batch_vs_slicing_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6809157Z test_batch_vs_slicing_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6809623Z test_batch_vs_slicing_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6810090Z test_batch_vs_slicing_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6810543Z test_batch_vs_slicing_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6810969Z test_batch_vs_slicing_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6811481Z test_batch_vs_slicing_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6811929Z test_batch_vs_slicing_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6812388Z test_batch_vs_slicing_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6812824Z test_batch_vs_slicing_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6813277Z test_batch_vs_slicing_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6813731Z test_batch_vs_slicing_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6814158Z test_batch_vs_slicing_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6814609Z test_batch_vs_slicing_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6815063Z test_batch_vs_slicing_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6815516Z test_batch_vs_slicing_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6815945Z test_batch_vs_slicing_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6816387Z test_batch_vs_slicing_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6816833Z test_batch_vs_slicing_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6817260Z test_batch_vs_slicing_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6817719Z test_batch_vs_slicing_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6818178Z test_batch_vs_slicing_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6818642Z test_batch_vs_slicing_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6819089Z test_batch_vs_slicing_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6819551Z test_batch_vs_slicing_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6820002Z test_batch_vs_slicing_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6820440Z test_batch_vs_slicing_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6820886Z test_batch_vs_slicing_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6821327Z test_batch_vs_slicing_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6821777Z test_batch_vs_slicing_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6822200Z test_batch_vs_slicing_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6822642Z test_batch_vs_slicing_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6823097Z test_batch_vs_slicing_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.6823549Z test_batch_vs_slicing_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6824035Z test_batch_vs_slicing_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6824493Z test_batch_vs_slicing_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6824942Z test_batch_vs_slicing_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6825361Z test_batch_vs_slicing_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6825793Z test_batch_vs_slicing_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6826230Z test_batch_vs_slicing_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6826656Z test_batch_vs_slicing_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6827121Z test_batch_vs_slicing_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6827556Z test_batch_vs_slicing_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6828006Z test_batch_vs_slicing_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6828432Z test_batch_vs_slicing_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6828873Z test_batch_vs_slicing_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.6829334Z test_batch_vs_slicing_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6829794Z test_batch_vs_slicing_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6830227Z test_batch_vs_slicing_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6830896Z test_batch_vs_slicing_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6831344Z test_batch_vs_slicing_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6831773Z test_batch_vs_slicing_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6832211Z test_batch_vs_slicing_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6832652Z test_batch_vs_slicing_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6833092Z test_batch_vs_slicing_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6833520Z test_batch_vs_slicing_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6833956Z test_batch_vs_slicing_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6834413Z test_batch_vs_slicing_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.6834857Z test_batch_vs_slicing_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6835317Z test_batch_vs_slicing_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6835776Z test_batch_vs_slicing_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6836224Z test_batch_vs_slicing_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6836646Z test_batch_vs_slicing_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6837094Z test_batch_vs_slicing_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6837540Z test_batch_vs_slicing_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6837979Z test_batch_vs_slicing_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6838399Z test_batch_vs_slicing_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6838848Z test_batch_vs_slicing_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6839312Z test_batch_vs_slicing_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:55:51.6839851Z test_batch_vs_slicing_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-12-01T10:55:51.6840345Z test_batch_vs_slicing_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.270s) 2022-12-01T10:55:51.6840822Z test_batch_vs_slicing_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-12-01T10:55:51.6841292Z test_batch_vs_slicing_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-12-01T10:55:51.6841743Z test_batch_vs_slicing_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-12-01T10:55:51.6842212Z test_batch_vs_slicing_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-12-01T10:55:51.6842805Z test_batch_vs_slicing_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-12-01T10:55:51.6843256Z test_batch_vs_slicing_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6843747Z test_batch_vs_slicing_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6844232Z test_batch_vs_slicing_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:55:51.6844707Z test_batch_vs_slicing_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6845165Z test_batch_vs_slicing_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6845640Z test_batch_vs_slicing_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6846119Z test_batch_vs_slicing_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6846609Z test_batch_vs_slicing_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6847060Z test_batch_vs_slicing_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6847544Z test_batch_vs_slicing_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6848020Z test_batch_vs_slicing_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-12-01T10:55:51.6848484Z test_batch_vs_slicing_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6848935Z test_batch_vs_slicing_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6849404Z test_batch_vs_slicing_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6849878Z test_batch_vs_slicing_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6850340Z test_batch_vs_slicing_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6850822Z test_batch_vs_slicing_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6851287Z test_batch_vs_slicing_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6851766Z test_batch_vs_slicing_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.6852213Z test_batch_vs_slicing_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.6852688Z test_batch_vs_slicing_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.6853149Z test_batch_vs_slicing_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.6853620Z test_batch_vs_slicing_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.6854082Z test_batch_vs_slicing_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6854609Z test_batch_vs_slicing_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6855102Z test_batch_vs_slicing_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6855568Z test_batch_vs_slicing_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.6856042Z test_batch_vs_slicing_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6856509Z test_batch_vs_slicing_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6856976Z test_batch_vs_slicing_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6857460Z test_batch_vs_slicing_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6857976Z test_batch_vs_slicing_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.6858457Z test_batch_vs_slicing_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6858930Z test_batch_vs_slicing_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6859384Z test_batch_vs_slicing_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6859853Z test_batch_vs_slicing_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6860315Z test_batch_vs_slicing_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6860766Z test_batch_vs_slicing_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6861220Z test_batch_vs_slicing_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6861672Z test_batch_vs_slicing_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6862146Z test_batch_vs_slicing_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6862597Z test_batch_vs_slicing_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6863065Z test_batch_vs_slicing_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6863535Z test_batch_vs_slicing_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-12-01T10:55:51.6864003Z test_batch_vs_slicing_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-12-01T10:55:51.6864456Z test_batch_vs_slicing_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.6864685Z test_batch_vs_slicing_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:55:51.6864907Z test_batch_vs_slicing_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-12-01T10:55:51.6865129Z test_batch_vs_slicing_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.6865350Z test_batch_vs_slicing_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.6865585Z test_batch_vs_slicing_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6865805Z test_batch_vs_slicing_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6866014Z test_batch_vs_slicing_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6866233Z test_batch_vs_slicing_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6866447Z test_batch_vs_slicing_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.6866671Z test_batch_vs_slicing_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6866894Z test_batch_vs_slicing_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6867176Z test_batch_vs_slicing_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6867404Z test_batch_vs_slicing_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6867625Z test_batch_vs_slicing_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6867830Z test_batch_vs_slicing_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6868053Z test_batch_vs_slicing_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6868275Z test_batch_vs_slicing_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:55:51.6868495Z test_batch_vs_slicing_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6868772Z test_batch_vs_slicing_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6868992Z test_batch_vs_slicing_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6869213Z test_batch_vs_slicing_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6869425Z test_batch_vs_slicing_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6869642Z test_batch_vs_slicing_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6869849Z test_batch_vs_slicing_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6870071Z test_batch_vs_slicing_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.6870293Z test_batch_vs_slicing_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6870795Z test_batch_vs_slicing_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6871033Z test_batch_vs_slicing_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6871258Z test_batch_vs_slicing_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6871481Z test_batch_vs_slicing_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6871708Z test_batch_vs_slicing_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6871942Z test_batch_vs_slicing_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6872158Z test_batch_vs_slicing_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.6872389Z test_batch_vs_slicing_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6872620Z test_batch_vs_slicing_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6872848Z test_batch_vs_slicing_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6873079Z test_batch_vs_slicing_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6873306Z test_batch_vs_slicing_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6873549Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6873797Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6874044Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:55:51.6874272Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6874517Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6874835Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6875092Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6875330Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6875574Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6875819Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6876055Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:55:51.6876360Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6876586Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6876827Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6877067Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6877304Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6877544Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6877784Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6878018Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.6878256Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6878497Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6878720Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6878960Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.6879196Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.6879433Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:55:51.6879675Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6879918Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.6880158Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6880399Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6880636Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6880859Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6881093Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6881322Z test_batch_vs_slicing_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.6881544Z test_batch_vs_slicing_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.6881781Z test_batch_vs_slicing_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:55:51.6882077Z test_batch_vs_slicing_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:55:51.6882306Z test_batch_vs_slicing_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:55:51.6882528Z test_batch_vs_slicing_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.6882743Z test_batch_vs_slicing_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.6882939Z test_batch_vs_slicing_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.6883161Z test_batch_vs_slicing_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.6883388Z test_batch_vs_slicing_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.6883667Z test_batch_vs_slicing_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6883901Z test_batch_vs_slicing_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6884127Z test_batch_vs_slicing_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:55:51.6884356Z test_batch_vs_slicing_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6884580Z test_batch_vs_slicing_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6884775Z test_batch_vs_slicing_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6885000Z test_batch_vs_slicing_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6885220Z test_batch_vs_slicing_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6885500Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6885819Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.6886098Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.6886366Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.6886631Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6886894Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6887160Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6887411Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6887670Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6887923Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6888179Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6888437Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.6888696Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6888952Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6889205Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6889504Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6889748Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6890000Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6890253Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6890507Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.6890760Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6891058Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6891312Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6891560Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6891809Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6892056Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6892289Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.6892543Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6892792Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6893045Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6893294Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.6893546Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6893788Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6894010Z test_batch_vs_slicing_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6894226Z test_batch_vs_slicing_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6894430Z test_batch_vs_slicing_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:55:51.6894651Z test_batch_vs_slicing_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6894876Z test_batch_vs_slicing_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6895090Z test_batch_vs_slicing_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6895307Z test_batch_vs_slicing_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6895520Z test_batch_vs_slicing_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6895738Z test_batch_vs_slicing_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6895950Z test_batch_vs_slicing_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6896136Z test_batch_vs_slicing_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6896356Z test_batch_vs_slicing_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6896569Z test_batch_vs_slicing_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6896840Z test_batch_vs_slicing_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6897071Z test_batch_vs_slicing_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.6897297Z test_batch_vs_slicing_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.6897517Z test_batch_vs_slicing_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6897733Z test_batch_vs_slicing_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6897951Z test_batch_vs_slicing_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6898150Z test_batch_vs_slicing_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6898418Z test_batch_vs_slicing_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6898629Z test_batch_vs_slicing_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6898847Z test_batch_vs_slicing_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6899061Z test_batch_vs_slicing_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6899271Z test_batch_vs_slicing_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6899487Z test_batch_vs_slicing_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6899702Z test_batch_vs_slicing_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6899904Z test_batch_vs_slicing_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.6900124Z test_batch_vs_slicing_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6900348Z test_batch_vs_slicing_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6900565Z test_batch_vs_slicing_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6900782Z test_batch_vs_slicing_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6900995Z test_batch_vs_slicing_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6901208Z test_batch_vs_slicing_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6901421Z test_batch_vs_slicing_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6901628Z test_batch_vs_slicing_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6901820Z test_batch_vs_slicing_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6902031Z test_batch_vs_slicing_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6902253Z test_batch_vs_slicing_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6902468Z test_batch_vs_slicing_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6902693Z test_batch_vs_slicing_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.6902912Z test_batch_vs_slicing_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6903131Z test_batch_vs_slicing_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6903347Z test_batch_vs_slicing_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6903543Z test_batch_vs_slicing_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6903753Z test_batch_vs_slicing_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.6903970Z test_batch_vs_slicing_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6904180Z test_batch_vs_slicing_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6904430Z test_batch_vs_slicing_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6904646Z test_batch_vs_slicing_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6904858Z test_batch_vs_slicing_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6905077Z test_batch_vs_slicing_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6905275Z test_batch_vs_slicing_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6905489Z test_batch_vs_slicing_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6905696Z test_batch_vs_slicing_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.6905957Z test_batch_vs_slicing_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6906162Z test_batch_vs_slicing_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6906374Z test_batch_vs_slicing_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.6906588Z test_batch_vs_slicing_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6906802Z test_batch_vs_slicing_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.6907021Z test_complex_edge_values_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6907213Z test_contig_size1_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6907421Z test_contig_size1_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6907634Z test_contig_size1_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6907853Z test_contig_size1_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6908070Z test_contig_size1_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6908285Z test_contig_size1_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6908499Z test_contig_size1_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6908713Z test_contig_size1_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6908898Z test_contig_size1_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6909099Z test_contig_size1_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6909296Z test_contig_size1_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6909504Z test_contig_size1_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6909710Z test_contig_size1_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6909922Z test_contig_size1_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6910135Z test_contig_size1_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6910354Z test_contig_size1_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6910706Z test_contig_size1_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6910928Z test_contig_size1_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6911143Z test_contig_size1_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6911355Z test_contig_size1_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6911562Z test_contig_size1_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6911773Z test_contig_size1_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6911982Z test_contig_size1_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6912262Z test_contig_size1_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6912476Z test_contig_size1_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6912665Z test_contig_size1_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6912879Z test_contig_size1_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6913085Z test_contig_size1_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6913307Z test_contig_size1_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6913525Z test_contig_size1_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6913807Z test_contig_size1_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6914021Z test_contig_size1_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6914240Z test_contig_size1_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6914432Z test_contig_size1_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6914644Z test_contig_size1_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6914853Z test_contig_size1_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6915062Z test_contig_size1_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6915272Z test_contig_size1_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6915481Z test_contig_size1_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6915694Z test_contig_size1_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6915918Z test_contig_size1_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6916119Z test_contig_size1_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6916336Z test_contig_size1_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6916546Z test_contig_size1_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6916763Z test_contig_size1_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6916970Z test_contig_size1_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6917181Z test_contig_size1_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6917386Z test_contig_size1_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6917598Z test_contig_size1_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6917805Z test_contig_size1_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6917999Z test_contig_size1_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6918207Z test_contig_size1_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6918425Z test_contig_size1_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6918640Z test_contig_size1_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6918854Z test_contig_size1_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6919066Z test_contig_size1_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6919277Z test_contig_size1_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6919492Z test_contig_size1_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6919725Z test_contig_size1_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6919942Z test_contig_size1_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6920149Z test_contig_size1_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6920362Z test_contig_size1_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6920570Z test_contig_size1_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6920785Z test_contig_size1_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6920994Z test_contig_size1_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6921214Z test_contig_size1_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6921463Z test_contig_size1_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6921686Z test_contig_size1_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6921898Z test_contig_size1_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6922110Z test_contig_size1_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6922324Z test_contig_size1_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6922536Z test_contig_size1_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6922746Z test_contig_size1_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6922957Z test_contig_size1_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6923145Z test_contig_size1_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6923352Z test_contig_size1_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6923564Z test_contig_size1_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6923771Z test_contig_size1_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6923989Z test_contig_size1_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6924204Z test_contig_size1_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6924423Z test_contig_size1_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6924635Z test_contig_size1_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6924844Z test_contig_size1_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6925035Z test_contig_size1_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6925249Z test_contig_size1_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6925460Z test_contig_size1_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6925668Z test_contig_size1_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6925878Z test_contig_size1_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6926085Z test_contig_size1_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6926299Z test_contig_size1_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6926504Z test_contig_size1_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6926704Z test_contig_size1_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6926922Z test_contig_size1_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6927140Z test_contig_size1_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6927398Z test_contig_size1_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6927617Z test_contig_size1_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6927831Z test_contig_size1_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6928040Z test_contig_size1_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6928251Z test_contig_size1_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6928439Z test_contig_size1_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6928647Z test_contig_size1_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6928853Z test_contig_size1_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6929120Z test_contig_size1_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6929335Z test_contig_size1_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6929559Z test_contig_size1_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6929778Z test_contig_size1_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6930003Z test_contig_size1_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6930222Z test_contig_size1_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6930418Z test_contig_size1_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6930632Z test_contig_size1_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6930848Z test_contig_size1_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6931060Z test_contig_size1_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6931270Z test_contig_size1_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6931479Z test_contig_size1_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6931691Z test_contig_size1_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6931908Z test_contig_size1_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6932104Z test_contig_size1_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6937521Z test_contig_size1_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6937968Z test_contig_size1_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6938305Z test_contig_size1_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6938632Z test_contig_size1_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6938956Z test_contig_size1_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6939264Z test_contig_size1_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6939587Z test_contig_size1_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6939911Z test_contig_size1_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6940235Z test_contig_size1_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6940628Z test_contig_size1_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6940919Z test_contig_size1_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6941239Z test_contig_size1_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6941569Z test_contig_size1_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6941908Z test_contig_size1_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6942125Z test_contig_size1_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6942333Z test_contig_size1_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6942544Z test_contig_size1_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6942758Z test_contig_size1_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6942951Z test_contig_size1_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6943173Z test_contig_size1_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6943524Z test_contig_size1_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6943739Z test_contig_size1_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6943952Z test_contig_size1_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6944167Z test_contig_size1_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6944373Z test_contig_size1_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6944583Z test_contig_size1_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6944769Z test_contig_size1_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6944978Z test_contig_size1_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6945185Z test_contig_size1_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6945402Z test_contig_size1_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6945611Z test_contig_size1_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6945821Z test_contig_size1_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6946032Z test_contig_size1_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6946238Z test_contig_size1_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6946444Z test_contig_size1_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6946629Z test_contig_size1_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6946831Z test_contig_size1_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6947113Z test_contig_size1_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6947342Z test_contig_size1_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6947549Z test_contig_size1_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6947769Z test_contig_size1_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6947992Z test_contig_size1_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6948208Z test_contig_size1_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6948401Z test_contig_size1_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6948612Z test_contig_size1_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6948827Z test_contig_size1_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6949041Z test_contig_size1_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6949254Z test_contig_size1_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6949465Z test_contig_size1_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6949674Z test_contig_size1_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6949883Z test_contig_size1_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6950075Z test_contig_size1_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6950289Z test_contig_size1_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6951035Z test_contig_size1_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6951212Z test_contig_size1_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6951429Z test_contig_size1_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6951747Z test_contig_size1_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6951960Z test_contig_size1_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6952172Z test_contig_size1_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6952378Z test_contig_size1_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6952564Z test_contig_size1_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6952771Z test_contig_size1_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6952978Z test_contig_size1_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6953188Z test_contig_size1_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6953403Z test_contig_size1_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6953613Z test_contig_size1_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.6953832Z test_contig_size1_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6954047Z test_contig_size1_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6954237Z test_contig_size1_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6954449Z test_contig_size1_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6954660Z test_contig_size1_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6954872Z test_contig_size1_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6955163Z test_contig_size1_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6955383Z test_contig_size1_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6955593Z test_contig_size1_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.6955800Z test_contig_size1_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6955985Z test_contig_size1_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.6956219Z test_contig_size1_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6956442Z test_contig_size1_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6956678Z test_contig_size1_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6956908Z test_contig_size1_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6957137Z test_contig_size1_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6957366Z test_contig_size1_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6957596Z test_contig_size1_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6957827Z test_contig_size1_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6958029Z test_contig_size1_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6958253Z test_contig_size1_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6958484Z test_contig_size1_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.6958705Z test_contig_size1_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.6958924Z test_contig_size1_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6959138Z test_contig_size1_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6959406Z test_contig_size1_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6959625Z test_contig_size1_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6959818Z test_contig_size1_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6960031Z test_contig_size1_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6960242Z test_contig_size1_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6960458Z test_contig_size1_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6960666Z test_contig_size1_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6960871Z test_contig_size1_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6961073Z test_contig_size1_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6961276Z test_contig_size1_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6961462Z test_contig_size1_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6961664Z test_contig_size1_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6961875Z test_contig_size1_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6962083Z test_contig_size1_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6962300Z test_contig_size1_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6962517Z test_contig_size1_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6962735Z test_contig_size1_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6963004Z test_contig_size1_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6963227Z test_contig_size1_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6963419Z test_contig_size1_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6963631Z test_contig_size1_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6963837Z test_contig_size1_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6964045Z test_contig_size1_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6964255Z test_contig_size1_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6964459Z test_contig_size1_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6964681Z test_contig_size1_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6964897Z test_contig_size1_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6965098Z test_contig_size1_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6965315Z test_contig_size1_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6965523Z test_contig_size1_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6965735Z test_contig_size1_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6965947Z test_contig_size1_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6966158Z test_contig_size1_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6966369Z test_contig_size1_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6966585Z test_contig_size1_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6966777Z test_contig_size1_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6967051Z test_contig_size1_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6967266Z test_contig_size1_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6967479Z test_contig_size1_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6967686Z test_contig_size1_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6967899Z test_contig_size1_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6968109Z test_contig_size1_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6968318Z test_contig_size1_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6968531Z test_contig_size1_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6968729Z test_contig_size1_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6968948Z test_contig_size1_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6969168Z test_contig_size1_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6969386Z test_contig_size1_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6969609Z test_contig_size1_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6969824Z test_contig_size1_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6970036Z test_contig_size1_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6970245Z test_contig_size1_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6970535Z test_contig_size1_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6970759Z test_contig_size1_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6970974Z test_contig_size1_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6971186Z test_contig_size1_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6971396Z test_contig_size1_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6971602Z test_contig_size1_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6971810Z test_contig_size1_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6972020Z test_contig_size1_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6972205Z test_contig_size1_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6972422Z test_contig_size1_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6972628Z test_contig_size1_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6972830Z test_contig_size1_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6973030Z test_contig_size1_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6973235Z test_contig_size1_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6973435Z test_contig_size1_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6973648Z test_contig_size1_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6973833Z test_contig_size1_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6974040Z test_contig_size1_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6974253Z test_contig_size1_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6974462Z test_contig_size1_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6974733Z test_contig_size1_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6974940Z test_contig_size1_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6975146Z test_contig_size1_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6975353Z test_contig_size1_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6975559Z test_contig_size1_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6975752Z test_contig_size1_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6975970Z test_contig_size1_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6976187Z test_contig_size1_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6976398Z test_contig_size1_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6976614Z test_contig_size1_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6976826Z test_contig_size1_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6977037Z test_contig_size1_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6977248Z test_contig_size1_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6977433Z test_contig_size1_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6977647Z test_contig_size1_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6977856Z test_contig_size1_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6978114Z test_contig_size1_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6978338Z test_contig_size1_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6978548Z test_contig_size1_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6978754Z test_contig_size1_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6978960Z test_contig_size1_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6979145Z test_contig_size1_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6979352Z test_contig_size1_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6979555Z test_contig_size1_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6979771Z test_contig_size1_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6979978Z test_contig_size1_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6980196Z test_contig_size1_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6980419Z test_contig_size1_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6980633Z test_contig_size1_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6980823Z test_contig_size1_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6981035Z test_contig_size1_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6981245Z test_contig_size1_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6981452Z test_contig_size1_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6981652Z test_contig_size1_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6981849Z test_contig_size1_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6982059Z test_contig_size1_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6982318Z test_contig_size1_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6982531Z test_contig_size1_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6982723Z test_contig_size1_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6982936Z test_contig_size1_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6983149Z test_contig_size1_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6983363Z test_contig_size1_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6983572Z test_contig_size1_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6983782Z test_contig_size1_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6983994Z test_contig_size1_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6984207Z test_contig_size1_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6984392Z test_contig_size1_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6984602Z test_contig_size1_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6984810Z test_contig_size1_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6985030Z test_contig_size1_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6985244Z test_contig_size1_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6985462Z test_contig_size1_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6985716Z test_contig_size1_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6986008Z test_contig_size1_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6986211Z test_contig_size1_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6986418Z test_contig_size1_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6986625Z test_contig_size1_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6986831Z test_contig_size1_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6987033Z test_contig_size1_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6987235Z test_contig_size1_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6987448Z test_contig_size1_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6987651Z test_contig_size1_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6987853Z test_contig_size1_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6988072Z test_contig_size1_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6988281Z test_contig_size1_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6988490Z test_contig_size1_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6988696Z test_contig_size1_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6988907Z test_contig_size1_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6989115Z test_contig_size1_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6989330Z test_contig_size1_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6989541Z test_contig_size1_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6989733Z test_contig_size1_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6989994Z test_contig_size1_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6990209Z test_contig_size1_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6990418Z test_contig_size1_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6990960Z test_contig_size1_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6991194Z test_contig_size1_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6991403Z test_contig_size1_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6991609Z test_contig_size1_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6991793Z test_contig_size1_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6992004Z test_contig_size1_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6992212Z test_contig_size1_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6992428Z test_contig_size1_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6992636Z test_contig_size1_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6992855Z test_contig_size1_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6993065Z test_contig_size1_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6993277Z test_contig_size1_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6993467Z test_contig_size1_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6993681Z test_contig_size1_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6993976Z test_contig_size1_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6994201Z test_contig_size1_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6994417Z test_contig_size1_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6994631Z test_contig_size1_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6994843Z test_contig_size1_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6995054Z test_contig_size1_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6995261Z test_contig_size1_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6995451Z test_contig_size1_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6995660Z test_contig_size1_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6995866Z test_contig_size1_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6996072Z test_contig_size1_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6996277Z test_contig_size1_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6996485Z test_contig_size1_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6996689Z test_contig_size1_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6996891Z test_contig_size1_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6997073Z test_contig_size1_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6997274Z test_contig_size1_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6997478Z test_contig_size1_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6997676Z test_contig_size1_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6997937Z test_contig_size1_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6998135Z test_contig_size1_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6998329Z test_contig_size1_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6998547Z test_contig_size1_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6998742Z test_contig_size1_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6998957Z test_contig_size1_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6999167Z test_contig_size1_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6999370Z test_contig_size1_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6999584Z test_contig_size1_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.6999800Z test_contig_size1_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7000010Z test_contig_size1_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7000217Z test_contig_size1_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7000404Z test_contig_size1_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7000607Z test_contig_size1_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7000806Z test_contig_size1_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7001004Z test_contig_size1_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7001206Z test_contig_size1_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7001446Z test_contig_size1_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7001680Z test_contig_size1_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7001901Z test_contig_size1_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7002123Z test_contig_size1_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7002325Z test_contig_size1_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7002546Z test_contig_size1_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7002760Z test_contig_size1_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7002980Z test_contig_size1_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7003193Z test_contig_size1_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7003407Z test_contig_size1_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7003623Z test_contig_size1_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7003832Z test_contig_size1_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7004025Z test_contig_size1_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7004238Z test_contig_size1_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7004450Z test_contig_size1_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7004660Z test_contig_size1_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7004876Z test_contig_size1_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7005096Z test_contig_size1_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7005308Z test_contig_size1_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7005573Z test_contig_size1_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7005765Z test_contig_size1_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7005975Z test_contig_size1_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7006186Z test_contig_size1_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7006394Z test_contig_size1_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7006604Z test_contig_size1_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7006813Z test_contig_size1_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7007019Z test_contig_size1_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7007236Z test_contig_size1_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7007447Z test_contig_size1_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7007646Z test_contig_size1_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7007863Z test_contig_size1_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7008077Z test_contig_size1_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7008285Z test_contig_size1_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7008497Z test_contig_size1_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7008703Z test_contig_size1_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7008952Z test_contig_size1_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7009167Z test_contig_size1_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7009359Z test_contig_size1_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7009560Z test_contig_size1_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7009774Z test_contig_size1_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7009984Z test_contig_size1_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7010199Z test_contig_size1_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7010414Z test_contig_size1_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7010628Z test_contig_size1_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7010841Z test_contig_size1_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7011035Z test_contig_size1_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7011241Z test_contig_size1_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7011448Z test_contig_size1_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7011662Z test_contig_size1_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7011883Z test_contig_size1_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7012096Z test_contig_size1_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7012315Z test_contig_size1_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7012531Z test_contig_size1_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7012746Z test_contig_size1_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7012993Z test_contig_size1_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7013207Z test_contig_size1_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7013413Z test_contig_size1_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7013626Z test_contig_size1_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7013844Z test_contig_size1_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7014056Z test_contig_size1_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7014265Z test_contig_size1_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7014485Z test_contig_size1_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7014685Z test_contig_size1_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7014902Z test_contig_size1_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7015113Z test_contig_size1_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7015322Z test_contig_size1_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7015527Z test_contig_size1_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7015740Z test_contig_size1_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7015949Z test_contig_size1_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7016156Z test_contig_size1_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7016345Z test_contig_size1_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7016598Z test_contig_size1_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7016843Z test_contig_size1_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7017066Z test_contig_size1_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7017303Z test_contig_size1_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7017538Z test_contig_size1_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7017764Z test_contig_size1_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7017982Z test_contig_size1_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7018196Z test_contig_size1_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7018403Z test_contig_size1_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7018630Z test_contig_size1_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7018852Z test_contig_size1_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7019081Z test_contig_size1_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7019301Z test_contig_size1_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7019528Z test_contig_size1_large_dim_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7019748Z test_contig_size1_large_dim_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7019978Z test_contig_size1_large_dim_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7020206Z test_contig_size1_large_dim_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7020409Z test_contig_size1_large_dim_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7020689Z test_contig_size1_large_dim_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7020912Z test_contig_size1_large_dim_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7021129Z test_contig_size1_large_dim_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7021346Z test_contig_size1_large_dim_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7021563Z test_contig_size1_large_dim_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7021779Z test_contig_size1_large_dim_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7021997Z test_contig_size1_large_dim_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7022195Z test_contig_size1_large_dim_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7022431Z test_contig_size1_large_dim_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7022648Z test_contig_size1_large_dim_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7022877Z test_contig_size1_large_dim_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7023105Z test_contig_size1_large_dim_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7023326Z test_contig_size1_large_dim_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7023548Z test_contig_size1_large_dim_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7023761Z test_contig_size1_large_dim_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7024024Z test_contig_size1_large_dim_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7024237Z test_contig_size1_large_dim_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7024455Z test_contig_size1_large_dim_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7024678Z test_contig_size1_large_dim_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7024897Z test_contig_size1_large_dim_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7025119Z test_contig_size1_large_dim_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7025346Z test_contig_size1_large_dim_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7025566Z test_contig_size1_large_dim_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7025803Z test_contig_size1_large_dim_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7026014Z test_contig_size1_large_dim_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7026241Z test_contig_size1_large_dim_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7026465Z test_contig_size1_large_dim_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7026689Z test_contig_size1_large_dim_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7026902Z test_contig_size1_large_dim_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7027121Z test_contig_size1_large_dim_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7027344Z test_contig_size1_large_dim_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7027565Z test_contig_size1_large_dim_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7027782Z test_contig_size1_large_dim_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7028032Z test_contig_size1_large_dim_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7028250Z test_contig_size1_large_dim_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7028478Z test_contig_size1_large_dim_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7028707Z test_contig_size1_large_dim_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7028924Z test_contig_size1_large_dim_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7029145Z test_contig_size1_large_dim_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7029360Z test_contig_size1_large_dim_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7029577Z test_contig_size1_large_dim_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7029797Z test_contig_size1_large_dim_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7029998Z test_contig_size1_large_dim_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7030219Z test_contig_size1_large_dim_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7030440Z test_contig_size1_large_dim_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7030988Z test_contig_size1_large_dim_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7031220Z test_contig_size1_large_dim_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7031455Z test_contig_size1_large_dim_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7031761Z test_contig_size1_large_dim_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7031993Z test_contig_size1_large_dim_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7032199Z test_contig_size1_large_dim_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7032414Z test_contig_size1_large_dim_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7032627Z test_contig_size1_large_dim_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7032848Z test_contig_size1_large_dim_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7033061Z test_contig_size1_large_dim_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7033280Z test_contig_size1_large_dim_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7033504Z test_contig_size1_large_dim_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7033720Z test_contig_size1_large_dim_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7033950Z test_contig_size1_large_dim_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7034149Z test_contig_size1_large_dim_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7034379Z test_contig_size1_large_dim_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7034608Z test_contig_size1_large_dim_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7034837Z test_contig_size1_large_dim_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7035065Z test_contig_size1_large_dim_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7035289Z test_contig_size1_large_dim_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7035505Z test_contig_size1_large_dim_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7035797Z test_contig_size1_large_dim_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7036017Z test_contig_size1_large_dim_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7036219Z test_contig_size1_large_dim_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7036440Z test_contig_size1_large_dim_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7036657Z test_contig_size1_large_dim_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7036878Z test_contig_size1_large_dim_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7037097Z test_contig_size1_large_dim_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7037327Z test_contig_size1_large_dim_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7037556Z test_contig_size1_large_dim_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7037771Z test_contig_size1_large_dim_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7037974Z test_contig_size1_large_dim_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7038188Z test_contig_size1_large_dim_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7038400Z test_contig_size1_large_dim_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7038621Z test_contig_size1_large_dim_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7038844Z test_contig_size1_large_dim_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7039126Z test_contig_size1_large_dim_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7039363Z test_contig_size1_large_dim_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7039581Z test_contig_size1_large_dim_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7039812Z test_contig_size1_large_dim_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7040010Z test_contig_size1_large_dim_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7040246Z test_contig_size1_large_dim_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7040473Z test_contig_size1_large_dim_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7040694Z test_contig_size1_large_dim_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7040919Z test_contig_size1_large_dim_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7041135Z test_contig_size1_large_dim_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7041348Z test_contig_size1_large_dim_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7041562Z test_contig_size1_large_dim_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7041779Z test_contig_size1_large_dim_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7041979Z test_contig_size1_large_dim_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7042193Z test_contig_size1_large_dim_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7042407Z test_contig_size1_large_dim_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7042644Z test_contig_size1_large_dim_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7042869Z test_contig_size1_large_dim_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7043170Z test_contig_size1_large_dim_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7043407Z test_contig_size1_large_dim_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7043640Z test_contig_size1_large_dim_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7043851Z test_contig_size1_large_dim_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7044077Z test_contig_size1_large_dim_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7044298Z test_contig_size1_large_dim_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7044530Z test_contig_size1_large_dim_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7044751Z test_contig_size1_large_dim_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7044969Z test_contig_size1_large_dim_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7045188Z test_contig_size1_large_dim_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7045414Z test_contig_size1_large_dim_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7045640Z test_contig_size1_large_dim_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7045851Z test_contig_size1_large_dim_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7046081Z test_contig_size1_large_dim_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7046359Z test_contig_size1_large_dim_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7046592Z test_contig_size1_large_dim_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7046820Z test_contig_size1_large_dim_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7047046Z test_contig_size1_large_dim_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7047262Z test_contig_size1_large_dim_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7047487Z test_contig_size1_large_dim_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7047714Z test_contig_size1_large_dim_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7047916Z test_contig_size1_large_dim_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7048139Z test_contig_size1_large_dim_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7048359Z test_contig_size1_large_dim_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7048577Z test_contig_size1_large_dim_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7048798Z test_contig_size1_large_dim_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7049018Z test_contig_size1_large_dim_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7049239Z test_contig_size1_large_dim_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7049459Z test_contig_size1_large_dim_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7049655Z test_contig_size1_large_dim_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7049884Z test_contig_size1_large_dim_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7050105Z test_contig_size1_large_dim_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7050391Z test_contig_size1_large_dim_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7050622Z test_contig_size1_large_dim_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7050847Z test_contig_size1_large_dim_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7051066Z test_contig_size1_large_dim_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7051283Z test_contig_size1_large_dim_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7051501Z test_contig_size1_large_dim_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7051694Z test_contig_size1_large_dim_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7051915Z test_contig_size1_large_dim_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7052134Z test_contig_size1_large_dim_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7052359Z test_contig_size1_large_dim_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7052587Z test_contig_size1_large_dim_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7052811Z test_contig_size1_large_dim_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7053028Z test_contig_size1_large_dim_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7053245Z test_contig_size1_large_dim_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7053441Z test_contig_size1_large_dim_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7107962Z test_contig_size1_large_dim_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7108336Z test_contig_size1_large_dim_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7108560Z test_contig_size1_large_dim_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7108769Z test_contig_size1_large_dim_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7109006Z test_contig_size1_large_dim_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7109212Z test_contig_size1_large_dim_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7109447Z test_contig_size1_large_dim_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7109665Z test_contig_size1_large_dim_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7109896Z test_contig_size1_large_dim_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7110114Z test_contig_size1_large_dim_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7110346Z test_contig_size1_large_dim_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7110893Z test_contig_size1_large_dim_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7111185Z test_contig_size1_large_dim_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7111411Z test_contig_size1_large_dim_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7111619Z test_contig_size1_large_dim_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7111839Z test_contig_size1_large_dim_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7112041Z test_contig_size1_large_dim_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7112258Z test_contig_size1_large_dim_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7112588Z test_contig_size1_large_dim_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7112821Z test_contig_size1_large_dim_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7113039Z test_contig_size1_large_dim_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7113250Z test_contig_size1_large_dim_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7113464Z test_contig_size1_large_dim_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7113684Z test_contig_size1_large_dim_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7113891Z test_contig_size1_large_dim_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7114113Z test_contig_size1_large_dim_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7114319Z test_contig_size1_large_dim_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7114534Z test_contig_size1_large_dim_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7114805Z test_contig_size1_large_dim_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7114970Z test_contig_size1_large_dim_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7115168Z test_contig_size1_large_dim_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7115371Z test_contig_size1_large_dim_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7115599Z test_contig_size1_large_dim_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7115815Z test_contig_size1_large_dim_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7116110Z test_contig_size1_large_dim_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7116339Z test_contig_size1_large_dim_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7116559Z test_contig_size1_large_dim_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7116829Z test_contig_size1_large_dim_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7117165Z test_contig_size1_large_dim_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7117528Z test_contig_size1_large_dim_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7117891Z test_contig_size1_large_dim_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7118261Z test_contig_size1_large_dim_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7118498Z test_contig_size1_large_dim_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7118752Z test_contig_size1_large_dim_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7118979Z test_contig_size1_large_dim_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7119222Z test_contig_size1_large_dim_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7119450Z test_contig_size1_large_dim_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7119676Z test_contig_size1_large_dim_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7119918Z test_contig_size1_large_dim_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7120144Z test_contig_size1_large_dim_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7120383Z test_contig_size1_large_dim_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7120698Z test_contig_size1_large_dim_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7120932Z test_contig_size1_large_dim_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7121146Z test_contig_size1_large_dim_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7121377Z test_contig_size1_large_dim_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7121585Z test_contig_size1_large_dim_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7121796Z test_contig_size1_large_dim_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7122016Z test_contig_size1_large_dim_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7122232Z test_contig_size1_large_dim_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7122464Z test_contig_size1_large_dim_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7122677Z test_contig_size1_large_dim_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7122887Z test_contig_size1_large_dim_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7123105Z test_contig_size1_large_dim_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7123313Z test_contig_size1_large_dim_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7123511Z test_contig_size1_large_dim_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7123728Z test_contig_size1_large_dim_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7124013Z test_contig_size1_large_dim_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7124248Z test_contig_size1_large_dim_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7124467Z test_contig_size1_large_dim_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7124679Z test_contig_size1_large_dim_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7124890Z test_contig_size1_large_dim_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7125108Z test_contig_size1_large_dim_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7125338Z test_contig_size1_large_dim_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7125551Z test_contig_size1_large_dim_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7125764Z test_contig_size1_large_dim_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7125976Z test_contig_size1_large_dim_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7126204Z test_contig_size1_large_dim_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7126407Z test_contig_size1_large_dim_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7126625Z test_contig_size1_large_dim_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7126858Z test_contig_size1_large_dim_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7127073Z test_contig_size1_large_dim_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7127264Z test_contig_size1_large_dim_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7127488Z test_contig_size1_large_dim_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7127710Z test_contig_size1_large_dim_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7127987Z test_contig_size1_large_dim_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7128215Z test_contig_size1_large_dim_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7128430Z test_contig_size1_large_dim_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7128652Z test_contig_size1_large_dim_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7128864Z test_contig_size1_large_dim_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7129085Z test_contig_size1_large_dim_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7129286Z test_contig_size1_large_dim_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7129495Z test_contig_size1_large_dim_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7129721Z test_contig_size1_large_dim_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7129938Z test_contig_size1_large_dim_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7130162Z test_contig_size1_large_dim_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7130379Z test_contig_size1_large_dim_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7130599Z test_contig_size1_large_dim_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7130808Z test_contig_size1_large_dim_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7131032Z test_contig_size1_large_dim_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7131283Z test_contig_size1_large_dim_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7131515Z test_contig_size1_large_dim_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7131743Z test_contig_size1_large_dim_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7131954Z test_contig_size1_large_dim_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7132186Z test_contig_size1_large_dim_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7132407Z test_contig_size1_large_dim_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7132629Z test_contig_size1_large_dim_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7132843Z test_contig_size1_large_dim_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7133052Z test_contig_size1_large_dim_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7133289Z test_contig_size1_large_dim_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7133502Z test_contig_size1_large_dim_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7133719Z test_contig_size1_large_dim_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7133927Z test_contig_size1_large_dim_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7134149Z test_contig_size1_large_dim_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7134353Z test_contig_size1_large_dim_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7134573Z test_contig_size1_large_dim_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7134783Z test_contig_size1_large_dim_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7134987Z test_contig_size1_large_dim_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7135319Z test_contig_size1_large_dim_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7135526Z test_contig_size1_large_dim_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7135735Z test_contig_size1_large_dim_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7135954Z test_contig_size1_large_dim_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7136155Z test_contig_size1_large_dim_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7136368Z test_contig_size1_large_dim_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7136576Z test_contig_size1_large_dim_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7136803Z test_contig_size1_large_dim_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7137004Z test_contig_size1_large_dim_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7137215Z test_contig_size1_large_dim_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7137440Z test_contig_size1_large_dim_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7137660Z test_contig_size1_large_dim_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7137868Z test_contig_size1_large_dim_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7138085Z test_contig_size1_large_dim_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7138287Z test_contig_size1_large_dim_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7138566Z test_contig_size1_large_dim_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7138784Z test_contig_size1_large_dim_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7138994Z test_contig_size1_large_dim_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7139221Z test_contig_size1_large_dim_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7139434Z test_contig_size1_large_dim_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7139662Z test_contig_size1_large_dim_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7139873Z test_contig_size1_large_dim_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7140093Z test_contig_size1_large_dim_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7140302Z test_contig_size1_large_dim_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7140522Z test_contig_size1_large_dim_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7140727Z test_contig_size1_large_dim_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7140939Z test_contig_size1_large_dim_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7141160Z test_contig_size1_large_dim_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7141364Z test_contig_size1_large_dim_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7141586Z test_contig_size1_large_dim_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7141792Z test_contig_size1_large_dim_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7142013Z test_contig_size1_large_dim_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7142220Z test_contig_size1_large_dim_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7142470Z test_contig_size1_large_dim_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7142687Z test_contig_size1_large_dim_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7142894Z test_contig_size1_large_dim_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7143114Z test_contig_size1_large_dim_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7143324Z test_contig_size1_large_dim_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7143555Z test_contig_size1_large_dim_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7143786Z test_contig_size1_large_dim_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7144019Z test_contig_size1_large_dim_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7144250Z test_contig_size1_large_dim_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7144451Z test_contig_size1_large_dim_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7144672Z test_contig_size1_large_dim_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7144890Z test_contig_size1_large_dim_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7145097Z test_contig_size1_large_dim_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7145312Z test_contig_size1_large_dim_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7145516Z test_contig_size1_large_dim_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7145769Z test_contig_size1_large_dim_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7145998Z test_contig_size1_large_dim_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7146228Z test_contig_size1_large_dim_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7146434Z test_contig_size1_large_dim_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7146644Z test_contig_size1_large_dim_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7146868Z test_contig_size1_large_dim_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7147071Z test_contig_size1_large_dim_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7147292Z test_contig_size1_large_dim_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7147503Z test_contig_size1_large_dim_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7147719Z test_contig_size1_large_dim_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7147929Z test_contig_size1_large_dim_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7148132Z test_contig_size1_large_dim_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7148353Z test_contig_size1_large_dim_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7148571Z test_contig_size1_large_dim_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7148799Z test_contig_size1_large_dim_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7149017Z test_contig_size1_large_dim_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7149240Z test_contig_size1_large_dim_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7149454Z test_contig_size1_large_dim_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7149721Z test_contig_size1_large_dim_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7149939Z test_contig_size1_large_dim_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7150137Z test_contig_size1_large_dim_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7150337Z test_contig_size1_large_dim_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7150914Z test_contig_size1_large_dim_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7151159Z test_contig_size1_large_dim_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7151386Z test_contig_size1_large_dim_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7151594Z test_contig_size1_large_dim_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7151830Z test_contig_size1_large_dim_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7152051Z test_contig_size1_large_dim_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7152261Z test_contig_size1_large_dim_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7152488Z test_contig_size1_large_dim_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7152700Z test_contig_size1_large_dim_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7152925Z test_contig_size1_large_dim_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7153131Z test_contig_size1_large_dim_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7153436Z test_contig_size1_large_dim_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7153656Z test_contig_size1_large_dim_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7153879Z test_contig_size1_large_dim_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7154083Z test_contig_size1_large_dim_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7154289Z test_contig_size1_large_dim_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7154509Z test_contig_size1_large_dim_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7154719Z test_contig_size1_large_dim_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7154941Z test_contig_size1_large_dim_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7155151Z test_contig_size1_large_dim_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7155370Z test_contig_size1_large_dim_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7155579Z test_contig_size1_large_dim_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7155795Z test_contig_size1_large_dim_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7155995Z test_contig_size1_large_dim_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7156198Z test_contig_size1_large_dim_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7156420Z test_contig_size1_large_dim_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7156630Z test_contig_size1_large_dim_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7156850Z test_contig_size1_large_dim_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7157067Z test_contig_size1_large_dim_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7157344Z test_contig_size1_large_dim_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7157569Z test_contig_size1_large_dim_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7157781Z test_contig_size1_large_dim_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7157981Z test_contig_size1_large_dim_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7158210Z test_contig_size1_large_dim_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7158425Z test_contig_size1_large_dim_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7158647Z test_contig_size1_large_dim_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7158859Z test_contig_size1_large_dim_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7159082Z test_contig_size1_large_dim_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7159291Z test_contig_size1_large_dim_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7159507Z test_contig_size1_large_dim_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7159713Z test_contig_size1_large_dim_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7159914Z test_contig_size1_large_dim_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7160129Z test_contig_size1_large_dim_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7160338Z test_contig_size1_large_dim_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7160598Z test_contig_size1_large_dim_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7160809Z test_contig_size1_large_dim_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7161032Z test_contig_size1_large_dim_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7161229Z test_contig_size1_large_dim_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7161442Z test_contig_size1_large_dim_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7161637Z test_contig_size1_large_dim_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7161844Z test_contig_size1_large_dim_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7162055Z test_contig_size1_large_dim_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7162251Z test_contig_size1_large_dim_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7162484Z test_contig_size1_large_dim_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7162711Z test_contig_size1_large_dim_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7162939Z test_contig_size1_large_dim_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7163151Z test_contig_size1_large_dim_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7163369Z test_contig_size1_large_dim_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7163573Z test_contig_size1_large_dim_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7163785Z test_contig_size1_large_dim_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7164004Z test_contig_size1_large_dim_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7164217Z test_contig_size1_large_dim_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7164488Z test_contig_size1_large_dim_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7164693Z test_contig_size1_large_dim_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7164908Z test_contig_size1_large_dim_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7165111Z test_contig_size1_large_dim_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7165330Z test_contig_size1_large_dim_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7165522Z test_contig_size1_large_dim_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7165742Z test_contig_size1_large_dim_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7165972Z test_contig_size1_large_dim_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7166201Z test_contig_size1_large_dim_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7166441Z test_contig_size1_large_dim_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7166659Z test_contig_size1_large_dim_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7166890Z test_contig_size1_large_dim_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7167102Z test_contig_size1_large_dim_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7167313Z test_contig_size1_large_dim_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7167539Z test_contig_size1_large_dim_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7167796Z test_contig_size1_large_dim_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7168033Z test_contig_size1_large_dim_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7168252Z test_contig_size1_large_dim_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7168473Z test_contig_size1_large_dim_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7168687Z test_contig_size1_large_dim_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7168911Z test_contig_size1_large_dim_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7169131Z test_contig_size1_large_dim_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7169342Z test_contig_size1_large_dim_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7169577Z test_contig_size1_large_dim_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7169788Z test_contig_size1_large_dim_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7170017Z test_contig_size1_large_dim_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7170229Z test_contig_size1_large_dim_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7170450Z test_contig_size1_large_dim_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7170659Z test_contig_size1_large_dim_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7170880Z test_contig_size1_large_dim_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7171090Z test_contig_size1_large_dim_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7171288Z test_contig_size1_large_dim_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7171518Z test_contig_size1_large_dim_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7171782Z test_contig_size1_large_dim_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7172013Z test_contig_size1_large_dim_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7172232Z test_contig_size1_large_dim_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7172460Z test_contig_size1_large_dim_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7172672Z test_contig_size1_large_dim_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7172891Z test_contig_size1_large_dim_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7173089Z test_contig_size1_large_dim_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7173301Z test_contig_size1_large_dim_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7173516Z test_contig_size1_large_dim_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7173723Z test_contig_size1_large_dim_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7173942Z test_contig_size1_large_dim_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7174164Z test_contig_size1_large_dim_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7174383Z test_contig_size1_large_dim_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7174601Z test_contig_size1_large_dim_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7174826Z test_contig_size1_large_dim_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7175079Z test_contig_size1_large_dim_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7175304Z test_contig_size1_large_dim_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7175531Z test_contig_size1_large_dim_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7175746Z test_contig_size1_large_dim_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7175970Z test_contig_size1_large_dim_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7176179Z test_contig_size1_large_dim_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7176416Z test_contig_size1_large_dim_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7176632Z test_contig_size1_large_dim_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7176867Z test_contig_size1_large_dim_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7177072Z test_contig_size1_large_dim_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7177296Z test_contig_size1_large_dim_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7177527Z test_contig_size1_large_dim_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7177738Z test_contig_size1_large_dim_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7177966Z test_contig_size1_large_dim_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7178190Z test_contig_size1_large_dim_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7178398Z test_contig_size1_large_dim_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7178620Z test_contig_size1_large_dim_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7178824Z test_contig_size1_large_dim_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7179107Z test_contig_size1_large_dim_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7179328Z test_contig_size1_large_dim_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7179562Z test_contig_size1_large_dim_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7179787Z test_contig_size1_large_dim_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7180003Z test_contig_size1_large_dim_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7180218Z test_contig_size1_large_dim_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7180439Z test_contig_size1_large_dim_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7180652Z test_contig_size1_large_dim_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7180859Z test_contig_size1_large_dim_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7181080Z test_contig_size1_large_dim_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7181289Z test_contig_size1_large_dim_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7181530Z test_contig_size1_large_dim_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7181755Z test_contig_size1_large_dim_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7182004Z test_contig_size1_large_dim_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7182292Z test_contig_size1_large_dim_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7182545Z test_contig_size1_large_dim_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7182796Z test_contig_size1_large_dim_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7183009Z test_contig_size1_large_dim_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7183253Z test_contig_size1_large_dim_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7183491Z test_contig_size1_large_dim_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7183728Z test_contig_size1_large_dim_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7183954Z test_contig_size1_large_dim_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7184197Z test_contig_size1_large_dim_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7184424Z test_contig_size1_large_dim_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7184643Z test_contig_size1_large_dim_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7184872Z test_contig_size1_large_dim_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7185079Z test_contig_size1_large_dim_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7185383Z test_contig_size1_large_dim_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7185583Z test_contig_size1_large_dim_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7185786Z test_contig_size1_large_dim_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7186018Z test_contig_size1_large_dim_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7186238Z test_contig_size1_large_dim_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7186524Z test_contig_size1_large_dim_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7186752Z test_contig_size1_large_dim_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7186990Z test_contig_size1_large_dim_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7187199Z test_contig_size1_large_dim_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7187426Z test_contig_size1_large_dim_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7187651Z test_contig_size1_large_dim_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7187879Z test_contig_size1_large_dim_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7188101Z test_contig_size1_large_dim_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7188313Z test_contig_size1_large_dim_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7188523Z test_contig_size1_large_dim_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7188730Z test_contig_size1_large_dim_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7188930Z test_contig_size1_large_dim_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7189158Z test_contig_size1_large_dim_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7189368Z test_contig_size1_large_dim_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7189596Z test_contig_size1_large_dim_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7189858Z test_contig_size1_large_dim_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7190102Z test_contig_size1_large_dim_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7190309Z test_contig_size1_large_dim_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7190754Z test_contig_size1_large_dim_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7190964Z test_contig_size1_large_dim_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7191164Z test_contig_size1_large_dim_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7191386Z test_contig_size1_large_dim_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7191599Z test_contig_size1_large_dim_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7191823Z test_contig_size1_large_dim_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7192047Z test_contig_size1_large_dim_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7192275Z test_contig_size1_large_dim_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7192487Z test_contig_size1_large_dim_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7192697Z test_contig_size1_large_dim_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7192924Z test_contig_size1_large_dim_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7193122Z test_contig_size1_large_dim_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7193334Z test_contig_size1_large_dim_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7193545Z test_contig_size1_large_dim_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7193761Z test_contig_size1_large_dim_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7194046Z test_contig_size1_large_dim_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7194272Z test_contig_size1_large_dim_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7194478Z test_contig_size1_large_dim_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7194703Z test_contig_size1_large_dim_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7194911Z test_contig_size1_large_dim_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7195127Z test_contig_size1_large_dim_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7195348Z test_contig_size1_large_dim_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7195557Z test_contig_size1_large_dim_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7195780Z test_contig_size1_large_dim_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7195985Z test_contig_size1_large_dim_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7196199Z test_contig_size1_large_dim_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7196401Z test_contig_size1_large_dim_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7196617Z test_contig_size1_large_dim_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7196817Z test_contig_size1_large_dim_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7197046Z test_contig_size1_large_dim_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7197334Z test_contig_size1_large_dim_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7197586Z test_contig_size1_large_dim_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7197827Z test_contig_size1_large_dim_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7198052Z test_contig_size1_large_dim_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7198270Z test_contig_size1_large_dim_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7198495Z test_contig_size1_large_dim_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7198714Z test_contig_size1_large_dim_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7198988Z test_contig_size1_large_dim_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7199154Z test_contig_size1_large_dim_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7199387Z test_contig_size1_large_dim_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7199603Z test_contig_size1_large_dim_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7199829Z test_contig_size1_large_dim_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7200040Z test_contig_size1_large_dim_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7200262Z test_contig_size1_large_dim_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7200472Z test_contig_size1_large_dim_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7200675Z test_contig_size1_large_dim_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7200900Z test_contig_size1_large_dim_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7201169Z test_contig_size1_large_dim_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7201389Z test_contig_size1_large_dim_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7201599Z test_contig_size1_large_dim_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7201815Z test_contig_size1_large_dim_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7202026Z test_contig_size1_large_dim_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7202246Z test_contig_size1_large_dim_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7202469Z test_contig_size1_large_dim_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7202681Z test_contig_size1_large_dim_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7202909Z test_contig_size1_large_dim_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7203130Z test_contig_size1_large_dim_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7203352Z test_contig_size1_large_dim_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7203564Z test_contig_size1_large_dim_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7203786Z test_contig_size1_large_dim_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7203992Z test_contig_size1_large_dim_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7204205Z test_contig_size1_large_dim_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7204458Z test_contig_size1_large_dim_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7204665Z test_contig_size1_large_dim_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7204921Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7205165Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7205406Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7205652Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7205894Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7206135Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7206384Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7206614Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7206843Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7207076Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7207325Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7207558Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7207800Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7208036Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7208285Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7208572Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7208817Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7209042Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7209279Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7209520Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7209749Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7209993Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7210235Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7210473Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7210696Z test_contig_size1_large_dim_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7210922Z test_contig_size1_large_dim_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7211136Z test_contig_size1_large_dim_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7211354Z test_contig_size1_large_dim_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7211631Z test_contig_size1_large_dim_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7211859Z test_contig_size1_large_dim_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7212083Z test_contig_size1_large_dim_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7212299Z test_contig_size1_large_dim_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7212520Z test_contig_size1_large_dim_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7212741Z test_contig_size1_large_dim_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7212963Z test_contig_size1_large_dim_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7213173Z test_contig_size1_large_dim_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7213395Z test_contig_size1_large_dim_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7213619Z test_contig_size1_large_dim_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7213842Z test_contig_size1_large_dim_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7214068Z test_contig_size1_large_dim_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7214277Z test_contig_size1_large_dim_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7214487Z test_contig_size1_large_dim_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7214703Z test_contig_size1_large_dim_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7214896Z test_contig_size1_large_dim_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7215102Z test_contig_size1_large_dim_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7215315Z test_contig_size1_large_dim_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7215623Z test_contig_size1_large_dim_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7215872Z test_contig_size1_large_dim_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7216108Z test_contig_size1_large_dim_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7216345Z test_contig_size1_large_dim_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7216574Z test_contig_size1_large_dim_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7216817Z test_contig_size1_large_dim_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7217044Z test_contig_size1_large_dim_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7217276Z test_contig_size1_large_dim_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7217541Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7217800Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7218035Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7218270Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7218533Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7218821Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7219086Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7219337Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7219572Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7219811Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7220052Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7220307Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7220554Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7220794Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7221047Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7221285Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7221534Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7221769Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7222023Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7222256Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7222505Z test_contig_size1_large_dim_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7222797Z test_contig_size1_large_dim_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7223046Z test_contig_size1_large_dim_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7223272Z test_contig_size1_large_dim_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7223520Z test_contig_size1_large_dim_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7223759Z test_contig_size1_large_dim_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7223985Z test_contig_size1_large_dim_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7224235Z test_contig_size1_large_dim_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7224473Z test_contig_size1_large_dim_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7224717Z test_contig_size1_large_dim_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7224945Z test_contig_size1_large_dim_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7225193Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7225432Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7225658Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7225898Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7226171Z test_contig_size1_large_dim_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7226409Z test_contig_size1_large_dim_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7226656Z test_contig_size1_large_dim_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7226891Z test_contig_size1_large_dim_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7227126Z test_contig_size1_large_dim_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7227359Z test_contig_size1_large_dim_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7227599Z test_contig_size1_large_dim_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7227826Z test_contig_size1_large_dim_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7228072Z test_contig_size1_large_dim_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7228307Z test_contig_size1_large_dim_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7228536Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7228783Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7229017Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7229246Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7229491Z test_contig_size1_large_dim_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7229737Z test_contig_size1_large_dim_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7230026Z test_contig_size1_large_dim_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7230263Z test_contig_size1_large_dim_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7230651Z test_contig_size1_large_dim_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7230879Z test_contig_size1_large_dim_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7231123Z test_contig_size1_large_dim_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7231359Z test_contig_size1_large_dim_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7231621Z test_contig_size1_large_dim_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7231868Z test_contig_size1_large_dim_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7232120Z test_contig_size1_large_dim_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7232362Z test_contig_size1_large_dim_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7232610Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7232865Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7233100Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7233409Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7233682Z test_contig_size1_large_dim_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7233931Z test_contig_size1_large_dim_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7234183Z test_contig_size1_large_dim_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7234476Z test_contig_size1_large_dim_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7234719Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7234969Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7235215Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7235451Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7235683Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7235934Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7236169Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7236412Z test_contig_size1_large_dim_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7236667Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7236933Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7237186Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7237507Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7237743Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7237968Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7238224Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7238463Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7238715Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7238958Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7239214Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7239462Z test_contig_size1_large_dim_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7239712Z test_contig_size1_large_dim_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7239962Z test_contig_size1_large_dim_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7240194Z test_contig_size1_large_dim_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7240441Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7240746Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7241007Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7241259Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7241496Z test_contig_size1_large_dim_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7241746Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7241991Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7242247Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7242493Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7242728Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7242977Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7243216Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7243467Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7243700Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7243937Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7244194Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7244437Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7244744Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7244971Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7245210Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7245456Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7245695Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7245949Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7246194Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7246451Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7246699Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7246951Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7247175Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7247417Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7247652Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7247997Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7248246Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7248496Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7248739Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7248989Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7249228Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7249476Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7249704Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7249938Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7250184Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7250421Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7250668Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7250909Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7251156Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7251398Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7251637Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7251915Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7252159Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7252396Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7252642Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7252865Z test_contig_size1_large_dim_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7253104Z test_contig_size1_large_dim_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7253340Z test_contig_size1_large_dim_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7253579Z test_contig_size1_large_dim_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7253810Z test_contig_size1_large_dim_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7254022Z test_contig_size1_large_dim_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7254252Z test_contig_size1_large_dim_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7254474Z test_contig_size1_large_dim_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7254709Z test_contig_size1_large_dim_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7254928Z test_contig_size1_large_dim_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7255190Z test_contig_size1_large_dim_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7255437Z test_contig_size1_large_dim_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7255659Z test_contig_size1_large_dim_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7255882Z test_contig_size1_large_dim_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7256091Z test_contig_size1_large_dim_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7256315Z test_contig_size1_large_dim_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7256544Z test_contig_size1_large_dim_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7256759Z test_contig_size1_large_dim_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7256989Z test_contig_size1_large_dim_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7257218Z test_contig_size1_large_dim_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7257441Z test_contig_size1_large_dim_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7257654Z test_contig_size1_large_dim_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7257873Z test_contig_size1_large_dim_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7258074Z test_contig_size1_large_dim_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7258292Z test_contig_size1_large_dim_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7258513Z test_contig_size1_large_dim_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7258749Z test_contig_size1_large_dim_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7259033Z test_contig_size1_large_dim_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7259261Z test_contig_size1_large_dim_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7259472Z test_contig_size1_large_dim_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7259693Z test_contig_size1_large_dim_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7259894Z test_contig_size1_large_dim_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7260104Z test_contig_size1_large_dim_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7260324Z test_contig_size1_large_dim_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7260535Z test_contig_size1_large_dim_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7260782Z test_contig_size1_large_dim_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7261009Z test_contig_size1_large_dim_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7261245Z test_contig_size1_large_dim_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7261487Z test_contig_size1_large_dim_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7261715Z test_contig_size1_large_dim_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7261926Z test_contig_size1_large_dim_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7262158Z test_contig_size1_large_dim_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7262430Z test_contig_size1_large_dim_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7262666Z test_contig_size1_large_dim_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7262884Z test_contig_size1_large_dim_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7263112Z test_contig_size1_large_dim_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7263333Z test_contig_size1_large_dim_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7263556Z test_contig_size1_large_dim_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7263777Z test_contig_size1_large_dim_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7263985Z test_contig_size1_large_dim_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7264211Z test_contig_size1_large_dim_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7264424Z test_contig_size1_large_dim_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7264645Z test_contig_size1_large_dim_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7264859Z test_contig_size1_large_dim_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7265075Z test_contig_size1_large_dim_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7265279Z test_contig_size1_large_dim_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7265513Z test_contig_size1_large_dim_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7265738Z test_contig_size1_large_dim_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7265982Z test_contig_size1_large_dim_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7266209Z test_contig_size1_large_dim_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7266504Z test_contig_size1_large_dim_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7266726Z test_contig_size1_large_dim_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7266963Z test_contig_size1_large_dim_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7267197Z test_contig_size1_large_dim_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7267438Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7267674Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7267921Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7268152Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7268375Z test_contig_size1_large_dim_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7268595Z test_contig_size1_large_dim_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7268818Z test_contig_size1_large_dim_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7269046Z test_contig_size1_large_dim_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7269265Z test_contig_size1_large_dim_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7269486Z test_contig_size1_large_dim_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7269743Z test_contig_size1_large_dim_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7269963Z test_contig_size1_large_dim_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7270182Z test_contig_size1_large_dim_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7270393Z test_contig_size1_large_dim_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7270809Z test_contig_size1_large_dim_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7271027Z test_contig_size1_large_dim_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7271236Z test_contig_size1_large_dim_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7271450Z test_contig_size1_large_dim_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7271667Z test_contig_size1_large_dim_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7271893Z test_contig_size1_large_dim_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7272102Z test_contig_size1_large_dim_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7272327Z test_contig_size1_large_dim_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7272542Z test_contig_size1_large_dim_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7272755Z test_contig_size1_large_dim_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7272969Z test_contig_size1_large_dim_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7273185Z test_contig_size1_large_dim_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7273398Z test_contig_size1_large_dim_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7273612Z test_contig_size1_large_dim_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7273895Z test_contig_size1_large_dim_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7274090Z test_contig_size1_large_dim_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7274314Z test_contig_size1_large_dim_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7274526Z test_contig_size1_large_dim_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7274756Z test_contig_size1_large_dim_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7274975Z test_contig_size1_large_dim_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7275193Z test_contig_size1_large_dim_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7275414Z test_contig_size1_large_dim_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7275633Z test_contig_size1_large_dim_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7275835Z test_contig_size1_large_dim_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7276055Z test_contig_size1_large_dim_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7276258Z test_contig_size1_large_dim_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7276471Z test_contig_size1_large_dim_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7276676Z test_contig_size1_large_dim_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7276902Z test_contig_size1_large_dim_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7277174Z test_contig_size1_large_dim_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7277425Z test_contig_size1_large_dim_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7277651Z test_contig_size1_large_dim_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7277855Z test_contig_size1_large_dim_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7278080Z test_contig_size1_large_dim_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7278295Z test_contig_size1_large_dim_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7278518Z test_contig_size1_large_dim_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7278733Z test_contig_size1_large_dim_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7278959Z test_contig_size1_large_dim_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7279175Z test_contig_size1_large_dim_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7279387Z test_contig_size1_large_dim_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7279603Z test_contig_size1_large_dim_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7279809Z test_contig_size1_large_dim_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7280028Z test_contig_size1_large_dim_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7280241Z test_contig_size1_large_dim_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7280461Z test_contig_size1_large_dim_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7280673Z test_contig_size1_large_dim_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7280893Z test_contig_size1_large_dim_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7281159Z test_contig_size1_large_dim_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7281376Z test_contig_size1_large_dim_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7281574Z test_contig_size1_large_dim_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7281778Z test_contig_size1_large_dim_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7282005Z test_contig_size1_large_dim_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7282218Z test_contig_size1_large_dim_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7282444Z test_contig_size1_large_dim_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7282663Z test_contig_size1_large_dim_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7282891Z test_contig_size1_large_dim_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7283108Z test_contig_size1_large_dim_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7283329Z test_contig_size1_large_dim_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7283532Z test_contig_size1_large_dim_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7283750Z test_contig_size1_large_dim_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7283967Z test_contig_size1_large_dim_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7284183Z test_contig_size1_large_dim_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7284444Z test_contig_size1_large_dim_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7284682Z test_contig_size1_large_dim_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7284908Z test_contig_size1_large_dim_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7285124Z test_contig_size1_large_dim_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7285326Z test_contig_size1_large_dim_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7285536Z test_contig_size1_large_dim_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7285787Z test_contig_size1_large_dim_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7286002Z test_contig_size1_large_dim_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7286216Z test_contig_size1_large_dim_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7286429Z test_contig_size1_large_dim_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7286642Z test_contig_size1_large_dim_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7286850Z test_contig_size1_large_dim_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7287065Z test_contig_size1_large_dim_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7287258Z test_contig_size1_large_dim_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7287481Z test_contig_size1_large_dim_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7287702Z test_contig_size1_large_dim_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7287928Z test_contig_size1_large_dim_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7288143Z test_contig_size1_large_dim_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7288418Z test_contig_size1_large_dim_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7288628Z test_contig_size1_large_dim_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7288842Z test_contig_size1_large_dim_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7289052Z test_contig_size1_large_dim_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7289252Z test_contig_size1_large_dim_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7289465Z test_contig_size1_large_dim_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7289681Z test_contig_size1_large_dim_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7289898Z test_contig_size1_large_dim_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7290127Z test_contig_size1_large_dim_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7290350Z test_contig_size1_large_dim_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7290570Z test_contig_size1_large_dim_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7290786Z test_contig_size1_large_dim_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7290991Z test_contig_size1_large_dim_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7291205Z test_contig_size1_large_dim_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7291418Z test_contig_size1_large_dim_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7291685Z test_contig_size1_large_dim_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7291907Z test_contig_size1_large_dim_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7292120Z test_contig_size1_large_dim_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7292333Z test_contig_size1_large_dim_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7292569Z test_contig_size1_large_dim_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7292804Z test_contig_size1_large_dim_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7293026Z test_contig_size1_large_dim_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7293263Z test_contig_size1_large_dim_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7293490Z test_contig_size1_large_dim_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7293733Z test_contig_size1_large_dim_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7293964Z test_contig_size1_large_dim_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7294204Z test_contig_size1_large_dim_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7294441Z test_contig_size1_large_dim_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7294680Z test_contig_size1_large_dim_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7294916Z test_contig_size1_large_dim_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7295138Z test_contig_size1_large_dim_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7295367Z test_contig_size1_large_dim_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7295655Z test_contig_size1_large_dim_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7295886Z test_contig_size1_large_dim_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7296122Z test_contig_size1_large_dim_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7296357Z test_contig_size1_large_dim_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7296593Z test_contig_size1_large_dim_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7296829Z test_contig_size1_large_dim_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7297063Z test_contig_size1_large_dim_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7297282Z test_contig_size1_large_dim_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7297510Z test_contig_size1_large_dim_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7297741Z test_contig_size1_large_dim_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7297971Z test_contig_size1_large_dim_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7298199Z test_contig_size1_large_dim_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7298439Z test_contig_size1_large_dim_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7298669Z test_contig_size1_large_dim_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7298942Z test_contig_size1_large_dim_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7299179Z test_contig_size1_large_dim_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7299395Z test_contig_size1_large_dim_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7299627Z test_contig_size1_large_dim_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7299856Z test_contig_size1_large_dim_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7300086Z test_contig_size1_large_dim_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7300324Z test_contig_size1_large_dim_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7300560Z test_contig_size1_large_dim_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7300792Z test_contig_size1_large_dim_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7301025Z test_contig_size1_large_dim_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7301257Z test_contig_size1_large_dim_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7301473Z test_contig_size1_large_dim_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7301703Z test_contig_size1_large_dim_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7301938Z test_contig_size1_large_dim_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7302171Z test_contig_size1_large_dim_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7302410Z test_contig_size1_large_dim_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7302693Z test_contig_size1_large_dim_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7302928Z test_contig_size1_large_dim_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7303162Z test_contig_size1_large_dim_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7303389Z test_contig_size1_large_dim_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7303594Z test_contig_size1_large_dim_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7303826Z test_contig_size1_large_dim_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7304056Z test_contig_size1_large_dim_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7304287Z test_contig_size1_large_dim_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7304531Z test_contig_size1_large_dim_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7304769Z test_contig_size1_large_dim_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7305002Z test_contig_size1_large_dim_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7305228Z test_contig_size1_large_dim_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7305448Z test_contig_size1_large_dim_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7305660Z test_contig_size1_large_dim_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7305929Z test_contig_size1_large_dim_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7306175Z test_contig_size1_large_dim_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7306414Z test_contig_size1_large_dim_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7306639Z test_contig_size1_large_dim_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7306861Z test_contig_size1_large_dim_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7307080Z test_contig_size1_large_dim_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7307310Z test_contig_size1_large_dim_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7307531Z test_contig_size1_large_dim_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7307732Z test_contig_size1_large_dim_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7308040Z test_contig_size1_large_dim_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7308185Z test_contig_size1_large_dim_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7308413Z test_contig_size1_large_dim_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7308657Z test_contig_size1_large_dim_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7308883Z test_contig_size1_large_dim_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7309090Z test_contig_size1_large_dim_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7309309Z test_contig_size1_large_dim_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7309534Z test_contig_size1_large_dim_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7309757Z test_contig_size1_large_dim_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7310042Z test_contig_size1_large_dim_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7310265Z test_contig_size1_large_dim_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7310647Z test_contig_size1_large_dim_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7310890Z test_contig_size1_large_dim_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7311118Z test_contig_size1_large_dim_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7311324Z test_contig_size1_large_dim_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7311547Z test_contig_size1_large_dim_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7311774Z test_contig_size1_large_dim_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7312008Z test_contig_size1_large_dim_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7312247Z test_contig_size1_large_dim_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7312486Z test_contig_size1_large_dim_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7312723Z test_contig_size1_large_dim_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7312960Z test_contig_size1_large_dim_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7313185Z test_contig_size1_large_dim_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7313476Z test_contig_size1_large_dim_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7313732Z test_contig_size1_large_dim_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7313969Z test_contig_size1_large_dim_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7314220Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7314475Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7314721Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7314969Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7315212Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7315464Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7315703Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7315955Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7316203Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7316454Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7316697Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7316940Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7317179Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7317496Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7317740Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7317969Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7318210Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7318456Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7318700Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7318942Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7319183Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7319426Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7319668Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7319914Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7320158Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7320430Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7320684Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7320931Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7321169Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7321410Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7321650Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7321903Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7322140Z test_contig_size1_large_dim_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7322374Z test_contig_size1_large_dim_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7322601Z test_contig_size1_large_dim_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7322836Z test_contig_size1_large_dim_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7323071Z test_contig_size1_large_dim_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7323304Z test_contig_size1_large_dim_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7323533Z test_contig_size1_large_dim_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7323756Z test_contig_size1_large_dim_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7323985Z test_contig_size1_large_dim_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7324212Z test_contig_size1_large_dim_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7324489Z test_contig_size1_large_dim_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7324712Z test_contig_size1_large_dim_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7324947Z test_contig_size1_large_dim_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7325182Z test_contig_size1_large_dim_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7325406Z test_contig_size1_large_dim_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7325627Z test_contig_size1_large_dim_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7325853Z test_contig_size1_large_dim_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7326086Z test_contig_size1_large_dim_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7326367Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7326644Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7326906Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7327183Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7327456Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7327781Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7328066Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7328336Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7328606Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7328869Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7329132Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7329393Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7329636Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7329906Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7330158Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7330420Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7330680Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7330938Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7331199Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7331459Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7331766Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7332024Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7332258Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7332515Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7332772Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7333028Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7333287Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7333538Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7333789Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7334032Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7334372Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7334521Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7334812Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7335050Z test_contig_size1_large_dim_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7335271Z test_contig_size1_large_dim_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7335498Z test_contig_size1_large_dim_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7335727Z test_contig_size1_large_dim_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7335952Z test_contig_size1_large_dim_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7336175Z test_contig_size1_large_dim_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7336396Z test_contig_size1_large_dim_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7336601Z test_contig_size1_large_dim_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7336821Z test_contig_size1_large_dim_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7337044Z test_contig_size1_large_dim_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7337257Z test_contig_size1_large_dim_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7337471Z test_contig_size1_large_dim_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7337687Z test_contig_size1_large_dim_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7337912Z test_contig_size1_large_dim_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7338133Z test_contig_size1_large_dim_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7338363Z test_contig_size1_large_dim_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7338579Z test_contig_size1_large_dim_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7338860Z test_contig_size1_large_dim_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7339083Z test_contig_size1_large_dim_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7339307Z test_contig_size1_large_dim_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7339523Z test_contig_size1_large_dim_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7339740Z test_contig_size1_large_dim_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7339957Z test_contig_size1_large_dim_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7340173Z test_contig_size1_large_dim_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7340374Z test_contig_size1_large_dim_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7340594Z test_contig_size1_large_dim_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7340809Z test_contig_size1_large_dim_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7341034Z test_contig_size1_large_dim_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7341255Z test_contig_size1_large_dim_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7341481Z test_contig_size1_large_dim_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7341699Z test_contig_size1_large_dim_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7341917Z test_contig_size1_large_dim_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7342186Z test_contig_size1_large_dim_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7342396Z test_contig_size1_large_dim_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7342617Z test_contig_size1_large_dim_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7342828Z test_contig_size1_large_dim_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7343042Z test_contig_size1_large_dim_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7343258Z test_contig_size1_large_dim_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7343480Z test_contig_size1_large_dim_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7343689Z test_contig_size1_large_dim_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7343917Z test_contig_size1_large_dim_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7344145Z test_contig_size1_large_dim_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7344361Z test_contig_size1_large_dim_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7344581Z test_contig_size1_large_dim_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7344801Z test_contig_size1_large_dim_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7345019Z test_contig_size1_large_dim_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7345237Z test_contig_size1_large_dim_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7345453Z test_contig_size1_large_dim_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7345665Z test_contig_size1_large_dim_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7345883Z test_contig_size1_large_dim_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7346140Z test_contig_size1_large_dim_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7346366Z test_contig_size1_large_dim_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7346592Z test_contig_size1_large_dim_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7346812Z test_contig_size1_large_dim_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7347032Z test_contig_size1_large_dim_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7347248Z test_contig_size1_large_dim_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7347468Z test_contig_size1_large_dim_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7347682Z test_contig_size1_large_dim_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7347900Z test_contig_size1_large_dim_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7348102Z test_contig_size1_large_dim_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7348314Z test_contig_size1_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7348524Z test_contig_size1_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7348737Z test_contig_size1_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7348948Z test_contig_size1_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7349157Z test_contig_size1_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7349363Z test_contig_size1_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7349606Z test_contig_size1_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7349809Z test_contig_size1_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7350011Z test_contig_size1_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7350219Z test_contig_size1_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7350429Z test_contig_size1_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7350917Z test_contig_size1_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7351137Z test_contig_size1_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7351343Z test_contig_size1_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7351544Z test_contig_size1_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7351745Z test_contig_size1_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7351941Z test_contig_size1_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7352143Z test_contig_size1_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7352339Z test_contig_size1_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7352540Z test_contig_size1_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7352735Z test_contig_size1_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7352946Z test_contig_size1_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7353148Z test_contig_size1_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7353356Z test_contig_size1_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7353544Z test_contig_size1_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7353830Z test_contig_size1_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7354030Z test_contig_size1_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7354229Z test_contig_size1_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7354433Z test_contig_size1_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7354636Z test_contig_size1_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7354837Z test_contig_size1_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7355044Z test_contig_size1_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7355229Z test_contig_size1_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7355444Z test_contig_size1_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7355659Z test_contig_size1_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7355866Z test_contig_size1_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7356064Z test_contig_size1_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7356258Z test_contig_size1_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7356458Z test_contig_size1_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7356653Z test_contig_size1_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7356836Z test_contig_size1_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7357040Z test_contig_size1_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7357313Z test_contig_size1_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7357541Z test_contig_size1_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7357745Z test_contig_size1_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7357957Z test_contig_size1_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7358166Z test_contig_size1_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7358372Z test_contig_size1_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7358576Z test_contig_size1_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7358759Z test_contig_size1_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7358956Z test_contig_size1_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7359161Z test_contig_size1_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7359367Z test_contig_size1_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7359567Z test_contig_size1_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7359770Z test_contig_size1_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7359972Z test_contig_size1_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7360192Z test_contig_size1_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7360393Z test_contig_size1_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7360618Z test_contig_size1_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7360840Z test_contig_size1_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7361061Z test_contig_size1_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7361385Z test_contig_size1_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7361598Z test_contig_size1_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7361811Z test_contig_size1_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7362023Z test_contig_size1_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7362217Z test_contig_size1_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7362428Z test_contig_size1_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7362638Z test_contig_size1_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7362850Z test_contig_size1_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7363058Z test_contig_size1_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7363271Z test_contig_size1_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7363472Z test_contig_size1_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7363669Z test_contig_size1_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7363874Z test_contig_size1_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7364064Z test_contig_size1_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7364263Z test_contig_size1_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7364465Z test_contig_size1_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7364705Z test_contig_size1_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7364924Z test_contig_size1_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7365130Z test_contig_size1_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7365347Z test_contig_size1_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7365559Z test_contig_size1_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7365755Z test_contig_size1_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7365963Z test_contig_size1_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7366164Z test_contig_size1_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7366369Z test_contig_size1_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7366574Z test_contig_size1_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7366773Z test_contig_size1_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7366973Z test_contig_size1_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7367175Z test_contig_size1_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7367364Z test_contig_size1_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7367601Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7367830Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7368057Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7368285Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7368510Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7368794Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7369023Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7369247Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7369468Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7369694Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7369926Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7370159Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7370382Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7370608Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7370838Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7371058Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7371283Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7371489Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7371710Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7371934Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7372199Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7372444Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7372675Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7372901Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7373118Z test_contig_size1_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7373330Z test_contig_size1_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7373529Z test_contig_size1_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7373744Z test_contig_size1_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7382432Z test_contig_size1_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7382653Z test_contig_size1_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7382865Z test_contig_size1_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7383068Z test_contig_size1_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7383277Z test_contig_size1_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7383490Z test_contig_size1_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7383700Z test_contig_size1_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7383898Z test_contig_size1_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7384106Z test_contig_size1_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7384313Z test_contig_size1_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7384600Z test_contig_size1_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7384801Z test_contig_size1_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7384998Z test_contig_size1_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7385200Z test_contig_size1_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7385402Z test_contig_size1_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7385585Z test_contig_size1_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7385832Z test_contig_size1_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7386039Z test_contig_size1_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7386275Z test_contig_size1_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7386511Z test_contig_size1_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7386737Z test_contig_size1_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7386956Z test_contig_size1_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7387175Z test_contig_size1_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7387383Z test_contig_size1_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7387610Z test_contig_size1_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7387834Z test_contig_size1_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7388121Z test_contig_size1_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7388378Z test_contig_size1_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7388618Z test_contig_size1_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7388851Z test_contig_size1_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7389096Z test_contig_size1_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7389340Z test_contig_size1_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7389563Z test_contig_size1_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7389806Z test_contig_size1_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7390047Z test_contig_size1_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7390293Z test_contig_size1_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7390691Z test_contig_size1_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7390933Z test_contig_size1_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7391164Z test_contig_size1_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7391387Z test_contig_size1_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7391611Z test_contig_size1_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7391829Z test_contig_size1_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7392073Z test_contig_size1_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7392404Z test_contig_size1_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7392641Z test_contig_size1_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7392880Z test_contig_size1_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7393110Z test_contig_size1_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7393336Z test_contig_size1_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7393565Z test_contig_size1_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7393792Z test_contig_size1_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7394014Z test_contig_size1_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7394238Z test_contig_size1_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7394456Z test_contig_size1_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7394689Z test_contig_size1_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7394919Z test_contig_size1_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7395137Z test_contig_size1_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7395354Z test_contig_size1_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7395632Z test_contig_size1_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7395881Z test_contig_size1_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7396089Z test_contig_size1_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7396313Z test_contig_size1_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7396537Z test_contig_size1_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7396765Z test_contig_size1_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7396990Z test_contig_size1_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7397214Z test_contig_size1_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7397440Z test_contig_size1_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7397674Z test_contig_size1_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7397902Z test_contig_size1_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7398109Z test_contig_size1_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7398335Z test_contig_size1_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7398553Z test_contig_size1_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7398791Z test_contig_size1_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7399024Z test_contig_size1_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7399254Z test_contig_size1_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7399524Z test_contig_size1_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7399744Z test_contig_size1_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7399956Z test_contig_size1_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7400176Z test_contig_size1_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7400401Z test_contig_size1_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7400628Z test_contig_size1_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7400851Z test_contig_size1_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7401070Z test_contig_size1_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7401290Z test_contig_size1_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7401529Z test_contig_size1_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7401765Z test_contig_size1_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7401984Z test_contig_size1_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7402220Z test_contig_size1_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7402464Z test_contig_size1_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7402706Z test_contig_size1_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7402999Z test_contig_size1_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7403255Z test_contig_size1_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7403494Z test_contig_size1_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7403726Z test_contig_size1_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7403967Z test_contig_size1_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7404189Z test_contig_size1_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7404423Z test_contig_size1_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7404660Z test_contig_size1_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7404895Z test_contig_size1_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7405136Z test_contig_size1_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7405363Z test_contig_size1_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7405582Z test_contig_size1_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7405810Z test_contig_size1_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7406032Z test_contig_size1_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7406257Z test_contig_size1_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7406506Z test_contig_size1_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7406749Z test_contig_size1_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7407042Z test_contig_size1_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7407278Z test_contig_size1_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7407511Z test_contig_size1_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7407747Z test_contig_size1_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7407978Z test_contig_size1_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7408213Z test_contig_size1_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7408435Z test_contig_size1_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7408674Z test_contig_size1_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7408910Z test_contig_size1_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7409147Z test_contig_size1_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7409385Z test_contig_size1_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7409617Z test_contig_size1_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7409851Z test_contig_size1_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7410081Z test_contig_size1_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7410349Z test_contig_size1_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7410581Z test_contig_size1_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7410819Z test_contig_size1_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7411056Z test_contig_size1_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7411293Z test_contig_size1_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7411530Z test_contig_size1_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7411767Z test_contig_size1_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7412004Z test_contig_size1_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7412236Z test_contig_size1_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7412472Z test_contig_size1_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7412688Z test_contig_size1_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7412920Z test_contig_size1_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7413155Z test_contig_size1_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7413397Z test_contig_size1_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7413630Z test_contig_size1_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7413867Z test_contig_size1_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7414100Z test_contig_size1_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7414397Z test_contig_size1_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7414622Z test_contig_size1_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7414837Z test_contig_size1_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7415063Z test_contig_size1_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7415290Z test_contig_size1_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7415525Z test_contig_size1_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7415763Z test_contig_size1_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7416001Z test_contig_size1_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7416231Z test_contig_size1_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7416456Z test_contig_size1_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7416689Z test_contig_size1_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7416907Z test_contig_size1_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7417135Z test_contig_size1_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7417362Z test_contig_size1_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7417638Z test_contig_size1_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7417880Z test_contig_size1_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7418117Z test_contig_size1_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7418350Z test_contig_size1_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7418580Z test_contig_size1_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7418802Z test_contig_size1_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7419018Z test_contig_size1_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7419252Z test_contig_size1_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7419482Z test_contig_size1_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7419722Z test_contig_size1_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7419965Z test_contig_size1_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7420203Z test_contig_size1_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7420433Z test_contig_size1_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7420660Z test_contig_size1_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7420889Z test_contig_size1_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7421107Z test_contig_size1_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7421344Z test_contig_size1_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7421620Z test_contig_size1_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7421847Z test_contig_size1_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7422070Z test_contig_size1_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7422294Z test_contig_size1_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7422513Z test_contig_size1_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7422730Z test_contig_size1_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7422927Z test_contig_size1_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7423150Z test_contig_size1_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7423369Z test_contig_size1_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7423574Z test_contig_size1_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7423785Z test_contig_size1_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7424001Z test_contig_size1_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7424215Z test_contig_size1_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7424430Z test_contig_size1_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7424645Z test_contig_size1_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7424842Z test_contig_size1_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7425104Z test_contig_size1_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7425331Z test_contig_size1_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7425536Z test_contig_size1_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7425744Z test_contig_size1_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7425956Z test_contig_size1_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7426164Z test_contig_size1_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7426366Z test_contig_size1_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7426553Z test_contig_size1_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7426770Z test_contig_size1_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7426985Z test_contig_size1_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7427206Z test_contig_size1_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7427415Z test_contig_size1_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7427621Z test_contig_size1_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7427830Z test_contig_size1_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7428041Z test_contig_size1_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7428223Z test_contig_size1_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7428425Z test_contig_size1_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7428630Z test_contig_size1_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7428841Z test_contig_size1_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7429122Z test_contig_size1_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7429340Z test_contig_size1_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7429569Z test_contig_size1_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7429798Z test_contig_size1_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7430021Z test_contig_size1_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7430220Z test_contig_size1_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7430440Z test_contig_size1_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7430868Z test_contig_size1_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7431090Z test_contig_size1_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7431313Z test_contig_size1_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7431531Z test_contig_size1_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7431748Z test_contig_size1_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7431962Z test_contig_size1_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7432154Z test_contig_size1_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7432358Z test_contig_size1_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7432557Z test_contig_size1_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7432826Z test_contig_size1_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7433044Z test_contig_size1_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7433243Z test_contig_size1_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7433448Z test_contig_size1_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7433648Z test_contig_size1_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7433860Z test_contig_size1_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7434090Z test_contig_size1_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7434321Z test_contig_size1_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7434549Z test_contig_size1_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7434781Z test_contig_size1_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7435014Z test_contig_size1_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7435238Z test_contig_size1_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7435463Z test_contig_size1_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7435697Z test_contig_size1_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7435911Z test_contig_size1_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7436141Z test_contig_size1_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7436377Z test_contig_size1_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7436591Z test_contig_size1_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7436870Z test_contig_size1_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7437090Z test_contig_size1_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7437308Z test_contig_size1_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7437519Z test_contig_size1_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7437731Z test_contig_size1_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7437916Z test_contig_size1_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7438121Z test_contig_size1_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7438334Z test_contig_size1_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7438533Z test_contig_size1_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7438745Z test_contig_size1_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7438951Z test_contig_size1_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7439156Z test_contig_size1_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7439368Z test_contig_size1_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7439555Z test_contig_size1_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7439772Z test_contig_size1_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7439985Z test_contig_size1_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7440243Z test_contig_size1_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7440463Z test_contig_size1_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7440669Z test_contig_size1_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7440879Z test_contig_size1_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7441089Z test_contig_size1_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7441274Z test_contig_size1_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7441477Z test_contig_size1_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7441679Z test_contig_size1_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7441878Z test_contig_size1_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7442096Z test_contig_size1_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7442307Z test_contig_size1_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7442529Z test_contig_size1_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7442747Z test_contig_size1_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7442939Z test_contig_size1_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7443148Z test_contig_size1_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7443359Z test_contig_size1_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7443567Z test_contig_size1_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7443769Z test_contig_size1_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7443968Z test_contig_size1_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7444180Z test_contig_size1_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7444437Z test_contig_size1_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7444652Z test_contig_size1_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7444849Z test_contig_size1_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7445074Z test_contig_size1_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7445296Z test_contig_size1_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7445519Z test_contig_size1_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7445732Z test_contig_size1_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7445948Z test_contig_size1_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7446161Z test_contig_size1_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7446377Z test_contig_size1_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7446561Z test_contig_size1_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7446776Z test_contig_size1_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7446986Z test_contig_size1_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7447193Z test_contig_size1_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7447392Z test_contig_size1_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7447599Z test_contig_size1_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7447849Z test_contig_size1_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7448073Z test_contig_size1_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7448261Z test_contig_size1_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7448472Z test_contig_size1_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7448673Z test_contig_size1_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7448873Z test_contig_size1_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7449075Z test_contig_size1_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7449283Z test_contig_size1_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7449496Z test_contig_size1_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7449710Z test_contig_size1_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7449927Z test_contig_size1_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7450127Z test_contig_size1_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7450336Z test_contig_size1_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7450544Z test_contig_size1_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7450755Z test_contig_size1_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7450959Z test_contig_size1_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7451167Z test_contig_size1_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7451373Z test_contig_size1_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7451586Z test_contig_size1_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7451774Z test_contig_size1_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7452050Z test_contig_size1_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7452266Z test_contig_size1_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7452480Z test_contig_size1_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7452690Z test_contig_size1_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7452897Z test_contig_size1_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7453102Z test_contig_size1_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7453308Z test_contig_size1_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7453496Z test_contig_size1_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7453698Z test_contig_size1_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7453908Z test_contig_size1_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7454108Z test_contig_size1_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7454317Z test_contig_size1_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7454518Z test_contig_size1_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7454735Z test_contig_size1_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7454949Z test_contig_size1_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7455158Z test_contig_size1_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7455406Z test_contig_size1_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7455623Z test_contig_size1_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7455834Z test_contig_size1_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7456034Z test_contig_size1_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7456232Z test_contig_size1_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7456435Z test_contig_size1_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7456641Z test_contig_size1_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7456848Z test_contig_size1_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7457032Z test_contig_size1_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7457249Z test_contig_size1_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7457464Z test_contig_size1_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7457679Z test_contig_size1_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7457893Z test_contig_size1_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7458101Z test_contig_size1_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7458306Z test_contig_size1_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7458513Z test_contig_size1_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7458694Z test_contig_size1_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7458896Z test_contig_size1_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7459100Z test_contig_size1_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7459312Z test_contig_size1_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7459592Z test_contig_size1_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7459824Z test_contig_size1_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7460051Z test_contig_size1_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7460272Z test_contig_size1_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7460474Z test_contig_size1_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7460692Z test_contig_size1_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7460913Z test_contig_size1_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7461141Z test_contig_size1_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7461373Z test_contig_size1_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7461607Z test_contig_size1_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7461836Z test_contig_size1_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7462059Z test_contig_size1_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7462284Z test_contig_size1_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7462488Z test_contig_size1_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7462708Z test_contig_size1_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7462983Z test_contig_size1_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7463222Z test_contig_size1_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7463446Z test_contig_size1_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7463676Z test_contig_size1_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7463898Z test_contig_size1_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7464120Z test_contig_size1_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7464341Z test_contig_size1_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7464542Z test_contig_size1_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7464761Z test_contig_size1_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7464984Z test_contig_size1_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7465211Z test_contig_size1_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7465437Z test_contig_size1_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7465656Z test_contig_size1_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7465875Z test_contig_size1_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7466096Z test_contig_size1_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7466312Z test_contig_size1_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7466523Z test_contig_size1_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7466746Z test_contig_size1_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7467035Z test_contig_size1_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7467262Z test_contig_size1_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7467479Z test_contig_size1_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7467695Z test_contig_size1_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7467914Z test_contig_size1_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7468133Z test_contig_size1_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7468337Z test_contig_size1_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7468566Z test_contig_size1_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7468788Z test_contig_size1_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7469006Z test_contig_size1_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7469224Z test_contig_size1_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7469437Z test_contig_size1_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7469655Z test_contig_size1_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7469873Z test_contig_size1_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7470092Z test_contig_size1_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7470333Z test_contig_size1_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7470706Z test_contig_size1_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7470929Z test_contig_size1_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7471151Z test_contig_size1_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7471375Z test_contig_size1_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7471593Z test_contig_size1_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7471811Z test_contig_size1_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7472021Z test_contig_size1_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7472223Z test_contig_size1_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7472441Z test_contig_size1_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7472672Z test_contig_size1_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7472889Z test_contig_size1_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7473107Z test_contig_size1_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7473328Z test_contig_size1_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7473548Z test_contig_size1_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7473765Z test_contig_size1_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7473979Z test_contig_size1_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7474178Z test_contig_size1_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7474466Z test_contig_size1_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7474679Z test_contig_size1_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7474895Z test_contig_size1_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7475111Z test_contig_size1_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7475326Z test_contig_size1_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7475540Z test_contig_size1_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7475751Z test_contig_size1_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7475945Z test_contig_size1_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7476164Z test_contig_size1_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7476386Z test_contig_size1_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7476600Z test_contig_size1_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7476817Z test_contig_size1_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7477033Z test_contig_size1_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7477247Z test_contig_size1_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7477461Z test_contig_size1_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7477675Z test_contig_size1_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7477929Z test_contig_size1_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7478157Z test_contig_size1_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7478392Z test_contig_size1_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7478622Z test_contig_size1_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7478851Z test_contig_size1_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7479075Z test_contig_size1_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7479302Z test_contig_size1_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7479525Z test_contig_size1_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7479728Z test_contig_size1_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7479951Z test_contig_size1_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7480200Z test_contig_size1_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7480450Z test_contig_size1_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7480695Z test_contig_size1_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7480937Z test_contig_size1_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7481176Z test_contig_size1_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7481414Z test_contig_size1_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7481660Z test_contig_size1_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7481881Z test_contig_size1_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7482180Z test_contig_size1_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7482422Z test_contig_size1_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7482665Z test_contig_size1_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7482904Z test_contig_size1_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7483141Z test_contig_size1_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7483378Z test_contig_size1_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7483622Z test_contig_size1_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7483864Z test_contig_size1_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7484081Z test_contig_size1_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7484320Z test_contig_size1_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7484560Z test_contig_size1_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7484789Z test_contig_size1_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7485022Z test_contig_size1_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7485367Z test_contig_size1_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7485613Z test_contig_size1_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7485892Z test_contig_size1_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7486133Z test_contig_size1_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7486353Z test_contig_size1_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7486597Z test_contig_size1_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7486825Z test_contig_size1_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7487055Z test_contig_size1_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7487292Z test_contig_size1_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7487529Z test_contig_size1_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7487763Z test_contig_size1_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7487990Z test_contig_size1_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7488208Z test_contig_size1_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7488410Z test_contig_size1_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7488633Z test_contig_size1_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7488851Z test_contig_size1_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7489075Z test_contig_size1_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7489292Z test_contig_size1_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7489557Z test_contig_size1_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7489773Z test_contig_size1_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7489983Z test_contig_size1_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7490191Z test_contig_size1_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7490396Z test_contig_size1_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7490621Z test_contig_size1_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7490841Z test_contig_size1_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7491068Z test_contig_size1_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7491289Z test_contig_size1_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7491505Z test_contig_size1_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7491717Z test_contig_size1_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7491982Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7492229Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7492498Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7492810Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7493080Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7493343Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7493594Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7493856Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7494118Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7494369Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7494631Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7494867Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7495126Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7495378Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7495626Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7495880Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7496127Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7496379Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7496638Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7496950Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7497177Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7497430Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7497675Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7497927Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7498169Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7498414Z test_contig_size1_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7498668Z test_contig_size1_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7498912Z test_contig_size1_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7499153Z test_contig_size1_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7499367Z test_contig_size1_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7499607Z test_contig_size1_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7499850Z test_contig_size1_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7500135Z test_contig_size1_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7500359Z test_contig_size1_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7500568Z test_contig_size1_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7500787Z test_contig_size1_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7501003Z test_contig_size1_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7501221Z test_contig_size1_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7501413Z test_contig_size1_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7501626Z test_contig_size1_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7501836Z test_contig_size1_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7502049Z test_contig_size1_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7502255Z test_contig_size1_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7502458Z test_contig_size1_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7502663Z test_contig_size1_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7502870Z test_contig_size1_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7503067Z test_contig_size1_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7503283Z test_contig_size1_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7503502Z test_contig_size1_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7503725Z test_contig_size1_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7503941Z test_contig_size1_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7504159Z test_contig_size1_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7504424Z test_contig_size1_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7504638Z test_contig_size1_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7504844Z test_contig_size1_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7505035Z test_contig_size1_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7505246Z test_contig_size1_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7505452Z test_contig_size1_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7505658Z test_contig_size1_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7505868Z test_contig_size1_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7506086Z test_contig_size1_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7506307Z test_contig_size1_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7506515Z test_contig_size1_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7506706Z test_contig_size1_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7506912Z test_contig_size1_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7507114Z test_contig_size1_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7507321Z test_contig_size1_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7507526Z test_contig_size1_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7507786Z test_contig_size1_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7508002Z test_contig_size1_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7508215Z test_contig_size1_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7508408Z test_contig_size1_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7508613Z test_contig_size1_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7508831Z test_contig_size1_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7509051Z test_contig_size1_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7509269Z test_contig_size1_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7509481Z test_contig_size1_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7509689Z test_contig_size1_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7509904Z test_contig_size1_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7510096Z test_contig_size1_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7510300Z test_contig_size1_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7510642Z test_contig_size1_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7510859Z test_contig_size1_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7511068Z test_contig_size1_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7511283Z test_contig_size1_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7511496Z test_contig_size1_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7511709Z test_contig_size1_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7511915Z test_contig_size1_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7512182Z test_contig_size1_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7512391Z test_contig_size1_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7512602Z test_contig_size1_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7512811Z test_contig_size1_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7513019Z test_contig_size1_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7513246Z test_contig_vs_every_other_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7513466Z test_contig_vs_every_other_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7513704Z test_contig_vs_every_other_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7513913Z test_contig_vs_every_other_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.145s) 2022-12-01T10:55:51.7514143Z test_contig_vs_every_other_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7514366Z test_contig_vs_every_other_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7514589Z test_contig_vs_every_other_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7514810Z test_contig_vs_every_other_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7515027Z test_contig_vs_every_other_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7515244Z test_contig_vs_every_other_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7515455Z test_contig_vs_every_other_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7515727Z test_contig_vs_every_other_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7515938Z test_contig_vs_every_other_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7516166Z test_contig_vs_every_other_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7516380Z test_contig_vs_every_other_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7516614Z test_contig_vs_every_other_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7516846Z test_contig_vs_every_other_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7517074Z test_contig_vs_every_other_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7517297Z test_contig_vs_every_other_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7517524Z test_contig_vs_every_other_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7517728Z test_contig_vs_every_other_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7517951Z test_contig_vs_every_other_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7518170Z test_contig_vs_every_other_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7518387Z test_contig_vs_every_other_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7518604Z test_contig_vs_every_other_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7518817Z test_contig_vs_every_other_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7519043Z test_contig_vs_every_other_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7519259Z test_contig_vs_every_other_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7519492Z test_contig_vs_every_other_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7519757Z test_contig_vs_every_other_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7519990Z test_contig_vs_every_other_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7520218Z test_contig_vs_every_other_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7520448Z test_contig_vs_every_other_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7520669Z test_contig_vs_every_other_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7520891Z test_contig_vs_every_other_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7521115Z test_contig_vs_every_other_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7521332Z test_contig_vs_every_other_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7521536Z test_contig_vs_every_other_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7521760Z test_contig_vs_every_other_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7521977Z test_contig_vs_every_other_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7522208Z test_contig_vs_every_other_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.154s) 2022-12-01T10:55:51.7522438Z test_contig_vs_every_other_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.138s) 2022-12-01T10:55:51.7522670Z test_contig_vs_every_other_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.138s) 2022-12-01T10:55:51.7522894Z test_contig_vs_every_other_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7523162Z test_contig_vs_every_other_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7523399Z test_contig_vs_every_other_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7523600Z test_contig_vs_every_other_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7523818Z test_contig_vs_every_other_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7524038Z test_contig_vs_every_other_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7524254Z test_contig_vs_every_other_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7524476Z test_contig_vs_every_other_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7524695Z test_contig_vs_every_other_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7524928Z test_contig_vs_every_other_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7525162Z test_contig_vs_every_other_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7525376Z test_contig_vs_every_other_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7525602Z test_contig_vs_every_other_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7525826Z test_contig_vs_every_other_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7526046Z test_contig_vs_every_other_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7526264Z test_contig_vs_every_other_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7526483Z test_contig_vs_every_other_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7526693Z test_contig_vs_every_other_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7526916Z test_contig_vs_every_other_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7527194Z test_contig_vs_every_other_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7527400Z test_contig_vs_every_other_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7527617Z test_contig_vs_every_other_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7527849Z test_contig_vs_every_other_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7528078Z test_contig_vs_every_other_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7528307Z test_contig_vs_every_other_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7528533Z test_contig_vs_every_other_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7528762Z test_contig_vs_every_other_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7528992Z test_contig_vs_every_other_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7529213Z test_contig_vs_every_other_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7529412Z test_contig_vs_every_other_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7529630Z test_contig_vs_every_other_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7529843Z test_contig_vs_every_other_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7530058Z test_contig_vs_every_other_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7530284Z test_contig_vs_every_other_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7530546Z test_contig_vs_every_other_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7530789Z test_contig_vs_every_other_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7531021Z test_contig_vs_every_other_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7531226Z test_contig_vs_every_other_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7531444Z test_contig_vs_every_other_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7531660Z test_contig_vs_every_other_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7531879Z test_contig_vs_every_other_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7532091Z test_contig_vs_every_other_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7532310Z test_contig_vs_every_other_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7532525Z test_contig_vs_every_other_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7532746Z test_contig_vs_every_other_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7532967Z test_contig_vs_every_other_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7533174Z test_contig_vs_every_other_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7533391Z test_contig_vs_every_other_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7533624Z test_contig_vs_every_other_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7533855Z test_contig_vs_every_other_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7534082Z test_contig_vs_every_other_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7534306Z test_contig_vs_every_other_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7534633Z test_contig_vs_every_other_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7534860Z test_contig_vs_every_other_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7535058Z test_contig_vs_every_other_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7535277Z test_contig_vs_every_other_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7535486Z test_contig_vs_every_other_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7535701Z test_contig_vs_every_other_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7535911Z test_contig_vs_every_other_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7536147Z test_contig_vs_every_other_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7536373Z test_contig_vs_every_other_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7536615Z test_contig_vs_every_other_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7536849Z test_contig_vs_every_other_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7537056Z test_contig_vs_every_other_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7537278Z test_contig_vs_every_other_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7537501Z test_contig_vs_every_other_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7537724Z test_contig_vs_every_other_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7537993Z test_contig_vs_every_other_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7538231Z test_contig_vs_every_other_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7538463Z test_contig_vs_every_other_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7538688Z test_contig_vs_every_other_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7538910Z test_contig_vs_every_other_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7539118Z test_contig_vs_every_other_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7539347Z test_contig_vs_every_other_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7539581Z test_contig_vs_every_other_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7539808Z test_contig_vs_every_other_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7540036Z test_contig_vs_every_other_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7540271Z test_contig_vs_every_other_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7540495Z test_contig_vs_every_other_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7540716Z test_contig_vs_every_other_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7540943Z test_contig_vs_every_other_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7541151Z test_contig_vs_every_other_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7541383Z test_contig_vs_every_other_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7541605Z test_contig_vs_every_other_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7541828Z test_contig_vs_every_other_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7542102Z test_contig_vs_every_other_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7542319Z test_contig_vs_every_other_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7542539Z test_contig_vs_every_other_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7542752Z test_contig_vs_every_other_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7542948Z test_contig_vs_every_other_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7543168Z test_contig_vs_every_other_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7543395Z test_contig_vs_every_other_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7543616Z test_contig_vs_every_other_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7543847Z test_contig_vs_every_other_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7544069Z test_contig_vs_every_other_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7544291Z test_contig_vs_every_other_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7544511Z test_contig_vs_every_other_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7544726Z test_contig_vs_every_other_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7544924Z test_contig_vs_every_other_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7545144Z test_contig_vs_every_other_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7545420Z test_contig_vs_every_other_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7545649Z test_contig_vs_every_other_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7545867Z test_contig_vs_every_other_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7546091Z test_contig_vs_every_other_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7546313Z test_contig_vs_every_other_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7546535Z test_contig_vs_every_other_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7546730Z test_contig_vs_every_other_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7546944Z test_contig_vs_every_other_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7547163Z test_contig_vs_every_other_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7547387Z test_contig_vs_every_other_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7547609Z test_contig_vs_every_other_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7547822Z test_contig_vs_every_other_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7548051Z test_contig_vs_every_other_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7548270Z test_contig_vs_every_other_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7548503Z test_contig_vs_every_other_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7548713Z test_contig_vs_every_other_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7548945Z test_contig_vs_every_other_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7549176Z test_contig_vs_every_other_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7549399Z test_contig_vs_every_other_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7549675Z test_contig_vs_every_other_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7549894Z test_contig_vs_every_other_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7550117Z test_contig_vs_every_other_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7550330Z test_contig_vs_every_other_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7550871Z test_contig_vs_every_other_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7551107Z test_contig_vs_every_other_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7551331Z test_contig_vs_every_other_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7551553Z test_contig_vs_every_other_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7551789Z test_contig_vs_every_other_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7552018Z test_contig_vs_every_other_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7552243Z test_contig_vs_every_other_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7552467Z test_contig_vs_every_other_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7552720Z test_contig_vs_every_other_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7552886Z test_contig_vs_every_other_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7553105Z test_contig_vs_every_other_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7553392Z test_contig_vs_every_other_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7553631Z test_contig_vs_every_other_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7553848Z test_contig_vs_every_other_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7554068Z test_contig_vs_every_other_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7554291Z test_contig_vs_every_other_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7554509Z test_contig_vs_every_other_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7554736Z test_contig_vs_every_other_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7554943Z test_contig_vs_every_other_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7555170Z test_contig_vs_every_other_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7555396Z test_contig_vs_every_other_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7555711Z test_contig_vs_every_other_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7555882Z test_contig_vs_every_other_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7556055Z test_contig_vs_every_other_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7556267Z test_contig_vs_every_other_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7556475Z test_contig_vs_every_other_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7556671Z test_contig_vs_every_other_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7556893Z test_contig_vs_every_other_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7557135Z test_contig_vs_every_other_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7557436Z test_contig_vs_every_other_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7557684Z test_contig_vs_every_other_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7557927Z test_contig_vs_every_other_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7558169Z test_contig_vs_every_other_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7558410Z test_contig_vs_every_other_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7558641Z test_contig_vs_every_other_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7558865Z test_contig_vs_every_other_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7559102Z test_contig_vs_every_other_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7559334Z test_contig_vs_every_other_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7559564Z test_contig_vs_every_other_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7559793Z test_contig_vs_every_other_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7560020Z test_contig_vs_every_other_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7560244Z test_contig_vs_every_other_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7560462Z test_contig_vs_every_other_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7560742Z test_contig_vs_every_other_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7560959Z test_contig_vs_every_other_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7561188Z test_contig_vs_every_other_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7561409Z test_contig_vs_every_other_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7561636Z test_contig_vs_every_other_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7561853Z test_contig_vs_every_other_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7562071Z test_contig_vs_every_other_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7562291Z test_contig_vs_every_other_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7562507Z test_contig_vs_every_other_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7562703Z test_contig_vs_every_other_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7562924Z test_contig_vs_every_other_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7563148Z test_contig_vs_every_other_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7563384Z test_contig_vs_every_other_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7563610Z test_contig_vs_every_other_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7563821Z test_contig_vs_every_other_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7564046Z test_contig_vs_every_other_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7564271Z test_contig_vs_every_other_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7564497Z test_contig_vs_every_other_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7564753Z test_contig_vs_every_other_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7564973Z test_contig_vs_every_other_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7565192Z test_contig_vs_every_other_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7565408Z test_contig_vs_every_other_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7565625Z test_contig_vs_every_other_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7565846Z test_contig_vs_every_other_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7566079Z test_contig_vs_every_other_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7566309Z test_contig_vs_every_other_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7566543Z test_contig_vs_every_other_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7566756Z test_contig_vs_every_other_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7566983Z test_contig_vs_every_other_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7567205Z test_contig_vs_every_other_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7567427Z test_contig_vs_every_other_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7567653Z test_contig_vs_every_other_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7567874Z test_contig_vs_every_other_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7568088Z test_contig_vs_every_other_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7568347Z test_contig_vs_every_other_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.342s) 2022-12-01T10:55:51.7568568Z test_contig_vs_every_other_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.313s) 2022-12-01T10:55:51.7568798Z test_contig_vs_every_other_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.309s) 2022-12-01T10:55:51.7569025Z test_contig_vs_every_other_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.327s) 2022-12-01T10:55:51.7569250Z test_contig_vs_every_other_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7569472Z test_contig_vs_every_other_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7569693Z test_contig_vs_every_other_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7569913Z test_contig_vs_every_other_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7570135Z test_contig_vs_every_other_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7570371Z test_contig_vs_every_other_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7570575Z test_contig_vs_every_other_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7570808Z test_contig_vs_every_other_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7571041Z test_contig_vs_every_other_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7571280Z test_contig_vs_every_other_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7571509Z test_contig_vs_every_other_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7571736Z test_contig_vs_every_other_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7571967Z test_contig_vs_every_other_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7572251Z test_contig_vs_every_other_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7572471Z test_contig_vs_every_other_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7572672Z test_contig_vs_every_other_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7572888Z test_contig_vs_every_other_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7573103Z test_contig_vs_every_other_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7573321Z test_contig_vs_every_other_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7573539Z test_contig_vs_every_other_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7573762Z test_contig_vs_every_other_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7573979Z test_contig_vs_every_other_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7574195Z test_contig_vs_every_other_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7574392Z test_contig_vs_every_other_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7574611Z test_contig_vs_every_other_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7574822Z test_contig_vs_every_other_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7575035Z test_contig_vs_every_other_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7575245Z test_contig_vs_every_other_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7575467Z test_contig_vs_every_other_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7575722Z test_contig_vs_every_other_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7575955Z test_contig_vs_every_other_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7576170Z test_contig_vs_every_other_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7576366Z test_contig_vs_every_other_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7576581Z test_contig_vs_every_other_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7576801Z test_contig_vs_every_other_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7577021Z test_contig_vs_every_other_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7577239Z test_contig_vs_every_other_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7577457Z test_contig_vs_every_other_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7577681Z test_contig_vs_every_other_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.050s) 2022-12-01T10:55:51.7577914Z test_contig_vs_every_other_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.115s) 2022-12-01T10:55:51.7578122Z test_contig_vs_every_other_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.097s) 2022-12-01T10:55:51.7578346Z test_contig_vs_every_other_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.177s) 2022-12-01T10:55:51.7578559Z test_contig_vs_every_other_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7578777Z test_contig_vs_every_other_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7578988Z test_contig_vs_every_other_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7579207Z test_contig_vs_every_other_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7579429Z test_contig_vs_every_other_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7579728Z test_contig_vs_every_other_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.074s) 2022-12-01T10:55:51.7579944Z test_contig_vs_every_other_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (3.931s) 2022-12-01T10:55:51.7580143Z test_contig_vs_every_other_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.067s) 2022-12-01T10:55:51.7580360Z test_contig_vs_every_other_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.060s) 2022-12-01T10:55:51.7580576Z test_contig_vs_every_other_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.094s) 2022-12-01T10:55:51.7580791Z test_contig_vs_every_other_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7581003Z test_contig_vs_every_other_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7581216Z test_contig_vs_every_other_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7581432Z test_contig_vs_every_other_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7581647Z test_contig_vs_every_other_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7581847Z test_contig_vs_every_other_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7582061Z test_contig_vs_every_other_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7582286Z test_contig_vs_every_other_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7582509Z test_contig_vs_every_other_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.310s) 2022-12-01T10:55:51.7582733Z test_contig_vs_every_other_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7582995Z test_contig_vs_every_other_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7583223Z test_contig_vs_every_other_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7583441Z test_contig_vs_every_other_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7583652Z test_contig_vs_every_other_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7583847Z test_contig_vs_every_other_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7584052Z test_contig_vs_every_other_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7584262Z test_contig_vs_every_other_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7584475Z test_contig_vs_every_other_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7584699Z test_contig_vs_every_other_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7584917Z test_contig_vs_every_other_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7585141Z test_contig_vs_every_other_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7585360Z test_contig_vs_every_other_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7585581Z test_contig_vs_every_other_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7585782Z test_contig_vs_every_other_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7586041Z test_contig_vs_every_other_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7586251Z test_contig_vs_every_other_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7586464Z test_contig_vs_every_other_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7586678Z test_contig_vs_every_other_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7586901Z test_contig_vs_every_other_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7587180Z test_contig_vs_every_other_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7587413Z test_contig_vs_every_other_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7587621Z test_contig_vs_every_other_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.171s) 2022-12-01T10:55:51.7587850Z test_contig_vs_every_other_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7588069Z test_contig_vs_every_other_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7588290Z test_contig_vs_every_other_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7588506Z test_contig_vs_every_other_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7588722Z test_contig_vs_every_other_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7588942Z test_contig_vs_every_other_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7589161Z test_contig_vs_every_other_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7589379Z test_contig_vs_every_other_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7589573Z test_contig_vs_every_other_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7589798Z test_contig_vs_every_other_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7590015Z test_contig_vs_every_other_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7590249Z test_contig_vs_every_other_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7590700Z test_contig_vs_every_other_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7590959Z test_contig_vs_every_other_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7591184Z test_contig_vs_every_other_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7591407Z test_contig_vs_every_other_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7591609Z test_contig_vs_every_other_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7591831Z test_contig_vs_every_other_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7592049Z test_contig_vs_every_other_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7592260Z test_contig_vs_every_other_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7592475Z test_contig_vs_every_other_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7592693Z test_contig_vs_every_other_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7592919Z test_contig_vs_every_other_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7593138Z test_contig_vs_every_other_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7593355Z test_contig_vs_every_other_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7593557Z test_contig_vs_every_other_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7593771Z test_contig_vs_every_other_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7593993Z test_contig_vs_every_other_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7594210Z test_contig_vs_every_other_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7594423Z test_contig_vs_every_other_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7594704Z test_contig_vs_every_other_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7594926Z test_contig_vs_every_other_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7595145Z test_contig_vs_every_other_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7595347Z test_contig_vs_every_other_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7595560Z test_contig_vs_every_other_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7595811Z test_contig_vs_every_other_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.7596057Z test_contig_vs_every_other_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.7596300Z test_contig_vs_every_other_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.7596526Z test_contig_vs_every_other_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7596742Z test_contig_vs_every_other_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7596972Z test_contig_vs_every_other_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7597203Z test_contig_vs_every_other_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7597402Z test_contig_vs_every_other_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7597625Z test_contig_vs_every_other_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7597841Z test_contig_vs_every_other_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7598108Z test_contig_vs_every_other_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7598342Z test_contig_vs_every_other_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7598560Z test_contig_vs_every_other_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7598782Z test_contig_vs_every_other_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7598996Z test_contig_vs_every_other_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7599215Z test_contig_vs_every_other_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.176s) 2022-12-01T10:55:51.7599412Z test_contig_vs_every_other_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.100s) 2022-12-01T10:55:51.7599624Z test_contig_vs_every_other_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.166s) 2022-12-01T10:55:51.7599841Z test_contig_vs_every_other_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.167s) 2022-12-01T10:55:51.7600055Z test_contig_vs_every_other_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.195s) 2022-12-01T10:55:51.7600276Z test_contig_vs_every_other_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7600486Z test_contig_vs_every_other_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7600696Z test_contig_vs_every_other_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7600907Z test_contig_vs_every_other_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7601102Z test_contig_vs_every_other_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7601334Z test_contig_vs_every_other_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7601560Z test_contig_vs_every_other_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7601793Z test_contig_vs_every_other_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7602097Z test_contig_vs_every_other_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7602307Z test_contig_vs_every_other_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7602531Z test_contig_vs_every_other_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7602759Z test_contig_vs_every_other_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7602980Z test_contig_vs_every_other_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7603179Z test_contig_vs_every_other_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7603389Z test_contig_vs_every_other_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7603603Z test_contig_vs_every_other_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7603822Z test_contig_vs_every_other_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7604040Z test_contig_vs_every_other_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7604253Z test_contig_vs_every_other_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7604473Z test_contig_vs_every_other_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7604707Z test_contig_vs_every_other_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7604914Z test_contig_vs_every_other_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7605157Z test_contig_vs_every_other_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7605445Z test_contig_vs_every_other_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7605691Z test_contig_vs_every_other_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7605927Z test_contig_vs_every_other_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7606159Z test_contig_vs_every_other_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7606388Z test_contig_vs_every_other_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7606609Z test_contig_vs_every_other_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7606833Z test_contig_vs_every_other_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7607036Z test_contig_vs_every_other_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7607265Z test_contig_vs_every_other_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7607490Z test_contig_vs_every_other_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7607795Z test_contig_vs_every_other_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7607940Z test_contig_vs_every_other_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7608170Z test_contig_vs_every_other_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7608400Z test_contig_vs_every_other_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7608633Z test_contig_vs_every_other_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7608856Z test_contig_vs_every_other_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7609059Z test_contig_vs_every_other_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7609281Z test_contig_vs_every_other_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7609544Z test_contig_vs_every_other_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7609759Z test_contig_vs_every_other_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7609968Z test_contig_vs_every_other_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7610186Z test_contig_vs_every_other_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7610393Z test_contig_vs_every_other_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7610618Z test_contig_vs_every_other_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7610816Z test_contig_vs_every_other_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7611048Z test_contig_vs_every_other_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7611279Z test_contig_vs_every_other_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7611499Z test_contig_vs_every_other_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7611721Z test_contig_vs_every_other_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7611947Z test_contig_vs_every_other_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7612157Z test_contig_vs_every_other_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7612376Z test_contig_vs_every_other_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7612587Z test_contig_vs_every_other_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7612833Z test_contig_vs_every_other_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7613066Z test_contig_vs_every_other_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7613305Z test_contig_vs_every_other_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7613530Z test_contig_vs_every_other_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7613763Z test_contig_vs_every_other_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7613992Z test_contig_vs_every_other_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7614223Z test_contig_vs_every_other_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7614452Z test_contig_vs_every_other_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7614686Z test_contig_vs_every_other_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7614894Z test_contig_vs_every_other_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7615124Z test_contig_vs_every_other_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7615348Z test_contig_vs_every_other_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7615587Z test_contig_vs_every_other_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7615811Z test_contig_vs_every_other_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7616042Z test_contig_vs_every_other_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7616269Z test_contig_vs_every_other_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7616495Z test_contig_vs_every_other_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7616702Z test_contig_vs_every_other_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7616974Z test_contig_vs_every_other_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7617202Z test_contig_vs_every_other_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7617427Z test_contig_vs_every_other_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7617647Z test_contig_vs_every_other_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7617876Z test_contig_vs_every_other_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7618102Z test_contig_vs_every_other_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7618335Z test_contig_vs_every_other_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7618567Z test_contig_vs_every_other_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7618782Z test_contig_vs_every_other_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7619007Z test_contig_vs_every_other_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7619232Z test_contig_vs_every_other_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7619453Z test_contig_vs_every_other_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7619673Z test_contig_vs_every_other_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7619895Z test_contig_vs_every_other_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7620116Z test_contig_vs_every_other_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7620375Z test_contig_vs_every_other_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7620605Z test_contig_vs_every_other_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7620830Z test_contig_vs_every_other_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.071s) 2022-12-01T10:55:51.7621070Z test_contig_vs_every_other_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.071s) 2022-12-01T10:55:51.7621316Z test_contig_vs_every_other_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.308s) 2022-12-01T10:55:51.7621563Z test_contig_vs_every_other_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.167s) 2022-12-01T10:55:51.7621804Z test_contig_vs_every_other_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.060s) 2022-12-01T10:55:51.7622042Z test_contig_vs_every_other_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.060s) 2022-12-01T10:55:51.7622289Z test_contig_vs_every_other_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.056s) 2022-12-01T10:55:51.7622534Z test_contig_vs_every_other_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.062s) 2022-12-01T10:55:51.7622774Z test_contig_vs_every_other_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.059s) 2022-12-01T10:55:51.7622991Z test_contig_vs_every_other_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.060s) 2022-12-01T10:55:51.7623228Z test_contig_vs_every_other_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (1.056s) 2022-12-01T10:55:51.7623464Z test_contig_vs_every_other_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (1.059s) 2022-12-01T10:55:51.7623691Z test_contig_vs_every_other_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.252s) 2022-12-01T10:55:51.7623920Z test_contig_vs_every_other_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.235s) 2022-12-01T10:55:51.7624150Z test_contig_vs_every_other_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.227s) 2022-12-01T10:55:51.7624429Z test_contig_vs_every_other_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.243s) 2022-12-01T10:55:51.7624651Z test_contig_vs_every_other_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7624874Z test_contig_vs_every_other_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7625071Z test_contig_vs_every_other_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7625291Z test_contig_vs_every_other_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7625514Z test_contig_vs_every_other_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7625735Z test_contig_vs_every_other_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7625958Z test_contig_vs_every_other_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7626194Z test_contig_vs_every_other_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7626426Z test_contig_vs_every_other_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7626650Z test_contig_vs_every_other_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7626854Z test_contig_vs_every_other_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7627076Z test_contig_vs_every_other_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7627299Z test_contig_vs_every_other_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7627521Z test_contig_vs_every_other_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7627781Z test_contig_vs_every_other_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7628011Z test_contig_vs_every_other_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7628232Z test_contig_vs_every_other_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7628460Z test_contig_vs_every_other_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7628679Z test_contig_vs_every_other_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7628884Z test_contig_vs_every_other_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7629110Z test_contig_vs_every_other_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7629334Z test_contig_vs_every_other_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7629553Z test_contig_vs_every_other_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7629771Z test_contig_vs_every_other_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7629994Z test_contig_vs_every_other_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7630215Z test_contig_vs_every_other_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7630429Z test_contig_vs_every_other_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7630784Z test_contig_vs_every_other_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7631011Z test_contig_vs_every_other_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7631247Z test_contig_vs_every_other_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7631473Z test_contig_vs_every_other_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7631698Z test_contig_vs_every_other_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7631990Z test_contig_vs_every_other_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7632214Z test_contig_vs_every_other_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7632433Z test_contig_vs_every_other_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7632653Z test_contig_vs_every_other_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7632843Z test_contig_vs_every_other_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7633060Z test_contig_vs_every_other_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7633272Z test_contig_vs_every_other_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7633496Z test_contig_vs_every_other_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7633715Z test_contig_vs_every_other_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7633945Z test_contig_vs_every_other_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7634171Z test_contig_vs_every_other_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.178s) 2022-12-01T10:55:51.7634396Z test_contig_vs_every_other_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7634595Z test_contig_vs_every_other_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7634822Z test_contig_vs_every_other_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7635036Z test_contig_vs_every_other_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7635257Z test_contig_vs_every_other_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7635529Z test_contig_vs_every_other_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7635764Z test_contig_vs_every_other_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7635985Z test_contig_vs_every_other_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7636202Z test_contig_vs_every_other_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7636444Z test_contig_vs_every_other_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7636655Z test_contig_vs_every_other_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7636898Z test_contig_vs_every_other_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7637142Z test_contig_vs_every_other_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7637381Z test_contig_vs_every_other_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7637615Z test_contig_vs_every_other_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7637841Z test_contig_vs_every_other_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7638074Z test_contig_vs_every_other_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7638296Z test_contig_vs_every_other_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7638515Z test_contig_vs_every_other_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7638722Z test_contig_vs_every_other_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7638956Z test_contig_vs_every_other_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7639189Z test_contig_vs_every_other_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7639465Z test_contig_vs_every_other_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7639691Z test_contig_vs_every_other_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7639918Z test_contig_vs_every_other_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7640142Z test_contig_vs_every_other_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7640362Z test_contig_vs_every_other_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7640560Z test_contig_vs_every_other_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7640781Z test_contig_vs_every_other_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7641147Z test_contig_vs_every_other_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7641512Z test_contig_vs_every_other_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7641898Z test_contig_vs_every_other_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7642286Z test_contig_vs_every_other_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7642658Z test_contig_vs_every_other_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7643017Z test_contig_vs_every_other_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7643371Z test_contig_vs_every_other_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7643747Z test_contig_vs_every_other_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7644246Z test_contig_vs_every_other_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7644619Z test_contig_vs_every_other_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7645003Z test_contig_vs_every_other_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7645371Z test_contig_vs_every_other_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7645636Z test_contig_vs_every_other_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7645858Z test_contig_vs_every_other_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7646073Z test_contig_vs_every_other_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7646332Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7646564Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7646825Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7647081Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7647330Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7647570Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7647817Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7648065Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7648309Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7648562Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7648867Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7649115Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7649359Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7649599Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7649844Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7650081Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7650336Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7650584Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7650835Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7651092Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7651339Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7651582Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7651830Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7652073Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7652355Z test_contig_vs_every_other_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7652603Z test_contig_vs_every_other_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7652842Z test_contig_vs_every_other_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7653064Z test_contig_vs_every_other_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7653263Z test_contig_vs_every_other_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7653492Z test_contig_vs_every_other_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7653721Z test_contig_vs_every_other_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7653951Z test_contig_vs_every_other_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7654182Z test_contig_vs_every_other_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7654416Z test_contig_vs_every_other_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7654641Z test_contig_vs_every_other_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7654868Z test_contig_vs_every_other_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7655095Z test_contig_vs_every_other_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.085s) 2022-12-01T10:55:51.7655301Z test_contig_vs_every_other_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7655528Z test_contig_vs_every_other_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7655749Z test_contig_vs_every_other_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7655972Z test_contig_vs_every_other_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7656190Z test_contig_vs_every_other_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7656459Z test_contig_vs_every_other_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7656671Z test_contig_vs_every_other_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7656889Z test_contig_vs_every_other_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7657080Z test_contig_vs_every_other_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7657329Z test_contig_vs_every_other_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7657578Z test_contig_vs_every_other_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7657829Z test_contig_vs_every_other_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7658068Z test_contig_vs_every_other_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7658319Z test_contig_vs_every_other_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7658567Z test_contig_vs_every_other_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7658810Z test_contig_vs_every_other_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7659049Z test_contig_vs_every_other_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7659286Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7659546Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7659847Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7660116Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7660379Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7660639Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7660889Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7661137Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7661393Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7661648Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7662068Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7662490Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7662925Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7663357Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7663786Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7664226Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7664663Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7665009Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7665265Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7665497Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7665749Z test_contig_vs_every_other_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7665996Z test_contig_vs_every_other_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7666238Z test_contig_vs_every_other_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7666478Z test_contig_vs_every_other_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7666728Z test_contig_vs_every_other_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7666980Z test_contig_vs_every_other_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7667227Z test_contig_vs_every_other_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7667475Z test_contig_vs_every_other_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7667692Z test_contig_vs_every_other_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7667935Z test_contig_vs_every_other_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7668175Z test_contig_vs_every_other_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7668480Z test_contig_vs_every_other_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7668739Z test_contig_vs_every_other_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7668974Z test_contig_vs_every_other_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7669220Z test_contig_vs_every_other_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7669462Z test_contig_vs_every_other_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7669708Z test_contig_vs_every_other_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7669929Z test_contig_vs_every_other_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7670181Z test_contig_vs_every_other_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7670421Z test_contig_vs_every_other_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7670908Z test_contig_vs_every_other_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7671149Z test_contig_vs_every_other_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7671391Z test_contig_vs_every_other_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7671634Z test_contig_vs_every_other_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7671909Z test_contig_vs_every_other_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7672191Z test_contig_vs_every_other_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-12-01T10:55:51.7672472Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-12-01T10:55:51.7672825Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-12-01T10:55:51.7673101Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-12-01T10:55:51.7673348Z test_contig_vs_every_other_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7673595Z test_contig_vs_every_other_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7673837Z test_contig_vs_every_other_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7674075Z test_contig_vs_every_other_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7674323Z test_contig_vs_every_other_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7674564Z test_contig_vs_every_other_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7674810Z test_contig_vs_every_other_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7675035Z test_contig_vs_every_other_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7675300Z test_contig_vs_every_other_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7675555Z test_contig_vs_every_other_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7675811Z test_contig_vs_every_other_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7676132Z test_contig_vs_every_other_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7676736Z test_contig_vs_every_other_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7677277Z test_contig_vs_every_other_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7677781Z test_contig_vs_every_other_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7678304Z test_contig_vs_every_other_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7678840Z test_contig_vs_every_other_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7679366Z test_contig_vs_every_other_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7679877Z test_contig_vs_every_other_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7680409Z test_contig_vs_every_other_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7680935Z test_contig_vs_every_other_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7681425Z test_contig_vs_every_other_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7681946Z test_contig_vs_every_other_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7682467Z test_contig_vs_every_other_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7682978Z test_contig_vs_every_other_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7683460Z test_contig_vs_every_other_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7683984Z test_contig_vs_every_other_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7684553Z test_contig_vs_every_other_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7685074Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7685590Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7686177Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7686707Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7687234Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7687731Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7688258Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7688780Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7689286Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7689783Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7690287Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7690805Z test_contig_vs_every_other_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7691425Z test_contig_vs_every_other_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7691946Z test_contig_vs_every_other_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7692477Z test_contig_vs_every_other_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7692986Z test_contig_vs_every_other_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7693501Z test_contig_vs_every_other_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7693997Z test_contig_vs_every_other_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7694508Z test_contig_vs_every_other_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7695031Z test_contig_vs_every_other_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7695557Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7696130Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7696586Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7697093Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7697610Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7698116Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7698606Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7699105Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7699685Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7700197Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.286s) 2022-12-01T10:55:51.7700690Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.246s) 2022-12-01T10:55:51.7701206Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.248s) 2022-12-01T10:55:51.7701723Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.258s) 2022-12-01T10:55:51.7702213Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7702734Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7703245Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7703760Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7704247Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7704760Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (5.248s) 2022-12-01T10:55:51.7705295Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.881s) 2022-12-01T10:55:51.7705818Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.886s) 2022-12-01T10:55:51.7706355Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.949s) 2022-12-01T10:55:51.7706877Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7707396Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7707909Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7708401Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7708905Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7709406Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7709910Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7710406Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7711084Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7711580Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7712080Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7712556Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7713052Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7713561Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7714071Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7714649Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7715165Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7715683Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7716197Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7716686Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7717219Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7717741Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7718251Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7718750Z test_contig_vs_every_other_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7719220Z test_contig_vs_every_other_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7719711Z test_contig_vs_every_other_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7720197Z test_contig_vs_every_other_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7720658Z test_contig_vs_every_other_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7721135Z test_contig_vs_every_other_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7721678Z test_contig_vs_every_other_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7722170Z test_contig_vs_every_other_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7722620Z test_contig_vs_every_other_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7723082Z test_contig_vs_every_other_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7723544Z test_contig_vs_every_other_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7723996Z test_contig_vs_every_other_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7724471Z test_contig_vs_every_other_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7724939Z test_contig_vs_every_other_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7725435Z test_contig_vs_every_other_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7725937Z test_contig_vs_every_other_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7726398Z test_contig_vs_every_other_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7726890Z test_contig_vs_every_other_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7727361Z test_contig_vs_every_other_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7727827Z test_contig_vs_every_other_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7728271Z test_contig_vs_every_other_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7728725Z test_contig_vs_every_other_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7729189Z test_contig_vs_every_other_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7729623Z test_contig_vs_every_other_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7730184Z test_contig_vs_every_other_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7730666Z test_contig_vs_every_other_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7731148Z test_contig_vs_every_other_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7731590Z test_contig_vs_every_other_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7732037Z test_contig_vs_every_other_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7732505Z test_contig_vs_every_other_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7732961Z test_contig_vs_every_other_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7733400Z test_contig_vs_every_other_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7733853Z test_contig_vs_every_other_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7734293Z test_contig_vs_every_other_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7734727Z test_contig_vs_every_other_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7735185Z test_contig_vs_every_other_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7735669Z test_contig_vs_every_other_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7736160Z test_contig_vs_every_other_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7736639Z test_contig_vs_every_other_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7737189Z test_contig_vs_every_other_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7737686Z test_contig_vs_every_other_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7738153Z test_contig_vs_every_other_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7738598Z test_contig_vs_every_other_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7739071Z test_contig_vs_every_other_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7739530Z test_contig_vs_every_other_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7739982Z test_contig_vs_every_other_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7740447Z test_contig_vs_every_other_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7740925Z test_contig_vs_every_other_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7741393Z test_contig_vs_every_other_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7741833Z test_contig_vs_every_other_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7742286Z test_contig_vs_every_other_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7742747Z test_contig_vs_every_other_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7743176Z test_contig_vs_every_other_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7743626Z test_contig_vs_every_other_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7744080Z test_contig_vs_every_other_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7744532Z test_contig_vs_every_other_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7744999Z test_contig_vs_every_other_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7745549Z test_contig_vs_every_other_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7746030Z test_contig_vs_every_other_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7746519Z test_contig_vs_every_other_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7746991Z test_contig_vs_every_other_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7747486Z test_contig_vs_every_other_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7747970Z test_contig_vs_every_other_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7748460Z test_contig_vs_every_other_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7748942Z test_contig_vs_every_other_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7749452Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7749960Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7750438Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7751135Z test_contig_vs_every_other_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7751602Z test_contig_vs_every_other_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7752150Z test_contig_vs_every_other_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7752623Z test_contig_vs_every_other_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.607s) 2022-12-01T10:55:51.7753113Z test_contig_vs_every_other_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7753581Z test_contig_vs_every_other_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7754048Z test_contig_vs_every_other_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7754491Z test_contig_vs_every_other_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7754938Z test_contig_vs_every_other_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7755390Z test_contig_vs_every_other_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7755822Z test_contig_vs_every_other_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7756270Z test_contig_vs_every_other_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7756732Z test_contig_vs_every_other_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7757183Z test_contig_vs_every_other_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7757614Z test_contig_vs_every_other_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7758067Z test_contig_vs_every_other_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7758527Z test_contig_vs_every_other_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.131s) 2022-12-01T10:55:51.7758972Z test_contig_vs_every_other_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7759500Z test_contig_vs_every_other_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7760107Z test_contig_vs_every_other_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7760636Z test_contig_vs_every_other_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7761339Z test_contig_vs_every_other_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7761819Z test_contig_vs_every_other_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7762349Z test_contig_vs_every_other_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7762868Z test_contig_vs_every_other_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7763383Z test_contig_vs_every_other_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7763902Z test_contig_vs_every_other_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7764505Z test_contig_vs_every_other_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7765042Z test_contig_vs_every_other_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7765543Z test_contig_vs_every_other_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7766086Z test_contig_vs_every_other_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7766671Z test_contig_vs_every_other_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7767367Z test_contig_vs_every_other_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7767864Z test_contig_vs_every_other_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7768395Z test_contig_vs_every_other_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7769014Z test_contig_vs_every_other_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7769645Z test_contig_vs_every_other_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7770128Z test_contig_vs_every_other_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7770676Z test_contig_vs_every_other_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7771222Z test_contig_vs_every_other_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7771765Z test_contig_vs_every_other_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7772324Z test_contig_vs_every_other_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.532s) 2022-12-01T10:55:51.7772884Z test_contig_vs_every_other_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7773431Z test_contig_vs_every_other_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7773921Z test_contig_vs_every_other_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7774556Z test_contig_vs_every_other_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7775111Z test_contig_vs_every_other_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7775648Z test_contig_vs_every_other_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7776133Z test_contig_vs_every_other_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7776694Z test_contig_vs_every_other_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7777235Z test_contig_vs_every_other_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7777714Z test_contig_vs_every_other_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7778248Z test_contig_vs_every_other_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7778774Z test_contig_vs_every_other_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7779455Z test_contig_vs_every_other_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7779932Z test_contig_vs_every_other_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7780451Z test_contig_vs_every_other_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7780980Z test_contig_vs_every_other_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7781441Z test_contig_vs_every_other_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7782006Z test_contig_vs_every_other_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7782532Z test_contig_vs_every_other_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7783064Z test_contig_vs_every_other_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7783703Z test_contig_vs_every_other_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7784343Z test_contig_vs_every_other_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7784892Z test_contig_vs_every_other_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7785430Z test_contig_vs_every_other_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7785944Z test_contig_vs_every_other_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7786486Z test_contig_vs_every_other_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7787056Z test_contig_vs_every_other_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7787709Z test_contig_vs_every_other_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7788261Z test_contig_vs_every_other_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7788829Z test_contig_vs_every_other_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7789403Z test_contig_vs_every_other_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7789881Z test_contig_vs_every_other_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7790420Z test_contig_vs_every_other_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7791125Z test_contig_vs_every_other_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7791610Z test_contig_vs_every_other_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7792196Z test_contig_vs_every_other_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7792738Z test_contig_vs_every_other_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7793263Z test_contig_vs_every_other_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7793725Z test_contig_vs_every_other_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7794299Z test_contig_vs_every_other_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7794820Z test_contig_vs_every_other_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7795329Z test_contig_vs_every_other_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7795797Z test_contig_vs_every_other_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.207s) 2022-12-01T10:55:51.7796328Z test_contig_vs_every_other_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.154s) 2022-12-01T10:55:51.7796907Z test_contig_vs_every_other_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.861s) 2022-12-01T10:55:51.7797498Z test_contig_vs_every_other_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.666s) 2022-12-01T10:55:51.7798043Z test_contig_vs_every_other_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.196s) 2022-12-01T10:55:51.7798615Z test_contig_vs_every_other_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.195s) 2022-12-01T10:55:51.7799198Z test_contig_vs_every_other_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.184s) 2022-12-01T10:55:51.7799678Z test_contig_vs_every_other_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7800201Z test_contig_vs_every_other_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7800714Z test_contig_vs_every_other_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7801244Z test_contig_vs_every_other_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7801756Z test_contig_vs_every_other_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7802293Z test_contig_vs_every_other_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7802823Z test_contig_vs_every_other_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7803336Z test_contig_vs_every_other_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7803887Z test_contig_vs_every_other_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7804464Z test_contig_vs_every_other_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7804994Z test_contig_vs_every_other_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7805545Z test_contig_vs_every_other_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7806078Z test_contig_vs_every_other_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7806652Z test_contig_vs_every_other_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7807128Z test_contig_vs_every_other_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7807656Z test_contig_vs_every_other_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7808213Z test_contig_vs_every_other_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7808724Z test_contig_vs_every_other_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7809250Z test_contig_vs_every_other_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.511s) 2022-12-01T10:55:51.7809817Z test_contig_vs_every_other_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.449s) 2022-12-01T10:55:51.7810392Z test_contig_vs_every_other_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.517s) 2022-12-01T10:55:51.7810961Z test_contig_vs_every_other_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7811471Z test_contig_vs_every_other_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7812082Z test_contig_vs_every_other_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7812796Z test_contig_vs_every_other_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7813364Z test_contig_vs_every_other_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7813934Z test_contig_vs_every_other_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.375s) 2022-12-01T10:55:51.7814574Z test_contig_vs_every_other_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.349s) 2022-12-01T10:55:51.7815155Z test_contig_vs_every_other_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.341s) 2022-12-01T10:55:51.7815735Z test_contig_vs_every_other_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7816299Z test_contig_vs_every_other_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7816870Z test_contig_vs_every_other_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7817476Z test_contig_vs_every_other_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7818226Z test_contig_vs_every_other_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7818838Z test_contig_vs_every_other_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.083s) 2022-12-01T10:55:51.7819416Z test_contig_vs_every_other_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.152s) 2022-12-01T10:55:51.7820034Z test_contig_vs_every_other_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.166s) 2022-12-01T10:55:51.7820542Z test_contig_vs_every_other_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7821087Z test_contig_vs_every_other_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7821656Z test_contig_vs_every_other_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7822157Z test_contig_vs_every_other_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7822753Z test_contig_vs_every_other_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7823356Z test_contig_vs_every_other_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.786s) 2022-12-01T10:55:51.7823983Z test_contig_vs_every_other_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.613s) 2022-12-01T10:55:51.7824505Z test_contig_vs_every_other_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.606s) 2022-12-01T10:55:51.7825064Z test_contig_vs_every_other_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7825675Z test_contig_vs_every_other_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7826240Z test_contig_vs_every_other_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7826746Z test_contig_vs_every_other_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7827307Z test_contig_vs_every_other_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7827892Z test_contig_vs_every_other_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.470s) 2022-12-01T10:55:51.7828459Z test_contig_vs_every_other_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.430s) 2022-12-01T10:55:51.7829032Z test_contig_vs_every_other_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.456s) 2022-12-01T10:55:51.7829593Z test_contig_vs_every_other_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7830151Z test_contig_vs_every_other_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7831036Z test_contig_vs_every_other_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7831605Z test_contig_vs_every_other_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7832170Z test_contig_vs_every_other_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7832730Z test_contig_vs_every_other_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.105s) 2022-12-01T10:55:51.7833334Z test_contig_vs_every_other_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (3.972s) 2022-12-01T10:55:51.7833961Z test_contig_vs_every_other_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.100s) 2022-12-01T10:55:51.7834557Z test_contig_vs_every_other_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.103s) 2022-12-01T10:55:51.7835096Z test_contig_vs_every_other_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.130s) 2022-12-01T10:55:51.7835593Z test_contig_vs_every_other_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7836180Z test_contig_vs_every_other_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7836726Z test_contig_vs_every_other_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7837226Z test_contig_vs_every_other_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7837786Z test_contig_vs_every_other_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7838337Z test_contig_vs_every_other_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (6.010s) 2022-12-01T10:55:51.7838979Z test_contig_vs_every_other_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.423s) 2022-12-01T10:55:51.7839488Z test_contig_vs_every_other_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.334s) 2022-12-01T10:55:51.7840054Z test_contig_vs_every_other_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7840602Z test_contig_vs_every_other_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7841182Z test_contig_vs_every_other_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7841741Z test_contig_vs_every_other_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7842314Z test_contig_vs_every_other_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7842863Z test_contig_vs_every_other_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.176s) 2022-12-01T10:55:51.7843354Z test_contig_vs_every_other_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.066s) 2022-12-01T10:55:51.7843977Z test_contig_vs_every_other_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.150s) 2022-12-01T10:55:51.7844534Z test_contig_vs_every_other_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.152s) 2022-12-01T10:55:51.7845080Z test_contig_vs_every_other_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.158s) 2022-12-01T10:55:51.7845573Z test_contig_vs_every_other_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7846359Z test_contig_vs_every_other_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7846959Z test_contig_vs_every_other_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7847502Z test_contig_vs_every_other_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7847994Z test_contig_vs_every_other_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7848589Z test_contig_vs_every_other_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.044s) 2022-12-01T10:55:51.7849178Z test_contig_vs_every_other_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.164s) 2022-12-01T10:55:51.7849682Z test_contig_vs_every_other_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.197s) 2022-12-01T10:55:51.7850229Z test_contig_vs_every_other_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7850773Z test_contig_vs_every_other_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7851376Z test_contig_vs_every_other_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7851926Z test_contig_vs_every_other_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7852462Z test_contig_vs_every_other_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7853069Z test_contig_vs_every_other_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.028s) 2022-12-01T10:55:51.7853618Z test_contig_vs_every_other_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.132s) 2022-12-01T10:55:51.7854112Z test_contig_vs_every_other_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.165s) 2022-12-01T10:55:51.7854711Z test_contig_vs_every_other_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7855267Z test_contig_vs_every_other_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7855764Z test_contig_vs_every_other_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7856298Z test_contig_vs_every_other_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7856873Z test_contig_vs_every_other_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7857435Z test_contig_vs_every_other_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.139s) 2022-12-01T10:55:51.7857945Z test_contig_vs_every_other_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.208s) 2022-12-01T10:55:51.7858545Z test_contig_vs_every_other_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.386s) 2022-12-01T10:55:51.7859150Z test_contig_vs_every_other_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7859766Z test_contig_vs_every_other_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7860280Z test_contig_vs_every_other_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7860829Z test_contig_vs_every_other_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7861378Z test_contig_vs_every_other_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7861906Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.061s) 2022-12-01T10:55:51.7862550Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.159s) 2022-12-01T10:55:51.7863183Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.218s) 2022-12-01T10:55:51.7863779Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7864329Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7864954Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7865541Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7866124Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7866661Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.077s) 2022-12-01T10:55:51.7867243Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.165s) 2022-12-01T10:55:51.7867880Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.218s) 2022-12-01T10:55:51.7868560Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7869101Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7869698Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7870315Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7871276Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7907947Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.258s) 2022-12-01T10:55:51.7908555Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.285s) 2022-12-01T10:55:51.7909100Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.374s) 2022-12-01T10:55:51.7909639Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7910155Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7910875Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7911424Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7911927Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7912602Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.179s) 2022-12-01T10:55:51.7913153Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.250s) 2022-12-01T10:55:51.7913686Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.372s) 2022-12-01T10:55:51.7914191Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7914717Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7915240Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7915763Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7916267Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7916782Z test_contig_vs_every_other_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7917286Z test_contig_vs_every_other_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7917787Z test_contig_vs_every_other_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7918252Z test_contig_vs_every_other_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7918735Z test_contig_vs_every_other_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7919215Z test_contig_vs_every_other_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7919675Z test_contig_vs_every_other_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7920162Z test_contig_vs_every_other_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7920655Z test_contig_vs_every_other_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7921213Z test_contig_vs_every_other_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7921669Z test_contig_vs_every_other_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.151s) 2022-12-01T10:55:51.7922167Z test_contig_vs_every_other_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.212s) 2022-12-01T10:55:51.7922672Z test_contig_vs_every_other_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.284s) 2022-12-01T10:55:51.7923176Z test_contig_vs_every_other_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7923644Z test_contig_vs_every_other_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7924136Z test_contig_vs_every_other_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7924623Z test_contig_vs_every_other_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7925089Z test_contig_vs_every_other_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7925618Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7926190Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7926762Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7927308Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7927931Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7928506Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7929071Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7929614Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7930175Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7930733Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.189s) 2022-12-01T10:55:51.7931281Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.247s) 2022-12-01T10:55:51.7931810Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.368s) 2022-12-01T10:55:51.7932520Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7933081Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7933623Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7934142Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7934681Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7935216Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.194s) 2022-12-01T10:55:51.7935766Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.255s) 2022-12-01T10:55:51.7936357Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.377s) 2022-12-01T10:55:51.7936894Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7937433Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7937971Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7938487Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7939027Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7939561Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.174s) 2022-12-01T10:55:51.7940096Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.208s) 2022-12-01T10:55:51.7940586Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.204s) 2022-12-01T10:55:51.7941114Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7941637Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7942160Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7942714Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7943254Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7943751Z test_contig_vs_every_other_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7944187Z test_contig_vs_every_other_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7944626Z test_contig_vs_every_other_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7945075Z test_contig_vs_every_other_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.414s) 2022-12-01T10:55:51.7945530Z test_contig_vs_every_other_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7945976Z test_contig_vs_every_other_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7946423Z test_contig_vs_every_other_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7946853Z test_contig_vs_every_other_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7947285Z test_contig_vs_every_other_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7947707Z test_contig_vs_every_other_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7948149Z test_contig_vs_every_other_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7948589Z test_contig_vs_every_other_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7949011Z test_contig_vs_every_other_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7949443Z test_contig_vs_every_other_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7949884Z test_contig_vs_every_other_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7950332Z test_contig_vs_every_other_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7951006Z test_contig_vs_every_other_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7951457Z test_contig_vs_every_other_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7951895Z test_contig_vs_every_other_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7952333Z test_contig_vs_every_other_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7952760Z test_contig_vs_every_other_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7953187Z test_contig_vs_every_other_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7953613Z test_contig_vs_every_other_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7954033Z test_contig_vs_every_other_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7954460Z test_contig_vs_every_other_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7954893Z test_contig_vs_every_other_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7955320Z test_contig_vs_every_other_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7955748Z test_contig_vs_every_other_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7956187Z test_contig_vs_every_other_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7956626Z test_contig_vs_every_other_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7957058Z test_contig_vs_every_other_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7957557Z test_contig_vs_every_other_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7958032Z test_contig_vs_every_other_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7958494Z test_contig_vs_every_other_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7958929Z test_contig_vs_every_other_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7959383Z test_contig_vs_every_other_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7959841Z test_contig_vs_every_other_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7960305Z test_contig_vs_every_other_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7960746Z test_contig_vs_every_other_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7961211Z test_contig_vs_every_other_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7961689Z test_contig_vs_every_other_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7962154Z test_contig_vs_every_other_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7962636Z test_contig_vs_every_other_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7963113Z test_contig_vs_every_other_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7963582Z test_contig_vs_every_other_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7964023Z test_contig_vs_every_other_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7964488Z test_contig_vs_every_other_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7964949Z test_contig_vs_every_other_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7965409Z test_contig_vs_every_other_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7965839Z test_contig_vs_every_other_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7966384Z test_contig_vs_every_other_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7966848Z test_contig_vs_every_other_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7967298Z test_contig_vs_every_other_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7967775Z test_contig_vs_every_other_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7968240Z test_contig_vs_every_other_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7968715Z test_contig_vs_every_other_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7969155Z test_contig_vs_every_other_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7969615Z test_contig_vs_every_other_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7970084Z test_contig_vs_every_other_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7970516Z test_contig_vs_every_other_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7970978Z test_contig_vs_transposed_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7971438Z test_contig_vs_transposed_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7971882Z test_contig_vs_transposed_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7972324Z test_contig_vs_transposed_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7972767Z test_contig_vs_transposed_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7973256Z test_contig_vs_transposed_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7973708Z test_contig_vs_transposed_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7974122Z test_contig_vs_transposed_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7974327Z test_contig_vs_transposed_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7974532Z test_contig_vs_transposed_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7974740Z test_contig_vs_transposed_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7974945Z test_contig_vs_transposed_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7975147Z test_contig_vs_transposed_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7975363Z test_contig_vs_transposed_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7975566Z test_contig_vs_transposed_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7975794Z test_contig_vs_transposed_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.7976012Z test_contig_vs_transposed_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7976233Z test_contig_vs_transposed_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7976445Z test_contig_vs_transposed_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7976654Z test_contig_vs_transposed_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7976858Z test_contig_vs_transposed_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7977065Z test_contig_vs_transposed_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7977276Z test_contig_vs_transposed_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7977527Z test_contig_vs_transposed_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7977737Z test_contig_vs_transposed_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7977945Z test_contig_vs_transposed_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7978161Z test_contig_vs_transposed_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7978364Z test_contig_vs_transposed_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7978585Z test_contig_vs_transposed_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.7978808Z test_contig_vs_transposed_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7979032Z test_contig_vs_transposed_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7979246Z test_contig_vs_transposed_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7979457Z test_contig_vs_transposed_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7979664Z test_contig_vs_transposed_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7979874Z test_contig_vs_transposed_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7980086Z test_contig_vs_transposed_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7980288Z test_contig_vs_transposed_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7980494Z test_contig_vs_transposed_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7980695Z test_contig_vs_transposed_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7980941Z test_contig_vs_transposed_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7981166Z test_contig_vs_transposed_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7981383Z test_contig_vs_transposed_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7981599Z test_contig_vs_transposed_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7981811Z test_contig_vs_transposed_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7982022Z test_contig_vs_transposed_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7982235Z test_contig_vs_transposed_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7982444Z test_contig_vs_transposed_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7982648Z test_contig_vs_transposed_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7982853Z test_contig_vs_transposed_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7983052Z test_contig_vs_transposed_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7983264Z test_contig_vs_transposed_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7983473Z test_contig_vs_transposed_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7983690Z test_contig_vs_transposed_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.7983906Z test_contig_vs_transposed_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7984120Z test_contig_vs_transposed_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7984332Z test_contig_vs_transposed_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7984540Z test_contig_vs_transposed_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7984789Z test_contig_vs_transposed_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7984999Z test_contig_vs_transposed_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7985202Z test_contig_vs_transposed_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7985404Z test_contig_vs_transposed_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7985608Z test_contig_vs_transposed_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7985814Z test_contig_vs_transposed_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7986102Z test_contig_vs_transposed_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7986310Z test_contig_vs_transposed_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7986534Z test_contig_vs_transposed_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.7986744Z test_contig_vs_transposed_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7986965Z test_contig_vs_transposed_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7987179Z test_contig_vs_transposed_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7987392Z test_contig_vs_transposed_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7987602Z test_contig_vs_transposed_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.7987811Z test_contig_vs_transposed_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7988068Z test_contig_vs_transposed_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7988279Z test_contig_vs_transposed_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7988491Z test_contig_vs_transposed_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7988685Z test_contig_vs_transposed_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7988895Z test_contig_vs_transposed_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7989105Z test_contig_vs_transposed_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7989323Z test_contig_vs_transposed_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.7989539Z test_contig_vs_transposed_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7989754Z test_contig_vs_transposed_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7989967Z test_contig_vs_transposed_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7990181Z test_contig_vs_transposed_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7990380Z test_contig_vs_transposed_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7990738Z test_contig_vs_transposed_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7990951Z test_contig_vs_transposed_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7991153Z test_contig_vs_transposed_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7991357Z test_contig_vs_transposed_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7991563Z test_contig_vs_transposed_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7991785Z test_contig_vs_transposed_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7991991Z test_contig_vs_transposed_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7992345Z test_contig_vs_transposed_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.7992557Z test_contig_vs_transposed_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7992774Z test_contig_vs_transposed_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7992990Z test_contig_vs_transposed_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7993201Z test_contig_vs_transposed_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7993407Z test_contig_vs_transposed_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7993621Z test_contig_vs_transposed_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7993832Z test_contig_vs_transposed_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7994037Z test_contig_vs_transposed_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7994236Z test_contig_vs_transposed_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7994437Z test_contig_vs_transposed_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7994656Z test_contig_vs_transposed_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7994869Z test_contig_vs_transposed_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7995091Z test_contig_vs_transposed_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.7995312Z test_contig_vs_transposed_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7995598Z test_contig_vs_transposed_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7995832Z test_contig_vs_transposed_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7996052Z test_contig_vs_transposed_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7996262Z test_contig_vs_transposed_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7996477Z test_contig_vs_transposed_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7996690Z test_contig_vs_transposed_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7996899Z test_contig_vs_transposed_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7997113Z test_contig_vs_transposed_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7997326Z test_contig_vs_transposed_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7997546Z test_contig_vs_transposed_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7997766Z test_contig_vs_transposed_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7997984Z test_contig_vs_transposed_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7998196Z test_contig_vs_transposed_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7998413Z test_contig_vs_transposed_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7998625Z test_contig_vs_transposed_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.7998841Z test_contig_vs_transposed_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7999049Z test_contig_vs_transposed_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7999317Z test_contig_vs_transposed_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7999530Z test_contig_vs_transposed_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7999744Z test_contig_vs_transposed_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.7999954Z test_contig_vs_transposed_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8000157Z test_contig_vs_transposed_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8000363Z test_contig_vs_transposed_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8000574Z test_contig_vs_transposed_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8000781Z test_contig_vs_transposed_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8000982Z test_contig_vs_transposed_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8001190Z test_contig_vs_transposed_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8001396Z test_contig_vs_transposed_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8001611Z test_contig_vs_transposed_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8001809Z test_contig_vs_transposed_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8002026Z test_contig_vs_transposed_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8002240Z test_contig_vs_transposed_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8002446Z test_contig_vs_transposed_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8002695Z test_contig_vs_transposed_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8002917Z test_contig_vs_transposed_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8003124Z test_contig_vs_transposed_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8003332Z test_contig_vs_transposed_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8003534Z test_contig_vs_transposed_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8003730Z test_contig_vs_transposed_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8003938Z test_contig_vs_transposed_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8004152Z test_contig_vs_transposed_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8004365Z test_contig_vs_transposed_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8004577Z test_contig_vs_transposed_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8004785Z test_contig_vs_transposed_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8004993Z test_contig_vs_transposed_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8005199Z test_contig_vs_transposed_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8005393Z test_contig_vs_transposed_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8005601Z test_contig_vs_transposed_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8005804Z test_contig_vs_transposed_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8006023Z test_contig_vs_transposed_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8006230Z test_contig_vs_transposed_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8006501Z test_contig_vs_transposed_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8006720Z test_contig_vs_transposed_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8006939Z test_contig_vs_transposed_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8007155Z test_contig_vs_transposed_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8007363Z test_contig_vs_transposed_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8007571Z test_contig_vs_transposed_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8007778Z test_contig_vs_transposed_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8007989Z test_contig_vs_transposed_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8008193Z test_contig_vs_transposed_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8008405Z test_contig_vs_transposed_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8008608Z test_contig_vs_transposed_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8008817Z test_contig_vs_transposed_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8009016Z test_contig_vs_transposed_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8009239Z test_contig_vs_transposed_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8009453Z test_contig_vs_transposed_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8009710Z test_contig_vs_transposed_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8009931Z test_contig_vs_transposed_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8010143Z test_contig_vs_transposed_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8010348Z test_contig_vs_transposed_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8010553Z test_contig_vs_transposed_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8010758Z test_contig_vs_transposed_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8010951Z test_contig_vs_transposed_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8011156Z test_contig_vs_transposed_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8011365Z test_contig_vs_transposed_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8011584Z test_contig_vs_transposed_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8011794Z test_contig_vs_transposed_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8012010Z test_contig_vs_transposed_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8012230Z test_contig_vs_transposed_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8012447Z test_contig_vs_transposed_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8012659Z test_contig_vs_transposed_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8012863Z test_contig_vs_transposed_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8013067Z test_contig_vs_transposed_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8013274Z test_contig_vs_transposed_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8013479Z test_contig_vs_transposed_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8013727Z test_contig_vs_transposed_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8013930Z test_contig_vs_transposed_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8014135Z test_contig_vs_transposed_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8014366Z test_contig_vs_transposed_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8014584Z test_contig_vs_transposed_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8014816Z test_contig_vs_transposed_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8015050Z test_contig_vs_transposed_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8015284Z test_contig_vs_transposed_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8015518Z test_contig_vs_transposed_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8015736Z test_contig_vs_transposed_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8015951Z test_contig_vs_transposed_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8016173Z test_contig_vs_transposed_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8016384Z test_contig_vs_transposed_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8016589Z test_contig_vs_transposed_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8016850Z test_contig_vs_transposed_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8017075Z test_contig_vs_transposed_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8017289Z test_contig_vs_transposed_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8017495Z test_contig_vs_transposed_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8017711Z test_contig_vs_transposed_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8017924Z test_contig_vs_transposed_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8018135Z test_contig_vs_transposed_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8018346Z test_contig_vs_transposed_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8018547Z test_contig_vs_transposed_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8018754Z test_contig_vs_transposed_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8018965Z test_contig_vs_transposed_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8019169Z test_contig_vs_transposed_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8019372Z test_contig_vs_transposed_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8019606Z test_contig_vs_transposed_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8019808Z test_contig_vs_transposed_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8020023Z test_contig_vs_transposed_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8020229Z test_contig_vs_transposed_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8020443Z test_contig_vs_transposed_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8020659Z test_contig_vs_transposed_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8020931Z test_contig_vs_transposed_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8021139Z test_contig_vs_transposed_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8021348Z test_contig_vs_transposed_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8021555Z test_contig_vs_transposed_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8021761Z test_contig_vs_transposed_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8021970Z test_contig_vs_transposed_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8022165Z test_contig_vs_transposed_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8022372Z test_contig_vs_transposed_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8022582Z test_contig_vs_transposed_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8022800Z test_contig_vs_transposed_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8023016Z test_contig_vs_transposed_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8023231Z test_contig_vs_transposed_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8023447Z test_contig_vs_transposed_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8023662Z test_contig_vs_transposed_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8023876Z test_contig_vs_transposed_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8024154Z test_contig_vs_transposed_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8024374Z test_contig_vs_transposed_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8024584Z test_contig_vs_transposed_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8024788Z test_contig_vs_transposed_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8024994Z test_contig_vs_transposed_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8025212Z test_contig_vs_transposed_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8025428Z test_contig_vs_transposed_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8025646Z test_contig_vs_transposed_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8025855Z test_contig_vs_transposed_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8026068Z test_contig_vs_transposed_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8026278Z test_contig_vs_transposed_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8026487Z test_contig_vs_transposed_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8026696Z test_contig_vs_transposed_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8026910Z test_contig_vs_transposed_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8027122Z test_contig_vs_transposed_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8027343Z test_contig_vs_transposed_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8027566Z test_contig_vs_transposed_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8027780Z test_contig_vs_transposed_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8028054Z test_contig_vs_transposed_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8028268Z test_contig_vs_transposed_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8028480Z test_contig_vs_transposed_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8028689Z test_contig_vs_transposed_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8028900Z test_contig_vs_transposed_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8029102Z test_contig_vs_transposed_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8029311Z test_contig_vs_transposed_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8029513Z test_contig_vs_transposed_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8029720Z test_contig_vs_transposed_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8029931Z test_contig_vs_transposed_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8030141Z test_contig_vs_transposed_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8030350Z test_contig_vs_transposed_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8030705Z test_contig_vs_transposed_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8030919Z test_contig_vs_transposed_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8031125Z test_contig_vs_transposed_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8031399Z test_contig_vs_transposed_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8031608Z test_contig_vs_transposed_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8031814Z test_contig_vs_transposed_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8032042Z test_contig_vs_transposed_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8032267Z test_contig_vs_transposed_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8032496Z test_contig_vs_transposed_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8032723Z test_contig_vs_transposed_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8032947Z test_contig_vs_transposed_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8033173Z test_contig_vs_transposed_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8033405Z test_contig_vs_transposed_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8033603Z test_contig_vs_transposed_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8033822Z test_contig_vs_transposed_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8034046Z test_contig_vs_transposed_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8034271Z test_contig_vs_transposed_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8034501Z test_contig_vs_transposed_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8034736Z test_contig_vs_transposed_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8034966Z test_contig_vs_transposed_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8035194Z test_contig_vs_transposed_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8035396Z test_contig_vs_transposed_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8035684Z test_contig_vs_transposed_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8035913Z test_contig_vs_transposed_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8036133Z test_contig_vs_transposed_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8036361Z test_contig_vs_transposed_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8036581Z test_contig_vs_transposed_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8036810Z test_contig_vs_transposed_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8037036Z test_contig_vs_transposed_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8037267Z test_contig_vs_transposed_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8037471Z test_contig_vs_transposed_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8037696Z test_contig_vs_transposed_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8037911Z test_contig_vs_transposed_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8038130Z test_contig_vs_transposed_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8038353Z test_contig_vs_transposed_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8038582Z test_contig_vs_transposed_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8038807Z test_contig_vs_transposed_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8039089Z test_contig_vs_transposed_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8039328Z test_contig_vs_transposed_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8039538Z test_contig_vs_transposed_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8039763Z test_contig_vs_transposed_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8039989Z test_contig_vs_transposed_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8040208Z test_contig_vs_transposed_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8040427Z test_contig_vs_transposed_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8040646Z test_contig_vs_transposed_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8040872Z test_contig_vs_transposed_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8041097Z test_contig_vs_transposed_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8041296Z test_contig_vs_transposed_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8041531Z test_contig_vs_transposed_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8041756Z test_contig_vs_transposed_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8041984Z test_contig_vs_transposed_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8042215Z test_contig_vs_transposed_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8042437Z test_contig_vs_transposed_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8042659Z test_contig_vs_transposed_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8042881Z test_contig_vs_transposed_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8043098Z test_contig_vs_transposed_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8043357Z test_contig_vs_transposed_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8043579Z test_contig_vs_transposed_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8043804Z test_contig_vs_transposed_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8044025Z test_contig_vs_transposed_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8044259Z test_contig_vs_transposed_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8044491Z test_contig_vs_transposed_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8044725Z test_contig_vs_transposed_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8044952Z test_contig_vs_transposed_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8045156Z test_contig_vs_transposed_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8045378Z test_contig_vs_transposed_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8045600Z test_contig_vs_transposed_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8045828Z test_contig_vs_transposed_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8046041Z test_contig_vs_transposed_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8046261Z test_contig_vs_transposed_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8046482Z test_contig_vs_transposed_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8046768Z test_contig_vs_transposed_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8047007Z test_contig_vs_transposed_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8047222Z test_contig_vs_transposed_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8047455Z test_contig_vs_transposed_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8047692Z test_contig_vs_transposed_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8047922Z test_contig_vs_transposed_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8048155Z test_contig_vs_transposed_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8048376Z test_contig_vs_transposed_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8048603Z test_contig_vs_transposed_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8048830Z test_contig_vs_transposed_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8049055Z test_contig_vs_transposed_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8049254Z test_contig_vs_transposed_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8049479Z test_contig_vs_transposed_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8049706Z test_contig_vs_transposed_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8049935Z test_contig_vs_transposed_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8050165Z test_contig_vs_transposed_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8050387Z test_contig_vs_transposed_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8050612Z test_contig_vs_transposed_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8050885Z test_contig_vs_transposed_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8051081Z test_contig_vs_transposed_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8051301Z test_contig_vs_transposed_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8051518Z test_contig_vs_transposed_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8051753Z test_contig_vs_transposed_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8051978Z test_contig_vs_transposed_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8052204Z test_contig_vs_transposed_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8052430Z test_contig_vs_transposed_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8052685Z test_contig_vs_transposed_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.8052950Z test_contig_vs_transposed_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.8053179Z test_contig_vs_transposed_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.8053409Z test_contig_vs_transposed_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8053630Z test_contig_vs_transposed_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8053864Z test_contig_vs_transposed_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8054094Z test_contig_vs_transposed_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8054368Z test_contig_vs_transposed_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8054599Z test_contig_vs_transposed_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8054822Z test_contig_vs_transposed_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8055045Z test_contig_vs_transposed_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8055244Z test_contig_vs_transposed_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8055469Z test_contig_vs_transposed_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8055691Z test_contig_vs_transposed_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8055916Z test_contig_vs_transposed_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8056139Z test_contig_vs_transposed_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8056364Z test_contig_vs_transposed_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8056588Z test_contig_vs_transposed_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8056809Z test_contig_vs_transposed_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8057001Z test_contig_vs_transposed_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8057224Z test_contig_vs_transposed_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8057450Z test_contig_vs_transposed_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8057672Z test_contig_vs_transposed_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8057892Z test_contig_vs_transposed_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8058110Z test_contig_vs_transposed_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8058347Z test_contig_vs_transposed_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8058636Z test_contig_vs_transposed_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8058876Z test_contig_vs_transposed_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8059081Z test_contig_vs_transposed_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8059300Z test_contig_vs_transposed_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8059534Z test_contig_vs_transposed_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8059761Z test_contig_vs_transposed_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8059984Z test_contig_vs_transposed_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8060210Z test_contig_vs_transposed_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8060438Z test_contig_vs_transposed_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8060660Z test_contig_vs_transposed_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8060858Z test_contig_vs_transposed_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8061078Z test_contig_vs_transposed_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8061304Z test_contig_vs_transposed_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8061522Z test_contig_vs_transposed_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8061759Z test_contig_vs_transposed_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8062037Z test_contig_vs_transposed_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8062287Z test_contig_vs_transposed_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8062539Z test_contig_vs_transposed_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8062769Z test_contig_vs_transposed_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8062981Z test_contig_vs_transposed_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8063217Z test_contig_vs_transposed_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8063451Z test_contig_vs_transposed_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8063681Z test_contig_vs_transposed_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8063914Z test_contig_vs_transposed_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8064149Z test_contig_vs_transposed_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8064382Z test_contig_vs_transposed_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8064606Z test_contig_vs_transposed_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8064831Z test_contig_vs_transposed_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8065035Z test_contig_vs_transposed_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8065269Z test_contig_vs_transposed_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8065511Z test_contig_vs_transposed_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8065751Z test_contig_vs_transposed_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8065979Z test_contig_vs_transposed_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8066267Z test_contig_vs_transposed_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8066492Z test_contig_vs_transposed_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8066724Z test_contig_vs_transposed_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8066927Z test_contig_vs_transposed_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8067146Z test_contig_vs_transposed_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8067368Z test_contig_vs_transposed_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8067584Z test_contig_vs_transposed_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8067827Z test_contig_vs_transposed_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8068055Z test_contig_vs_transposed_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8068296Z test_contig_vs_transposed_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8068530Z test_contig_vs_transposed_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8068757Z test_contig_vs_transposed_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8068963Z test_contig_vs_transposed_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8069188Z test_contig_vs_transposed_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8069410Z test_contig_vs_transposed_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8069676Z test_contig_vs_transposed_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8069901Z test_contig_vs_transposed_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8070133Z test_contig_vs_transposed_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8070350Z test_contig_vs_transposed_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8070734Z test_contig_vs_transposed_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8070975Z test_contig_vs_transposed_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8071186Z test_contig_vs_transposed_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8071419Z test_contig_vs_transposed_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8071657Z test_contig_vs_transposed_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8071896Z test_contig_vs_transposed_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8072131Z test_contig_vs_transposed_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8072361Z test_contig_vs_transposed_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8072595Z test_contig_vs_transposed_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8072819Z test_contig_vs_transposed_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8073031Z test_contig_vs_transposed_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8073256Z test_contig_vs_transposed_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8073487Z test_contig_vs_transposed_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8073720Z test_contig_vs_transposed_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8074034Z test_contig_vs_transposed_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8074261Z test_contig_vs_transposed_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8074488Z test_contig_vs_transposed_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8074723Z test_contig_vs_transposed_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8074946Z test_contig_vs_transposed_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8075144Z test_contig_vs_transposed_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8075374Z test_contig_vs_transposed_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8075604Z test_contig_vs_transposed_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8075844Z test_contig_vs_transposed_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8076082Z test_contig_vs_transposed_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8076314Z test_contig_vs_transposed_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8076539Z test_contig_vs_transposed_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8076763Z test_contig_vs_transposed_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8076989Z test_contig_vs_transposed_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8077192Z test_contig_vs_transposed_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8077482Z test_contig_vs_transposed_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8077712Z test_contig_vs_transposed_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8077943Z test_contig_vs_transposed_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8078161Z test_contig_vs_transposed_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8078437Z test_contig_vs_transposed_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8078681Z test_contig_vs_transposed_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8078932Z test_contig_vs_transposed_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8079160Z test_contig_vs_transposed_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8079408Z test_contig_vs_transposed_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8079650Z test_contig_vs_transposed_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8079902Z test_contig_vs_transposed_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8080142Z test_contig_vs_transposed_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8080374Z test_contig_vs_transposed_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8080603Z test_contig_vs_transposed_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8080842Z test_contig_vs_transposed_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8081071Z test_contig_vs_transposed_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8081280Z test_contig_vs_transposed_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8081570Z test_contig_vs_transposed_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8081801Z test_contig_vs_transposed_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8082037Z test_contig_vs_transposed_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8082262Z test_contig_vs_transposed_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8082486Z test_contig_vs_transposed_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8082706Z test_contig_vs_transposed_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8082931Z test_contig_vs_transposed_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8083159Z test_contig_vs_transposed_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8083364Z test_contig_vs_transposed_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8083591Z test_contig_vs_transposed_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8083822Z test_contig_vs_transposed_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8084053Z test_contig_vs_transposed_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8084279Z test_contig_vs_transposed_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8084508Z test_contig_vs_transposed_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8084728Z test_contig_vs_transposed_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8084952Z test_contig_vs_transposed_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8085221Z test_contig_vs_transposed_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8085428Z test_contig_vs_transposed_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8085648Z test_contig_vs_transposed_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8085869Z test_contig_vs_transposed_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8086152Z test_contig_vs_transposed_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8086379Z test_contig_vs_transposed_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8086606Z test_contig_vs_transposed_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8086862Z test_contig_vs_transposed_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8087090Z test_contig_vs_transposed_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8087291Z test_contig_vs_transposed_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8087520Z test_contig_vs_transposed_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8087736Z test_contig_vs_transposed_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8087958Z test_contig_vs_transposed_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8088174Z test_contig_vs_transposed_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8088397Z test_contig_vs_transposed_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8088617Z test_contig_vs_transposed_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8088850Z test_contig_vs_transposed_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8089090Z test_contig_vs_transposed_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8089355Z test_contig_vs_transposed_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8089580Z test_contig_vs_transposed_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8089804Z test_contig_vs_transposed_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8090026Z test_contig_vs_transposed_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8090244Z test_contig_vs_transposed_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8090458Z test_contig_vs_transposed_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8090683Z test_contig_vs_transposed_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8090908Z test_contig_vs_transposed_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8091117Z test_contig_vs_transposed_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8091338Z test_contig_vs_transposed_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8091570Z test_contig_vs_transposed_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8091798Z test_contig_vs_transposed_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8092026Z test_contig_vs_transposed_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8092253Z test_contig_vs_transposed_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8092475Z test_contig_vs_transposed_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8092736Z test_contig_vs_transposed_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8092966Z test_contig_vs_transposed_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8093168Z test_contig_vs_transposed_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8093387Z test_contig_vs_transposed_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8093617Z test_contig_vs_transposed_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8093836Z test_contig_vs_transposed_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8094077Z test_contig_vs_transposed_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8094309Z test_contig_vs_transposed_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8094553Z test_contig_vs_transposed_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8094807Z test_contig_vs_transposed_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8095048Z test_contig_vs_transposed_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8095257Z test_contig_vs_transposed_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8095484Z test_contig_vs_transposed_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8095714Z test_contig_vs_transposed_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8095955Z test_contig_vs_transposed_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8096188Z test_contig_vs_transposed_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8096424Z test_contig_vs_transposed_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8096657Z test_contig_vs_transposed_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8096942Z test_contig_vs_transposed_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8097173Z test_contig_vs_transposed_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8097380Z test_contig_vs_transposed_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8097607Z test_contig_vs_transposed_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8097826Z test_contig_vs_transposed_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8098048Z test_contig_vs_transposed_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8098272Z test_contig_vs_transposed_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8098499Z test_contig_vs_transposed_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8098722Z test_contig_vs_transposed_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8098943Z test_contig_vs_transposed_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8099145Z test_contig_vs_transposed_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8099369Z test_contig_vs_transposed_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8099600Z test_contig_vs_transposed_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8099838Z test_contig_vs_transposed_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8100069Z test_contig_vs_transposed_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8100354Z test_contig_vs_transposed_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8100590Z test_contig_vs_transposed_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8100814Z test_contig_vs_transposed_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8101042Z test_contig_vs_transposed_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8101242Z test_contig_vs_transposed_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8101458Z test_contig_vs_transposed_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8101679Z test_contig_vs_transposed_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8101899Z test_contig_vs_transposed_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8102157Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8102414Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8102666Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8102917Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8103165Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8103384Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8103636Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8103876Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8104128Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8104375Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8104676Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8104916Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8105163Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8105404Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8105627Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8105868Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8106119Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8106370Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8106608Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.8106847Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8107089Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8107335Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8107579Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8107876Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8108123Z test_contig_vs_transposed_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8108356Z test_contig_vs_transposed_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8108591Z test_contig_vs_transposed_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8108820Z test_contig_vs_transposed_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8109043Z test_contig_vs_transposed_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8109282Z test_contig_vs_transposed_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8109513Z test_contig_vs_transposed_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8109746Z test_contig_vs_transposed_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8109951Z test_contig_vs_transposed_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8110181Z test_contig_vs_transposed_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8110413Z test_contig_vs_transposed_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8110856Z test_contig_vs_transposed_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8111094Z test_contig_vs_transposed_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8111323Z test_contig_vs_transposed_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8111546Z test_contig_vs_transposed_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8111775Z test_contig_vs_transposed_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8111998Z test_contig_vs_transposed_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8112271Z test_contig_vs_transposed_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8112491Z test_contig_vs_transposed_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8112709Z test_contig_vs_transposed_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8112939Z test_contig_vs_transposed_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8113156Z test_contig_vs_transposed_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8113406Z test_contig_vs_transposed_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8113657Z test_contig_vs_transposed_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8113910Z test_contig_vs_transposed_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8114158Z test_contig_vs_transposed_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8114379Z test_contig_vs_transposed_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8114623Z test_contig_vs_transposed_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8114871Z test_contig_vs_transposed_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8115116Z test_contig_vs_transposed_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8115382Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8115697Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8115970Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8116240Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8116505Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8116739Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8116998Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8117261Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8117522Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8117956Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8118364Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8118738Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8119115Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8119492Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8119847Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8120224Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8120636Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8121204Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8121595Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8122030Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8122404Z test_contig_vs_transposed_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8122785Z test_contig_vs_transposed_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8123169Z test_contig_vs_transposed_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8123578Z test_contig_vs_transposed_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8123926Z test_contig_vs_transposed_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8124320Z test_contig_vs_transposed_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8124732Z test_contig_vs_transposed_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8125126Z test_contig_vs_transposed_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8125374Z test_contig_vs_transposed_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8125620Z test_contig_vs_transposed_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8125859Z test_contig_vs_transposed_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8126215Z test_contig_vs_transposed_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8126481Z test_contig_vs_transposed_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8126704Z test_contig_vs_transposed_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8126955Z test_contig_vs_transposed_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8127199Z test_contig_vs_transposed_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8127450Z test_contig_vs_transposed_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8127698Z test_contig_vs_transposed_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8127952Z test_contig_vs_transposed_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8128200Z test_contig_vs_transposed_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8128450Z test_contig_vs_transposed_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8128696Z test_contig_vs_transposed_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8128916Z test_contig_vs_transposed_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8129170Z test_contig_vs_transposed_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8129414Z test_contig_vs_transposed_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8129696Z test_contig_vs_transposed_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-12-01T10:55:51.8129980Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-12-01T10:55:51.8130316Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-12-01T10:55:51.8130593Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-12-01T10:55:51.8130846Z test_contig_vs_transposed_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8131101Z test_contig_vs_transposed_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8131325Z test_contig_vs_transposed_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8131566Z test_contig_vs_transposed_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8131813Z test_contig_vs_transposed_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8132061Z test_contig_vs_transposed_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8132309Z test_contig_vs_transposed_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8132546Z test_contig_vs_transposed_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8132805Z test_contig_vs_transposed_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8133062Z test_contig_vs_transposed_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8133319Z test_contig_vs_transposed_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8133596Z test_contig_vs_transposed_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8133876Z test_contig_vs_transposed_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8134140Z test_contig_vs_transposed_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8134398Z test_contig_vs_transposed_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8134726Z test_contig_vs_transposed_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8134988Z test_contig_vs_transposed_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8135239Z test_contig_vs_transposed_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8135502Z test_contig_vs_transposed_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8135766Z test_contig_vs_transposed_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8136028Z test_contig_vs_transposed_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8136259Z test_contig_vs_transposed_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8136510Z test_contig_vs_transposed_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8136761Z test_contig_vs_transposed_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8137021Z test_contig_vs_transposed_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8137265Z test_contig_vs_transposed_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8137520Z test_contig_vs_transposed_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8137818Z test_contig_vs_transposed_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8138080Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8138351Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8138592Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8138848Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8139106Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8139369Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8139627Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8139888Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8140141Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8140395Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8140642Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8140876Z test_contig_vs_transposed_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8141182Z test_contig_vs_transposed_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8141460Z test_contig_vs_transposed_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8141724Z test_contig_vs_transposed_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8141977Z test_contig_vs_transposed_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8142231Z test_contig_vs_transposed_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8142483Z test_contig_vs_transposed_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8142735Z test_contig_vs_transposed_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8142979Z test_contig_vs_transposed_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8143232Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8143470Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8143726Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8143982Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8144235Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8144486Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8144736Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8144992Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8145364Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8145612Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8145846Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8146101Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8146363Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8146617Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8146871Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8147120Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8147379Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8147632Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8147877Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8148111Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8148369Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8148619Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-12-01T10:55:51.8148928Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8149197Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8149446Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8149697Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8149942Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8150190Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8150424Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8150962Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8151224Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.8151477Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8151727Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8151978Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8152233Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8152477Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8152725Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8152981Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8153312Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8153566Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:55:51.8153818Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8154064Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8154316Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8154571Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8154820Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8155061Z test_contig_vs_transposed_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8155316Z test_contig_vs_transposed_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8155534Z test_contig_vs_transposed_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8155764Z test_contig_vs_transposed_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8156000Z test_contig_vs_transposed_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8156239Z test_contig_vs_transposed_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8156485Z test_contig_vs_transposed_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8156787Z test_contig_vs_transposed_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8157037Z test_contig_vs_transposed_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8157270Z test_contig_vs_transposed_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8157500Z test_contig_vs_transposed_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8157703Z test_contig_vs_transposed_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8157944Z test_contig_vs_transposed_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8158172Z test_contig_vs_transposed_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8158402Z test_contig_vs_transposed_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8158639Z test_contig_vs_transposed_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8158875Z test_contig_vs_transposed_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8159111Z test_contig_vs_transposed_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8159338Z test_contig_vs_transposed_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8159537Z test_contig_vs_transposed_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8159763Z test_contig_vs_transposed_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8159980Z test_contig_vs_transposed_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8160206Z test_contig_vs_transposed_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8160432Z test_contig_vs_transposed_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8160666Z test_contig_vs_transposed_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8160951Z test_contig_vs_transposed_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8161189Z test_contig_vs_transposed_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8161413Z test_contig_vs_transposed_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8161619Z test_contig_vs_transposed_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8161840Z test_contig_vs_transposed_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8162062Z test_contig_vs_transposed_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8162286Z test_contig_vs_transposed_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8162516Z test_contig_vs_transposed_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8162745Z test_contig_vs_transposed_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8162972Z test_contig_vs_transposed_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8163215Z test_contig_vs_transposed_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8163449Z test_contig_vs_transposed_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8163673Z test_contig_vs_transposed_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8163919Z test_contig_vs_transposed_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8164166Z test_contig_vs_transposed_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8164448Z test_contig_vs_transposed_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8164691Z test_contig_vs_transposed_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8164926Z test_contig_vs_transposed_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8165166Z test_contig_vs_transposed_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8165403Z test_contig_vs_transposed_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8165611Z test_contig_vs_transposed_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8165849Z test_contig_vs_transposed_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8166080Z test_contig_vs_transposed_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8166314Z test_contig_vs_transposed_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8166548Z test_contig_vs_transposed_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8166770Z test_contig_vs_transposed_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8167000Z test_contig_vs_transposed_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8167224Z test_contig_vs_transposed_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8167445Z test_contig_vs_transposed_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8167645Z test_contig_vs_transposed_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8167864Z test_contig_vs_transposed_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8168114Z test_contig_vs_transposed_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8168363Z test_contig_vs_transposed_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8168672Z test_contig_vs_transposed_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8168917Z test_contig_vs_transposed_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8169158Z test_contig_vs_transposed_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8169400Z test_contig_vs_transposed_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8169641Z test_contig_vs_transposed_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8169860Z test_contig_vs_transposed_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8170115Z test_contig_vs_transposed_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8170363Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8170610Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8170847Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8171074Z test_contig_vs_transposed_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8171300Z test_contig_vs_transposed_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8171530Z test_contig_vs_transposed_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8171761Z test_contig_vs_transposed_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8172014Z test_contig_vs_transposed_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8172248Z test_contig_vs_transposed_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8172467Z test_contig_vs_transposed_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8172689Z test_contig_vs_transposed_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8172908Z test_contig_vs_transposed_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8173131Z test_contig_vs_transposed_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8173344Z test_contig_vs_transposed_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8173560Z test_contig_vs_transposed_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8173774Z test_contig_vs_transposed_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8173985Z test_contig_vs_transposed_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8174204Z test_contig_vs_transposed_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8174432Z test_contig_vs_transposed_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8174657Z test_contig_vs_transposed_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8174876Z test_contig_vs_transposed_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8175090Z test_contig_vs_transposed_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8175312Z test_contig_vs_transposed_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8175528Z test_contig_vs_transposed_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8175725Z test_contig_vs_transposed_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8175994Z test_contig_vs_transposed_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8176209Z test_contig_vs_transposed_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8176432Z test_contig_vs_transposed_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8176644Z test_contig_vs_transposed_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8176868Z test_contig_vs_transposed_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8177085Z test_contig_vs_transposed_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8177316Z test_contig_vs_transposed_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8177553Z test_contig_vs_transposed_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8177760Z test_contig_vs_transposed_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8177982Z test_contig_vs_transposed_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8178197Z test_contig_vs_transposed_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8178413Z test_contig_vs_transposed_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8178628Z test_contig_vs_transposed_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8178838Z test_contig_vs_transposed_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8179053Z test_contig_vs_transposed_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8179310Z test_contig_vs_transposed_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8179531Z test_contig_vs_transposed_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8179759Z test_contig_vs_transposed_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8179998Z test_contig_vs_transposed_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8180261Z test_contig_vs_transposed_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8180496Z test_contig_vs_transposed_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8180725Z test_contig_vs_transposed_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8180952Z test_contig_vs_transposed_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8181190Z test_contig_vs_transposed_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8181413Z test_contig_vs_transposed_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8181622Z test_contig_vs_transposed_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8181838Z test_contig_vs_transposed_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8182062Z test_contig_vs_transposed_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8182278Z test_contig_vs_transposed_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8182498Z test_contig_vs_transposed_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8182715Z test_contig_vs_transposed_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8182938Z test_contig_vs_transposed_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8183167Z test_contig_vs_transposed_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8183441Z test_contig_vs_transposed_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8183641Z test_contig_vs_transposed_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8183858Z test_contig_vs_transposed_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8184067Z test_contig_vs_transposed_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8184280Z test_contig_vs_transposed_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8184497Z test_contig_vs_transposed_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8184733Z test_contig_vs_transposed_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8184958Z test_contig_vs_transposed_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8185186Z test_contig_vs_transposed_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8185398Z test_contig_vs_transposed_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8185625Z test_contig_vs_transposed_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8185850Z test_contig_vs_transposed_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8186120Z test_contig_vs_transposed_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8186339Z test_contig_vs_transposed_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8186561Z test_contig_vs_transposed_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8186815Z test_contig_vs_transposed_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8187075Z test_contig_vs_transposed_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8187272Z test_contig_vs_transposed_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8187482Z test_contig_vs_transposed_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8187702Z test_contig_vs_transposed_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8187929Z test_contig_vs_transposed_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8188148Z test_contig_vs_transposed_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8188368Z test_contig_vs_transposed_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8188580Z test_contig_vs_transposed_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8188800Z test_contig_vs_transposed_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8189017Z test_contig_vs_transposed_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8189240Z test_contig_vs_transposed_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8189440Z test_contig_vs_transposed_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8189653Z test_contig_vs_transposed_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8189876Z test_contig_vs_transposed_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8190093Z test_contig_vs_transposed_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8190328Z test_contig_vs_transposed_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8190708Z test_contig_vs_transposed_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8190943Z test_contig_vs_transposed_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8191240Z test_contig_vs_transposed_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8191438Z test_contig_vs_transposed_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8191656Z test_contig_vs_transposed_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8191873Z test_contig_vs_transposed_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8192089Z test_contig_vs_transposed_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8192305Z test_contig_vs_transposed_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8192521Z test_contig_vs_transposed_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8192748Z test_contig_vs_transposed_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8192971Z test_contig_vs_transposed_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8193199Z test_contig_vs_transposed_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8193405Z test_contig_vs_transposed_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8193637Z test_contig_vs_transposed_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8193859Z test_contig_vs_transposed_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8194080Z test_contig_vs_transposed_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8194298Z test_contig_vs_transposed_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8194570Z test_contig_vs_transposed_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8194801Z test_contig_vs_transposed_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8195018Z test_contig_vs_transposed_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8195234Z test_contig_vs_transposed_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8195431Z test_contig_vs_transposed_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8195670Z test_contig_vs_transposed_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8195913Z test_contig_vs_transposed_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8196154Z test_contig_vs_transposed_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.8196394Z test_contig_vs_transposed_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8196629Z test_contig_vs_transposed_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8196940Z test_contig_vs_transposed_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8197093Z test_contig_vs_transposed_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8197301Z test_contig_vs_transposed_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8197540Z test_contig_vs_transposed_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8197787Z test_contig_vs_transposed_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8198060Z test_contig_vs_transposed_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8198269Z test_contig_vs_transposed_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8198537Z test_contig_vs_transposed_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8198806Z test_contig_vs_transposed_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8199043Z test_contig_vs_transposed_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8199277Z test_contig_vs_transposed_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8199512Z test_contig_vs_transposed_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8199734Z test_contig_vs_transposed_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8199975Z test_contig_vs_transposed_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8200212Z test_contig_vs_transposed_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8200450Z test_contig_vs_transposed_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8200684Z test_contig_vs_transposed_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8200919Z test_contig_vs_transposed_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8201151Z test_contig_vs_transposed_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8201392Z test_contig_vs_transposed_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8201631Z test_contig_vs_transposed_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8201851Z test_contig_vs_transposed_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8202126Z test_contig_vs_transposed_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8202372Z test_contig_vs_transposed_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8202611Z test_contig_vs_transposed_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8202846Z test_contig_vs_transposed_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8203075Z test_contig_vs_transposed_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8203312Z test_contig_vs_transposed_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8203548Z test_contig_vs_transposed_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8203793Z test_contig_vs_transposed_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8204005Z test_contig_vs_transposed_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8204241Z test_contig_vs_transposed_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8204473Z test_contig_vs_transposed_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8204706Z test_contig_vs_transposed_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8204942Z test_contig_vs_transposed_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8205181Z test_contig_vs_transposed_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8205414Z test_contig_vs_transposed_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8205653Z test_contig_vs_transposed_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8205884Z test_contig_vs_transposed_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8206146Z test_contig_vs_transposed_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8206383Z test_contig_vs_transposed_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8206610Z test_contig_vs_transposed_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8206829Z test_contig_vs_transposed_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8207058Z test_contig_vs_transposed_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8207291Z test_contig_vs_transposed_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8207530Z test_contig_vs_transposed_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8207767Z test_contig_vs_transposed_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8208001Z test_contig_vs_transposed_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8208216Z test_contig_vs_transposed_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8208440Z test_contig_vs_transposed_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8208664Z test_contig_vs_transposed_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8208907Z test_contig_vs_transposed_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8209133Z test_contig_vs_transposed_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8209406Z test_contig_vs_transposed_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8209651Z test_contig_vs_transposed_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8209889Z test_contig_vs_transposed_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8210113Z test_contig_vs_transposed_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8210333Z test_contig_vs_transposed_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8210560Z test_contig_vs_transposed_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8210785Z test_contig_vs_transposed_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8211016Z test_contig_vs_transposed_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8211244Z test_contig_vs_transposed_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8211454Z test_contig_vs_transposed_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8211681Z test_contig_vs_transposed_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8211911Z test_contig_vs_transposed_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8212135Z test_contig_vs_transposed_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8212367Z test_contig_vs_transposed_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8212589Z test_contig_vs_transposed_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8212813Z test_contig_vs_transposed_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8213036Z test_contig_vs_transposed_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8213260Z test_contig_vs_transposed_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8213515Z test_contig_vs_transposed_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8213749Z test_contig_vs_transposed_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8213971Z test_contig_vs_transposed_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8214195Z test_contig_vs_transposed_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8214418Z test_contig_vs_transposed_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8214643Z test_contig_vs_transposed_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8214865Z test_contig_vs_transposed_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8215085Z test_contig_vs_transposed_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8215310Z test_contig_vs_transposed_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8215547Z test_contig_vs_transposed_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8215784Z test_contig_vs_transposed_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8216026Z test_contig_vs_transposed_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8216264Z test_contig_vs_transposed_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8216495Z test_contig_vs_transposed_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8216770Z test_contig_vs_transposed_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8217019Z test_contig_vs_transposed_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8217275Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8217513Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8217756Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8218005Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8218255Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8218505Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8218762Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8219012Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8219260Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8219514Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8219757Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8219988Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8220246Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8220490Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8220789Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8221032Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8221278Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8221532Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8221775Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8222018Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8222251Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8222496Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8222745Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8222986Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8223232Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8223484Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8223728Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8224014Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8224273Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8224521Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8224749Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8224991Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8225228Z test_contig_vs_transposed_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8225458Z test_contig_vs_transposed_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8225696Z test_contig_vs_transposed_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8225929Z test_contig_vs_transposed_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8226157Z test_contig_vs_transposed_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8226386Z test_contig_vs_transposed_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8226608Z test_contig_vs_transposed_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8226812Z test_contig_vs_transposed_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8227042Z test_contig_vs_transposed_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8227275Z test_contig_vs_transposed_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8227511Z test_contig_vs_transposed_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8227748Z test_contig_vs_transposed_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8228073Z test_contig_vs_transposed_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8228304Z test_contig_vs_transposed_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8228526Z test_contig_vs_transposed_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8228746Z test_contig_vs_transposed_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8228953Z test_contig_vs_transposed_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8229181Z test_contig_vs_transposed_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8229457Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8229738Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8230013Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8230292Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8230716Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8230993Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8231255Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8231578Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8231856Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8232123Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8232387Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8232652Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8232911Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8233179Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8233439Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8233703Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8233959Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8234200Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8234465Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8234728Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8234984Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8235237Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8235555Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8235809Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8236066Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8236318Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8236573Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8236811Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8237070Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8237323Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8237575Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8237823Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8238077Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8238303Z test_contig_vs_transposed_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8238519Z test_contig_vs_transposed_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8238793Z test_contig_vs_transposed_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8239015Z test_contig_vs_transposed_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8239242Z test_contig_vs_transposed_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8239467Z test_contig_vs_transposed_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8239687Z test_contig_vs_transposed_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8239901Z test_contig_vs_transposed_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8240117Z test_contig_vs_transposed_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8240334Z test_contig_vs_transposed_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8240551Z test_contig_vs_transposed_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8240766Z test_contig_vs_transposed_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8240973Z test_contig_vs_transposed_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8241200Z test_contig_vs_transposed_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8241421Z test_contig_vs_transposed_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8241653Z test_contig_vs_transposed_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8241888Z test_contig_vs_transposed_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8242109Z test_contig_vs_transposed_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8242336Z test_contig_vs_transposed_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8242560Z test_contig_vs_transposed_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8242815Z test_contig_vs_transposed_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8243038Z test_contig_vs_transposed_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8243251Z test_contig_vs_transposed_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8243468Z test_contig_vs_transposed_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8243679Z test_contig_vs_transposed_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8243896Z test_contig_vs_transposed_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8244120Z test_contig_vs_transposed_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8244351Z test_contig_vs_transposed_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8244581Z test_contig_vs_transposed_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8244791Z test_contig_vs_transposed_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8245008Z test_contig_vs_transposed_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8245224Z test_contig_vs_transposed_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8245438Z test_contig_vs_transposed_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8245656Z test_contig_vs_transposed_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8245870Z test_contig_vs_transposed_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8246130Z test_contig_vs_transposed_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8246356Z test_contig_vs_transposed_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8246554Z test_contig_vs_transposed_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8246778Z test_contig_vs_transposed_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8246994Z test_contig_vs_transposed_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8247231Z test_contig_vs_transposed_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8247456Z test_contig_vs_transposed_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8247679Z test_contig_vs_transposed_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8247899Z test_contig_vs_transposed_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8248121Z test_contig_vs_transposed_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8248339Z test_contig_vs_transposed_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8248538Z test_contig_vs_transposed_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8248757Z test_contig_vs_transposed_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8248969Z test_contig_vs_transposed_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8249180Z test_contig_vs_transposed_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8249395Z test_contig_vs_transposed_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8249619Z test_contig_vs_transposed_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8249844Z test_contig_vs_transposed_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8250070Z test_contig_vs_transposed_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8250340Z test_contig_vs_transposed_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8250543Z test_contig_vs_transposed_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8250762Z test_contig_vs_transposed_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8250978Z test_contig_vs_transposed_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8251197Z test_contig_vs_transposed_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8251405Z test_contig_vs_transposed_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8251601Z test_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8251800Z test_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8252014Z test_digamma_special_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8252200Z test_digamma_special_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8252394Z test_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8253118Z test_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:2390: RuntimeWarning: invalid value encountered in exp 2022-12-01T10:55:51.8253241Z np_result = np_fn(a) 2022-12-01T10:55:51.8253343Z ok (0.011s) 2022-12-01T10:55:51.8253538Z test_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.8254114Z test_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:2390: RuntimeWarning: overflow encountered in exp 2022-12-01T10:55:51.8254236Z np_result = np_fn(a) 2022-12-01T10:55:51.8254324Z ok (0.004s) 2022-12-01T10:55:51.8254517Z test_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8254713Z test_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8254974Z test_exp_slow_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-12-01T10:55:51.8255189Z test_float_domains_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8255399Z test_float_domains_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8255601Z test_float_domains_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8255798Z test_float_domains_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8255997Z test_float_domains_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8256217Z test_float_domains_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8256433Z test_float_domains_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8256641Z test_float_domains_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8256851Z test_float_domains_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8257059Z test_float_domains_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8257266Z test_float_domains_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8257466Z test_float_domains_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8257679Z test_float_domains_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8257874Z test_float_domains_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8258082Z test_float_domains_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8258343Z test_float_domains_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8258556Z test_float_domains_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8258767Z test_float_domains_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8258982Z test_float_domains_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8259193Z test_float_domains_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8259403Z test_float_domains_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8259594Z test_float_domains_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8259809Z test_float_domains_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8260020Z test_float_domains_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8260233Z test_float_domains_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8260438Z test_float_domains_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8260648Z test_float_domains_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8260855Z test_float_domains_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8261060Z test_float_domains_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8261260Z test_float_domains_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8261444Z test_float_domains_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8261699Z test_float_domains_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8261924Z test_float_domains_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8262128Z test_float_domains_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8262327Z test_float_domains_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8262538Z test_float_domains_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8262746Z test_float_domains_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8262950Z test_float_domains_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8263140Z test_float_domains_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8263405Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.8263657Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.8263902Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.8264146Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.8264385Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.8264622Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.8264860Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.8265096Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.8265318Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.8265590Z test_float_domains_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8265797Z test_float_domains_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8266005Z test_float_domains_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8266213Z test_float_domains_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8266438Z test_float_domains_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8266661Z test_float_domains_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8266868Z test_float_domains_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8267087Z test_float_domains_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8267277Z test_float_domains_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8267479Z test_float_domains_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8267682Z test_frexp_assert_raises_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.474s) 2022-12-01T10:55:51.8267877Z test_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8268070Z test_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8268260Z test_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8268493Z test_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:55:51.8268722Z test_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:55:51.8268977Z test_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:55:51.8269237Z test_hardshrink_edge_cases_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:55:51.8269491Z test_hardshrink_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:55:51.8269735Z test_hardshrink_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:55:51.8269958Z test_hardsigmoid_backward_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8270177Z test_hardsigmoid_backward_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8270395Z test_hardsigmoid_backward_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8270759Z test_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8270968Z test_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8271160Z test_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8271362Z test_hardswish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8271561Z test_hardswish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8271759Z test_hardswish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8271955Z test_i0_range1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8272149Z test_i0_range1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8272339Z test_i0_range1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8272524Z test_i0_range1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8272700Z test_i0_range2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8272889Z test_i0_range2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8273080Z test_i0_range2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8273343Z test_i0_range2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8273529Z test_i0_range3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8273729Z test_i0_special_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8273927Z test_i0_special_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8274124Z test_i0_special_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8274303Z test_i0_special_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8274507Z test_igamma_common_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-12-01T10:55:51.8274712Z test_igamma_common_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-12-01T10:55:51.8274925Z test_igamma_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8275134Z test_igamma_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8275340Z test_igammac_common_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.457s) 2022-12-01T10:55:51.8275545Z test_igammac_common_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.461s) 2022-12-01T10:55:51.8275758Z test_igammac_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8275945Z test_igammac_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8276194Z test_isposinf_isneginf_non_boolean_output_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.8276439Z test_isposinf_isneginf_non_boolean_output_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.8276736Z test_isposinf_isneginf_non_boolean_output_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.8276987Z test_isposinf_isneginf_non_boolean_output_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.8277228Z test_isposinf_isneginf_non_boolean_output_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.8277467Z test_isposinf_isneginf_non_boolean_output_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.8277701Z test_isposinf_isneginf_non_boolean_output_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.8277929Z test_isposinf_isneginf_non_boolean_output_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.8278137Z test_isposinf_isneginf_non_boolean_output_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.8278371Z test_isposinf_isneginf_non_boolean_output_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.8278599Z test_isposinf_isneginf_non_boolean_output_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.8278927Z test_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-12-01T10:55:51.8279123Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-12-01T10:55:51.8279226Z ok (0.004s) 2022-12-01T10:55:51.8279418Z test_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8279646Z test_nan_to_num_bfloat16_cuda (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:55:51.8279839Z test_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8280019Z test_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8280213Z test_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8280407Z test_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8280598Z test_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8280837Z test_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8281024Z test_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8281212Z test_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8281397Z test_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8281587Z test_non_contig_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8281786Z test_non_contig_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8281995Z test_non_contig_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8282202Z test_non_contig_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8282410Z test_non_contig_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8282622Z test_non_contig_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8282831Z test_non_contig_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8283037Z test_non_contig_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8283221Z test_non_contig_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8283420Z test_non_contig_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8283616Z test_non_contig_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8283816Z test_non_contig_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8284015Z test_non_contig_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8284258Z test_non_contig_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8284466Z test_non_contig_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8284677Z test_non_contig_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8284873Z test_non_contig_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8285074Z test_non_contig_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8285277Z test_non_contig_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8285475Z test_non_contig_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8285669Z test_non_contig_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8285870Z test_non_contig_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8286124Z test_non_contig_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8286328Z test_non_contig_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8286510Z test_non_contig_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8286708Z test_non_contig_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8286917Z test_non_contig_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8287127Z test_non_contig_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8287345Z test_non_contig_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8287556Z test_non_contig_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8287761Z test_non_contig_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8287969Z test_non_contig_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8288153Z test_non_contig_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8288404Z test_non_contig_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8288605Z test_non_contig_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8288806Z test_non_contig_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8289006Z test_non_contig_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8289206Z test_non_contig_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8289402Z test_non_contig_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8289603Z test_non_contig_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8289818Z test_non_contig_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8290014Z test_non_contig_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8290221Z test_non_contig_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8290427Z test_non_contig_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8290628Z test_non_contig_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8290828Z test_non_contig_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8291027Z test_non_contig_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8291228Z test_non_contig_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8291429Z test_non_contig_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8291666Z test_non_contig_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8291880Z test_non_contig_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8292082Z test_non_contig_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8292293Z test_non_contig_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8292501Z test_non_contig_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8292703Z test_non_contig_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8292910Z test_non_contig_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8293105Z test_non_contig_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8293283Z test_non_contig_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8293481Z test_non_contig_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8293685Z test_non_contig_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8293894Z test_non_contig_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8294093Z test_non_contig_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8294289Z test_non_contig_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8294497Z test_non_contig_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8294697Z test_non_contig_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8294892Z test_non_contig_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8295102Z test_non_contig_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8295303Z test_non_contig_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8295510Z test_non_contig_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8295763Z test_non_contig_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8295965Z test_non_contig_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8296170Z test_non_contig_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8296376Z test_non_contig_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8296559Z test_non_contig_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8296762Z test_non_contig_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8296956Z test_non_contig_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8297161Z test_non_contig_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8297363Z test_non_contig_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8297662Z test_non_contig_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8297786Z test_non_contig_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8297989Z test_non_contig_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8298192Z test_non_contig_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8298373Z test_non_contig_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8298566Z test_non_contig_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8298765Z test_non_contig_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8298962Z test_non_contig_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8299206Z test_non_contig_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8299411Z test_non_contig_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8299611Z test_non_contig_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8299819Z test_non_contig_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8300000Z test_non_contig_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8300213Z test_non_contig_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8300422Z test_non_contig_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8300626Z test_non_contig_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8300837Z test_non_contig_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8301037Z test_non_contig_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8301236Z test_non_contig_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8301442Z test_non_contig_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8301626Z test_non_contig_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8301830Z test_non_contig_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8302029Z test_non_contig_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8302232Z test_non_contig_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8302448Z test_non_contig_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8302656Z test_non_contig_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8302875Z test_non_contig_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8303094Z test_non_contig_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8303344Z test_non_contig_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8303556Z test_non_contig_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8303765Z test_non_contig_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8303974Z test_non_contig_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8304183Z test_non_contig_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8304386Z test_non_contig_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8304585Z test_non_contig_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8304793Z test_non_contig_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8305001Z test_non_contig_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8305200Z test_non_contig_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8305414Z test_non_contig_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8305628Z test_non_contig_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8305844Z test_non_contig_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8306056Z test_non_contig_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8306265Z test_non_contig_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8306472Z test_non_contig_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8306728Z test_non_contig_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8306933Z test_non_contig_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8307147Z test_non_contig_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8307356Z test_non_contig_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8307564Z test_non_contig_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8307777Z test_non_contig_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8307974Z test_non_contig_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8308178Z test_non_contig_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8308381Z test_non_contig_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8308567Z test_non_contig_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8308773Z test_non_contig_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8309220Z test_non_contig_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8309549Z test_non_contig_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8309760Z test_non_contig_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8309975Z test_non_contig_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8310188Z test_non_contig_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8310398Z test_non_contig_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8310767Z test_non_contig_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8310956Z test_non_contig_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8311158Z test_non_contig_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8311450Z test_non_contig_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8311650Z test_non_contig_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8311851Z test_non_contig_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8312051Z test_non_contig_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8312261Z test_non_contig_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8312465Z test_non_contig_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8312646Z test_non_contig_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8312845Z test_non_contig_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8313042Z test_non_contig_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8313246Z test_non_contig_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8313446Z test_non_contig_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8313648Z test_non_contig_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8313851Z test_non_contig_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8314067Z test_non_contig_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8314248Z test_non_contig_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8314471Z test_non_contig_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8314686Z test_non_contig_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8314968Z test_non_contig_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8315193Z test_non_contig_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8315395Z test_non_contig_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8315594Z test_non_contig_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8315800Z test_non_contig_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8315986Z test_non_contig_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8316189Z test_non_contig_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8316389Z test_non_contig_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8316596Z test_non_contig_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8316810Z test_non_contig_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8317019Z test_non_contig_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8317234Z test_non_contig_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8317446Z test_non_contig_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8317632Z test_non_contig_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8317842Z test_non_contig_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8318040Z test_non_contig_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8318234Z test_non_contig_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8318438Z test_non_contig_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8318641Z test_non_contig_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8318900Z test_non_contig_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8319104Z test_non_contig_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8319305Z test_non_contig_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8319494Z test_non_contig_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8319696Z test_non_contig_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8319909Z test_non_contig_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8320122Z test_non_contig_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8320326Z test_non_contig_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8320534Z test_non_contig_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8320738Z test_non_contig_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8320939Z test_non_contig_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8321122Z test_non_contig_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8321323Z test_non_contig_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8321520Z test_non_contig_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8321720Z test_non_contig_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8321920Z test_non_contig_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8322146Z test_non_contig_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8322408Z test_non_contig_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8322646Z test_non_contig_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8322859Z test_non_contig_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8323087Z test_non_contig_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8323306Z test_non_contig_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8323528Z test_non_contig_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8323745Z test_non_contig_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8323963Z test_non_contig_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8324180Z test_non_contig_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8324400Z test_non_contig_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8324624Z test_non_contig_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8324819Z test_non_contig_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8325029Z test_non_contig_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8325232Z test_non_contig_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8325444Z test_non_contig_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8325655Z test_non_contig_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8325856Z test_non_contig_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8326064Z test_non_contig_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8326274Z test_non_contig_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8326512Z test_non_contig_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8326716Z test_non_contig_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8326920Z test_non_contig_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8327120Z test_non_contig_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8327323Z test_non_contig_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8327524Z test_non_contig_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8327733Z test_non_contig_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8327936Z test_non_contig_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8328133Z test_non_contig_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8328351Z test_non_contig_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8328557Z test_non_contig_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8328765Z test_non_contig_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8328964Z test_non_contig_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8329160Z test_non_contig_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8329362Z test_non_contig_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8329567Z test_non_contig_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8329749Z test_non_contig_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8329995Z test_non_contig_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8330203Z test_non_contig_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8330424Z test_non_contig_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8330633Z test_non_contig_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8330845Z test_non_contig_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8331053Z test_non_contig_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8331255Z test_non_contig_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8331442Z test_non_contig_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8331645Z test_non_contig_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8331848Z test_non_contig_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8332053Z test_non_contig_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8332257Z test_non_contig_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8332458Z test_non_contig_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8332668Z test_non_contig_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8332872Z test_non_contig_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8333073Z test_non_contig_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8333254Z test_non_contig_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8333454Z test_non_contig_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8333658Z test_non_contig_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8333862Z test_non_contig_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8334113Z test_non_contig_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8334325Z test_non_contig_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8334533Z test_non_contig_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8334753Z test_non_contig_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8334947Z test_non_contig_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8335162Z test_non_contig_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8335374Z test_non_contig_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8335584Z test_non_contig_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8335787Z test_non_contig_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8335996Z test_non_contig_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8336195Z test_non_contig_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8336390Z test_non_contig_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8336575Z test_non_contig_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8336780Z test_non_contig_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8336982Z test_non_contig_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8337187Z test_non_contig_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8337437Z test_non_contig_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8337654Z test_non_contig_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8337859Z test_non_contig_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8338064Z test_non_contig_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8338247Z test_non_contig_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8338451Z test_non_contig_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8338651Z test_non_contig_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8338851Z test_non_contig_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8339063Z test_non_contig_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8339266Z test_non_contig_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8339477Z test_non_contig_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8339682Z test_non_contig_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8339883Z test_non_contig_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8340067Z test_non_contig_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8340271Z test_non_contig_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8340476Z test_non_contig_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8340673Z test_non_contig_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8340875Z test_non_contig_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8341082Z test_non_contig_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8341297Z test_non_contig_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8341567Z test_non_contig_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8341752Z test_non_contig_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8341957Z test_non_contig_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8342159Z test_non_contig_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8342357Z test_non_contig_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8342559Z test_non_contig_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8342764Z test_non_contig_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8342973Z test_non_contig_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8343182Z test_non_contig_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8343367Z test_non_contig_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8343574Z test_non_contig_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8343772Z test_non_contig_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8343975Z test_non_contig_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8344174Z test_non_contig_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8344376Z test_non_contig_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8344573Z test_non_contig_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8344771Z test_non_contig_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8345051Z test_non_contig_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8345264Z test_non_contig_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8345478Z test_non_contig_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8345690Z test_non_contig_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8345897Z test_non_contig_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8346105Z test_non_contig_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8346310Z test_non_contig_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8346511Z test_non_contig_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8346693Z test_non_contig_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8346897Z test_non_contig_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8347093Z test_non_contig_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8347303Z test_non_contig_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8347503Z test_non_contig_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8347720Z test_non_contig_expand_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8347931Z test_non_contig_expand_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8348148Z test_non_contig_expand_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8348372Z test_non_contig_expand_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8348573Z test_non_contig_expand_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8348793Z test_non_contig_expand_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8349011Z test_non_contig_expand_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8349276Z test_non_contig_expand_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8349487Z test_non_contig_expand_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8349695Z test_non_contig_expand_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8349907Z test_non_contig_expand_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8350114Z test_non_contig_expand_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8350307Z test_non_contig_expand_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8350676Z test_non_contig_expand_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8350902Z test_non_contig_expand_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8351124Z test_non_contig_expand_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8351353Z test_non_contig_expand_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8351572Z test_non_contig_expand_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8351785Z test_non_contig_expand_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8352003Z test_non_contig_expand_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8352198Z test_non_contig_expand_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8352419Z test_non_contig_expand_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8352634Z test_non_contig_expand_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8352913Z test_non_contig_expand_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8353140Z test_non_contig_expand_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8353354Z test_non_contig_expand_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8353575Z test_non_contig_expand_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8353792Z test_non_contig_expand_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8354020Z test_non_contig_expand_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8354226Z test_non_contig_expand_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8354450Z test_non_contig_expand_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8354676Z test_non_contig_expand_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8354895Z test_non_contig_expand_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8355115Z test_non_contig_expand_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8355332Z test_non_contig_expand_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8355549Z test_non_contig_expand_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8355767Z test_non_contig_expand_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8355959Z test_non_contig_expand_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8356171Z test_non_contig_expand_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8356387Z test_non_contig_expand_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8356618Z test_non_contig_expand_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8356915Z test_non_contig_expand_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8357140Z test_non_contig_expand_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8357361Z test_non_contig_expand_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8357579Z test_non_contig_expand_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8357791Z test_non_contig_expand_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8357984Z test_non_contig_expand_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8358201Z test_non_contig_expand_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8358418Z test_non_contig_expand_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8358630Z test_non_contig_expand_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8358853Z test_non_contig_expand_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8359069Z test_non_contig_expand_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8359293Z test_non_contig_expand_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8359519Z test_non_contig_expand_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8359722Z test_non_contig_expand_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8359941Z test_non_contig_expand_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8360157Z test_non_contig_expand_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8360424Z test_non_contig_expand_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8360646Z test_non_contig_expand_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8360867Z test_non_contig_expand_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8361080Z test_non_contig_expand_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8361297Z test_non_contig_expand_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8361511Z test_non_contig_expand_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8361711Z test_non_contig_expand_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8361926Z test_non_contig_expand_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8362156Z test_non_contig_expand_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8362387Z test_non_contig_expand_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8362614Z test_non_contig_expand_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8362833Z test_non_contig_expand_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8363051Z test_non_contig_expand_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8363268Z test_non_contig_expand_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8363464Z test_non_contig_expand_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8363679Z test_non_contig_expand_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8363892Z test_non_contig_expand_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8364110Z test_non_contig_expand_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8364325Z test_non_contig_expand_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8364614Z test_non_contig_expand_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8364824Z test_non_contig_expand_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8365044Z test_non_contig_expand_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8365263Z test_non_contig_expand_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8365464Z test_non_contig_expand_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8365679Z test_non_contig_expand_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8365893Z test_non_contig_expand_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8366110Z test_non_contig_expand_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8366327Z test_non_contig_expand_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8366536Z test_non_contig_expand_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8366748Z test_non_contig_expand_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8366962Z test_non_contig_expand_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8367153Z test_non_contig_expand_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8367372Z test_non_contig_expand_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8367584Z test_non_contig_expand_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8367807Z test_non_contig_expand_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8368088Z test_non_contig_expand_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8368323Z test_non_contig_expand_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8368544Z test_non_contig_expand_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8368763Z test_non_contig_expand_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8368958Z test_non_contig_expand_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8369174Z test_non_contig_expand_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8369392Z test_non_contig_expand_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8369608Z test_non_contig_expand_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8369823Z test_non_contig_expand_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8370033Z test_non_contig_expand_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8370264Z test_non_contig_expand_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8370480Z test_non_contig_expand_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8370710Z test_non_contig_expand_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8370920Z test_non_contig_expand_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8371149Z test_non_contig_expand_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8371378Z test_non_contig_expand_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8371611Z test_non_contig_expand_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8371831Z test_non_contig_expand_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8372108Z test_non_contig_expand_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8372332Z test_non_contig_expand_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8372547Z test_non_contig_expand_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8372765Z test_non_contig_expand_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8372956Z test_non_contig_expand_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8373176Z test_non_contig_expand_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8373402Z test_non_contig_expand_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8373631Z test_non_contig_expand_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8373860Z test_non_contig_expand_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8374084Z test_non_contig_expand_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8374305Z test_non_contig_expand_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8374527Z test_non_contig_expand_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8374722Z test_non_contig_expand_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8374948Z test_non_contig_expand_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8375172Z test_non_contig_expand_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8375439Z test_non_contig_expand_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8375662Z test_non_contig_expand_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8375885Z test_non_contig_expand_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8376099Z test_non_contig_expand_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8376315Z test_non_contig_expand_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8376527Z test_non_contig_expand_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8376723Z test_non_contig_expand_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8376938Z test_non_contig_expand_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8377151Z test_non_contig_expand_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8377377Z test_non_contig_expand_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8377593Z test_non_contig_expand_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8377820Z test_non_contig_expand_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8378046Z test_non_contig_expand_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8378266Z test_non_contig_expand_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8378463Z test_non_contig_expand_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8378680Z test_non_contig_expand_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8378895Z test_non_contig_expand_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8379111Z test_non_contig_expand_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8379331Z test_non_contig_expand_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8379601Z test_non_contig_expand_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8379815Z test_non_contig_expand_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8380034Z test_non_contig_expand_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8380228Z test_non_contig_expand_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8380450Z test_non_contig_expand_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8380667Z test_non_contig_expand_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8380881Z test_non_contig_expand_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8381101Z test_non_contig_expand_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8381316Z test_non_contig_expand_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8381534Z test_non_contig_expand_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8381746Z test_non_contig_expand_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8381973Z test_non_contig_expand_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8382168Z test_non_contig_expand_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8382400Z test_non_contig_expand_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8382631Z test_non_contig_expand_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8382861Z test_non_contig_expand_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8383123Z test_non_contig_expand_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8383359Z test_non_contig_expand_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8383575Z test_non_contig_expand_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8383796Z test_non_contig_expand_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8383993Z test_non_contig_expand_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8384215Z test_non_contig_expand_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8384430Z test_non_contig_expand_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8384642Z test_non_contig_expand_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8384866Z test_non_contig_expand_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8385084Z test_non_contig_expand_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8385315Z test_non_contig_expand_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8385540Z test_non_contig_expand_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8385763Z test_non_contig_expand_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8385962Z test_non_contig_expand_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8386247Z test_non_contig_expand_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8386469Z test_non_contig_expand_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8386684Z test_non_contig_expand_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8386901Z test_non_contig_expand_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8387117Z test_non_contig_expand_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8387383Z test_non_contig_expand_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8387596Z test_non_contig_expand_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8387795Z test_non_contig_expand_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8388005Z test_non_contig_expand_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8388230Z test_non_contig_expand_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.8388455Z test_non_contig_expand_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8388680Z test_non_contig_expand_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8388903Z test_non_contig_expand_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8389127Z test_non_contig_expand_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8389344Z test_non_contig_expand_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8389559Z test_non_contig_expand_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8389754Z test_non_contig_expand_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8389969Z test_non_contig_expand_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8390184Z test_non_contig_expand_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8390397Z test_non_contig_expand_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8390849Z test_non_contig_expand_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8391096Z test_non_contig_expand_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8391347Z test_non_contig_expand_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8391591Z test_non_contig_expand_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8391804Z test_non_contig_expand_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8392038Z test_non_contig_expand_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8392263Z test_non_contig_expand_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8392486Z test_non_contig_expand_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8392721Z test_non_contig_expand_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8392959Z test_non_contig_expand_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8393196Z test_non_contig_expand_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8393426Z test_non_contig_expand_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8393657Z test_non_contig_expand_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8393857Z test_non_contig_expand_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8394075Z test_non_contig_expand_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8394300Z test_non_contig_expand_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8394524Z test_non_contig_expand_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8394746Z test_non_contig_expand_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8395028Z test_non_contig_expand_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8395246Z test_non_contig_expand_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8395466Z test_non_contig_expand_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8395658Z test_non_contig_expand_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8395871Z test_non_contig_expand_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8396084Z test_non_contig_expand_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8396297Z test_non_contig_expand_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8396513Z test_non_contig_expand_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8396735Z test_non_contig_expand_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8396950Z test_non_contig_expand_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8397177Z test_non_contig_expand_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8397400Z test_non_contig_expand_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8397602Z test_non_contig_expand_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8397822Z test_non_contig_expand_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8398042Z test_non_contig_expand_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8398257Z test_non_contig_expand_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8398518Z test_non_contig_expand_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8398751Z test_non_contig_expand_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8398968Z test_non_contig_expand_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8399183Z test_non_contig_expand_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8399376Z test_non_contig_expand_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8399608Z test_non_contig_expand_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8399828Z test_non_contig_expand_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8400053Z test_non_contig_expand_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8400276Z test_non_contig_expand_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8400495Z test_non_contig_expand_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8400719Z test_non_contig_expand_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8400938Z test_non_contig_expand_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8401151Z test_non_contig_expand_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8401349Z test_non_contig_expand_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8401570Z test_non_contig_expand_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8401790Z test_non_contig_expand_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8402013Z test_non_contig_expand_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8402238Z test_non_contig_expand_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8402457Z test_non_contig_expand_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8402728Z test_non_contig_expand_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8402947Z test_non_contig_expand_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8403138Z test_non_contig_expand_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8403353Z test_non_contig_expand_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8403571Z test_non_contig_expand_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8403797Z test_non_contig_expand_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8404018Z test_non_contig_expand_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8404251Z test_non_contig_expand_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8404483Z test_non_contig_expand_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8404712Z test_non_contig_expand_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8404933Z test_non_contig_expand_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8405135Z test_non_contig_expand_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8405350Z test_non_contig_expand_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8405566Z test_non_contig_expand_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8405785Z test_non_contig_expand_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8406044Z test_non_contig_expand_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8406271Z test_non_contig_expand_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8406490Z test_non_contig_expand_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8406706Z test_non_contig_expand_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8406902Z test_non_contig_expand_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8407121Z test_non_contig_expand_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8407332Z test_non_contig_expand_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8407545Z test_non_contig_expand_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8407759Z test_non_contig_expand_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8407976Z test_non_contig_expand_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8408195Z test_non_contig_expand_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8408406Z test_non_contig_expand_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8408617Z test_non_contig_expand_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8408818Z test_non_contig_expand_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8409027Z test_non_contig_expand_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8409246Z test_non_contig_expand_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8409460Z test_non_contig_expand_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8409682Z test_non_contig_expand_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8409899Z test_non_contig_expand_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8410164Z test_non_contig_expand_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8410382Z test_non_contig_expand_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8410577Z test_non_contig_expand_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8410791Z test_non_contig_expand_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8411011Z test_non_contig_expand_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8411232Z test_non_contig_expand_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8411449Z test_non_contig_expand_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8411665Z test_non_contig_expand_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8411882Z test_non_contig_expand_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8412104Z test_non_contig_expand_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8412316Z test_non_contig_expand_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8412513Z test_non_contig_expand_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8412724Z test_non_contig_expand_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8412943Z test_non_contig_expand_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8413159Z test_non_contig_expand_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8413372Z test_non_contig_expand_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8413632Z test_non_contig_expand_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8413856Z test_non_contig_expand_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8414067Z test_non_contig_expand_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8414261Z test_non_contig_expand_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8414470Z test_non_contig_expand_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8414681Z test_non_contig_expand_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8414892Z test_non_contig_expand_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8415107Z test_non_contig_expand_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8415325Z test_non_contig_expand_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8415550Z test_non_contig_expand_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8415779Z test_non_contig_expand_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8415979Z test_non_contig_expand_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8416198Z test_non_contig_expand_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8416421Z test_non_contig_expand_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8416640Z test_non_contig_expand_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8416852Z test_non_contig_expand_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8417067Z test_non_contig_expand_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8417283Z test_non_contig_expand_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8417500Z test_non_contig_expand_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8417770Z test_non_contig_expand_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8417974Z test_non_contig_expand_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8418186Z test_non_contig_expand_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8418406Z test_non_contig_expand_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8418623Z test_non_contig_expand_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8418833Z test_non_contig_expand_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8419045Z test_non_contig_expand_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8419261Z test_non_contig_expand_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8419481Z test_non_contig_expand_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8419676Z test_non_contig_expand_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8419893Z test_non_contig_expand_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8420114Z test_non_contig_expand_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8420328Z test_non_contig_expand_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8420554Z test_non_contig_expand_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8420776Z test_non_contig_expand_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8421054Z test_non_contig_expand_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8421280Z test_non_contig_expand_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8421501Z test_non_contig_expand_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8421697Z test_non_contig_expand_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8421910Z test_non_contig_expand_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8422127Z test_non_contig_expand_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8422345Z test_non_contig_expand_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8422564Z test_non_contig_expand_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8422774Z test_non_contig_expand_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8422998Z test_non_contig_expand_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8423220Z test_non_contig_expand_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8423435Z test_non_contig_expand_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8423662Z test_non_contig_expand_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8423885Z test_non_contig_expand_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8424107Z test_non_contig_expand_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8424326Z test_non_contig_expand_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8424540Z test_non_contig_expand_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8424758Z test_non_contig_expand_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8424977Z test_non_contig_expand_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8425251Z test_non_contig_expand_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8425447Z test_non_contig_expand_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8425662Z test_non_contig_expand_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8425883Z test_non_contig_expand_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8426106Z test_non_contig_expand_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8426321Z test_non_contig_expand_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8426531Z test_non_contig_expand_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8426746Z test_non_contig_expand_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8426960Z test_non_contig_expand_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8427158Z test_non_contig_expand_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8427371Z test_non_contig_expand_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8427581Z test_non_contig_expand_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8427797Z test_non_contig_expand_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8428017Z test_non_contig_expand_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8428234Z test_non_contig_expand_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8428450Z test_non_contig_expand_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8428743Z test_non_contig_expand_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.8429003Z test_non_contig_expand_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.8429226Z test_non_contig_expand_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.8429445Z test_non_contig_expand_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8429664Z test_non_contig_expand_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8429891Z test_non_contig_expand_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8430116Z test_non_contig_expand_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8430335Z test_non_contig_expand_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8430700Z test_non_contig_expand_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8430928Z test_non_contig_expand_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8431126Z test_non_contig_expand_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8431346Z test_non_contig_expand_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8431562Z test_non_contig_expand_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8431773Z test_non_contig_expand_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8431985Z test_non_contig_expand_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8432203Z test_non_contig_expand_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8432412Z test_non_contig_expand_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8432625Z test_non_contig_expand_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8432915Z test_non_contig_expand_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8433104Z test_non_contig_expand_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8433321Z test_non_contig_expand_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8433525Z test_non_contig_expand_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8433729Z test_non_contig_expand_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8433944Z test_non_contig_expand_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8434149Z test_non_contig_expand_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8434388Z test_non_contig_expand_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8434659Z test_non_contig_expand_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8434871Z test_non_contig_expand_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8435086Z test_non_contig_expand_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8435300Z test_non_contig_expand_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8435528Z test_non_contig_expand_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8435749Z test_non_contig_expand_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8435966Z test_non_contig_expand_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8436184Z test_non_contig_expand_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8436460Z test_non_contig_expand_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8436684Z test_non_contig_expand_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8436881Z test_non_contig_expand_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8437096Z test_non_contig_expand_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8437310Z test_non_contig_expand_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8437524Z test_non_contig_expand_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8437754Z test_non_contig_expand_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8437977Z test_non_contig_expand_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8438211Z test_non_contig_expand_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8438446Z test_non_contig_expand_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8438661Z test_non_contig_expand_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8438888Z test_non_contig_expand_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8439113Z test_non_contig_expand_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8439330Z test_non_contig_expand_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8439549Z test_non_contig_expand_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8439768Z test_non_contig_expand_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8439986Z test_non_contig_expand_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8440212Z test_non_contig_expand_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8440424Z test_non_contig_expand_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8440687Z test_non_contig_expand_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8440905Z test_non_contig_expand_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8441132Z test_non_contig_expand_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8441364Z test_non_contig_expand_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8441589Z test_non_contig_expand_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8441808Z test_non_contig_expand_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8442028Z test_non_contig_expand_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8442244Z test_non_contig_expand_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8442444Z test_non_contig_expand_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8442660Z test_non_contig_expand_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8442872Z test_non_contig_expand_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8443084Z test_non_contig_expand_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8443295Z test_non_contig_expand_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8443511Z test_non_contig_expand_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8443718Z test_non_contig_expand_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8443992Z test_non_contig_expand_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8444225Z test_non_contig_expand_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8444427Z test_non_contig_expand_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8444645Z test_non_contig_expand_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8444862Z test_non_contig_expand_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8445079Z test_non_contig_expand_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8445297Z test_non_contig_expand_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8445510Z test_non_contig_expand_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8445727Z test_non_contig_expand_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8445945Z test_non_contig_expand_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8446158Z test_non_contig_expand_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8446379Z test_non_contig_expand_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8446602Z test_non_contig_expand_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8446830Z test_non_contig_expand_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8447054Z test_non_contig_expand_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8447276Z test_non_contig_expand_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8447497Z test_non_contig_expand_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8447714Z test_non_contig_expand_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8447935Z test_non_contig_expand_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8448184Z test_non_contig_expand_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8448410Z test_non_contig_expand_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8448629Z test_non_contig_expand_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8448853Z test_non_contig_expand_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8449076Z test_non_contig_expand_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8449299Z test_non_contig_expand_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8449519Z test_non_contig_expand_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8449739Z test_non_contig_expand_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8449938Z test_non_contig_expand_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8450160Z test_non_contig_expand_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8450370Z test_non_contig_expand_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8450591Z test_non_contig_expand_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8450807Z test_non_contig_expand_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8451032Z test_non_contig_expand_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8451253Z test_non_contig_expand_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8451517Z test_non_contig_expand_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8451738Z test_non_contig_expand_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8451941Z test_non_contig_expand_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8452150Z test_non_contig_expand_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8452368Z test_non_contig_expand_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8452584Z test_non_contig_expand_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8452804Z test_non_contig_expand_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8453022Z test_non_contig_expand_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8453239Z test_non_contig_expand_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8453482Z test_non_contig_expand_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8453701Z test_non_contig_expand_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8453943Z test_non_contig_expand_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8454183Z test_non_contig_expand_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8454421Z test_non_contig_expand_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8454647Z test_non_contig_expand_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8454869Z test_non_contig_expand_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8455097Z test_non_contig_expand_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8455320Z test_non_contig_expand_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8455598Z test_non_contig_expand_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8455808Z test_non_contig_expand_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8456036Z test_non_contig_expand_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8456250Z test_non_contig_expand_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8456468Z test_non_contig_expand_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8456685Z test_non_contig_expand_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8456895Z test_non_contig_expand_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8457111Z test_non_contig_expand_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8457328Z test_non_contig_expand_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8457543Z test_non_contig_expand_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8457739Z test_non_contig_expand_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8457948Z test_non_contig_expand_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8458165Z test_non_contig_expand_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8458378Z test_non_contig_expand_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8458598Z test_non_contig_expand_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8458859Z test_non_contig_expand_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8459084Z test_non_contig_expand_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8459303Z test_non_contig_expand_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8459497Z test_non_contig_expand_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8459709Z test_non_contig_expand_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8459917Z test_non_contig_expand_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8460127Z test_non_contig_expand_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8460338Z test_non_contig_expand_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8460544Z test_non_contig_expand_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8460766Z test_non_contig_expand_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8460975Z test_non_contig_expand_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8461195Z test_non_contig_expand_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8461393Z test_non_contig_expand_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8461602Z test_non_contig_expand_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8461812Z test_non_contig_expand_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8462024Z test_non_contig_expand_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8462233Z test_non_contig_expand_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8462446Z test_non_contig_expand_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8462660Z test_non_contig_expand_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8462973Z test_non_contig_expand_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8463168Z test_non_contig_expand_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8463391Z test_non_contig_expand_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8463608Z test_non_contig_expand_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8463820Z test_non_contig_expand_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8464033Z test_non_contig_expand_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8464248Z test_non_contig_expand_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8464463Z test_non_contig_expand_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8464676Z test_non_contig_expand_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8464873Z test_non_contig_expand_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8465090Z test_non_contig_expand_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8465299Z test_non_contig_expand_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8465515Z test_non_contig_expand_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8465731Z test_non_contig_expand_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8465956Z test_non_contig_expand_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8466179Z test_non_contig_expand_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8466443Z test_non_contig_expand_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8466671Z test_non_contig_expand_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8466867Z test_non_contig_expand_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8467083Z test_non_contig_expand_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8467297Z test_non_contig_expand_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8467505Z test_non_contig_expand_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8467716Z test_non_contig_expand_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8467925Z test_non_contig_expand_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8468135Z test_non_contig_expand_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8468369Z test_non_contig_expand_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8468578Z test_non_contig_expand_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8468815Z test_non_contig_expand_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8469048Z test_non_contig_expand_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8469278Z test_non_contig_expand_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8469514Z test_non_contig_expand_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8469739Z test_non_contig_expand_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8469964Z test_non_contig_expand_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8470187Z test_non_contig_expand_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8470607Z test_non_contig_expand_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8470824Z test_non_contig_expand_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8471040Z test_non_contig_expand_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8471258Z test_non_contig_expand_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8471473Z test_non_contig_expand_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8471689Z test_non_contig_expand_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8471904Z test_non_contig_expand_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8472119Z test_non_contig_expand_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8472333Z test_non_contig_expand_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8472535Z test_non_contig_expand_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8472753Z test_non_contig_expand_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8472975Z test_non_contig_expand_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8473190Z test_non_contig_expand_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8473410Z test_non_contig_expand_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8473626Z test_non_contig_expand_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8473849Z test_non_contig_expand_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8474151Z test_non_contig_expand_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8474389Z test_non_contig_expand_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8474587Z test_non_contig_expand_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8474803Z test_non_contig_expand_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8475021Z test_non_contig_expand_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8475232Z test_non_contig_expand_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8475448Z test_non_contig_expand_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8475664Z test_non_contig_expand_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8475880Z test_non_contig_expand_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8476092Z test_non_contig_expand_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8476325Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8476574Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8476815Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8477058Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8477303Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8477544Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8477785Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8478021Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8478333Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8478559Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8478797Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8479035Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8479267Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8479506Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8479750Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8479992Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8480239Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8480485Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8480705Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8480947Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8481181Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8481417Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8481707Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8481958Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8482190Z test_non_contig_expand_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8482407Z test_non_contig_expand_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8482634Z test_non_contig_expand_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8482838Z test_non_contig_expand_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8483065Z test_non_contig_expand_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8483288Z test_non_contig_expand_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8483511Z test_non_contig_expand_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8483734Z test_non_contig_expand_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8483952Z test_non_contig_expand_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8484170Z test_non_contig_expand_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8484391Z test_non_contig_expand_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8484612Z test_non_contig_expand_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8484814Z test_non_contig_expand_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8485029Z test_non_contig_expand_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8485247Z test_non_contig_expand_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8485462Z test_non_contig_expand_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8485730Z test_non_contig_expand_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8485945Z test_non_contig_expand_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8486195Z test_non_contig_expand_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8486406Z test_non_contig_expand_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8486599Z test_non_contig_expand_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8486809Z test_non_contig_expand_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8487051Z test_non_contig_expand_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8487293Z test_non_contig_expand_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8487542Z test_non_contig_expand_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8487786Z test_non_contig_expand_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8488022Z test_non_contig_expand_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8488259Z test_non_contig_expand_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8488499Z test_non_contig_expand_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8488716Z test_non_contig_expand_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8489018Z test_non_contig_expand_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8489285Z test_non_contig_expand_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8489539Z test_non_contig_expand_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8489783Z test_non_contig_expand_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8490041Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8490293Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8490546Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8490801Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8491034Z test_non_contig_expand_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8491288Z test_non_contig_expand_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8491540Z test_non_contig_expand_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.8491782Z test_non_contig_expand_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8492027Z test_non_contig_expand_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8492272Z test_non_contig_expand_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8492514Z test_non_contig_expand_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8492766Z test_non_contig_expand_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8493021Z test_non_contig_expand_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8493296Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8493554Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8493800Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8494042Z test_non_contig_expand_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8494289Z test_non_contig_expand_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8494530Z test_non_contig_expand_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8494775Z test_non_contig_expand_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8495019Z test_non_contig_expand_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8495264Z test_non_contig_expand_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8495485Z test_non_contig_expand_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8495734Z test_non_contig_expand_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8495970Z test_non_contig_expand_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8496208Z test_non_contig_expand_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8496484Z test_non_contig_expand_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8496733Z test_non_contig_expand_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8496975Z test_non_contig_expand_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8497214Z test_non_contig_expand_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8497452Z test_non_contig_expand_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8497671Z test_non_contig_expand_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8497918Z test_non_contig_expand_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8498157Z test_non_contig_expand_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8498402Z test_non_contig_expand_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8498641Z test_non_contig_expand_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8498882Z test_non_contig_expand_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8499110Z test_non_contig_expand_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8499334Z test_non_contig_expand_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8499570Z test_non_contig_expand_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8499777Z test_non_contig_expand_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8500051Z test_non_contig_expand_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-12-01T10:55:51.8500326Z test_non_contig_expand_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-12-01T10:55:51.8500644Z test_non_contig_expand_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-12-01T10:55:51.8500906Z test_non_contig_expand_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-12-01T10:55:51.8501150Z test_non_contig_expand_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8501389Z test_non_contig_expand_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8501627Z test_non_contig_expand_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8501866Z test_non_contig_expand_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8502108Z test_non_contig_expand_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8502326Z test_non_contig_expand_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8502561Z test_non_contig_expand_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8502795Z test_non_contig_expand_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8503043Z test_non_contig_expand_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8503292Z test_non_contig_expand_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8503537Z test_non_contig_expand_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8503778Z test_non_contig_expand_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8504069Z test_non_contig_expand_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8504333Z test_non_contig_expand_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8504564Z test_non_contig_expand_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8504809Z test_non_contig_expand_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8505060Z test_non_contig_expand_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8505306Z test_non_contig_expand_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8505559Z test_non_contig_expand_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8505809Z test_non_contig_expand_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8506061Z test_non_contig_expand_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8506309Z test_non_contig_expand_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8506552Z test_non_contig_expand_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8506775Z test_non_contig_expand_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8507020Z test_non_contig_expand_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8507263Z test_non_contig_expand_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8507510Z test_non_contig_expand_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8507751Z test_non_contig_expand_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8508053Z test_non_contig_expand_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8508311Z test_non_contig_expand_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8508568Z test_non_contig_expand_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8508819Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8509046Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8509292Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8509541Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8509791Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8510032Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8510277Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8510666Z test_non_contig_expand_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8510922Z test_non_contig_expand_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8511171Z test_non_contig_expand_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8511459Z test_non_contig_expand_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8511712Z test_non_contig_expand_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8511959Z test_non_contig_expand_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8512205Z test_non_contig_expand_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8512443Z test_non_contig_expand_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8512686Z test_non_contig_expand_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8512931Z test_non_contig_expand_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8513180Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8513434Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8513666Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8513910Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8514152Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8514396Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8514635Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8514876Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8515123Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8515367Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8515678Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8515925Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8516144Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8516384Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8516624Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8516861Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8517105Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8517352Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8517597Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8517843Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8518086Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8518308Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8518548Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8518827Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8519071Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8519315Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8519557Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8519797Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8520040Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8520283Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8520502Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8520740Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8520985Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8521222Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8521463Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8521704Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8521946Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8522188Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8522438Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8522658Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8522943Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8523182Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8523417Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8523659Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8523897Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8524128Z test_non_contig_expand_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8524362Z test_non_contig_expand_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8524598Z test_non_contig_expand_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8524808Z test_non_contig_expand_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8525035Z test_non_contig_expand_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8525262Z test_non_contig_expand_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8525482Z test_non_contig_expand_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8525705Z test_non_contig_expand_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8525930Z test_non_contig_expand_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8526198Z test_non_contig_expand_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8526429Z test_non_contig_expand_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8526628Z test_non_contig_expand_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8526851Z test_non_contig_expand_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8527073Z test_non_contig_expand_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8527300Z test_non_contig_expand_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8527524Z test_non_contig_expand_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8527744Z test_non_contig_expand_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8527966Z test_non_contig_expand_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8528188Z test_non_contig_expand_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8528412Z test_non_contig_expand_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8528613Z test_non_contig_expand_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8528832Z test_non_contig_expand_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8529053Z test_non_contig_expand_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8529272Z test_non_contig_expand_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8529498Z test_non_contig_expand_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8529725Z test_non_contig_expand_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8529953Z test_non_contig_expand_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8530172Z test_non_contig_expand_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8530417Z test_non_contig_expand_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8530637Z test_non_contig_expand_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8530857Z test_non_contig_expand_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8531072Z test_non_contig_expand_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8531289Z test_non_contig_expand_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8531507Z test_non_contig_expand_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8531717Z test_non_contig_expand_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8531958Z test_non_contig_expand_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8532193Z test_non_contig_expand_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8532411Z test_non_contig_expand_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8532647Z test_non_contig_expand_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8532881Z test_non_contig_expand_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8533116Z test_non_contig_expand_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8533350Z test_non_contig_expand_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8533580Z test_non_contig_expand_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8533847Z test_non_contig_expand_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8534075Z test_non_contig_expand_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8534302Z test_non_contig_expand_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8534499Z test_non_contig_expand_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8534724Z test_non_contig_expand_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8534945Z test_non_contig_expand_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8535170Z test_non_contig_expand_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8535384Z test_non_contig_expand_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8535602Z test_non_contig_expand_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8535825Z test_non_contig_expand_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8536047Z test_non_contig_expand_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8536244Z test_non_contig_expand_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8536459Z test_non_contig_expand_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8536700Z test_non_contig_expand_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8536941Z test_non_contig_expand_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8537174Z test_non_contig_expand_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8537403Z test_non_contig_expand_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8537644Z test_non_contig_expand_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8537932Z test_non_contig_expand_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8538163Z test_non_contig_expand_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8538367Z test_non_contig_expand_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8538613Z test_non_contig_expand_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8538859Z test_non_contig_expand_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8539106Z test_non_contig_expand_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8539350Z test_non_contig_expand_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8539576Z test_non_contig_expand_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8539801Z test_non_contig_expand_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8540030Z test_non_contig_expand_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8540257Z test_non_contig_expand_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8540463Z test_non_contig_expand_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8540686Z test_non_contig_expand_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8540906Z test_non_contig_expand_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8541122Z test_non_contig_expand_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8541396Z test_non_contig_expand_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8541623Z test_non_contig_expand_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8541841Z test_non_contig_expand_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8542055Z test_non_contig_expand_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8542248Z test_non_contig_expand_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8542467Z test_non_contig_expand_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8542683Z test_non_contig_expand_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8542908Z test_non_contig_expand_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8543130Z test_non_contig_expand_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8543351Z test_non_contig_expand_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8543572Z test_non_contig_expand_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8543792Z test_non_contig_expand_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8544009Z test_non_contig_expand_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8544205Z test_non_contig_expand_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8544422Z test_non_contig_expand_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8544635Z test_non_contig_expand_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8544850Z test_non_contig_expand_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8545066Z test_non_contig_expand_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8545289Z test_non_contig_expand_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8545559Z test_non_contig_expand_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8545791Z test_non_contig_expand_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8545995Z test_non_contig_expand_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8546211Z test_non_contig_expand_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8546429Z test_non_contig_expand_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8546642Z test_non_contig_expand_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8546859Z test_non_contig_expand_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8547077Z test_non_contig_expand_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8547297Z test_non_contig_expand_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8547514Z test_non_contig_expand_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8547706Z test_non_contig_expand_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8547932Z test_non_contig_expand_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8548153Z test_non_contig_expand_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8548384Z test_non_contig_expand_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8548614Z test_non_contig_expand_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8548893Z test_non_contig_expand_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8549181Z test_non_contig_expand_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8549385Z test_non_contig_expand_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8549576Z test_non_contig_expand_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8549775Z test_non_contig_expand_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8549996Z test_non_contig_expand_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8550208Z test_non_contig_expand_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8550429Z test_non_contig_expand_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8550799Z test_non_contig_expand_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8551028Z test_non_contig_expand_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8551248Z test_non_contig_expand_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8551467Z test_non_contig_expand_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8551663Z test_non_contig_expand_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8551877Z test_non_contig_expand_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8552097Z test_non_contig_expand_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8552310Z test_non_contig_expand_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8552525Z test_non_contig_expand_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8552739Z test_non_contig_expand_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8552958Z test_non_contig_expand_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8553265Z test_non_contig_expand_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8553481Z test_non_contig_expand_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8553684Z test_non_contig_expand_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8553908Z test_non_contig_expand_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8554127Z test_non_contig_expand_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8554348Z test_non_contig_expand_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8554565Z test_non_contig_expand_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8554780Z test_non_contig_expand_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8554999Z test_non_contig_expand_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8555223Z test_non_contig_expand_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8555417Z test_non_contig_expand_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8555720Z test_non_contig_expand_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8555927Z test_non_contig_expand_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8556082Z test_non_contig_expand_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8556300Z test_non_contig_expand_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8556519Z test_non_contig_expand_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8556792Z test_non_contig_expand_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8557028Z test_non_contig_expand_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8557243Z test_non_contig_expand_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8557435Z test_non_contig_expand_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8557648Z test_non_contig_expand_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8557861Z test_non_contig_expand_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8558075Z test_non_contig_expand_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8558294Z test_non_contig_expand_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8558509Z test_non_contig_expand_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8558736Z test_non_contig_expand_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8558965Z test_non_contig_expand_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8559161Z test_non_contig_expand_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8559379Z test_non_contig_expand_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8559598Z test_non_contig_expand_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8559813Z test_non_contig_expand_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8560064Z test_non_contig_expand_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8560281Z test_non_contig_expand_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8560500Z test_non_contig_expand_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8560674Z test_non_contig_expand_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8560945Z test_non_contig_expand_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8561136Z test_non_contig_expand_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8561363Z test_non_contig_expand_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8561587Z test_non_contig_expand_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8561815Z test_non_contig_expand_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8562031Z test_non_contig_expand_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8562250Z test_non_contig_expand_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8562470Z test_non_contig_expand_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8562692Z test_non_contig_expand_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8562884Z test_non_contig_expand_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8563104Z test_non_contig_expand_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8563317Z test_non_contig_expand_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8563533Z test_non_contig_expand_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8563771Z test_non_contig_expand_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8564013Z test_non_contig_expand_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8564286Z test_non_contig_expand_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8564530Z test_non_contig_expand_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8564758Z test_non_contig_expand_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8564959Z test_non_contig_expand_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8565190Z test_non_contig_expand_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8565424Z test_non_contig_expand_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8565660Z test_non_contig_expand_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8565897Z test_non_contig_expand_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8566140Z test_non_contig_expand_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8566377Z test_non_contig_expand_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8566607Z test_non_contig_expand_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8566830Z test_non_contig_expand_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8567042Z test_non_contig_expand_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8567266Z test_non_contig_expand_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8567495Z test_non_contig_expand_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8567732Z test_non_contig_expand_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8567968Z test_non_contig_expand_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8568251Z test_non_contig_expand_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8568483Z test_non_contig_expand_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8568705Z test_non_contig_expand_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8568914Z test_non_contig_expand_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8569136Z test_non_contig_expand_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8569360Z test_non_contig_expand_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8569596Z test_non_contig_expand_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8569838Z test_non_contig_expand_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8570073Z test_non_contig_expand_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8570302Z test_non_contig_expand_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8570527Z test_non_contig_expand_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8570755Z test_non_contig_expand_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8570956Z test_non_contig_expand_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8571183Z test_non_contig_expand_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8571421Z test_non_contig_expand_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8571698Z test_non_contig_expand_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8571944Z test_non_contig_expand_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8572177Z test_non_contig_expand_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8572398Z test_non_contig_expand_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8572624Z test_non_contig_expand_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8572851Z test_non_contig_expand_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8573064Z test_non_contig_expand_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8573293Z test_non_contig_expand_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8573530Z test_non_contig_expand_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8573767Z test_non_contig_expand_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8574000Z test_non_contig_expand_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8574230Z test_non_contig_expand_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8574460Z test_non_contig_expand_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8574690Z test_non_contig_expand_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8574913Z test_non_contig_expand_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8575118Z test_non_contig_expand_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8575343Z test_non_contig_expand_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8575633Z test_non_contig_expand_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8575862Z test_non_contig_expand_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8576095Z test_non_contig_expand_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8576329Z test_non_contig_expand_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8576562Z test_non_contig_expand_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8576785Z test_non_contig_expand_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8577010Z test_non_contig_expand_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8577228Z test_non_contig_expand_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8577454Z test_non_contig_expand_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8577681Z test_non_contig_expand_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8577908Z test_non_contig_expand_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8578136Z test_non_contig_expand_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8578361Z test_non_contig_expand_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8578588Z test_non_contig_expand_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8578815Z test_non_contig_expand_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8579104Z test_non_contig_expand_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8579336Z test_non_contig_expand_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8579564Z test_non_contig_expand_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8579789Z test_non_contig_expand_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8580010Z test_non_contig_expand_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8580233Z test_non_contig_expand_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8580455Z test_non_contig_expand_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8580675Z test_non_contig_expand_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8580897Z test_non_contig_expand_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8581094Z test_non_contig_expand_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8581315Z test_non_contig_expand_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8581543Z test_non_contig_expand_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8581775Z test_non_contig_expand_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8582005Z test_non_contig_expand_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8582226Z test_non_contig_expand_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8582451Z test_non_contig_expand_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8582673Z test_non_contig_expand_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8582877Z test_non_contig_expand_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8583166Z test_non_contig_expand_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8583405Z test_non_contig_expand_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8583636Z test_non_contig_expand_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8583871Z test_non_contig_expand_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8584090Z test_non_contig_expand_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8584312Z test_non_contig_expand_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8584535Z test_non_contig_expand_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8584767Z test_non_contig_expand_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8585000Z test_non_contig_expand_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8585257Z test_non_contig_expand_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8585507Z test_non_contig_expand_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8585758Z test_non_contig_expand_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8586010Z test_non_contig_expand_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8586298Z test_non_contig_expand_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8586602Z test_non_contig_expand_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8586853Z test_non_contig_expand_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8587099Z test_non_contig_expand_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8587353Z test_non_contig_expand_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8587585Z test_non_contig_expand_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8587830Z test_non_contig_expand_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8588070Z test_non_contig_expand_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8588314Z test_non_contig_expand_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8588558Z test_non_contig_expand_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8588805Z test_non_contig_expand_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8589047Z test_non_contig_expand_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8589297Z test_non_contig_expand_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8589543Z test_non_contig_expand_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8589763Z test_non_contig_expand_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8590001Z test_non_contig_expand_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8590243Z test_non_contig_expand_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8590685Z test_non_contig_expand_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8590933Z test_non_contig_expand_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8591173Z test_non_contig_expand_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8591423Z test_non_contig_expand_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8591674Z test_non_contig_expand_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8591913Z test_non_contig_expand_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8592138Z test_non_contig_expand_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8592378Z test_non_contig_expand_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8592618Z test_non_contig_expand_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8592853Z test_non_contig_expand_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8593083Z test_non_contig_expand_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8593310Z test_non_contig_expand_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8593540Z test_non_contig_expand_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8593774Z test_non_contig_expand_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8594071Z test_non_contig_expand_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8594294Z test_non_contig_expand_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8594519Z test_non_contig_expand_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8594744Z test_non_contig_expand_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8594974Z test_non_contig_expand_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8595199Z test_non_contig_expand_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8595428Z test_non_contig_expand_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8595664Z test_non_contig_expand_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8595893Z test_non_contig_expand_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8596132Z test_non_contig_expand_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8596341Z test_non_contig_expand_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8596570Z test_non_contig_expand_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8596796Z test_non_contig_expand_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8597027Z test_non_contig_expand_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8597299Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8597572Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8597848Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8598183Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8598450Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8598699Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8598963Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8599231Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8618748Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8619090Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8619378Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8619653Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8619895Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8620155Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8620406Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8620780Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8621047Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8621308Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8621572Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8621840Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8622110Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8622365Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8622592Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8622855Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8623112Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8623369Z test_non_contig_expand_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8623630Z test_non_contig_expand_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8623891Z test_non_contig_expand_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8624147Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8624402Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8624662Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8624955Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8625210Z test_non_contig_expand_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8625440Z test_non_contig_expand_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8625661Z test_non_contig_expand_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8625895Z test_non_contig_expand_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8626125Z test_non_contig_expand_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8626352Z test_non_contig_expand_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8626582Z test_non_contig_expand_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8626817Z test_non_contig_expand_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8627015Z test_non_contig_expand_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8627237Z test_non_contig_expand_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8627460Z test_non_contig_expand_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8627679Z test_non_contig_expand_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8627903Z test_non_contig_expand_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8628116Z test_non_contig_expand_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8628395Z test_non_contig_expand_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8628632Z test_non_contig_expand_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8628848Z test_non_contig_expand_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8629084Z test_non_contig_expand_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8629309Z test_non_contig_expand_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8629536Z test_non_contig_expand_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8629758Z test_non_contig_expand_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8629979Z test_non_contig_expand_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8630196Z test_non_contig_expand_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8630424Z test_non_contig_expand_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8630851Z test_non_contig_expand_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8631053Z test_non_contig_expand_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8631273Z test_non_contig_expand_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8631495Z test_non_contig_expand_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8631723Z test_non_contig_expand_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8631950Z test_non_contig_expand_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8632177Z test_non_contig_expand_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8632406Z test_non_contig_expand_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8632631Z test_non_contig_expand_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8632933Z test_non_contig_expand_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8633156Z test_non_contig_expand_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8633378Z test_non_contig_expand_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8633598Z test_non_contig_expand_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8633817Z test_non_contig_expand_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8634037Z test_non_contig_expand_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8634262Z test_non_contig_expand_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8634481Z test_non_contig_expand_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8634712Z test_non_contig_expand_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8634919Z test_non_contig_expand_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8635150Z test_non_contig_expand_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.8635373Z test_non_contig_expand_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8635598Z test_non_contig_expand_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8635817Z test_non_contig_expand_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8636038Z test_non_contig_expand_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8636258Z test_non_contig_expand_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8636538Z test_non_contig_expand_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8636749Z test_non_contig_expand_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8636969Z test_non_contig_expand_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8637197Z test_non_contig_expand_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8637424Z test_non_contig_expand_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8637643Z test_non_contig_expand_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8637862Z test_non_contig_expand_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.8638086Z test_non_contig_expand_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8638313Z test_non_contig_expand_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8638536Z test_non_contig_expand_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8638733Z test_non_contig_expand_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8638953Z test_non_contig_expand_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.8639172Z test_non_contig_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8639387Z test_non_contig_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8639603Z test_non_contig_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8639815Z test_non_contig_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8640022Z test_non_contig_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8640237Z test_non_contig_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8640424Z test_non_contig_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8640688Z test_non_contig_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8640898Z test_non_contig_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8641107Z test_non_contig_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8641324Z test_non_contig_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8641537Z test_non_contig_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8641758Z test_non_contig_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8641976Z test_non_contig_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8642163Z test_non_contig_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8642380Z test_non_contig_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8642592Z test_non_contig_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8642797Z test_non_contig_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8643008Z test_non_contig_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8643214Z test_non_contig_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8643422Z test_non_contig_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8643629Z test_non_contig_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8643811Z test_non_contig_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8644028Z test_non_contig_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8644278Z test_non_contig_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8644513Z test_non_contig_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8644734Z test_non_contig_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8644948Z test_non_contig_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8645162Z test_non_contig_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8645371Z test_non_contig_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8645549Z test_non_contig_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8645761Z test_non_contig_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8645969Z test_non_contig_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8646178Z test_non_contig_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8646392Z test_non_contig_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8646598Z test_non_contig_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8646816Z test_non_contig_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8647031Z test_non_contig_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8647239Z test_non_contig_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8647419Z test_non_contig_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8647629Z test_non_contig_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8647835Z test_non_contig_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8648048Z test_non_contig_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8648311Z test_non_contig_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8648523Z test_non_contig_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8648741Z test_non_contig_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8648957Z test_non_contig_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8649138Z test_non_contig_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8649339Z test_non_contig_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8649548Z test_non_contig_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8649750Z test_non_contig_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8649953Z test_non_contig_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8650154Z test_non_contig_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8650366Z test_non_contig_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8650585Z test_non_contig_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8650779Z test_non_contig_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8650992Z test_non_contig_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8651195Z test_non_contig_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8651392Z test_non_contig_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8651596Z test_non_contig_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8651873Z test_non_contig_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8652088Z test_non_contig_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8652294Z test_non_contig_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8652474Z test_non_contig_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8652683Z test_non_contig_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8652882Z test_non_contig_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8653084Z test_non_contig_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8653284Z test_non_contig_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8653485Z test_non_contig_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8653685Z test_non_contig_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8653887Z test_non_contig_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8654069Z test_non_contig_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8654270Z test_non_contig_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8654470Z test_non_contig_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8654693Z test_non_contig_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8654909Z test_non_contig_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8655113Z test_non_contig_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8655332Z test_non_contig_index_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8655549Z test_non_contig_index_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8655775Z test_non_contig_index_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8656030Z test_non_contig_index_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8656249Z test_non_contig_index_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8656541Z test_non_contig_index_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8656703Z test_non_contig_index_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8656901Z test_non_contig_index_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8657108Z test_non_contig_index_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8657314Z test_non_contig_index_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8657517Z test_non_contig_index_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8657707Z test_non_contig_index_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8657916Z test_non_contig_index_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8658137Z test_non_contig_index_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8658356Z test_non_contig_index_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8658581Z test_non_contig_index_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8658804Z test_non_contig_index_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8659027Z test_non_contig_index_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8659248Z test_non_contig_index_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8659485Z test_non_contig_index_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8659715Z test_non_contig_index_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8659939Z test_non_contig_index_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8660155Z test_non_contig_index_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8660374Z test_non_contig_index_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8660592Z test_non_contig_index_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8660811Z test_non_contig_index_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8661035Z test_non_contig_index_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8661247Z test_non_contig_index_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8661455Z test_non_contig_index_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8661691Z test_non_contig_index_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8661914Z test_non_contig_index_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8662138Z test_non_contig_index_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8662357Z test_non_contig_index_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8662578Z test_non_contig_index_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8662797Z test_non_contig_index_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8663016Z test_non_contig_index_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8663208Z test_non_contig_index_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8663436Z test_non_contig_index_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8663701Z test_non_contig_index_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8663919Z test_non_contig_index_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8664148Z test_non_contig_index_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8664377Z test_non_contig_index_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8664605Z test_non_contig_index_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8664825Z test_non_contig_index_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8665046Z test_non_contig_index_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8665240Z test_non_contig_index_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8665461Z test_non_contig_index_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8665684Z test_non_contig_index_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8665903Z test_non_contig_index_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8666117Z test_non_contig_index_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8666336Z test_non_contig_index_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8666553Z test_non_contig_index_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8666776Z test_non_contig_index_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8666977Z test_non_contig_index_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8667245Z test_non_contig_index_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8667476Z test_non_contig_index_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8667696Z test_non_contig_index_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8667912Z test_non_contig_index_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8668127Z test_non_contig_index_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8668339Z test_non_contig_index_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8668554Z test_non_contig_index_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8668768Z test_non_contig_index_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8668959Z test_non_contig_index_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8669187Z test_non_contig_index_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8669402Z test_non_contig_index_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8669631Z test_non_contig_index_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8669857Z test_non_contig_index_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8670081Z test_non_contig_index_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8670302Z test_non_contig_index_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8670670Z test_non_contig_index_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8670874Z test_non_contig_index_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8671101Z test_non_contig_index_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8671321Z test_non_contig_index_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8671619Z test_non_contig_index_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8671834Z test_non_contig_index_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8672050Z test_non_contig_index_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8672271Z test_non_contig_index_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8672492Z test_non_contig_index_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8672693Z test_non_contig_index_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8672916Z test_non_contig_index_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8673142Z test_non_contig_index_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8673368Z test_non_contig_index_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8673587Z test_non_contig_index_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8673805Z test_non_contig_index_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8674020Z test_non_contig_index_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8674239Z test_non_contig_index_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8674453Z test_non_contig_index_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8674643Z test_non_contig_index_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8674860Z test_non_contig_index_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8675140Z test_non_contig_index_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8675368Z test_non_contig_index_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8675602Z test_non_contig_index_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8675828Z test_non_contig_index_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8676053Z test_non_contig_index_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8676276Z test_non_contig_index_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8676470Z test_non_contig_index_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8676690Z test_non_contig_index_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8676913Z test_non_contig_index_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8677132Z test_non_contig_index_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8677352Z test_non_contig_index_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8677572Z test_non_contig_index_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8677787Z test_non_contig_index_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8678017Z test_non_contig_index_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8678239Z test_non_contig_index_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8678447Z test_non_contig_index_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8678681Z test_non_contig_index_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8678917Z test_non_contig_index_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8679197Z test_non_contig_index_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8679427Z test_non_contig_index_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8679646Z test_non_contig_index_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8679871Z test_non_contig_index_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8680097Z test_non_contig_index_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8680288Z test_non_contig_index_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8680508Z test_non_contig_index_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8680732Z test_non_contig_index_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8680961Z test_non_contig_index_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8681193Z test_non_contig_index_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8681421Z test_non_contig_index_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8681642Z test_non_contig_index_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8681863Z test_non_contig_index_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8682086Z test_non_contig_index_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8682281Z test_non_contig_index_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8682499Z test_non_contig_index_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8682771Z test_non_contig_index_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8683007Z test_non_contig_index_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8683230Z test_non_contig_index_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8683452Z test_non_contig_index_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8683673Z test_non_contig_index_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8683893Z test_non_contig_index_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8684086Z test_non_contig_index_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8684302Z test_non_contig_index_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8684522Z test_non_contig_index_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8684739Z test_non_contig_index_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8684959Z test_non_contig_index_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8685180Z test_non_contig_index_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8685397Z test_non_contig_index_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8685626Z test_non_contig_index_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8685848Z test_non_contig_index_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8686044Z test_non_contig_index_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8686302Z test_non_contig_index_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8686527Z test_non_contig_index_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8686743Z test_non_contig_index_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8687015Z test_non_contig_index_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8687231Z test_non_contig_index_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8687445Z test_non_contig_index_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8687665Z test_non_contig_index_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8687859Z test_non_contig_index_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8688075Z test_non_contig_index_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8688297Z test_non_contig_index_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8688519Z test_non_contig_index_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8688738Z test_non_contig_index_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8688953Z test_non_contig_index_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8689168Z test_non_contig_index_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8689384Z test_non_contig_index_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8689574Z test_non_contig_index_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8689796Z test_non_contig_index_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8690014Z test_non_contig_index_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8690245Z test_non_contig_index_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8690513Z test_non_contig_index_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8690752Z test_non_contig_index_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8690976Z test_non_contig_index_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8691197Z test_non_contig_index_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8691419Z test_non_contig_index_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8691614Z test_non_contig_index_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8691836Z test_non_contig_index_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8692056Z test_non_contig_index_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8692277Z test_non_contig_index_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8692494Z test_non_contig_index_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8692717Z test_non_contig_index_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8692935Z test_non_contig_index_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8693163Z test_non_contig_index_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8693362Z test_non_contig_index_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8693588Z test_non_contig_index_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8693809Z test_non_contig_index_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8694030Z test_non_contig_index_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8694254Z test_non_contig_index_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8694520Z test_non_contig_index_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8694737Z test_non_contig_index_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8694957Z test_non_contig_index_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8695175Z test_non_contig_index_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8695366Z test_non_contig_index_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8695588Z test_non_contig_index_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8695805Z test_non_contig_index_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8696033Z test_non_contig_index_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8696259Z test_non_contig_index_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8696488Z test_non_contig_index_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8696708Z test_non_contig_index_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8696930Z test_non_contig_index_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8697122Z test_non_contig_index_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8697341Z test_non_contig_index_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8697555Z test_non_contig_index_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8697770Z test_non_contig_index_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8698027Z test_non_contig_index_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8698250Z test_non_contig_index_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8698495Z test_non_contig_index_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8698778Z test_non_contig_index_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8698980Z test_non_contig_index_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8699197Z test_non_contig_index_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8699428Z test_non_contig_index_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8699664Z test_non_contig_index_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8699902Z test_non_contig_index_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8700138Z test_non_contig_index_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8700377Z test_non_contig_index_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8700608Z test_non_contig_index_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8700841Z test_non_contig_index_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8701047Z test_non_contig_index_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8701276Z test_non_contig_index_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8701495Z test_non_contig_index_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8701712Z test_non_contig_index_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8701940Z test_non_contig_index_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8702211Z test_non_contig_index_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8702435Z test_non_contig_index_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8702658Z test_non_contig_index_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8702877Z test_non_contig_index_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8703070Z test_non_contig_index_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8703284Z test_non_contig_index_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8703491Z test_non_contig_index_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8703694Z test_non_contig_index_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8703910Z test_non_contig_index_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8704123Z test_non_contig_index_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8704345Z test_non_contig_index_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8704617Z test_non_contig_index_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8704769Z test_non_contig_index_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8704995Z test_non_contig_index_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8705218Z test_non_contig_index_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8705439Z test_non_contig_index_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8705715Z test_non_contig_index_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8705944Z test_non_contig_index_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8706165Z test_non_contig_index_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8706385Z test_non_contig_index_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8706602Z test_non_contig_index_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8706793Z test_non_contig_index_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8707011Z test_non_contig_index_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8707240Z test_non_contig_index_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8707463Z test_non_contig_index_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8707693Z test_non_contig_index_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8707921Z test_non_contig_index_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8708143Z test_non_contig_index_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8708365Z test_non_contig_index_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8708559Z test_non_contig_index_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8708780Z test_non_contig_index_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8709004Z test_non_contig_index_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8709223Z test_non_contig_index_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8709445Z test_non_contig_index_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8709670Z test_non_contig_index_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8709948Z test_non_contig_index_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8710168Z test_non_contig_index_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8710387Z test_non_contig_index_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8710855Z test_non_contig_index_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8711086Z test_non_contig_index_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8711309Z test_non_contig_index_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8711526Z test_non_contig_index_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8711758Z test_non_contig_index_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8711980Z test_non_contig_index_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8712216Z test_non_contig_index_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8712446Z test_non_contig_index_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8712650Z test_non_contig_index_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8712872Z test_non_contig_index_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8713094Z test_non_contig_index_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8713313Z test_non_contig_index_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8713536Z test_non_contig_index_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8713829Z test_non_contig_index_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8714065Z test_non_contig_index_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8714282Z test_non_contig_index_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8714473Z test_non_contig_index_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8714694Z test_non_contig_index_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8714911Z test_non_contig_index_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8715132Z test_non_contig_index_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8715347Z test_non_contig_index_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8715567Z test_non_contig_index_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8715784Z test_non_contig_index_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8715997Z test_non_contig_index_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8716204Z test_non_contig_index_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8716393Z test_non_contig_index_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8716602Z test_non_contig_index_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8716823Z test_non_contig_index_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8717040Z test_non_contig_index_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8717261Z test_non_contig_index_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8717486Z test_non_contig_index_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8717703Z test_non_contig_index_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8718047Z test_non_contig_index_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8718238Z test_non_contig_index_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8718455Z test_non_contig_index_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8718672Z test_non_contig_index_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8718891Z test_non_contig_index_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8719110Z test_non_contig_index_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8719333Z test_non_contig_index_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8719562Z test_non_contig_index_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8719785Z test_non_contig_index_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8720005Z test_non_contig_index_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8720200Z test_non_contig_index_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8720422Z test_non_contig_index_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8720641Z test_non_contig_index_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8720862Z test_non_contig_index_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8721086Z test_non_contig_index_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8721302Z test_non_contig_index_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8721563Z test_non_contig_index_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8721796Z test_non_contig_index_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8721987Z test_non_contig_index_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8722206Z test_non_contig_index_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8722424Z test_non_contig_index_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8722639Z test_non_contig_index_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8722856Z test_non_contig_index_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8723072Z test_non_contig_index_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8723299Z test_non_contig_index_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8723518Z test_non_contig_index_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8723720Z test_non_contig_index_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8723950Z test_non_contig_index_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8724176Z test_non_contig_index_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8724396Z test_non_contig_index_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8724617Z test_non_contig_index_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8724837Z test_non_contig_index_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8725055Z test_non_contig_index_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8725267Z test_non_contig_index_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8725473Z test_non_contig_index_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8725722Z test_non_contig_index_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8725933Z test_non_contig_index_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8726157Z test_non_contig_index_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8726374Z test_non_contig_index_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8726593Z test_non_contig_index_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8726812Z test_non_contig_index_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8727037Z test_non_contig_index_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8727258Z test_non_contig_index_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8727454Z test_non_contig_index_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8727674Z test_non_contig_index_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8727892Z test_non_contig_index_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8728106Z test_non_contig_index_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8728324Z test_non_contig_index_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8728537Z test_non_contig_index_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8728764Z test_non_contig_index_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8728987Z test_non_contig_index_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8729256Z test_non_contig_index_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8729462Z test_non_contig_index_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8729683Z test_non_contig_index_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8729904Z test_non_contig_index_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8730123Z test_non_contig_index_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8730341Z test_non_contig_index_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8730557Z test_non_contig_index_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8730769Z test_non_contig_index_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8730989Z test_non_contig_index_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8731188Z test_non_contig_index_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8731408Z test_non_contig_index_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8731636Z test_non_contig_index_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8731863Z test_non_contig_index_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8732091Z test_non_contig_index_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8732310Z test_non_contig_index_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8732532Z test_non_contig_index_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8732749Z test_non_contig_index_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8732946Z test_non_contig_index_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8733216Z test_non_contig_index_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8733434Z test_non_contig_index_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8733653Z test_non_contig_index_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8733873Z test_non_contig_index_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8734094Z test_non_contig_index_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8734311Z test_non_contig_index_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8734531Z test_non_contig_index_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8734804Z test_non_contig_index_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8735001Z test_non_contig_index_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8735222Z test_non_contig_index_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8735441Z test_non_contig_index_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8735658Z test_non_contig_index_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8735872Z test_non_contig_index_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8736090Z test_non_contig_index_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8736311Z test_non_contig_index_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8736531Z test_non_contig_index_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8736770Z test_non_contig_index_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8736999Z test_non_contig_index_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8737225Z test_non_contig_index_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8737447Z test_non_contig_index_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8737668Z test_non_contig_index_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8737883Z test_non_contig_index_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8738108Z test_non_contig_index_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8738334Z test_non_contig_index_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8738554Z test_non_contig_index_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8738749Z test_non_contig_index_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8738972Z test_non_contig_index_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8739189Z test_non_contig_index_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8739405Z test_non_contig_index_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8739624Z test_non_contig_index_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8739842Z test_non_contig_index_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8740060Z test_non_contig_index_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8740279Z test_non_contig_index_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8740468Z test_non_contig_index_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8740686Z test_non_contig_index_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8740952Z test_non_contig_index_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8741164Z test_non_contig_index_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8741381Z test_non_contig_index_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8741594Z test_non_contig_index_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8741802Z test_non_contig_index_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8742015Z test_non_contig_index_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8742195Z test_non_contig_index_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8742425Z test_non_contig_index_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8742655Z test_non_contig_index_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8742881Z test_non_contig_index_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8743100Z test_non_contig_index_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8743316Z test_non_contig_index_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8743539Z test_non_contig_index_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8743760Z test_non_contig_index_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8743981Z test_non_contig_index_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8744174Z test_non_contig_index_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8744437Z test_non_contig_index_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8744661Z test_non_contig_index_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8744873Z test_non_contig_index_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8745080Z test_non_contig_index_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8745296Z test_non_contig_index_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8745506Z test_non_contig_index_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8745736Z test_non_contig_index_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8745934Z test_non_contig_index_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8746169Z test_non_contig_index_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8746405Z test_non_contig_index_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8746643Z test_non_contig_index_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8746871Z test_non_contig_index_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8747095Z test_non_contig_index_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8747314Z test_non_contig_index_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8747535Z test_non_contig_index_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8747760Z test_non_contig_index_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8747953Z test_non_contig_index_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8748175Z test_non_contig_index_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8748399Z test_non_contig_index_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8748705Z test_non_contig_index_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8748928Z test_non_contig_index_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8749158Z test_non_contig_index_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8749386Z test_non_contig_index_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8749611Z test_non_contig_index_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8749801Z test_non_contig_index_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8750022Z test_non_contig_index_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8750245Z test_non_contig_index_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8750613Z test_non_contig_index_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8750846Z test_non_contig_index_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8751066Z test_non_contig_index_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8751283Z test_non_contig_index_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8751502Z test_non_contig_index_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8751727Z test_non_contig_index_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8751914Z test_non_contig_index_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8752143Z test_non_contig_index_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8752435Z test_non_contig_index_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8752669Z test_non_contig_index_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8752891Z test_non_contig_index_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8753112Z test_non_contig_index_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8753330Z test_non_contig_index_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8753547Z test_non_contig_index_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8753738Z test_non_contig_index_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8753954Z test_non_contig_index_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8754169Z test_non_contig_index_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8754400Z test_non_contig_index_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8754626Z test_non_contig_index_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8754854Z test_non_contig_index_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8755082Z test_non_contig_index_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8755302Z test_non_contig_index_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8755527Z test_non_contig_index_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8755724Z test_non_contig_index_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8755942Z test_non_contig_index_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8756164Z test_non_contig_index_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8756468Z test_non_contig_index_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8756699Z test_non_contig_index_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8756923Z test_non_contig_index_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8757150Z test_non_contig_index_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8757374Z test_non_contig_index_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8757569Z test_non_contig_index_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8757789Z test_non_contig_index_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8758010Z test_non_contig_index_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8758227Z test_non_contig_index_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8758452Z test_non_contig_index_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8758677Z test_non_contig_index_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8758905Z test_non_contig_index_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8759127Z test_non_contig_index_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8759357Z test_non_contig_index_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8759556Z test_non_contig_index_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8759781Z test_non_contig_index_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8760054Z test_non_contig_index_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8760285Z test_non_contig_index_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8760501Z test_non_contig_index_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8760722Z test_non_contig_index_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8760944Z test_non_contig_index_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8761164Z test_non_contig_index_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8761356Z test_non_contig_index_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8761573Z test_non_contig_index_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8761819Z test_non_contig_index_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8762055Z test_non_contig_index_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8762301Z test_non_contig_index_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8762545Z test_non_contig_index_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8762782Z test_non_contig_index_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8763014Z test_non_contig_index_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8763243Z test_non_contig_index_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8763451Z test_non_contig_index_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8763691Z test_non_contig_index_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8763929Z test_non_contig_index_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8764215Z test_non_contig_index_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8764443Z test_non_contig_index_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8764669Z test_non_contig_index_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8764896Z test_non_contig_index_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8765120Z test_non_contig_index_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8765337Z test_non_contig_index_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8765534Z test_non_contig_index_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8765756Z test_non_contig_index_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8765982Z test_non_contig_index_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8766203Z test_non_contig_index_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8766420Z test_non_contig_index_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8766645Z test_non_contig_index_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8766860Z test_non_contig_index_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8767086Z test_non_contig_index_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8767286Z test_non_contig_index_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8767550Z test_non_contig_index_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8767775Z test_non_contig_index_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8767995Z test_non_contig_index_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8768210Z test_non_contig_index_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8768428Z test_non_contig_index_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8768647Z test_non_contig_index_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8768863Z test_non_contig_index_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8769052Z test_non_contig_index_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8769282Z test_non_contig_index_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8769506Z test_non_contig_index_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8769728Z test_non_contig_index_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8769952Z test_non_contig_index_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8770173Z test_non_contig_index_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8770395Z test_non_contig_index_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8770610Z test_non_contig_index_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8770829Z test_non_contig_index_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8771020Z test_non_contig_index_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8771236Z test_non_contig_index_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8771457Z test_non_contig_index_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8771728Z test_non_contig_index_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8771956Z test_non_contig_index_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8772183Z test_non_contig_index_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8772404Z test_non_contig_index_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8772623Z test_non_contig_index_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8772816Z test_non_contig_index_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8773030Z test_non_contig_index_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8773247Z test_non_contig_index_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8773464Z test_non_contig_index_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8773685Z test_non_contig_index_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8773901Z test_non_contig_index_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8774124Z test_non_contig_index_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8774343Z test_non_contig_index_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8774569Z test_non_contig_index_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8774767Z test_non_contig_index_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8774989Z test_non_contig_index_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8775250Z test_non_contig_index_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8775477Z test_non_contig_index_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8775698Z test_non_contig_index_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8775913Z test_non_contig_index_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8776124Z test_non_contig_index_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8776329Z test_non_contig_index_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8776519Z test_non_contig_index_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8776728Z test_non_contig_index_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8776964Z test_non_contig_index_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8777194Z test_non_contig_index_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8777438Z test_non_contig_index_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8777674Z test_non_contig_index_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8777909Z test_non_contig_index_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8778141Z test_non_contig_index_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8778375Z test_non_contig_index_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8778578Z test_non_contig_index_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8778804Z test_non_contig_index_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8779028Z test_non_contig_index_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8779252Z test_non_contig_index_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8779528Z test_non_contig_index_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8779755Z test_non_contig_index_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8779978Z test_non_contig_index_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8780199Z test_non_contig_index_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8780395Z test_non_contig_index_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8780613Z test_non_contig_index_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8780830Z test_non_contig_index_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8781050Z test_non_contig_index_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8781272Z test_non_contig_index_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8781491Z test_non_contig_index_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8781706Z test_non_contig_index_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8781924Z test_non_contig_index_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8782145Z test_non_contig_index_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8782347Z test_non_contig_index_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8782575Z test_non_contig_index_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8782842Z test_non_contig_index_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8783069Z test_non_contig_index_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8783294Z test_non_contig_index_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8783513Z test_non_contig_index_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8783731Z test_non_contig_index_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8783949Z test_non_contig_index_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8784137Z test_non_contig_index_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8784353Z test_non_contig_index_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8784570Z test_non_contig_index_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8784822Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8785075Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8785326Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8785571Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8785813Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8786056Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8786315Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8786556Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8786806Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8787104Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8787352Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8787588Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8787831Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8788074Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8788316Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8788530Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8788776Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8789022Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8789264Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8789497Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8789737Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8789978Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8790220Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8790666Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8790900Z test_non_contig_index_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8791122Z test_non_contig_index_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8791352Z test_non_contig_index_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8791583Z test_non_contig_index_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8791812Z test_non_contig_index_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8792035Z test_non_contig_index_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8792261Z test_non_contig_index_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8792484Z test_non_contig_index_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8792678Z test_non_contig_index_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8792902Z test_non_contig_index_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8793124Z test_non_contig_index_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8793349Z test_non_contig_index_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8793572Z test_non_contig_index_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8793793Z test_non_contig_index_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8794013Z test_non_contig_index_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8794235Z test_non_contig_index_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8794457Z test_non_contig_index_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8794718Z test_non_contig_index_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8794928Z test_non_contig_index_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8795134Z test_non_contig_index_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8795349Z test_non_contig_index_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8795555Z test_non_contig_index_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8795803Z test_non_contig_index_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8796048Z test_non_contig_index_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8796294Z test_non_contig_index_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8796512Z test_non_contig_index_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8796758Z test_non_contig_index_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8797003Z test_non_contig_index_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8797238Z test_non_contig_index_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8797467Z test_non_contig_index_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8797722Z test_non_contig_index_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8797978Z test_non_contig_index_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8798270Z test_non_contig_index_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8798529Z test_non_contig_index_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8798760Z test_non_contig_index_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8799021Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8799368Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8799535Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8799780Z test_non_contig_index_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8800033Z test_non_contig_index_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8800282Z test_non_contig_index_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8800530Z test_non_contig_index_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8800777Z test_non_contig_index_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8801022Z test_non_contig_index_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8801243Z test_non_contig_index_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8801488Z test_non_contig_index_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8801744Z test_non_contig_index_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8802001Z test_non_contig_index_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8802301Z test_non_contig_index_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8802549Z test_non_contig_index_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8802798Z test_non_contig_index_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8803041Z test_non_contig_index_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8803280Z test_non_contig_index_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8803496Z test_non_contig_index_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8803738Z test_non_contig_index_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8803986Z test_non_contig_index_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8804237Z test_non_contig_index_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8804485Z test_non_contig_index_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8804723Z test_non_contig_index_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8804961Z test_non_contig_index_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8805198Z test_non_contig_index_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8805439Z test_non_contig_index_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8805687Z test_non_contig_index_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8805924Z test_non_contig_index_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8806169Z test_non_contig_index_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8806399Z test_non_contig_index_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8806644Z test_non_contig_index_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8806887Z test_non_contig_index_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8807130Z test_non_contig_index_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8807369Z test_non_contig_index_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8807612Z test_non_contig_index_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8807818Z test_non_contig_index_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8808049Z test_non_contig_index_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8808286Z test_non_contig_index_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8808515Z test_non_contig_index_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8808759Z test_non_contig_index_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8809000Z test_non_contig_index_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8809242Z test_non_contig_index_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8809486Z test_non_contig_index_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8809747Z test_non_contig_index_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8809988Z test_non_contig_index_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8810230Z test_non_contig_index_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8810474Z test_non_contig_index_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8810713Z test_non_contig_index_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8810950Z test_non_contig_index_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8811184Z test_non_contig_index_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8811423Z test_non_contig_index_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8811681Z test_non_contig_index_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8811907Z test_non_contig_index_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8812156Z test_non_contig_index_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8812402Z test_non_contig_index_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8812659Z test_non_contig_index_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8812916Z test_non_contig_index_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8813225Z test_non_contig_index_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8813480Z test_non_contig_index_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8813735Z test_non_contig_index_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8813988Z test_non_contig_index_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8814247Z test_non_contig_index_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8814474Z test_non_contig_index_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8814721Z test_non_contig_index_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8814970Z test_non_contig_index_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8815220Z test_non_contig_index_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8815471Z test_non_contig_index_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8815719Z test_non_contig_index_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8815963Z test_non_contig_index_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8816214Z test_non_contig_index_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8816459Z test_non_contig_index_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8816691Z test_non_contig_index_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8816951Z test_non_contig_index_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8817208Z test_non_contig_index_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8817513Z test_non_contig_index_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8817767Z test_non_contig_index_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8818015Z test_non_contig_index_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8818265Z test_non_contig_index_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8818511Z test_non_contig_index_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8818754Z test_non_contig_index_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8818977Z test_non_contig_index_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8819236Z test_non_contig_index_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8819486Z test_non_contig_index_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8819737Z test_non_contig_index_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8819990Z test_non_contig_index_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8820243Z test_non_contig_index_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8820492Z test_non_contig_index_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8820779Z test_non_contig_index_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8821033Z test_non_contig_index_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8821260Z test_non_contig_index_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8821506Z test_non_contig_index_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8821755Z test_non_contig_index_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8822008Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8822258Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8822505Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8822753Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8823006Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8823252Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8823475Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8823716Z test_non_contig_index_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8823963Z test_non_contig_index_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8824213Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8824463Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8824708Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8824999Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8825246Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8825491Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8825709Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8825948Z test_non_contig_index_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8826194Z test_non_contig_index_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8826443Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8826695Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8826937Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8827180Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8827423Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8827666Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8827885Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8828163Z test_non_contig_index_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8828415Z test_non_contig_index_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8828665Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8828918Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8829160Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8829402Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8829645Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8829890Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8830109Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8830356Z test_non_contig_index_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8830752Z test_non_contig_index_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8831004Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8831440Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8831691Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8831933Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8832178Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8832426Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8832726Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8832969Z test_non_contig_index_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8833200Z test_non_contig_index_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8833435Z test_non_contig_index_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8833670Z test_non_contig_index_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8833902Z test_non_contig_index_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8834133Z test_non_contig_index_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8834367Z test_non_contig_index_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8834594Z test_non_contig_index_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8834792Z test_non_contig_index_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8835016Z test_non_contig_index_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8835238Z test_non_contig_index_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8835460Z test_non_contig_index_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8835680Z test_non_contig_index_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8835904Z test_non_contig_index_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8836237Z test_non_contig_index_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8836477Z test_non_contig_index_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8836680Z test_non_contig_index_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8836901Z test_non_contig_index_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8837119Z test_non_contig_index_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8837344Z test_non_contig_index_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8837565Z test_non_contig_index_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8837789Z test_non_contig_index_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8838010Z test_non_contig_index_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8838234Z test_non_contig_index_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8838457Z test_non_contig_index_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8838656Z test_non_contig_index_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8838880Z test_non_contig_index_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8839103Z test_non_contig_index_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8839325Z test_non_contig_index_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8839544Z test_non_contig_index_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8839769Z test_non_contig_index_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8839992Z test_non_contig_index_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8840209Z test_non_contig_index_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8840450Z test_non_contig_index_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8840667Z test_non_contig_index_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8840883Z test_non_contig_index_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8841119Z test_non_contig_index_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8841347Z test_non_contig_index_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8841591Z test_non_contig_index_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8841831Z test_non_contig_index_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8842065Z test_non_contig_index_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8842304Z test_non_contig_index_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8842513Z test_non_contig_index_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8842747Z test_non_contig_index_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8842973Z test_non_contig_index_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8843195Z test_non_contig_index_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8843424Z test_non_contig_index_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8843648Z test_non_contig_index_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8843915Z test_non_contig_index_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8844146Z test_non_contig_index_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8844346Z test_non_contig_index_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8844558Z test_non_contig_index_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8844771Z test_non_contig_index_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8844991Z test_non_contig_index_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8845210Z test_non_contig_index_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8845427Z test_non_contig_index_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8845644Z test_non_contig_index_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8845888Z test_non_contig_index_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8846132Z test_non_contig_index_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8846337Z test_non_contig_index_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8846565Z test_non_contig_index_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8846811Z test_non_contig_index_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8847052Z test_non_contig_index_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8847283Z test_non_contig_index_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8847511Z test_non_contig_index_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8847761Z test_non_contig_index_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8848058Z test_non_contig_index_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8848304Z test_non_contig_index_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8848523Z test_non_contig_index_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8848751Z test_non_contig_index_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8848973Z test_non_contig_index_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8849201Z test_non_contig_index_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8849428Z test_non_contig_index_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8849655Z test_non_contig_index_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8849879Z test_non_contig_index_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8850100Z test_non_contig_index_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8850292Z test_non_contig_index_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8850514Z test_non_contig_index_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8850731Z test_non_contig_index_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8850947Z test_non_contig_index_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8851163Z test_non_contig_index_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8851424Z test_non_contig_index_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8851659Z test_non_contig_index_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8851882Z test_non_contig_index_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8852110Z test_non_contig_index_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8852308Z test_non_contig_index_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8852532Z test_non_contig_index_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8852748Z test_non_contig_index_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8852968Z test_non_contig_index_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8853184Z test_non_contig_index_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8853401Z test_non_contig_index_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8853611Z test_non_contig_index_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8853824Z test_non_contig_index_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8854011Z test_non_contig_index_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8854219Z test_non_contig_index_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8854448Z test_non_contig_index_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8854665Z test_non_contig_index_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8854896Z test_non_contig_index_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8855122Z test_non_contig_index_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8855346Z test_non_contig_index_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8855617Z test_non_contig_index_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8855841Z test_non_contig_index_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8856032Z test_non_contig_index_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8856249Z test_non_contig_index_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8856463Z test_non_contig_index_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8856680Z test_non_contig_index_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8856894Z test_non_contig_index_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8857122Z test_non_contig_index_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8857353Z test_non_contig_index_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8857589Z test_non_contig_index_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8857795Z test_non_contig_index_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8858024Z test_non_contig_index_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8858250Z test_non_contig_index_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8858475Z test_non_contig_index_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8858696Z test_non_contig_index_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8858918Z test_non_contig_index_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8859177Z test_non_contig_index_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8859402Z test_non_contig_index_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8859628Z test_non_contig_index_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8859825Z test_non_contig_index_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8860048Z test_non_contig_index_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8860267Z test_non_contig_index_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8860488Z test_non_contig_index_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8860707Z test_non_contig_index_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8860928Z test_non_contig_index_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8861146Z test_non_contig_index_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8861366Z test_non_contig_index_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8861556Z test_non_contig_index_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8861775Z test_non_contig_index_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8861994Z test_non_contig_index_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8862220Z test_non_contig_index_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8862440Z test_non_contig_index_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8862667Z test_non_contig_index_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8862897Z test_non_contig_index_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8863118Z test_non_contig_index_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8863362Z test_non_contig_index_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8863581Z test_non_contig_index_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8863801Z test_non_contig_index_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8864022Z test_non_contig_index_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8864239Z test_non_contig_index_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8864460Z test_non_contig_index_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8864681Z test_non_contig_index_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8864915Z test_non_contig_index_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8865135Z test_non_contig_index_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8865335Z test_non_contig_index_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8865554Z test_non_contig_index_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8865773Z test_non_contig_index_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8865990Z test_non_contig_index_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8866203Z test_non_contig_index_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8866412Z test_non_contig_index_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8866627Z test_non_contig_index_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8866897Z test_non_contig_index_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8867096Z test_non_contig_index_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8867316Z test_non_contig_index_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8867533Z test_non_contig_index_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8867761Z test_non_contig_index_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8867987Z test_non_contig_index_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8868205Z test_non_contig_index_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8868428Z test_non_contig_index_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8868646Z test_non_contig_index_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8868867Z test_non_contig_index_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8869064Z test_non_contig_index_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8869276Z test_non_contig_index_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8869491Z test_non_contig_index_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8869706Z test_non_contig_index_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8869927Z test_non_contig_index_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8870141Z test_non_contig_index_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8870367Z test_non_contig_index_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8870842Z test_non_contig_index_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8871053Z test_non_contig_index_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8871357Z test_non_contig_index_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8871581Z test_non_contig_index_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8871806Z test_non_contig_index_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8872024Z test_non_contig_index_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8872241Z test_non_contig_index_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8872455Z test_non_contig_index_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8872668Z test_non_contig_index_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8872861Z test_non_contig_index_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8873104Z test_non_contig_index_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8873349Z test_non_contig_index_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8873586Z test_non_contig_index_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8873819Z test_non_contig_index_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8874056Z test_non_contig_index_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8874291Z test_non_contig_index_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8874523Z test_non_contig_index_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8874817Z test_non_contig_index_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8875042Z test_non_contig_index_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8875289Z test_non_contig_index_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8875526Z test_non_contig_index_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8875763Z test_non_contig_index_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8875994Z test_non_contig_index_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8876219Z test_non_contig_index_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8876453Z test_non_contig_index_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8876684Z test_non_contig_index_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8876914Z test_non_contig_index_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8877125Z test_non_contig_index_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8877355Z test_non_contig_index_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8877581Z test_non_contig_index_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8877808Z test_non_contig_index_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8878032Z test_non_contig_index_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8878258Z test_non_contig_index_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8878500Z test_non_contig_index_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8878796Z test_non_contig_index_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8879040Z test_non_contig_index_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8879246Z test_non_contig_index_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8879479Z test_non_contig_index_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8879705Z test_non_contig_index_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8879930Z test_non_contig_index_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8880158Z test_non_contig_index_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8880388Z test_non_contig_index_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8880619Z test_non_contig_index_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8880853Z test_non_contig_index_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8881086Z test_non_contig_index_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8881285Z test_non_contig_index_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8881511Z test_non_contig_index_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8881734Z test_non_contig_index_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8881963Z test_non_contig_index_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8882229Z test_non_contig_index_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8882477Z test_non_contig_index_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8882711Z test_non_contig_index_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8882948Z test_non_contig_index_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8883156Z test_non_contig_index_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8883393Z test_non_contig_index_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8883624Z test_non_contig_index_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8883858Z test_non_contig_index_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8884089Z test_non_contig_index_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8884324Z test_non_contig_index_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8884551Z test_non_contig_index_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8884780Z test_non_contig_index_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8885016Z test_non_contig_index_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8885225Z test_non_contig_index_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8885459Z test_non_contig_index_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8885692Z test_non_contig_index_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8885928Z test_non_contig_index_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8886160Z test_non_contig_index_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8886479Z test_non_contig_index_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8886715Z test_non_contig_index_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8886946Z test_non_contig_index_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8887171Z test_non_contig_index_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8887374Z test_non_contig_index_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8887602Z test_non_contig_index_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8887831Z test_non_contig_index_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8888056Z test_non_contig_index_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8888281Z test_non_contig_index_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8888507Z test_non_contig_index_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8888729Z test_non_contig_index_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8888956Z test_non_contig_index_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8889159Z test_non_contig_index_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8889394Z test_non_contig_index_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8889617Z test_non_contig_index_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8889889Z test_non_contig_index_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8890121Z test_non_contig_index_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8890346Z test_non_contig_index_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8890567Z test_non_contig_index_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8890793Z test_non_contig_index_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8891025Z test_non_contig_index_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8891229Z test_non_contig_index_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8891454Z test_non_contig_index_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8891682Z test_non_contig_index_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8891904Z test_non_contig_index_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8892131Z test_non_contig_index_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8892353Z test_non_contig_index_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8892590Z test_non_contig_index_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8892831Z test_non_contig_index_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8893066Z test_non_contig_index_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8893275Z test_non_contig_index_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8893505Z test_non_contig_index_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8893731Z test_non_contig_index_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8894017Z test_non_contig_index_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8894255Z test_non_contig_index_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8894507Z test_non_contig_index_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8894770Z test_non_contig_index_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8895026Z test_non_contig_index_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8895279Z test_non_contig_index_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8895507Z test_non_contig_index_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8895755Z test_non_contig_index_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8896002Z test_non_contig_index_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8896243Z test_non_contig_index_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8896486Z test_non_contig_index_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8896735Z test_non_contig_index_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8896982Z test_non_contig_index_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8897280Z test_non_contig_index_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8897542Z test_non_contig_index_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8897766Z test_non_contig_index_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8898016Z test_non_contig_index_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8898265Z test_non_contig_index_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8898511Z test_non_contig_index_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8898766Z test_non_contig_index_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8899012Z test_non_contig_index_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8899260Z test_non_contig_index_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8899509Z test_non_contig_index_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8899752Z test_non_contig_index_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8899976Z test_non_contig_index_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8900217Z test_non_contig_index_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8900464Z test_non_contig_index_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8900715Z test_non_contig_index_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8900970Z test_non_contig_index_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8901270Z test_non_contig_index_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8901512Z test_non_contig_index_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8901755Z test_non_contig_index_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8902004Z test_non_contig_index_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8902221Z test_non_contig_index_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8902459Z test_non_contig_index_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8902689Z test_non_contig_index_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8902929Z test_non_contig_index_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8903168Z test_non_contig_index_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8903406Z test_non_contig_index_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8903636Z test_non_contig_index_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8903866Z test_non_contig_index_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8904098Z test_non_contig_index_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8904300Z test_non_contig_index_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8904523Z test_non_contig_index_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8904800Z test_non_contig_index_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8905046Z test_non_contig_index_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8905276Z test_non_contig_index_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8905502Z test_non_contig_index_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8905728Z test_non_contig_index_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8905951Z test_non_contig_index_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8906156Z test_non_contig_index_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8906378Z test_non_contig_index_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8906649Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8906927Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8907201Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8907465Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8907730Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8907995Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8908257Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8908527Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8908821Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8909080Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8909340Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8909590Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8909841Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8910085Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8910330Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8910756Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8911008Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8911256Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8911489Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8911736Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8911983Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8912295Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8912551Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8912797Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8913039Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8913287Z test_non_contig_index_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8913542Z test_non_contig_index_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8913772Z test_non_contig_index_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8914024Z test_non_contig_index_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8914276Z test_non_contig_index_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8914518Z test_non_contig_index_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8914766Z test_non_contig_index_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8915007Z test_non_contig_index_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8915224Z test_non_contig_index_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8915438Z test_non_contig_index_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8915662Z test_non_contig_index_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8915865Z test_non_contig_index_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8916146Z test_non_contig_index_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8916366Z test_non_contig_index_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8916577Z test_non_contig_index_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8916792Z test_non_contig_index_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8917006Z test_non_contig_index_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8917216Z test_non_contig_index_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8917429Z test_non_contig_index_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8917621Z test_non_contig_index_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8917832Z test_non_contig_index_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8918059Z test_non_contig_index_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8918276Z test_non_contig_index_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8918503Z test_non_contig_index_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8918726Z test_non_contig_index_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8918941Z test_non_contig_index_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8919157Z test_non_contig_index_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8919368Z test_non_contig_index_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8919621Z test_non_contig_index_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8919841Z test_non_contig_index_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8920059Z test_non_contig_index_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8920276Z test_non_contig_index_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8920487Z test_non_contig_index_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8920694Z test_non_contig_index_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8920904Z test_non_contig_index_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8921120Z test_non_contig_index_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8921317Z test_non_contig_index_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8921539Z test_non_contig_index_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8921757Z test_non_contig_index_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8921971Z test_non_contig_index_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8922182Z test_non_contig_index_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8922392Z test_non_contig_index_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8922604Z test_non_contig_index_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8922805Z test_non_contig_index_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8923015Z test_non_contig_index_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8923199Z test_non_contig_index_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8923420Z test_non_contig_index_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8923683Z test_non_contig_index_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8923905Z test_non_contig_index_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8924127Z test_non_contig_index_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8924344Z test_non_contig_index_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8924557Z test_non_contig_index_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8924770Z test_non_contig_index_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8924959Z test_non_contig_index_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8925175Z test_non_contig_index_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8925390Z test_non_contig_index_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8925604Z test_non_contig_index_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8925814Z test_non_contig_index_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8926019Z test_non_contig_index_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8926237Z test_non_contig_index_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8926451Z test_non_contig_index_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8926646Z test_non_contig_index_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8926863Z test_non_contig_index_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8927116Z test_non_contig_index_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8927341Z test_non_contig_index_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8927552Z test_non_contig_index_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8927764Z test_non_contig_index_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.8927972Z test_non_contig_index_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8928182Z test_non_contig_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8928384Z test_non_contig_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8928579Z test_non_contig_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8928789Z test_non_contig_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8928997Z test_non_contig_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8929202Z test_non_contig_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8929406Z test_non_contig_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8929609Z test_non_contig_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8929809Z test_non_contig_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8930013Z test_non_contig_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8930194Z test_non_contig_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8930397Z test_non_contig_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8930613Z test_non_contig_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8930824Z test_non_contig_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8931043Z test_non_contig_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8931312Z test_non_contig_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8931531Z test_non_contig_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8931746Z test_non_contig_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8931939Z test_non_contig_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8932152Z test_non_contig_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8932362Z test_non_contig_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8932578Z test_non_contig_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8932786Z test_non_contig_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8932994Z test_non_contig_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8933202Z test_non_contig_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8933404Z test_non_contig_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8933615Z test_non_contig_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8933809Z test_non_contig_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8934024Z test_non_contig_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8934230Z test_non_contig_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8934438Z test_non_contig_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8934687Z test_non_contig_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8934894Z test_non_contig_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8935104Z test_non_contig_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8935306Z test_non_contig_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8935491Z test_non_contig_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8935700Z test_non_contig_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8935901Z test_non_contig_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8936111Z test_non_contig_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8936316Z test_non_contig_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8936535Z test_non_contig_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8936749Z test_non_contig_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8936960Z test_non_contig_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8937143Z test_non_contig_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8937344Z test_non_contig_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8937546Z test_non_contig_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8937748Z test_non_contig_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8937948Z test_non_contig_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8938151Z test_non_contig_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8938355Z test_non_contig_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8938573Z test_non_contig_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8938815Z test_non_contig_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8939028Z test_non_contig_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8939240Z test_non_contig_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8939452Z test_non_contig_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8939663Z test_non_contig_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8939865Z test_non_contig_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8940066Z test_non_contig_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8940274Z test_non_contig_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8940476Z test_non_contig_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8940675Z test_non_contig_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8940883Z test_non_contig_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8941095Z test_non_contig_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8941304Z test_non_contig_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8941514Z test_non_contig_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8941726Z test_non_contig_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8941931Z test_non_contig_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8942187Z test_non_contig_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8942381Z test_non_contig_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8942592Z test_non_contig_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8942803Z test_non_contig_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8943011Z test_non_contig_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8943226Z test_non_contig_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8943437Z test_non_contig_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8943650Z test_non_contig_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8943860Z test_non_contig_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8944044Z test_non_contig_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8944245Z test_non_contig_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8944456Z test_non_contig_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8944658Z test_non_contig_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8944857Z test_non_contig_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8945058Z test_non_contig_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8945266Z test_non_contig_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8945494Z test_non_contig_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8945716Z test_non_contig_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8945931Z test_non_contig_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8946217Z test_non_contig_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8946446Z test_non_contig_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8946671Z test_non_contig_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8946890Z test_non_contig_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8947111Z test_non_contig_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8947332Z test_non_contig_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8947543Z test_non_contig_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8947742Z test_non_contig_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8947956Z test_non_contig_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8948168Z test_non_contig_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8948380Z test_non_contig_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8948580Z test_non_contig_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8948785Z test_non_contig_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8948989Z test_non_contig_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8949185Z test_non_contig_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8949380Z test_non_contig_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8949623Z test_non_contig_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8949837Z test_non_contig_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8950032Z test_non_contig_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8950235Z test_non_contig_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8950446Z test_non_contig_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8950804Z test_non_contig_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8951008Z test_non_contig_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8951206Z test_non_contig_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8951399Z test_non_contig_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8951603Z test_non_contig_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8951787Z test_non_contig_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8951990Z test_non_contig_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8952191Z test_non_contig_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8952387Z test_non_contig_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8952596Z test_non_contig_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8952799Z test_non_contig_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8953006Z test_non_contig_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8953208Z test_non_contig_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8953390Z test_non_contig_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8953594Z test_non_contig_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8953910Z test_non_contig_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8954108Z test_non_contig_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8954306Z test_non_contig_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8954502Z test_non_contig_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8954707Z test_non_contig_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8954907Z test_non_contig_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8955100Z test_non_contig_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8955309Z test_non_contig_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8955513Z test_non_contig_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8955713Z test_non_contig_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8955907Z test_non_contig_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8956106Z test_non_contig_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8956303Z test_non_contig_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8956503Z test_non_contig_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8956697Z test_non_contig_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8956878Z test_non_contig_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8957082Z test_non_contig_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8957336Z test_non_contig_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8957556Z test_non_contig_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8957766Z test_non_contig_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8957968Z test_non_contig_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8958168Z test_non_contig_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8958370Z test_non_contig_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8958556Z test_non_contig_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8958756Z test_non_contig_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8958953Z test_non_contig_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8959154Z test_non_contig_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8959355Z test_non_contig_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8959554Z test_non_contig_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8959772Z test_non_contig_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8959984Z test_non_contig_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8960189Z test_non_contig_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8960405Z test_non_contig_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8960618Z test_non_contig_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8960830Z test_non_contig_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8961044Z test_non_contig_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8961258Z test_non_contig_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8961523Z test_non_contig_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8961734Z test_non_contig_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8961926Z test_non_contig_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8962136Z test_non_contig_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8962343Z test_non_contig_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8962545Z test_non_contig_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8962752Z test_non_contig_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8962952Z test_non_contig_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8963153Z test_non_contig_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8963354Z test_non_contig_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8963556Z test_non_contig_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8963740Z test_non_contig_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8963938Z test_non_contig_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8964135Z test_non_contig_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8964339Z test_non_contig_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8964536Z test_non_contig_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8964793Z test_non_contig_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8965011Z test_non_contig_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8965217Z test_non_contig_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8965407Z test_non_contig_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8965604Z test_non_contig_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8965799Z test_non_contig_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8966000Z test_non_contig_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8966197Z test_non_contig_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8966395Z test_non_contig_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8966595Z test_non_contig_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8966793Z test_non_contig_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8967013Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8967233Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8967450Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8967675Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8967900Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8968123Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8968354Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8968577Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8968866Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8969072Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8969289Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8969509Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8969733Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8969957Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8970185Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8970406Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8970639Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8970860Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8971062Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8971281Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8971502Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8971724Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8971949Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8972225Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8972452Z test_non_contig_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8972660Z test_non_contig_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8972855Z test_non_contig_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8973060Z test_non_contig_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8973271Z test_non_contig_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8973481Z test_non_contig_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8973688Z test_non_contig_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8973896Z test_non_contig_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8974102Z test_non_contig_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8974312Z test_non_contig_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8974517Z test_non_contig_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8974709Z test_non_contig_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8974914Z test_non_contig_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8975114Z test_non_contig_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8975317Z test_non_contig_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8975519Z test_non_contig_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8975722Z test_non_contig_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8975921Z test_non_contig_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8976170Z test_non_contig_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8976351Z test_non_contig_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8976550Z test_non_contig_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8976743Z test_non_contig_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8976972Z test_non_contig_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8977199Z test_non_contig_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8977425Z test_non_contig_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8977654Z test_non_contig_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8977880Z test_non_contig_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8978091Z test_non_contig_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8978318Z test_non_contig_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8978538Z test_non_contig_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8978777Z test_non_contig_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8979013Z test_non_contig_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8979247Z test_non_contig_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8979524Z test_non_contig_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8979775Z test_non_contig_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8980013Z test_non_contig_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8980237Z test_non_contig_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8980474Z test_non_contig_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8980709Z test_non_contig_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8980943Z test_non_contig_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8981168Z test_non_contig_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8981391Z test_non_contig_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8981623Z test_non_contig_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8981843Z test_non_contig_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8982061Z test_non_contig_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8982270Z test_non_contig_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8982506Z test_non_contig_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8982743Z test_non_contig_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8982979Z test_non_contig_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8983217Z test_non_contig_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8983494Z test_non_contig_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8983720Z test_non_contig_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8983945Z test_non_contig_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8984170Z test_non_contig_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8984376Z test_non_contig_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8984603Z test_non_contig_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8984830Z test_non_contig_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8985060Z test_non_contig_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8985284Z test_non_contig_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8985502Z test_non_contig_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8985721Z test_non_contig_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8985942Z test_non_contig_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8986163Z test_non_contig_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8986409Z test_non_contig_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8986636Z test_non_contig_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8986900Z test_non_contig_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8987135Z test_non_contig_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8987360Z test_non_contig_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8987583Z test_non_contig_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8987807Z test_non_contig_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8988028Z test_non_contig_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8988232Z test_non_contig_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8988456Z test_non_contig_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8988677Z test_non_contig_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8988897Z test_non_contig_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8989129Z test_non_contig_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8989351Z test_non_contig_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8989575Z test_non_contig_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8989796Z test_non_contig_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8990019Z test_non_contig_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8990223Z test_non_contig_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8990448Z test_non_contig_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8990823Z test_non_contig_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8991115Z test_non_contig_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8991334Z test_non_contig_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8991550Z test_non_contig_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8991769Z test_non_contig_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8992004Z test_non_contig_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8992240Z test_non_contig_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8992452Z test_non_contig_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8992673Z test_non_contig_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8992914Z test_non_contig_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8993153Z test_non_contig_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8993387Z test_non_contig_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8993622Z test_non_contig_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8993854Z test_non_contig_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8994080Z test_non_contig_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8994375Z test_non_contig_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8994610Z test_non_contig_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8994845Z test_non_contig_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8995070Z test_non_contig_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8995292Z test_non_contig_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8995519Z test_non_contig_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8995738Z test_non_contig_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8995956Z test_non_contig_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8996183Z test_non_contig_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8996397Z test_non_contig_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8996633Z test_non_contig_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8996876Z test_non_contig_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8997117Z test_non_contig_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8997355Z test_non_contig_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.8997586Z test_non_contig_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8997820Z test_non_contig_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8998056Z test_non_contig_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8998330Z test_non_contig_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8998534Z test_non_contig_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8998762Z test_non_contig_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8998984Z test_non_contig_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8999218Z test_non_contig_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8999452Z test_non_contig_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8999677Z test_non_contig_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.8999902Z test_non_contig_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9000136Z test_non_contig_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9000357Z test_non_contig_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9000558Z test_non_contig_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9000785Z test_non_contig_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9001006Z test_non_contig_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9001234Z test_non_contig_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9001510Z test_non_contig_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9001745Z test_non_contig_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9001971Z test_non_contig_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9002192Z test_non_contig_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9002410Z test_non_contig_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9002608Z test_non_contig_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9002831Z test_non_contig_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9003064Z test_non_contig_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9003295Z test_non_contig_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9003531Z test_non_contig_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9003759Z test_non_contig_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9003981Z test_non_contig_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9004201Z test_non_contig_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9004423Z test_non_contig_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9004623Z test_non_contig_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9004846Z test_non_contig_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9005065Z test_non_contig_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9005290Z test_non_contig_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9005571Z test_non_contig_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9005796Z test_non_contig_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9006017Z test_non_contig_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9006235Z test_non_contig_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9006453Z test_non_contig_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9006655Z test_non_contig_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9006879Z test_non_contig_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9007098Z test_non_contig_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9007325Z test_non_contig_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9007554Z test_non_contig_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9007776Z test_non_contig_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9007998Z test_non_contig_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9008219Z test_non_contig_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9008439Z test_non_contig_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9008685Z test_non_contig_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9008914Z test_non_contig_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9009136Z test_non_contig_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9009359Z test_non_contig_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9009584Z test_non_contig_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9009807Z test_non_contig_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9010028Z test_non_contig_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9010247Z test_non_contig_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9010467Z test_non_contig_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9010671Z test_non_contig_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9010894Z test_non_contig_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9011112Z test_non_contig_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9011326Z test_non_contig_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9011546Z test_non_contig_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9011762Z test_non_contig_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9011980Z test_non_contig_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9012194Z test_non_contig_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9012389Z test_non_contig_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9012655Z test_non_contig_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9012863Z test_non_contig_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9013071Z test_non_contig_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9013272Z test_non_contig_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9013477Z test_non_contig_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9013678Z test_non_contig_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9013887Z test_non_contig_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9014081Z test_non_contig_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9014291Z test_non_contig_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9014497Z test_non_contig_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9014694Z test_non_contig_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9014899Z test_non_contig_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9015095Z test_non_contig_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9015293Z test_non_contig_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9015499Z test_non_contig_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9015708Z test_non_contig_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9015951Z test_non_contig_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9016167Z test_non_contig_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9016382Z test_non_contig_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9016591Z test_non_contig_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9016791Z test_non_contig_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9016991Z test_non_contig_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9017187Z test_non_contig_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9017379Z test_non_contig_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9017565Z test_non_contig_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9017768Z test_non_contig_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9017968Z test_non_contig_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9018169Z test_non_contig_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9018364Z test_non_contig_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9018583Z test_non_contig_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9018795Z test_non_contig_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9019017Z test_non_contig_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9019222Z test_non_contig_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9019437Z test_non_contig_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9019657Z test_non_contig_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9019872Z test_non_contig_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9020142Z test_non_contig_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9020353Z test_non_contig_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9020562Z test_non_contig_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9020772Z test_non_contig_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9020966Z test_non_contig_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9021176Z test_non_contig_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9021381Z test_non_contig_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9021585Z test_non_contig_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9021781Z test_non_contig_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9021989Z test_non_contig_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9022185Z test_non_contig_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9022386Z test_non_contig_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9022591Z test_non_contig_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9022778Z test_non_contig_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9023004Z test_non_contig_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9023224Z test_non_contig_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9023502Z test_non_contig_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9023736Z test_non_contig_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9023961Z test_non_contig_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9024179Z test_non_contig_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9024395Z test_non_contig_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9024595Z test_non_contig_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9024827Z test_non_contig_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9025052Z test_non_contig_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9025275Z test_non_contig_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9025489Z test_non_contig_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9025701Z test_non_contig_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9025906Z test_non_contig_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9026120Z test_non_contig_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9026330Z test_non_contig_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9026516Z test_non_contig_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9026718Z test_non_contig_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9026929Z test_non_contig_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9027136Z test_non_contig_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9027337Z test_non_contig_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9027591Z test_non_contig_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9027793Z test_non_contig_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9027992Z test_non_contig_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9028172Z test_non_contig_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9028378Z test_non_contig_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9028576Z test_non_contig_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9028788Z test_non_contig_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9028998Z test_non_contig_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9029203Z test_non_contig_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9029411Z test_non_contig_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9029617Z test_non_contig_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9029797Z test_non_contig_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9030003Z test_non_contig_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9030201Z test_non_contig_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9030402Z test_non_contig_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9030752Z test_non_contig_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9030953Z test_non_contig_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9031223Z test_non_contig_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9031441Z test_non_contig_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9031636Z test_non_contig_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9031845Z test_non_contig_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9032046Z test_non_contig_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9032245Z test_non_contig_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9032440Z test_non_contig_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9032641Z test_non_contig_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9032839Z test_non_contig_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9033039Z test_non_contig_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9033243Z test_non_contig_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9033426Z test_non_contig_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9033639Z test_non_contig_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9033848Z test_non_contig_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9034069Z test_non_contig_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9034282Z test_non_contig_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9034497Z test_non_contig_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9034751Z test_non_contig_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9034961Z test_non_contig_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9035210Z test_non_contig_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9035418Z test_non_contig_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9035619Z test_non_contig_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9035820Z test_non_contig_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9036024Z test_non_contig_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9036221Z test_non_contig_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9036416Z test_non_contig_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9036614Z test_non_contig_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9036803Z test_non_contig_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9037005Z test_non_contig_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9037199Z test_non_contig_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9037403Z test_non_contig_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9037604Z test_non_contig_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9037803Z test_non_contig_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9038001Z test_non_contig_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9038199Z test_non_contig_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9038393Z test_non_contig_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9038639Z test_non_contig_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9038865Z test_non_contig_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9039069Z test_non_contig_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9039268Z test_non_contig_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9039475Z test_non_contig_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9039676Z test_non_contig_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9039873Z test_non_contig_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9040071Z test_non_contig_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9040263Z test_non_contig_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9040472Z test_non_contig_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9040675Z test_non_contig_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9040894Z test_non_contig_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9041103Z test_non_contig_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9041301Z test_non_contig_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9041502Z test_non_contig_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9041702Z test_non_contig_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9041885Z test_non_contig_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9042085Z test_non_contig_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9042283Z test_non_contig_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9042487Z test_non_contig_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9042739Z test_non_contig_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9042938Z test_non_contig_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9043141Z test_non_contig_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9043341Z test_non_contig_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9043534Z test_non_contig_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9043741Z test_non_contig_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9043944Z test_non_contig_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9044145Z test_non_contig_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9044340Z test_non_contig_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9044545Z test_non_contig_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9044746Z test_non_contig_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9044945Z test_non_contig_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9045124Z test_non_contig_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9045323Z test_non_contig_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9045529Z test_non_contig_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9045729Z test_non_contig_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9045938Z test_non_contig_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9046192Z test_non_contig_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9046409Z test_non_contig_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9046613Z test_non_contig_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9046791Z test_non_contig_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9046987Z test_non_contig_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9047186Z test_non_contig_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9047384Z test_non_contig_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9047585Z test_non_contig_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9047782Z test_non_contig_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9047980Z test_non_contig_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9048203Z test_non_contig_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9048430Z test_non_contig_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9048638Z test_non_contig_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9048856Z test_non_contig_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9049077Z test_non_contig_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9049289Z test_non_contig_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9049509Z test_non_contig_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9049721Z test_non_contig_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9049944Z test_non_contig_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9050238Z test_non_contig_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9050444Z test_non_contig_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9050665Z test_non_contig_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9050885Z test_non_contig_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9051101Z test_non_contig_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9051322Z test_non_contig_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9051539Z test_non_contig_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9051755Z test_non_contig_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9051988Z test_non_contig_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9052215Z test_non_contig_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9052416Z test_non_contig_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9052629Z test_non_contig_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9052843Z test_non_contig_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9053059Z test_non_contig_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9053270Z test_non_contig_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9053529Z test_non_contig_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9053766Z test_non_contig_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9053989Z test_non_contig_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9054184Z test_non_contig_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9054405Z test_non_contig_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9054622Z test_non_contig_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9054843Z test_non_contig_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9055054Z test_non_contig_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9055270Z test_non_contig_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9055496Z test_non_contig_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9055724Z test_non_contig_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9055942Z test_non_contig_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9056134Z test_non_contig_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9056344Z test_non_contig_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9056560Z test_non_contig_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9056774Z test_non_contig_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9056989Z test_non_contig_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9057211Z test_non_contig_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9057481Z test_non_contig_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9057699Z test_non_contig_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9057909Z test_non_contig_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9058106Z test_non_contig_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9058324Z test_non_contig_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9058533Z test_non_contig_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9058741Z test_non_contig_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9058951Z test_non_contig_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9059171Z test_non_contig_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9059397Z test_non_contig_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9059619Z test_non_contig_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9059816Z test_non_contig_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9060030Z test_non_contig_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9060243Z test_non_contig_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9060464Z test_non_contig_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9060678Z test_non_contig_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9060948Z test_non_contig_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9061176Z test_non_contig_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9061385Z test_non_contig_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9061599Z test_non_contig_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9061792Z test_non_contig_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9062001Z test_non_contig_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9062211Z test_non_contig_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9062421Z test_non_contig_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9062631Z test_non_contig_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9062845Z test_non_contig_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9063063Z test_non_contig_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9063278Z test_non_contig_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9063471Z test_non_contig_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9063682Z test_non_contig_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9063892Z test_non_contig_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9064103Z test_non_contig_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9064313Z test_non_contig_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9064519Z test_non_contig_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9064731Z test_non_contig_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9065005Z test_non_contig_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9065201Z test_non_contig_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9065411Z test_non_contig_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9065624Z test_non_contig_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9065835Z test_non_contig_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9066047Z test_non_contig_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9066257Z test_non_contig_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9066483Z test_non_contig_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9066709Z test_non_contig_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9066938Z test_non_contig_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9067139Z test_non_contig_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9067361Z test_non_contig_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9067572Z test_non_contig_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9067791Z test_non_contig_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9068004Z test_non_contig_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9068337Z test_non_contig_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9068586Z test_non_contig_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9068832Z test_non_contig_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9069052Z test_non_contig_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9069289Z test_non_contig_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9069524Z test_non_contig_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9069767Z test_non_contig_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9070002Z test_non_contig_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9070241Z test_non_contig_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9070728Z test_non_contig_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9070989Z test_non_contig_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9071221Z test_non_contig_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9071434Z test_non_contig_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9071665Z test_non_contig_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9071904Z test_non_contig_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9072141Z test_non_contig_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9072383Z test_non_contig_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9072709Z test_non_contig_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9072949Z test_non_contig_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9073184Z test_non_contig_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9073417Z test_non_contig_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9073628Z test_non_contig_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9073864Z test_non_contig_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9074101Z test_non_contig_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9074339Z test_non_contig_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9074581Z test_non_contig_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9074817Z test_non_contig_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9075051Z test_non_contig_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9075282Z test_non_contig_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9075519Z test_non_contig_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9075735Z test_non_contig_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9076035Z test_non_contig_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9076273Z test_non_contig_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9076492Z test_non_contig_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9076712Z test_non_contig_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9076926Z test_non_contig_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9077147Z test_non_contig_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9077365Z test_non_contig_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9077580Z test_non_contig_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9077778Z test_non_contig_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9077998Z test_non_contig_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9078220Z test_non_contig_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9078435Z test_non_contig_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9078658Z test_non_contig_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9078880Z test_non_contig_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9079097Z test_non_contig_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9079313Z test_non_contig_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9079510Z test_non_contig_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9079724Z test_non_contig_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9079938Z test_non_contig_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9080253Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9080520Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9080772Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9081019Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9081281Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9081531Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9081759Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9082019Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9082283Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9082532Z test_non_contig_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9082789Z test_non_contig_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9083043Z test_non_contig_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9083291Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9083575Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9083824Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9084072Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9084296Z test_non_contig_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9084540Z test_non_contig_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9084785Z test_non_contig_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9085033Z test_non_contig_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9085279Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9085518Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9085759Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9086002Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9086237Z test_non_contig_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9086500Z test_non_contig_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9086748Z test_non_contig_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9086993Z test_non_contig_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9087236Z test_non_contig_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9087531Z test_non_contig_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9087771Z test_non_contig_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9088007Z test_non_contig_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9088243Z test_non_contig_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9088449Z test_non_contig_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9088632Z test_non_contig_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9088842Z test_non_contig_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9089056Z test_non_contig_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9089264Z test_non_contig_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9089479Z test_non_contig_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9089681Z test_non_contig_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9089879Z test_non_contig_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9090088Z test_non_contig_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9090272Z test_non_contig_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9090475Z test_non_contig_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9090671Z test_non_contig_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9090920Z test_non_contig_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9091142Z test_non_contig_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9091356Z test_non_contig_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9091576Z test_non_contig_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9091792Z test_non_contig_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9091982Z test_non_contig_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9092187Z test_non_contig_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9092389Z test_non_contig_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9092598Z test_non_contig_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9092801Z test_non_contig_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9093001Z test_non_contig_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9093212Z test_non_contig_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9093422Z test_non_contig_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9093625Z test_non_contig_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9093809Z test_non_contig_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9094018Z test_non_contig_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9094227Z test_non_contig_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9094427Z test_non_contig_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9094631Z test_non_contig_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9094836Z test_non_contig_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9095088Z test_non_contig_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9095291Z test_non_contig_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9095473Z test_non_contig_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9095676Z test_non_contig_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9095877Z test_non_contig_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9096076Z test_non_contig_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9096283Z test_non_contig_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9096481Z test_non_contig_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9096696Z test_non_contig_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9096911Z test_non_contig_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9097095Z test_non_contig_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9097304Z test_non_contig_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9097502Z test_non_contig_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9097695Z test_non_contig_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9097900Z test_non_contig_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9098104Z test_non_contig_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9098306Z test_non_contig_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9098550Z test_non_contig_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9098744Z test_non_contig_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9098954Z test_non_contig_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9099161Z test_non_contig_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9099364Z test_non_contig_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9099561Z test_non_contig_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9099762Z test_non_contig_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9099963Z test_non_contig_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9100162Z test_non_contig_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9100347Z test_non_contig_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9100549Z test_non_contig_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9100748Z test_nonzero_empty_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9100968Z test_op_invert_cuda (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:55:51.9101161Z test_polygamma_neg_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9101398Z test_reference_numerics_extremal_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9101637Z test_reference_numerics_extremal_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9101878Z test_reference_numerics_extremal_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9102111Z test_reference_numerics_extremal_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9102322Z test_reference_numerics_extremal_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9102610Z test_reference_numerics_extremal_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9102844Z test_reference_numerics_extremal_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9103086Z test_reference_numerics_extremal_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9103327Z test_reference_numerics_extremal_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9103558Z test_reference_numerics_extremal_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9103780Z test_reference_numerics_extremal_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9104004Z test_reference_numerics_extremal_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9104246Z test_reference_numerics_extremal_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9104474Z test_reference_numerics_extremal_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9104724Z test_reference_numerics_extremal_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9104964Z test_reference_numerics_extremal_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9105191Z test_reference_numerics_extremal_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9105419Z test_reference_numerics_extremal_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9105661Z test_reference_numerics_extremal_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9105946Z test_reference_numerics_extremal_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9106191Z test_reference_numerics_extremal_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9106405Z test_reference_numerics_extremal_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9106630Z test_reference_numerics_extremal_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9106871Z test_reference_numerics_extremal_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9107112Z test_reference_numerics_extremal_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9107348Z test_reference_numerics_extremal_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9107575Z test_reference_numerics_extremal_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9107800Z test_reference_numerics_extremal_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9108035Z test_reference_numerics_extremal_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9108281Z test_reference_numerics_extremal_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9108504Z test_reference_numerics_extremal_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9108745Z test_reference_numerics_extremal_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9108978Z test_reference_numerics_extremal_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9109203Z test_reference_numerics_extremal_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9109429Z test_reference_numerics_extremal_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9109670Z test_reference_numerics_extremal_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9109913Z test_reference_numerics_extremal_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9110199Z test_reference_numerics_extremal_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9110430Z test_reference_numerics_extremal_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9110782Z test_reference_numerics_extremal_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9111026Z test_reference_numerics_extremal_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9111268Z test_reference_numerics_extremal_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9111514Z test_reference_numerics_extremal_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9111755Z test_reference_numerics_extremal_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9111993Z test_reference_numerics_extremal_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9112220Z test_reference_numerics_extremal_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9112449Z test_reference_numerics_extremal_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9112685Z test_reference_numerics_extremal_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9112891Z test_reference_numerics_extremal_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9113117Z test_reference_numerics_extremal_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9113346Z test_reference_numerics_extremal_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9113654Z test_reference_numerics_extremal_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9113915Z test_reference_numerics_extremal_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9114152Z test_reference_numerics_extremal_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9114380Z test_reference_numerics_extremal_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9114600Z test_reference_numerics_extremal_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9114854Z test_reference_numerics_extremal_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9115093Z test_reference_numerics_extremal_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9115357Z test_reference_numerics_extremal_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9115607Z test_reference_numerics_extremal_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9115860Z test_reference_numerics_extremal_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9116102Z test_reference_numerics_extremal_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9116340Z test_reference_numerics_extremal_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9116576Z test_reference_numerics_extremal_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9116812Z test_reference_numerics_extremal_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9117043Z test_reference_numerics_extremal_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9117253Z test_reference_numerics_extremal_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9117478Z test_reference_numerics_extremal_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9117822Z test_reference_numerics_extremal_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9118232Z test_reference_numerics_extremal_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9118653Z test_reference_numerics_extremal_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9119053Z test_reference_numerics_extremal_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9119448Z test_reference_numerics_extremal_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9119729Z test_reference_numerics_extremal_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9119980Z test_reference_numerics_extremal_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9120202Z test_reference_numerics_extremal_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9120447Z test_reference_numerics_extremal_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9120683Z test_reference_numerics_extremal_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9120923Z test_reference_numerics_extremal_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.9121167Z test_reference_numerics_extremal_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.9121404Z test_reference_numerics_extremal_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9121634Z test_reference_numerics_extremal_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9121935Z test_reference_numerics_extremal_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9122170Z test_reference_numerics_extremal_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9122372Z test_reference_numerics_extremal_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9122608Z test_reference_numerics_extremal_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9122840Z test_reference_numerics_extremal_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9123064Z test_reference_numerics_extremal_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9123287Z test_reference_numerics_extremal_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9123526Z test_reference_numerics_extremal_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9123760Z test_reference_numerics_extremal_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9123990Z test_reference_numerics_extremal_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9124220Z test_reference_numerics_extremal_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9124429Z test_reference_numerics_extremal_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9124653Z test_reference_numerics_extremal_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9124874Z test_reference_numerics_extremal_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9125131Z test_reference_numerics_extremal_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9125370Z test_reference_numerics_extremal_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9125613Z test_reference_numerics_extremal_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9125902Z test_reference_numerics_extremal_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9126133Z test_reference_numerics_extremal_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9126337Z test_reference_numerics_extremal_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9126575Z test_reference_numerics_extremal_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9126812Z test_reference_numerics_extremal_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9127039Z test_reference_numerics_extremal_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9127266Z test_reference_numerics_extremal_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9127499Z test_reference_numerics_extremal_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9127745Z test_reference_numerics_extremal_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9128009Z test_reference_numerics_extremal_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9128239Z test_reference_numerics_extremal_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9128443Z test_reference_numerics_extremal_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9128666Z test_reference_numerics_extremal_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9128899Z test_reference_numerics_extremal_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9129190Z test_reference_numerics_extremal_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9129427Z test_reference_numerics_extremal_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9129657Z test_reference_numerics_extremal_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9129916Z test_reference_numerics_extremal_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9130173Z test_reference_numerics_extremal_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9130431Z test_reference_numerics_extremal_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:55:51.9130668Z test_reference_numerics_extremal_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:55:51.9130898Z test_reference_numerics_extremal_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9131128Z test_reference_numerics_extremal_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9131352Z test_reference_numerics_extremal_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9131587Z test_reference_numerics_extremal_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9131817Z test_reference_numerics_extremal_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9132051Z test_reference_numerics_extremal_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9132280Z test_reference_numerics_extremal_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9132525Z test_reference_numerics_extremal_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9132747Z test_reference_numerics_extremal_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9132997Z test_reference_numerics_extremal_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9133308Z test_reference_numerics_extremal_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9133559Z test_reference_numerics_extremal_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9133802Z test_reference_numerics_extremal_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9134046Z test_reference_numerics_extremal_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9134279Z test_reference_numerics_extremal_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9134519Z test_reference_numerics_extremal_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9134764Z test_reference_numerics_extremal_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9134987Z test_reference_numerics_extremal_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9135228Z test_reference_numerics_extremal_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9135463Z test_reference_numerics_extremal_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9135695Z test_reference_numerics_extremal_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9135933Z test_reference_numerics_extremal_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9136177Z test_reference_numerics_extremal_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9136424Z test_reference_numerics_extremal_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9136714Z test_reference_numerics_extremal_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9136956Z test_reference_numerics_extremal_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9137170Z test_reference_numerics_extremal_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9137418Z test_reference_numerics_extremal_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9137662Z test_reference_numerics_extremal_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9137905Z test_reference_numerics_extremal_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9138147Z test_reference_numerics_extremal_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9138389Z test_reference_numerics_extremal_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9138634Z test_reference_numerics_extremal_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9138874Z test_reference_numerics_extremal_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9139113Z test_reference_numerics_extremal_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9139334Z test_reference_numerics_extremal_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9139581Z test_reference_numerics_extremal_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9139818Z test_reference_numerics_extremal_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9140062Z test_reference_numerics_extremal_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9140294Z test_reference_numerics_extremal_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9140525Z test_reference_numerics_extremal_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9140834Z test_reference_numerics_extremal_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9141096Z test_reference_numerics_extremal_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9141359Z test_reference_numerics_extremal_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9141592Z test_reference_numerics_extremal_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9141848Z test_reference_numerics_extremal_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9142097Z test_reference_numerics_extremal_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9142346Z test_reference_numerics_extremal_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9142582Z test_reference_numerics_extremal_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9142816Z test_reference_numerics_extremal_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9143047Z test_reference_numerics_extremal_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9143288Z test_reference_numerics_extremal_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9143528Z test_reference_numerics_extremal_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9143742Z test_reference_numerics_extremal_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9143974Z test_reference_numerics_extremal_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9144246Z test_reference_numerics_extremal_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9144503Z test_reference_numerics_extremal_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9144735Z test_reference_numerics_extremal_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9144961Z test_reference_numerics_extremal_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9145190Z test_reference_numerics_extremal_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9145416Z test_reference_numerics_extremal_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9145683Z test_reference_numerics_extremal_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9145925Z test_reference_numerics_extremal_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9146166Z test_reference_numerics_extremal_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9146403Z test_reference_numerics_extremal_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9146626Z test_reference_numerics_extremal_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9146852Z test_reference_numerics_extremal_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9147090Z test_reference_numerics_extremal_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9147332Z test_reference_numerics_extremal_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9147564Z test_reference_numerics_extremal_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9147790Z test_reference_numerics_extremal_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9147994Z test_reference_numerics_extremal_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9148297Z test_reference_numerics_extremal_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9148552Z test_reference_numerics_extremal_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9148801Z test_reference_numerics_extremal_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9149045Z test_reference_numerics_extremal_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9149294Z test_reference_numerics_extremal_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9149534Z test_reference_numerics_extremal_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9149778Z test_reference_numerics_extremal_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9150015Z test_reference_numerics_extremal_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9150228Z test_reference_numerics_extremal_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9150612Z test_reference_numerics_extremal_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9150926Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-12-01T10:55:51.9151205Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2022-12-01T10:55:51.9151476Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2022-12-01T10:55:51.9151818Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-12-01T10:55:51.9152093Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2022-12-01T10:55:51.9152366Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-12-01T10:55:51.9152630Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-12-01T10:55:51.9152893Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-12-01T10:55:51.9153136Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-12-01T10:55:51.9153382Z test_reference_numerics_extremal_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9153628Z test_reference_numerics_extremal_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9153876Z test_reference_numerics_extremal_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9154120Z test_reference_numerics_extremal_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9154359Z test_reference_numerics_extremal_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9154600Z test_reference_numerics_extremal_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9154840Z test_reference_numerics_extremal_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9155074Z test_reference_numerics_extremal_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9155281Z test_reference_numerics_extremal_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9155507Z test_reference_numerics_extremal_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9155846Z test_reference_numerics_extremal_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9156108Z test_reference_numerics_extremal_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9156368Z test_reference_numerics_extremal_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9156623Z test_reference_numerics_extremal_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9156873Z test_reference_numerics_extremal_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9157129Z test_reference_numerics_extremal_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9157385Z test_reference_numerics_extremal_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9157626Z test_reference_numerics_extremal_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9157900Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9158173Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9158445Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9158715Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9158983Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9159295Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9159573Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9159841Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9160103Z test_reference_numerics_extremal_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9160336Z test_reference_numerics_extremal_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9160590Z test_reference_numerics_extremal_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9160843Z test_reference_numerics_extremal_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9161111Z test_reference_numerics_extremal_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9161367Z test_reference_numerics_extremal_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9161617Z test_reference_numerics_extremal_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9161866Z test_reference_numerics_extremal_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9162121Z test_reference_numerics_extremal_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9162375Z test_reference_numerics_extremal_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9162607Z test_reference_numerics_extremal_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9162869Z test_reference_numerics_extremal_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9163181Z test_reference_numerics_extremal_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9163434Z test_reference_numerics_extremal_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9163684Z test_reference_numerics_extremal_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9163942Z test_reference_numerics_extremal_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9164194Z test_reference_numerics_extremal_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9164443Z test_reference_numerics_extremal_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9164696Z test_reference_numerics_extremal_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9164965Z test_reference_numerics_extremal_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9165211Z test_reference_numerics_extremal_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9165461Z test_reference_numerics_extremal_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9165724Z test_reference_numerics_extremal_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9165989Z test_reference_numerics_extremal_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9166258Z test_reference_numerics_extremal_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9166570Z test_reference_numerics_extremal_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9166836Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9167082Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9167326Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9167575Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9167845Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9168106Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9168376Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9168647Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9168909Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9169175Z test_reference_numerics_extremal_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9169441Z test_reference_numerics_extremal_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9169707Z test_reference_numerics_extremal_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9169969Z test_reference_numerics_extremal_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9170217Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9170528Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.9170786Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9171069Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9171345Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9171614Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9171880Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:55:51.9172142Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9172408Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9172673Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:55:51.9172917Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9173181Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9173445Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9173751Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9174023Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9174266Z test_reference_numerics_extremal_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9174514Z test_reference_numerics_extremal_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9174764Z test_reference_numerics_extremal_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9175012Z test_reference_numerics_extremal_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9175254Z test_reference_numerics_extremal_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9175479Z test_reference_numerics_extremal_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9175749Z test_reference_numerics_extremal_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9175990Z test_reference_numerics_extremal_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9176233Z test_reference_numerics_extremal_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9176474Z test_reference_numerics_extremal_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9176714Z test_reference_numerics_extremal_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9176957Z test_reference_numerics_extremal_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9177199Z test_reference_numerics_extremal_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9177442Z test_reference_numerics_extremal_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9177704Z test_reference_numerics_extremal_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9177935Z test_reference_numerics_extremal_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9178206Z test_reference_numerics_extremal_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9178486Z test_reference_numerics_extremal_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9178756Z test_reference_numerics_extremal_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:55:51.9179002Z test_reference_numerics_extremal_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9179249Z test_reference_numerics_extremal_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9179492Z test_reference_numerics_extremal_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9179746Z test_reference_numerics_extremal_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9179964Z test_reference_numerics_extremal_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9180194Z test_reference_numerics_extremal_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9180420Z test_reference_numerics_extremal_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9180680Z test_reference_numerics_extremal_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9180935Z test_reference_numerics_extremal_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9181244Z test_reference_numerics_extremal_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9181504Z test_reference_numerics_extremal_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9181760Z test_reference_numerics_extremal_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9182009Z test_reference_numerics_extremal_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9182242Z test_reference_numerics_extremal_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9182483Z test_reference_numerics_extremal_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9182744Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9183007Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9183262Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9183507Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9183746Z test_reference_numerics_extremal_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9184001Z test_reference_numerics_extremal_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9184261Z test_reference_numerics_extremal_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9184481Z test_reference_numerics_extremal_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9184715Z test_reference_numerics_extremal_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9184956Z test_reference_numerics_extremal_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9185279Z test_reference_numerics_extremal_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9185519Z test_reference_numerics_extremal_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9185759Z test_reference_numerics_extremal_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9186013Z test_reference_numerics_extremal_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9186265Z test_reference_numerics_extremal_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9186561Z test_reference_numerics_extremal_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9186789Z test_reference_numerics_extremal_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9187061Z test_reference_numerics_extremal_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9187328Z test_reference_numerics_extremal_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:55:51.9187570Z test_reference_numerics_extremal_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9187805Z test_reference_numerics_extremal_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9188044Z test_reference_numerics_extremal_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9188300Z test_reference_numerics_extremal_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9188597Z test_reference_numerics_extremal_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9188857Z test_reference_numerics_extremal_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9189095Z test_reference_numerics_extremal_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9189336Z test_reference_numerics_extremal_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9189575Z test_reference_numerics_extremal_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9189817Z test_reference_numerics_extremal_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9190060Z test_reference_numerics_extremal_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9190296Z test_reference_numerics_extremal_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9190687Z test_reference_numerics_extremal_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9190940Z test_reference_numerics_extremal_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9191175Z test_reference_numerics_extremal_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9191380Z test_reference_numerics_extremal_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9191600Z test_reference_numerics_extremal_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9191834Z test_reference_numerics_extremal_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9192079Z test_reference_numerics_extremal_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9192320Z test_reference_numerics_extremal_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9192560Z test_reference_numerics_extremal_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9192864Z test_reference_numerics_extremal_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9193086Z test_reference_numerics_extremal_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9193320Z test_reference_numerics_extremal_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9193541Z test_reference_numerics_extremal_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9193781Z test_reference_numerics_extremal_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9194014Z test_reference_numerics_extremal_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9194241Z test_reference_numerics_extremal_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9194464Z test_reference_numerics_extremal_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9194716Z test_reference_numerics_extremal_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9194964Z test_reference_numerics_extremal_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9195220Z test_reference_numerics_extremal_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9195478Z test_reference_numerics_extremal_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9195712Z test_reference_numerics_extremal_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9195966Z test_reference_numerics_extremal_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9196283Z test_reference_numerics_extremal_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9196552Z test_reference_numerics_extremal_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9196800Z test_reference_numerics_extremal_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9197043Z test_reference_numerics_extremal_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9197292Z test_reference_numerics_extremal_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9197537Z test_reference_numerics_extremal_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9197785Z test_reference_numerics_extremal_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9198009Z test_reference_numerics_extremal_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9198259Z test_reference_numerics_extremal_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9198512Z test_reference_numerics_extremal_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9198761Z test_reference_numerics_extremal_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9199006Z test_reference_numerics_extremal_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9199254Z test_reference_numerics_extremal_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9199488Z test_reference_numerics_extremal_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9199731Z test_reference_numerics_extremal_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9199981Z test_reference_numerics_extremal_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9200265Z test_reference_numerics_extremal_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9200487Z test_reference_numerics_extremal_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9200740Z test_reference_numerics_extremal_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9200993Z test_reference_numerics_extremal_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9201265Z test_reference_numerics_extremal_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9201536Z test_reference_numerics_extremal_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9201806Z test_reference_numerics_extremal_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9202082Z test_reference_numerics_extremal_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9202387Z test_reference_numerics_extremal_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9202844Z test_reference_numerics_extremal_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9203280Z test_reference_numerics_extremal_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9203752Z test_reference_numerics_extremal_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9204267Z test_reference_numerics_extremal_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9204736Z test_reference_numerics_extremal_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9205070Z test_reference_numerics_extremal_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9205409Z test_reference_numerics_extremal_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9205663Z test_reference_numerics_extremal_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9205915Z test_reference_numerics_extremal_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9206208Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9206742Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.9207088Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9207297Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9207576Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9207856Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9208130Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9208398Z test_reference_numerics_extremal_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9208667Z test_reference_numerics_extremal_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9208912Z test_reference_numerics_extremal_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9209223Z test_reference_numerics_extremal_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9209445Z test_reference_numerics_extremal_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9209677Z test_reference_numerics_extremal_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9209899Z test_reference_numerics_extremal_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9210122Z test_reference_numerics_extremal_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9210362Z test_reference_numerics_extremal_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9210632Z test_reference_numerics_extremal_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9210895Z test_reference_numerics_extremal_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:55:51.9211138Z test_reference_numerics_extremal_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9211368Z test_reference_numerics_extremal_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9211575Z test_reference_numerics_extremal_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9211813Z test_reference_numerics_extremal_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9212046Z test_reference_numerics_extremal_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9212288Z test_reference_numerics_extremal_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9212562Z test_reference_numerics_extremal_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9212806Z test_reference_numerics_extremal_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9213029Z test_reference_numerics_extremal_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9213265Z test_reference_numerics_extremal_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9213509Z test_reference_numerics_extremal_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9213731Z test_reference_numerics_extremal_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9213969Z test_reference_numerics_extremal_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9214198Z test_reference_numerics_extremal_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9214423Z test_reference_numerics_extremal_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9214659Z test_reference_numerics_extremal_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9214890Z test_reference_numerics_extremal_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9215114Z test_reference_numerics_extremal_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9215337Z test_reference_numerics_extremal_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9215566Z test_reference_numerics_large_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9215847Z test_reference_numerics_large_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9216087Z test_reference_numerics_large_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9216324Z test_reference_numerics_large_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9216611Z test_reference_numerics_large_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9216836Z test_reference_numerics_large_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9217065Z test_reference_numerics_large_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9217291Z test_reference_numerics_large_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9217513Z test_reference_numerics_large_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9217735Z test_reference_numerics_large_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9217934Z test_reference_numerics_large_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9218227Z test_reference_numerics_large_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9218528Z test_reference_numerics_large_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9218763Z test_reference_numerics_large_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9219063Z test_reference_numerics_large_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9219303Z test_reference_numerics_large_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9219537Z test_reference_numerics_large_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9219803Z test_reference_numerics_large_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9220045Z test_reference_numerics_large_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9220259Z test_reference_numerics_large_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9220489Z test_reference_numerics_large_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9220712Z test_reference_numerics_large_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9220937Z test_reference_numerics_large_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9221159Z test_reference_numerics_large_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9221454Z test_reference_numerics_large_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9221751Z test_reference_numerics_large_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9221988Z test_reference_numerics_large_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9222274Z test_reference_numerics_large_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9222510Z test_reference_numerics_large_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9222727Z test_reference_numerics_large_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9222952Z test_reference_numerics_large_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9223177Z test_reference_numerics_large_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9223409Z test_reference_numerics_large_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9223636Z test_reference_numerics_large_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9223911Z test_reference_numerics_large_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9224136Z test_reference_numerics_large_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9224359Z test_reference_numerics_large_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9224656Z test_reference_numerics_large_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9224934Z test_reference_numerics_large_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9225224Z test_reference_numerics_large_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9225469Z test_reference_numerics_large_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9225706Z test_reference_numerics_large_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9225931Z test_reference_numerics_large_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9226156Z test_reference_numerics_large_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9226381Z test_reference_numerics_large_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9226604Z test_reference_numerics_large_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9226824Z test_reference_numerics_large_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9227073Z test_reference_numerics_large_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9227379Z test_reference_numerics_large_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9227674Z test_reference_numerics_large_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9227900Z test_reference_numerics_large_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9228191Z test_reference_numerics_large_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9228425Z test_reference_numerics_large_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9228658Z test_reference_numerics_large_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9228883Z test_reference_numerics_large_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9229110Z test_reference_numerics_large_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9229322Z test_reference_numerics_large_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9229550Z test_reference_numerics_large_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9229770Z test_reference_numerics_large_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9229993Z test_reference_numerics_large_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9230216Z test_reference_numerics_large_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9230776Z test_reference_numerics_large_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9231159Z test_reference_numerics_large_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9231486Z test_reference_numerics_large_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9231774Z test_reference_numerics_large_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9232014Z test_reference_numerics_large_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9232229Z test_reference_numerics_large_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9232453Z test_reference_numerics_large_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9232684Z test_reference_numerics_large_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9232916Z test_reference_numerics_large_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9233151Z test_reference_numerics_large_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9233385Z test_reference_numerics_large_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9233616Z test_reference_numerics_large_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9233846Z test_reference_numerics_large_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9234126Z test_reference_numerics_large_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9234424Z test_reference_numerics_large_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9234658Z test_reference_numerics_large_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9235035Z test_reference_numerics_large_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9235292Z test_reference_numerics_large_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9235528Z test_reference_numerics_large_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9235763Z test_reference_numerics_large_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9235991Z test_reference_numerics_large_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9236217Z test_reference_numerics_large_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9236443Z test_reference_numerics_large_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9236655Z test_reference_numerics_large_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9236877Z test_reference_numerics_large_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9237101Z test_reference_numerics_large_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9237396Z test_reference_numerics_large_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9237689Z test_reference_numerics_large_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9237924Z test_reference_numerics_large_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9238218Z test_reference_numerics_large_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9238458Z test_reference_numerics_large_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9238692Z test_reference_numerics_large_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9238950Z test_reference_numerics_large_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9239177Z test_reference_numerics_large_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9239406Z test_reference_numerics_large_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9239636Z test_reference_numerics_large_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9239859Z test_reference_numerics_large_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9240083Z test_reference_numerics_large_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9240312Z test_reference_numerics_large_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9240605Z test_reference_numerics_large_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9240901Z test_reference_numerics_large_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9241183Z test_reference_numerics_large_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9241422Z test_reference_numerics_large_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9241654Z test_reference_numerics_large_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9241879Z test_reference_numerics_large_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9242230Z test_reference_numerics_large_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9242550Z test_reference_numerics_large_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9242782Z test_reference_numerics_large_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9243014Z test_reference_numerics_large_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9243247Z test_reference_numerics_large_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9243479Z test_reference_numerics_large_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9243686Z test_reference_numerics_large_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9243916Z test_reference_numerics_large_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9244140Z test_reference_numerics_large_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9244439Z test_reference_numerics_large_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9244735Z test_reference_numerics_large_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9244968Z test_reference_numerics_large_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9245268Z test_reference_numerics_large_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9245504Z test_reference_numerics_large_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9245739Z test_reference_numerics_large_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9245947Z test_reference_numerics_large_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9246224Z test_reference_numerics_large_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9246455Z test_reference_numerics_large_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9246688Z test_reference_numerics_large_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9246916Z test_reference_numerics_large_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9247136Z test_reference_numerics_large_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9247357Z test_reference_numerics_large_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9247658Z test_reference_numerics_large_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9247954Z test_reference_numerics_large_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9248184Z test_reference_numerics_large_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9248492Z test_reference_numerics_large_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9248741Z test_reference_numerics_large_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9248996Z test_reference_numerics_large_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9249241Z test_reference_numerics_large_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9249523Z test_reference_numerics_large_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9249781Z test_reference_numerics_large_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9250026Z test_reference_numerics_large_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9250270Z test_reference_numerics_large_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9250514Z test_reference_numerics_large_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9250736Z test_reference_numerics_large_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9251044Z test_reference_numerics_large_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9251358Z test_reference_numerics_large_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9251602Z test_reference_numerics_large_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9251899Z test_reference_numerics_large_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9252152Z test_reference_numerics_large_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9252385Z test_reference_numerics_large_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9252618Z test_reference_numerics_large_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9252847Z test_reference_numerics_large_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9253057Z test_reference_numerics_large_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9253287Z test_reference_numerics_large_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9253565Z test_reference_numerics_large_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9253788Z test_reference_numerics_large_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9254004Z test_reference_numerics_large_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9254301Z test_reference_numerics_large_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9254598Z test_reference_numerics_large_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9254827Z test_reference_numerics_large_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9255121Z test_reference_numerics_large_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9255362Z test_reference_numerics_large_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9255598Z test_reference_numerics_large_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9255824Z test_reference_numerics_large_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9256056Z test_reference_numerics_large_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9256285Z test_reference_numerics_large_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9256510Z test_reference_numerics_large_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9256771Z test_reference_numerics_large_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9257005Z test_reference_numerics_large_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9257231Z test_reference_numerics_large_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9257508Z test_reference_numerics_large_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9257805Z test_reference_numerics_large_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9258066Z test_reference_numerics_large_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9258361Z test_reference_numerics_large_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9258604Z test_reference_numerics_large_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9258840Z test_reference_numerics_large_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9259065Z test_reference_numerics_large_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9259295Z test_reference_numerics_large_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9259525Z test_reference_numerics_large_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9259758Z test_reference_numerics_large_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9260038Z test_reference_numerics_large_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9260342Z test_reference_numerics_large_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9260646Z test_reference_numerics_large_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9260930Z test_reference_numerics_large_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9261164Z test_reference_numerics_large_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9261390Z test_reference_numerics_large_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9261619Z test_reference_numerics_large_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9261849Z test_reference_numerics_large_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9262080Z test_reference_numerics_large_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9262365Z test_reference_numerics_large_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9262671Z test_reference_numerics_large_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9262904Z test_reference_numerics_large_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9263205Z test_reference_numerics_large_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9263433Z test_reference_numerics_large_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9263665Z test_reference_numerics_large_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9263895Z test_reference_numerics_large_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9264156Z test_reference_numerics_large_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9264393Z test_reference_numerics_large_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9264591Z test_reference_numerics_large_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9264890Z test_reference_numerics_large_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9265186Z test_reference_numerics_large_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9265416Z test_reference_numerics_large_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9265714Z test_reference_numerics_large_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9265949Z test_reference_numerics_large_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9266183Z test_reference_numerics_large_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9266414Z test_reference_numerics_large_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9266646Z test_reference_numerics_large_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9266871Z test_reference_numerics_large_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9267077Z test_reference_numerics_large_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9267377Z test_reference_numerics_large_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9267675Z test_reference_numerics_large_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9267975Z test_reference_numerics_large_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9268254Z test_reference_numerics_large_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9268481Z test_reference_numerics_large_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9268702Z test_reference_numerics_large_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9268930Z test_reference_numerics_large_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9269160Z test_reference_numerics_large_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9269370Z test_reference_numerics_large_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9269673Z test_reference_numerics_large_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9269975Z test_reference_numerics_large_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9270211Z test_reference_numerics_large_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9270769Z test_reference_numerics_large_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9271063Z test_reference_numerics_large_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9271296Z test_reference_numerics_large_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9271527Z test_reference_numerics_large_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9271821Z test_reference_numerics_large_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9272066Z test_reference_numerics_large_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9272273Z test_reference_numerics_large_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9272573Z test_reference_numerics_large_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9272870Z test_reference_numerics_large_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9273126Z test_reference_numerics_large_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9273421Z test_reference_numerics_large_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9273680Z test_reference_numerics_large_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9273921Z test_reference_numerics_large_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9274159Z test_reference_numerics_large_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9274395Z test_reference_numerics_large_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9274605Z test_reference_numerics_large_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9274833Z test_reference_numerics_large_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9275061Z test_reference_numerics_large_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9275287Z test_reference_numerics_large_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9275509Z test_reference_numerics_large_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9275867Z test_reference_numerics_large_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9276163Z test_reference_numerics_large_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9276399Z test_reference_numerics_large_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9276694Z test_reference_numerics_large_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9276906Z test_reference_numerics_large_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9277139Z test_reference_numerics_large_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9277372Z test_reference_numerics_large_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9277603Z test_reference_numerics_large_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9277829Z test_reference_numerics_large_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9278059Z test_reference_numerics_large_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9278358Z test_reference_numerics_large_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9278653Z test_reference_numerics_large_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9278885Z test_reference_numerics_large_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9279219Z test_reference_numerics_large_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9279450Z test_reference_numerics_large_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9279686Z test_reference_numerics_large_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9279915Z test_reference_numerics_large_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9280146Z test_reference_numerics_large_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9280378Z test_reference_numerics_large_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9280608Z test_reference_numerics_large_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9280835Z test_reference_numerics_large_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9281066Z test_reference_numerics_large_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9281273Z test_reference_numerics_large_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9281571Z test_reference_numerics_large_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9281868Z test_reference_numerics_large_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9282104Z test_reference_numerics_large_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9282334Z test_reference_numerics_large_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9282563Z test_reference_numerics_large_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9282797Z test_reference_numerics_large_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9283074Z test_reference_numerics_large_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9283302Z test_reference_numerics_large_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9283530Z test_reference_numerics_large_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9283810Z test_reference_numerics_large_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9284113Z test_reference_numerics_large_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9284347Z test_reference_numerics_large_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9284582Z test_reference_numerics_large_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9284813Z test_reference_numerics_large_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9285049Z test_reference_numerics_large_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9285278Z test_reference_numerics_large_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9285510Z test_reference_numerics_large_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9285742Z test_reference_numerics_large_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9285948Z test_reference_numerics_large_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9286242Z test_reference_numerics_large_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9286566Z test_reference_numerics_large_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9286805Z test_reference_numerics_large_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9287030Z test_reference_numerics_large_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9287257Z test_reference_numerics_large_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9287482Z test_reference_numerics_large_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9287701Z test_reference_numerics_large_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9287946Z test_reference_numerics_large_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9288220Z test_reference_numerics_large_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9288465Z test_reference_numerics_large_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9288706Z test_reference_numerics_large_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9288933Z test_reference_numerics_large_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9289173Z test_reference_numerics_large_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9289477Z test_reference_numerics_large_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9289726Z test_reference_numerics_large_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9289970Z test_reference_numerics_large_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9290215Z test_reference_numerics_large_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9290435Z test_reference_numerics_large_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9290714Z test_reference_numerics_large_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9290940Z test_reference_numerics_large_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9291174Z test_reference_numerics_large_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9291400Z test_reference_numerics_large_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9291623Z test_reference_numerics_large_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9291927Z test_reference_numerics_large_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9292234Z test_reference_numerics_large_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9292470Z test_reference_numerics_large_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9292747Z test_reference_numerics_large_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9292988Z test_reference_numerics_large_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9293225Z test_reference_numerics_large_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9293458Z test_reference_numerics_large_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9293688Z test_reference_numerics_large_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9293961Z test_reference_numerics_large_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9294203Z test_reference_numerics_large_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9294434Z test_reference_numerics_large_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9294662Z test_reference_numerics_large_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9294869Z test_reference_numerics_large_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9295164Z test_reference_numerics_large_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9295462Z test_reference_numerics_large_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9295701Z test_reference_numerics_large_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9295992Z test_reference_numerics_large_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9296237Z test_reference_numerics_large_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9296470Z test_reference_numerics_large_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9296701Z test_reference_numerics_large_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9296935Z test_reference_numerics_large_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9297145Z test_reference_numerics_large_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9297370Z test_reference_numerics_large_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9297603Z test_reference_numerics_large_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9297878Z test_reference_numerics_large_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9298173Z test_reference_numerics_large_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9298469Z test_reference_numerics_large_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9298709Z test_reference_numerics_large_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9299011Z test_reference_numerics_large_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9299252Z test_reference_numerics_large_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9299488Z test_reference_numerics_large_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9299700Z test_reference_numerics_large_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9299934Z test_reference_numerics_large_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9300164Z test_reference_numerics_large_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9300393Z test_reference_numerics_large_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9300697Z test_reference_numerics_large_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9301002Z test_reference_numerics_large_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9301301Z test_reference_numerics_large_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9301619Z test_reference_numerics_large_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9301862Z test_reference_numerics_large_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9302075Z test_reference_numerics_large_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9302303Z test_reference_numerics_large_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9302535Z test_reference_numerics_large_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9302762Z test_reference_numerics_large_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9302991Z test_reference_numerics_large_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9303293Z test_reference_numerics_large_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9303601Z test_reference_numerics_large_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9303837Z test_reference_numerics_large_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9304139Z test_reference_numerics_large_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9304382Z test_reference_numerics_large_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9304602Z test_reference_numerics_large_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9304841Z test_reference_numerics_large_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9305077Z test_reference_numerics_large_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9305357Z test_reference_numerics_large_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9305580Z test_reference_numerics_large_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9305813Z test_reference_numerics_large_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9306048Z test_reference_numerics_large_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9306276Z test_reference_numerics_large_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9306576Z test_reference_numerics_large_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9306858Z test_reference_numerics_large_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9307118Z test_reference_numerics_large_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9307431Z test_reference_numerics_large_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9307686Z test_reference_numerics_large_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9307940Z test_reference_numerics_large_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9308189Z test_reference_numerics_large_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9308439Z test_reference_numerics_large_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9308720Z test_reference_numerics_large_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9308978Z test_reference_numerics_large_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9309201Z test_reference_numerics_large_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9309445Z test_reference_numerics_large_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9309756Z test_reference_numerics_large_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9310067Z test_reference_numerics_large_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9310369Z test_reference_numerics_large_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9310937Z test_reference_numerics_large_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9311339Z test_reference_numerics_large_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9311709Z test_reference_numerics_large_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9312111Z test_reference_numerics_large_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9312472Z test_reference_numerics_large_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9312797Z test_reference_numerics_large_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9313297Z test_reference_numerics_large_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9313837Z test_reference_numerics_large_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9314362Z test_reference_numerics_large_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9314842Z test_reference_numerics_large_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9315195Z test_reference_numerics_large_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9315440Z test_reference_numerics_large_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9315672Z test_reference_numerics_large_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9315904Z test_reference_numerics_large_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9316118Z test_reference_numerics_large_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9316351Z test_reference_numerics_large_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9316579Z test_reference_numerics_large_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9316809Z test_reference_numerics_large_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9317111Z test_reference_numerics_large_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9317406Z test_reference_numerics_large_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9317643Z test_reference_numerics_large_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9318018Z test_reference_numerics_large_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9318268Z test_reference_numerics_large_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9318502Z test_reference_numerics_large_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9318713Z test_reference_numerics_large_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9318942Z test_reference_numerics_large_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9319173Z test_reference_numerics_large_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9319400Z test_reference_numerics_large_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9319700Z test_reference_numerics_large_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9320001Z test_reference_numerics_large_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9320236Z test_reference_numerics_large_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9320534Z test_reference_numerics_large_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9320773Z test_reference_numerics_large_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9321001Z test_reference_numerics_large_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9321245Z test_reference_numerics_large_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9321476Z test_reference_numerics_large_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9321712Z test_reference_numerics_large_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9321994Z test_reference_numerics_large_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9322218Z test_reference_numerics_large_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9322443Z test_reference_numerics_large_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9322739Z test_reference_numerics_large_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9323034Z test_reference_numerics_large_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9323247Z test_reference_numerics_large_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9323551Z test_reference_numerics_large_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9323793Z test_reference_numerics_large_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9324025Z test_reference_numerics_large_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9324258Z test_reference_numerics_large_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9324487Z test_reference_numerics_large_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9324718Z test_reference_numerics_large_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9324945Z test_reference_numerics_large_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9325174Z test_reference_numerics_large_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9325427Z test_reference_numerics_large_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9325659Z test_reference_numerics_large_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9325962Z test_reference_numerics_large_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9326258Z test_reference_numerics_large_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9326502Z test_reference_numerics_large_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9326807Z test_reference_numerics_large_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9327058Z test_reference_numerics_large_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9327310Z test_reference_numerics_large_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9327559Z test_reference_numerics_large_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9327801Z test_reference_numerics_large_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9328023Z test_reference_numerics_large_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9328261Z test_reference_numerics_large_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9328491Z test_reference_numerics_large_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9328723Z test_reference_numerics_large_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9329027Z test_reference_numerics_large_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9329392Z test_reference_numerics_large_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9329630Z test_reference_numerics_large_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9329931Z test_reference_numerics_large_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9330164Z test_reference_numerics_large_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9330373Z test_reference_numerics_large_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9330604Z test_reference_numerics_large_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9330834Z test_reference_numerics_large_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9331064Z test_reference_numerics_large_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9331299Z test_reference_numerics_large_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9331599Z test_reference_numerics_large_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9331897Z test_reference_numerics_large_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9332172Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9332431Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9332732Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9332974Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9333234Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9333486Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9333762Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9334080Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9334353Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9334611Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9334928Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9335179Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9335411Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9335663Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9335935Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9336255Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9336540Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9336849Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9337102Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9337546Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9337980Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9338417Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9338854Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9339413Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9339810Z test_reference_numerics_large_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9340128Z test_reference_numerics_large_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9340368Z test_reference_numerics_large_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9340610Z test_reference_numerics_large_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9340847Z test_reference_numerics_large_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9341087Z test_reference_numerics_large_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9341397Z test_reference_numerics_large_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9341613Z test_reference_numerics_large_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9341912Z test_reference_numerics_large_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9342216Z test_reference_numerics_large_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9342453Z test_reference_numerics_large_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9342695Z test_reference_numerics_large_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9342929Z test_reference_numerics_large_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9343170Z test_reference_numerics_large_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9343408Z test_reference_numerics_large_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9343639Z test_reference_numerics_large_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9343866Z test_reference_numerics_large_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9344074Z test_reference_numerics_large_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9344299Z test_reference_numerics_large_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9344518Z test_reference_numerics_large_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9344814Z test_reference_numerics_large_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9345118Z test_reference_numerics_large_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9345447Z test_reference_numerics_large_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9345706Z test_reference_numerics_large_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9345961Z test_reference_numerics_large_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9346211Z test_reference_numerics_large_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9346440Z test_reference_numerics_large_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9346690Z test_reference_numerics_large_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9346942Z test_reference_numerics_large_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9347216Z test_reference_numerics_large_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9347487Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9347749Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9348001Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9348253Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9348502Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9348804Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9349048Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9349296Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9349553Z test_reference_numerics_large_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9349811Z test_reference_numerics_large_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9350063Z test_reference_numerics_large_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9350343Z test_reference_numerics_large_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9350885Z test_reference_numerics_large_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9351191Z test_reference_numerics_large_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9351467Z test_reference_numerics_large_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9351648Z test_reference_numerics_large_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9351900Z test_reference_numerics_large_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9352152Z test_reference_numerics_large_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9352399Z test_reference_numerics_large_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9352652Z test_reference_numerics_large_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9352900Z test_reference_numerics_large_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9353242Z test_reference_numerics_large_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9353561Z test_reference_numerics_large_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9353878Z test_reference_numerics_large_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9354133Z test_reference_numerics_large_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9354363Z test_reference_numerics_large_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9354620Z test_reference_numerics_large_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9354874Z test_reference_numerics_large_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9355127Z test_reference_numerics_large_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9355375Z test_reference_numerics_large_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9355618Z test_reference_numerics_large_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9355859Z test_reference_numerics_large_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9356117Z test_reference_numerics_large_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9356440Z test_reference_numerics_large_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9356685Z test_reference_numerics_large_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9356934Z test_reference_numerics_large_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9357189Z test_reference_numerics_large_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9357514Z test_reference_numerics_large_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9357779Z test_reference_numerics_large_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9358098Z test_reference_numerics_large_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.005s) 2022-12-01T10:55:51.9358316Z test_reference_numerics_large_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9358644Z test_reference_numerics_large_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9358809Z test_reference_numerics_large_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9359061Z test_reference_numerics_large_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9359300Z test_reference_numerics_large_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9359555Z test_reference_numerics_large_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9359878Z test_reference_numerics_large_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9360198Z test_reference_numerics_large_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9360519Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9360783Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9361045Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9361306Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9361556Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9361810Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9362051Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9362298Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9362545Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9362865Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9363189Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9363497Z test_reference_numerics_large_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9363767Z test_reference_numerics_large_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9364023Z test_reference_numerics_large_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9364270Z test_reference_numerics_large_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9364504Z test_reference_numerics_large_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9364762Z test_reference_numerics_large_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9365018Z test_reference_numerics_large_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9365342Z test_reference_numerics_large_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9365659Z test_reference_numerics_large_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9365986Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9366249Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9366499Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9366748Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9366999Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9367264Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9367553Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9367876Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9368193Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9368472Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9368751Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9369035Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9369318Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9369590Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9369861Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9370129Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9370380Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9370686Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9371017Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9371282Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9371536Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9371784Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9372042Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9372298Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9372555Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9372873Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9373179Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9373498Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9373757Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9374010Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9374261Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9374513Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9374819Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9375066Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9375376Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9375695Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9375997Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9376255Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9376510Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9376753Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9377004Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9377262Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9377513Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9377870Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9378197Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9378441Z test_reference_numerics_large_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9378665Z test_reference_numerics_large_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9378914Z test_reference_numerics_large_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9379158Z test_reference_numerics_large_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9379398Z test_reference_numerics_large_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9379640Z test_reference_numerics_large_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9379868Z test_reference_numerics_large_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9380108Z test_reference_numerics_large_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9380334Z test_reference_numerics_large_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9380558Z test_reference_numerics_large_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9380842Z test_reference_numerics_large_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9381150Z test_reference_numerics_large_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9381413Z test_reference_numerics_large_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9381713Z test_reference_numerics_large_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9382001Z test_reference_numerics_large_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9382227Z test_reference_numerics_large_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9382451Z test_reference_numerics_large_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9382682Z test_reference_numerics_large_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9382917Z test_reference_numerics_large_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9383148Z test_reference_numerics_large_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9383433Z test_reference_numerics_large_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9383737Z test_reference_numerics_large_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9383961Z test_reference_numerics_large_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9384258Z test_reference_numerics_large_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9384493Z test_reference_numerics_large_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9384724Z test_reference_numerics_large_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9384955Z test_reference_numerics_large_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9385232Z test_reference_numerics_large_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9385478Z test_reference_numerics_large_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9385690Z test_reference_numerics_large_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9385920Z test_reference_numerics_large_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9395663Z test_reference_numerics_large_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9395965Z test_reference_numerics_large_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9396286Z test_reference_numerics_large_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9396602Z test_reference_numerics_large_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9396880Z test_reference_numerics_large_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9397176Z test_reference_numerics_large_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9397444Z test_reference_numerics_large_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9397705Z test_reference_numerics_large_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-12-01T10:55:51.9397958Z test_reference_numerics_large_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9398207Z test_reference_numerics_large_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9398459Z test_reference_numerics_large_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9398706Z test_reference_numerics_large_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9399094Z test_reference_numerics_large_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9399335Z test_reference_numerics_large_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9399625Z test_reference_numerics_large_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9399943Z test_reference_numerics_large_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9400187Z test_reference_numerics_large_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9400430Z test_reference_numerics_large_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9400672Z test_reference_numerics_large_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9400912Z test_reference_numerics_large_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9401149Z test_reference_numerics_large_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9401385Z test_reference_numerics_large_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9401618Z test_reference_numerics_large_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9401924Z test_reference_numerics_large_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9402205Z test_reference_numerics_large_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9402540Z test_reference_numerics_large_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9402814Z test_reference_numerics_large_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9403069Z test_reference_numerics_large_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9403316Z test_reference_numerics_large_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9403568Z test_reference_numerics_large_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9403816Z test_reference_numerics_large_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9404059Z test_reference_numerics_large_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9404311Z test_reference_numerics_large_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9404546Z test_reference_numerics_large_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9404814Z test_reference_numerics_large_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9405072Z test_reference_numerics_large_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9405335Z test_reference_numerics_large_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9405575Z test_reference_numerics_large_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9405879Z test_reference_numerics_large_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9406132Z test_reference_numerics_large_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9406397Z test_reference_numerics_large_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.005s) 2022-12-01T10:55:51.9406700Z test_reference_numerics_large_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9406910Z test_reference_numerics_large_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9407148Z test_reference_numerics_large_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9407381Z test_reference_numerics_large_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9407616Z test_reference_numerics_large_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9407849Z test_reference_numerics_large_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9408086Z test_reference_numerics_large_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9408391Z test_reference_numerics_large_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9408695Z test_reference_numerics_large_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9408936Z test_reference_numerics_large_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9409241Z test_reference_numerics_large_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9409460Z test_reference_numerics_large_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9409696Z test_reference_numerics_large_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9409983Z test_reference_numerics_large_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9410226Z test_reference_numerics_large_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9410464Z test_reference_numerics_large_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9410699Z test_reference_numerics_large_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9410931Z test_reference_numerics_large_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9411164Z test_reference_numerics_large_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9411361Z test_reference_numerics_large_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9411660Z test_reference_numerics_large_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9411968Z test_reference_numerics_large_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9412220Z test_reference_numerics_large_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9412524Z test_reference_numerics_large_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9412792Z test_reference_numerics_large_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9413057Z test_reference_numerics_large_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9413325Z test_reference_numerics_large_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9413568Z test_reference_numerics_large_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9413806Z test_reference_numerics_large_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9414064Z test_reference_numerics_large_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9414300Z test_reference_numerics_large_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9414538Z test_reference_numerics_large_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9414777Z test_reference_numerics_large_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9415084Z test_reference_numerics_large_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9415392Z test_reference_numerics_large_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9415627Z test_reference_numerics_large_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9415934Z test_reference_numerics_large_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9416174Z test_reference_numerics_large_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9416385Z test_reference_numerics_large_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9416621Z test_reference_numerics_large_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9416855Z test_reference_numerics_large_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9417089Z test_reference_numerics_large_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9417318Z test_reference_numerics_large_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9417667Z test_reference_numerics_large_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9417981Z test_reference_numerics_large_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9418229Z test_reference_numerics_large_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9418538Z test_reference_numerics_large_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9418781Z test_reference_numerics_large_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9418989Z test_reference_numerics_large_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9419219Z test_reference_numerics_large_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9419462Z test_reference_numerics_large_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9419703Z test_reference_numerics_large_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9419940Z test_reference_numerics_large_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9420245Z test_reference_numerics_large_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9420549Z test_reference_numerics_large_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9420786Z test_reference_numerics_large_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9421084Z test_reference_numerics_large_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9421326Z test_reference_numerics_large_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9421621Z test_reference_numerics_large_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9421860Z test_reference_numerics_large_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9422097Z test_reference_numerics_large_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9422333Z test_reference_numerics_large_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9422568Z test_reference_numerics_large_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9422799Z test_reference_numerics_large_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9423029Z test_reference_numerics_large_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9423257Z test_reference_numerics_large_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9423531Z test_reference_numerics_large_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9423838Z test_reference_numerics_large_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9424076Z test_reference_numerics_large_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9424375Z test_reference_numerics_large_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9424619Z test_reference_numerics_large_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9424901Z test_reference_numerics_large_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9425149Z test_reference_numerics_large_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9425390Z test_reference_numerics_large_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9425626Z test_reference_numerics_large_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9425834Z test_reference_numerics_large_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9426066Z test_reference_numerics_large_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9426297Z test_reference_numerics_large_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9426598Z test_reference_numerics_large_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9426900Z test_reference_numerics_large_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9427141Z test_reference_numerics_large_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9427441Z test_reference_numerics_large_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9427703Z test_reference_numerics_large_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9427948Z test_reference_numerics_large_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9428180Z test_reference_numerics_large_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9428389Z test_reference_numerics_large_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9428627Z test_reference_numerics_large_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9428862Z test_reference_numerics_large_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9429167Z test_reference_numerics_large_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9429396Z test_reference_numerics_large_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9429628Z test_reference_numerics_large_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9429930Z test_reference_numerics_large_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9430225Z test_reference_numerics_large_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9430766Z test_reference_numerics_large_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9431104Z test_reference_numerics_large_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9431389Z test_reference_numerics_large_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9431659Z test_reference_numerics_large_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9431919Z test_reference_numerics_large_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9432173Z test_reference_numerics_large_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9432436Z test_reference_numerics_large_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9432689Z test_reference_numerics_large_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9433084Z test_reference_numerics_large_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9433357Z test_reference_numerics_large_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9433613Z test_reference_numerics_large_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9433842Z test_reference_numerics_large_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9434094Z test_reference_numerics_large_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9434335Z test_reference_numerics_large_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9434653Z test_reference_numerics_large_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9434969Z test_reference_numerics_large_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9435287Z test_reference_numerics_large_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9435537Z test_reference_numerics_large_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9435785Z test_reference_numerics_large_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9436032Z test_reference_numerics_large_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9436279Z test_reference_numerics_large_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9436500Z test_reference_numerics_large_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9436881Z test_reference_numerics_large_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9437198Z test_reference_numerics_large_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9437511Z test_reference_numerics_large_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9437758Z test_reference_numerics_large_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9438011Z test_reference_numerics_large_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9438263Z test_reference_numerics_large_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9438512Z test_reference_numerics_large_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9438760Z test_reference_numerics_large_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9439073Z test_reference_numerics_large_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9439368Z test_reference_numerics_large_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9439683Z test_reference_numerics_large_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9439933Z test_reference_numerics_large_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9440224Z test_reference_numerics_large_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9440482Z test_reference_numerics_large_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9440725Z test_reference_numerics_large_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9440969Z test_reference_numerics_large_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9441285Z test_reference_numerics_large_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9441601Z test_reference_numerics_large_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9441874Z test_reference_numerics_large_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9442165Z test_reference_numerics_large_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9442437Z test_reference_numerics_large_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9442686Z test_reference_numerics_large_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9442937Z test_reference_numerics_large_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9443183Z test_reference_numerics_large_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9443429Z test_reference_numerics_large_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9443679Z test_reference_numerics_large_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9443996Z test_reference_numerics_large_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9444365Z test_reference_numerics_large_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9444682Z test_reference_numerics_large_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9444910Z test_reference_numerics_large_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9445162Z test_reference_numerics_large_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9445410Z test_reference_numerics_large_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9445661Z test_reference_numerics_large_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9445912Z test_reference_numerics_large_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9446226Z test_reference_numerics_large_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9446542Z test_reference_numerics_large_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9446792Z test_reference_numerics_large_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9447103Z test_reference_numerics_large_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9447371Z test_reference_numerics_large_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9447627Z test_reference_numerics_large_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9447875Z test_reference_numerics_large_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9448121Z test_reference_numerics_large_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9448357Z test_reference_numerics_large_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9448591Z test_reference_numerics_large_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9448900Z test_reference_numerics_large_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9449217Z test_reference_numerics_large_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9449529Z test_reference_numerics_large_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9449780Z test_reference_numerics_large_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9450000Z test_reference_numerics_large_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9450246Z test_reference_numerics_large_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9450484Z test_reference_numerics_large_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9450718Z test_reference_numerics_large_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9450991Z test_reference_numerics_large_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Incorrect result! (0.001s) 2022-12-01T10:55:51.9451299Z test_reference_numerics_large_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9451663Z test_reference_numerics_large_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9451916Z test_reference_numerics_large_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9452162Z test_reference_numerics_large_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9452379Z test_reference_numerics_large_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9452616Z test_reference_numerics_large_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9452848Z test_reference_numerics_large_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9453153Z test_reference_numerics_large_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9453466Z test_reference_numerics_large_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9453783Z test_reference_numerics_large_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9454038Z test_reference_numerics_large_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9454294Z test_reference_numerics_large_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9454545Z test_reference_numerics_large_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9454855Z test_reference_numerics_large_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9455094Z test_reference_numerics_large_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9455414Z test_reference_numerics_large_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9455737Z test_reference_numerics_large_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9456068Z test_reference_numerics_large_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9456340Z test_reference_numerics_large_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9456611Z test_reference_numerics_large_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9456881Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9457142Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9457395Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9457726Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9458058Z test_reference_numerics_large_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9458367Z test_reference_numerics_large_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9458636Z test_reference_numerics_large_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9458963Z test_reference_numerics_large_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9459227Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9459486Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9459740Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9460067Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9460403Z test_reference_numerics_large_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9460737Z test_reference_numerics_large_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9461001Z test_reference_numerics_large_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9461240Z test_reference_numerics_large_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9461509Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9461768Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9462065Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9462400Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9462730Z test_reference_numerics_large_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9463059Z test_reference_numerics_large_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9463326Z test_reference_numerics_large_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9463592Z test_reference_numerics_large_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9463860Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9464092Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9464346Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9464673Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9465000Z test_reference_numerics_large_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9465256Z test_reference_numerics_large_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9465574Z test_reference_numerics_large_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9465874Z test_reference_numerics_large_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9466124Z test_reference_numerics_large_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9466377Z test_reference_numerics_large_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9466623Z test_reference_numerics_large_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9466845Z test_reference_numerics_large_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9467093Z test_reference_numerics_large_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9467404Z test_reference_numerics_large_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9467721Z test_reference_numerics_large_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9468035Z test_reference_numerics_large_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9468288Z test_reference_numerics_large_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9468540Z test_reference_numerics_large_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9468788Z test_reference_numerics_large_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9469034Z test_reference_numerics_large_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9469324Z test_reference_numerics_large_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9469618Z test_reference_numerics_large_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9469935Z test_reference_numerics_large_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9470286Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9470876Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9471184Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9471466Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9471753Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9472040Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9472330Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9472681Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9473033Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9473352Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9473720Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9474001Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9474278Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9474553Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9474823Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9475166Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9475512Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9475853Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9476129Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9476411Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9476659Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9476992Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9477270Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9477606Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9477942Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9478272Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9478550Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9478826Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9479100Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9479357Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9479610Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9479911Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9480245Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9480505Z test_reference_numerics_large_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9480851Z test_reference_numerics_large_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9481094Z test_reference_numerics_large_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9481337Z test_reference_numerics_large_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9481568Z test_reference_numerics_large_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9481808Z test_reference_numerics_large_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9482045Z test_reference_numerics_large_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9482261Z test_reference_numerics_large_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9482496Z test_reference_numerics_large_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9482729Z test_reference_numerics_large_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9482962Z test_reference_numerics_large_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9483268Z test_reference_numerics_large_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9483567Z test_reference_numerics_large_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9483832Z test_reference_numerics_large_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9484182Z test_reference_numerics_large_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9484458Z test_reference_numerics_large_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9484731Z test_reference_numerics_large_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9484947Z test_reference_numerics_large_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9485183Z test_reference_numerics_large_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9485414Z test_reference_numerics_large_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9485652Z test_reference_numerics_large_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9485887Z test_reference_numerics_large_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9486129Z test_reference_numerics_large_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9486478Z test_reference_numerics_large_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9486785Z test_reference_numerics_large_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9487025Z test_reference_numerics_large_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9487302Z test_reference_numerics_large_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9487548Z test_reference_numerics_large_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9487789Z test_reference_numerics_large_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.441s) 2022-12-01T10:55:51.9488032Z test_reference_numerics_large_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9488319Z test_reference_numerics_large_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9488557Z test_reference_numerics_large_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9488791Z test_reference_numerics_large_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9489025Z test_reference_numerics_large_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9489255Z test_reference_numerics_large_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9489452Z test_reference_numerics_large_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9489753Z test_reference_numerics_large_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9490055Z test_reference_numerics_large_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9490295Z test_reference_numerics_large_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9490596Z test_reference_numerics_large_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9490839Z test_reference_numerics_large_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9491080Z test_reference_numerics_large_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9491311Z test_reference_numerics_large_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9491547Z test_reference_numerics_large_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9491805Z test_reference_numerics_large_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9492055Z test_reference_numerics_large_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9492287Z test_reference_numerics_large_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9492521Z test_reference_numerics_large_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9492756Z test_reference_numerics_large_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9493059Z test_reference_numerics_large_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9493363Z test_reference_numerics_large_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9493607Z test_reference_numerics_large_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9493846Z test_reference_numerics_large_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9494058Z test_reference_numerics_large_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9494294Z test_reference_numerics_large_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9494528Z test_reference_numerics_large_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9494760Z test_reference_numerics_large_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9494993Z test_reference_numerics_large_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9495296Z test_reference_numerics_large_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9495599Z test_reference_numerics_large_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:55:51.9495888Z test_reference_numerics_normal_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9496120Z test_reference_numerics_normal_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9496363Z test_reference_numerics_normal_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:55:51.9496578Z test_reference_numerics_normal_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:55:51.9496809Z test_reference_numerics_normal_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9497041Z test_reference_numerics_normal_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9497278Z test_reference_numerics_normal_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9497519Z test_reference_numerics_normal_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9497757Z test_reference_numerics_normal_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9497989Z test_reference_numerics_normal_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9498223Z test_reference_numerics_normal_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9498427Z test_reference_numerics_normal_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9498654Z test_reference_numerics_normal_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9498892Z test_reference_numerics_normal_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9499123Z test_reference_numerics_normal_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-12-01T10:55:51.9499429Z test_reference_numerics_normal_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-12-01T10:55:51.9499687Z test_reference_numerics_normal_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-12-01T10:55:51.9499922Z test_reference_numerics_normal_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-12-01T10:55:51.9500162Z test_reference_numerics_normal_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9500402Z test_reference_numerics_normal_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9500613Z test_reference_numerics_normal_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9500851Z test_reference_numerics_normal_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9501084Z test_reference_numerics_normal_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:55:51.9501320Z test_reference_numerics_normal_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:55:51.9501556Z test_reference_numerics_normal_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:55:51.9501785Z test_reference_numerics_normal_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:55:51.9502030Z test_reference_numerics_normal_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:55:51.9502259Z test_reference_numerics_normal_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-12-01T10:55:51.9502509Z test_reference_numerics_normal_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.155s) 2022-12-01T10:55:51.9502731Z test_reference_numerics_normal_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.125s) 2022-12-01T10:55:51.9502971Z test_reference_numerics_normal_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.127s) 2022-12-01T10:55:51.9503214Z test_reference_numerics_normal_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:55:51.9503503Z test_reference_numerics_normal_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:55:51.9503733Z test_reference_numerics_normal_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-12-01T10:55:51.9503971Z test_reference_numerics_normal_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9504207Z test_reference_numerics_normal_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-12-01T10:55:51.9504443Z test_reference_numerics_normal_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-12-01T10:55:51.9504648Z test_reference_numerics_normal_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9504884Z test_reference_numerics_normal_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9505120Z test_reference_numerics_normal_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-12-01T10:55:51.9505365Z test_reference_numerics_normal_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-12-01T10:55:51.9505614Z test_reference_numerics_normal_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9505854Z test_reference_numerics_normal_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9506094Z test_reference_numerics_normal_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.9506325Z test_reference_numerics_normal_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.9506560Z test_reference_numerics_normal_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.9506769Z test_reference_numerics_normal_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9507056Z test_reference_numerics_normal_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9507299Z test_reference_numerics_normal_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.9507536Z test_reference_numerics_normal_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9507775Z test_reference_numerics_normal_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9508013Z test_reference_numerics_normal_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-12-01T10:55:51.9508259Z test_reference_numerics_normal_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.159s) 2022-12-01T10:55:51.9508499Z test_reference_numerics_normal_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-12-01T10:55:51.9508730Z test_reference_numerics_normal_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.113s) 2022-12-01T10:55:51.9508942Z test_reference_numerics_normal_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:55:51.9509178Z test_reference_numerics_normal_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9509419Z test_reference_numerics_normal_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-12-01T10:55:51.9509650Z test_reference_numerics_normal_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9509879Z test_reference_numerics_normal_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9510110Z test_reference_numerics_normal_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9510342Z test_reference_numerics_normal_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9510882Z test_reference_numerics_normal_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:55:51.9511157Z test_reference_numerics_normal_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.9511362Z test_reference_numerics_normal_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-12-01T10:55:51.9511700Z test_reference_numerics_normal_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.144s) 2022-12-01T10:55:51.9511947Z test_reference_numerics_normal_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-12-01T10:55:51.9512187Z test_reference_numerics_normal_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-12-01T10:55:51.9512427Z test_reference_numerics_normal_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9512659Z test_reference_numerics_normal_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.9512888Z test_reference_numerics_normal_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-12-01T10:55:51.9513125Z test_reference_numerics_normal_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:55:51.9513335Z test_reference_numerics_normal_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.9513575Z test_reference_numerics_normal_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-12-01T10:55:51.9513804Z test_reference_numerics_normal_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.9514034Z test_reference_numerics_normal_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.9514274Z test_reference_numerics_normal_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9514507Z test_reference_numerics_normal_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-12-01T10:55:51.9514754Z test_reference_numerics_normal_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.125s) 2022-12-01T10:55:51.9515055Z test_reference_numerics_normal_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-12-01T10:55:51.9515301Z test_reference_numerics_normal_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-12-01T10:55:51.9515515Z test_reference_numerics_normal_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:55:51.9515752Z test_reference_numerics_normal_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9515988Z test_reference_numerics_normal_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9516221Z test_reference_numerics_normal_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9516456Z test_reference_numerics_normal_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:55:51.9516686Z test_reference_numerics_normal_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:55:51.9516922Z test_reference_numerics_normal_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9517152Z test_reference_numerics_normal_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9517396Z test_reference_numerics_normal_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9517601Z test_reference_numerics_normal_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-12-01T10:55:51.9517849Z test_reference_numerics_normal_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-12-01T10:55:51.9518091Z test_reference_numerics_normal_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-12-01T10:55:51.9518330Z test_reference_numerics_normal_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-12-01T10:55:51.9518568Z test_reference_numerics_normal_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-12-01T10:55:51.9518799Z test_reference_numerics_normal_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9519028Z test_reference_numerics_normal_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.9519318Z test_reference_numerics_normal_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.9519554Z test_reference_numerics_normal_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.9519762Z test_reference_numerics_normal_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-12-01T10:55:51.9519992Z test_reference_numerics_normal_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:55:51.9520223Z test_reference_numerics_normal_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:55:51.9520468Z test_reference_numerics_normal_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9520714Z test_reference_numerics_normal_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9520960Z test_reference_numerics_normal_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9521209Z test_reference_numerics_normal_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9521452Z test_reference_numerics_normal_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9521670Z test_reference_numerics_normal_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9521909Z test_reference_numerics_normal_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9522144Z test_reference_numerics_normal_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9522382Z test_reference_numerics_normal_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9522665Z test_reference_numerics_normal_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9522906Z test_reference_numerics_normal_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9523145Z test_reference_numerics_normal_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9523379Z test_reference_numerics_normal_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9523613Z test_reference_numerics_normal_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.9523815Z test_reference_numerics_normal_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9524054Z test_reference_numerics_normal_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9524286Z test_reference_numerics_normal_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9524533Z test_reference_numerics_normal_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9524776Z test_reference_numerics_normal_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9525019Z test_reference_numerics_normal_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9525255Z test_reference_numerics_normal_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.9525491Z test_reference_numerics_normal_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9525725Z test_reference_numerics_normal_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9525930Z test_reference_numerics_normal_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9526159Z test_reference_numerics_normal_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9526390Z test_reference_numerics_normal_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9526623Z test_reference_numerics_normal_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9526909Z test_reference_numerics_normal_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9527169Z test_reference_numerics_normal_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9527422Z test_reference_numerics_normal_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9527683Z test_reference_numerics_normal_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9527943Z test_reference_numerics_normal_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9528178Z test_reference_numerics_normal_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9528436Z test_reference_numerics_normal_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.9528690Z test_reference_numerics_normal_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9528944Z test_reference_numerics_normal_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9529190Z test_reference_numerics_normal_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9529438Z test_reference_numerics_normal_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9529687Z test_reference_numerics_normal_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9529932Z test_reference_numerics_normal_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9530181Z test_reference_numerics_normal_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9530436Z test_reference_numerics_normal_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9530681Z test_reference_numerics_normal_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-12-01T10:55:51.9530927Z test_reference_numerics_normal_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.119s) 2022-12-01T10:55:51.9531168Z test_reference_numerics_normal_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.121s) 2022-12-01T10:55:51.9531401Z test_reference_numerics_normal_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.121s) 2022-12-01T10:55:51.9531636Z test_reference_numerics_normal_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:55:51.9531871Z test_reference_numerics_normal_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9532106Z test_reference_numerics_normal_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.9532338Z test_reference_numerics_normal_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9532548Z test_reference_numerics_normal_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9532780Z test_reference_numerics_normal_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9533010Z test_reference_numerics_normal_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:55:51.9533234Z test_reference_numerics_normal_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9533474Z test_reference_numerics_normal_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9533703Z test_reference_numerics_normal_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-12-01T10:55:51.9533950Z test_reference_numerics_normal_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.119s) 2022-12-01T10:55:51.9534195Z test_reference_numerics_normal_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-12-01T10:55:51.9534405Z test_reference_numerics_normal_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-12-01T10:55:51.9534697Z test_reference_numerics_normal_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.9534934Z test_reference_numerics_normal_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9535171Z test_reference_numerics_normal_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.9535406Z test_reference_numerics_normal_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9535638Z test_reference_numerics_normal_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9535869Z test_reference_numerics_normal_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9536104Z test_reference_numerics_normal_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9536334Z test_reference_numerics_normal_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9536559Z test_reference_numerics_normal_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9536797Z test_reference_numerics_normal_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-12-01T10:55:51.9537043Z test_reference_numerics_normal_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9537284Z test_reference_numerics_normal_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9537514Z test_reference_numerics_normal_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9537755Z test_reference_numerics_normal_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9538028Z test_reference_numerics_normal_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9538262Z test_reference_numerics_normal_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9538504Z test_reference_numerics_normal_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9538718Z test_reference_numerics_normal_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.9538955Z test_reference_numerics_normal_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-12-01T10:55:51.9539198Z test_reference_numerics_normal_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.776s) 2022-12-01T10:55:51.9539437Z test_reference_numerics_normal_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.577s) 2022-12-01T10:55:51.9539670Z test_reference_numerics_normal_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.576s) 2022-12-01T10:55:51.9539913Z test_reference_numerics_normal_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9540147Z test_reference_numerics_normal_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9540378Z test_reference_numerics_normal_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9540612Z test_reference_numerics_normal_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:55:51.9540828Z test_reference_numerics_normal_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:55:51.9541066Z test_reference_numerics_normal_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-12-01T10:55:51.9541300Z test_reference_numerics_normal_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9541536Z test_reference_numerics_normal_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.9541775Z test_reference_numerics_normal_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9542007Z test_reference_numerics_normal_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9542285Z test_reference_numerics_normal_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:55:51.9542516Z test_reference_numerics_normal_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:55:51.9542720Z test_reference_numerics_normal_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-12-01T10:55:51.9542952Z test_reference_numerics_normal_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:55:51.9543177Z test_reference_numerics_normal_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:55:51.9543418Z test_reference_numerics_normal_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9543649Z test_reference_numerics_normal_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-12-01T10:55:51.9543889Z test_reference_numerics_normal_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-12-01T10:55:51.9544137Z test_reference_numerics_normal_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.9544374Z test_reference_numerics_normal_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.9544607Z test_reference_numerics_normal_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.9544812Z test_reference_numerics_normal_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9545045Z test_reference_numerics_normal_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9545276Z test_reference_numerics_normal_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.9545512Z test_reference_numerics_normal_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:55:51.9545806Z test_reference_numerics_normal_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9546060Z test_reference_numerics_normal_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-12-01T10:55:51.9546299Z test_reference_numerics_normal_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-12-01T10:55:51.9546529Z test_reference_numerics_normal_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.9546763Z test_reference_numerics_normal_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9546973Z test_reference_numerics_normal_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9547210Z test_reference_numerics_normal_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:55:51.9547443Z test_reference_numerics_normal_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9547679Z test_reference_numerics_normal_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9547922Z test_reference_numerics_normal_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9548155Z test_reference_numerics_normal_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:55:51.9548388Z test_reference_numerics_normal_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9548623Z test_reference_numerics_normal_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9548857Z test_reference_numerics_normal_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:55:51.9549063Z test_reference_numerics_normal_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9549294Z test_reference_numerics_normal_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9549529Z test_reference_numerics_normal_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9549812Z test_reference_numerics_normal_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9550040Z test_reference_numerics_normal_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9550275Z test_reference_numerics_normal_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9550829Z test_reference_numerics_normal_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:55:51.9551151Z test_reference_numerics_normal_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-12-01T10:55:51.9551370Z test_reference_numerics_normal_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-12-01T10:55:51.9551605Z test_reference_numerics_normal_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-12-01T10:55:51.9551849Z test_reference_numerics_normal_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9552091Z test_reference_numerics_normal_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9552325Z test_reference_numerics_normal_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:55:51.9552559Z test_reference_numerics_normal_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9552792Z test_reference_numerics_normal_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9553024Z test_reference_numerics_normal_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9553253Z test_reference_numerics_normal_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9553454Z test_reference_numerics_normal_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9553778Z test_reference_numerics_normal_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-12-01T10:55:51.9554029Z test_reference_numerics_normal_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-12-01T10:55:51.9554274Z test_reference_numerics_normal_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9554510Z test_reference_numerics_normal_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.9554736Z test_reference_numerics_normal_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:55:51.9554970Z test_reference_numerics_normal_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.9555210Z test_reference_numerics_normal_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-12-01T10:55:51.9555447Z test_reference_numerics_normal_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:55:51.9555656Z test_reference_numerics_normal_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.9555888Z test_reference_numerics_normal_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:55:51.9556131Z test_reference_numerics_normal_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9556363Z test_reference_numerics_normal_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9556607Z test_reference_numerics_normal_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.9556851Z test_reference_numerics_normal_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9557097Z test_reference_numerics_normal_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9557332Z test_reference_numerics_normal_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9557546Z test_reference_numerics_normal_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9557781Z test_reference_numerics_normal_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9558084Z test_reference_numerics_normal_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9558316Z test_reference_numerics_normal_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9558549Z test_reference_numerics_normal_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9558780Z test_reference_numerics_normal_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9559012Z test_reference_numerics_normal_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9559251Z test_reference_numerics_normal_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9559492Z test_reference_numerics_normal_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9559696Z test_reference_numerics_normal_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9559925Z test_reference_numerics_normal_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9560157Z test_reference_numerics_normal_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9560391Z test_reference_numerics_normal_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9560620Z test_reference_numerics_normal_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9560903Z test_reference_numerics_normal_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9561128Z test_reference_numerics_normal_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9561379Z test_reference_numerics_normal_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9561622Z test_reference_numerics_normal_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:55:51.9561837Z test_reference_numerics_normal_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9562074Z test_reference_numerics_normal_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9562309Z test_reference_numerics_normal_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9562541Z test_reference_numerics_normal_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9562772Z test_reference_numerics_normal_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9563005Z test_reference_numerics_normal_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-12-01T10:55:51.9563237Z test_reference_numerics_normal_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-12-01T10:55:51.9563471Z test_reference_numerics_normal_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-12-01T10:55:51.9563705Z test_reference_numerics_normal_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-12-01T10:55:51.9563907Z test_reference_numerics_normal_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-12-01T10:55:51.9564135Z test_reference_numerics_normal_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-12-01T10:55:51.9564363Z test_reference_numerics_normal_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-12-01T10:55:51.9564587Z test_reference_numerics_normal_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-12-01T10:55:51.9564816Z test_reference_numerics_normal_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-12-01T10:55:51.9565037Z test_reference_numerics_normal_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-12-01T10:55:51.9565284Z test_reference_numerics_normal_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9565582Z test_reference_numerics_normal_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9565790Z test_reference_numerics_normal_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9566041Z test_reference_numerics_normal_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.9566282Z test_reference_numerics_normal_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9566535Z test_reference_numerics_normal_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.9566784Z test_reference_numerics_normal_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9567033Z test_reference_numerics_normal_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9567280Z test_reference_numerics_normal_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9567518Z test_reference_numerics_normal_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9567752Z test_reference_numerics_normal_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9567965Z test_reference_numerics_normal_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9568200Z test_reference_numerics_normal_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9568430Z test_reference_numerics_normal_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9568666Z test_reference_numerics_normal_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9568897Z test_reference_numerics_normal_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9569174Z test_reference_numerics_normal_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9569420Z test_reference_numerics_normal_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9569666Z test_reference_numerics_normal_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.9569913Z test_reference_numerics_normal_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9570125Z test_reference_numerics_normal_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9570364Z test_reference_numerics_normal_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9570597Z test_reference_numerics_normal_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9570826Z test_reference_numerics_normal_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9571063Z test_reference_numerics_normal_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9571302Z test_reference_numerics_normal_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9571535Z test_reference_numerics_normal_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9571765Z test_reference_numerics_normal_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9571998Z test_reference_numerics_normal_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9572216Z test_reference_numerics_normal_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.9572453Z test_reference_numerics_normal_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9572699Z test_reference_numerics_normal_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.9572944Z test_reference_numerics_normal_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9573235Z test_reference_numerics_normal_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9573470Z test_reference_numerics_normal_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9573699Z test_reference_numerics_normal_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9573936Z test_reference_numerics_normal_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9574146Z test_reference_numerics_normal_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9574377Z test_reference_numerics_normal_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9574608Z test_reference_numerics_normal_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9574839Z test_reference_numerics_normal_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9575089Z test_reference_numerics_normal_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.9575324Z test_reference_numerics_normal_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9575570Z test_reference_numerics_normal_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.9575806Z test_reference_numerics_normal_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9576052Z test_reference_numerics_normal_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9576266Z test_reference_numerics_normal_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9576505Z test_reference_numerics_normal_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9576789Z test_reference_numerics_normal_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9577038Z test_reference_numerics_normal_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9577272Z test_reference_numerics_normal_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9577518Z test_reference_numerics_normal_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.9577761Z test_reference_numerics_normal_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:55:51.9578009Z test_reference_numerics_normal_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.9578248Z test_reference_numerics_normal_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9578461Z test_reference_numerics_normal_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9578703Z test_reference_numerics_normal_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9578940Z test_reference_numerics_normal_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9579171Z test_reference_numerics_normal_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9579407Z test_reference_numerics_normal_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9579638Z test_reference_numerics_normal_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9579882Z test_reference_numerics_normal_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.9580118Z test_reference_numerics_normal_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9580364Z test_reference_numerics_normal_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.9580581Z test_reference_numerics_normal_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9580872Z test_reference_numerics_normal_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9581105Z test_reference_numerics_normal_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9581336Z test_reference_numerics_normal_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9581566Z test_reference_numerics_normal_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9581804Z test_reference_numerics_normal_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9582041Z test_reference_numerics_normal_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9582283Z test_reference_numerics_normal_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9582517Z test_reference_numerics_normal_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9582729Z test_reference_numerics_normal_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9582988Z test_reference_numerics_normal_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9583261Z test_reference_numerics_normal_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9583522Z test_reference_numerics_normal_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9583782Z test_reference_numerics_normal_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9584036Z test_reference_numerics_normal_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:55:51.9584335Z test_reference_numerics_normal_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9584601Z test_reference_numerics_normal_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-12-01T10:55:51.9584857Z test_reference_numerics_normal_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9585080Z test_reference_numerics_normal_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9585324Z test_reference_numerics_normal_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9585570Z test_reference_numerics_normal_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9585824Z test_reference_numerics_normal_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9586063Z test_reference_numerics_normal_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:55:51.9586302Z test_reference_numerics_normal_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:55:51.9586583Z test_reference_numerics_normal_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9586816Z test_reference_numerics_normal_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9587054Z test_reference_numerics_normal_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9587264Z test_reference_numerics_normal_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9587501Z test_reference_numerics_normal_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:55:51.9587738Z test_reference_numerics_normal_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9587972Z test_reference_numerics_normal_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-12-01T10:55:51.9588213Z test_reference_numerics_normal_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:55:51.9588504Z test_reference_numerics_normal_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-12-01T10:55:51.9588752Z test_reference_numerics_normal_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-12-01T10:55:51.9588996Z test_reference_numerics_normal_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-12-01T10:55:51.9589234Z test_reference_numerics_normal_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.9589438Z test_reference_numerics_normal_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9589667Z test_reference_numerics_normal_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.9589908Z test_reference_numerics_normal_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9590143Z test_reference_numerics_normal_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9590378Z test_reference_numerics_normal_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9590764Z test_reference_numerics_normal_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9591006Z test_reference_numerics_normal_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9591249Z test_reference_numerics_normal_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.9591457Z test_reference_numerics_normal_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-12-01T10:55:51.9591697Z test_reference_numerics_normal_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9591997Z test_reference_numerics_normal_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:55:51.9592241Z test_reference_numerics_normal_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.9592480Z test_reference_numerics_normal_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9592715Z test_reference_numerics_normal_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:55:51.9592947Z test_reference_numerics_normal_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.9593179Z test_reference_numerics_normal_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9593409Z test_reference_numerics_normal_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9593625Z test_reference_numerics_normal_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9593861Z test_reference_numerics_normal_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-12-01T10:55:51.9594107Z test_reference_numerics_normal_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-12-01T10:55:51.9594353Z test_reference_numerics_normal_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-12-01T10:55:51.9594587Z test_reference_numerics_normal_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9594822Z test_reference_numerics_normal_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9595057Z test_reference_numerics_normal_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9595293Z test_reference_numerics_normal_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9595525Z test_reference_numerics_normal_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.9595732Z test_reference_numerics_normal_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9595968Z test_reference_numerics_normal_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.9596263Z test_reference_numerics_normal_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.9596501Z test_reference_numerics_normal_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9596735Z test_reference_numerics_normal_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-12-01T10:55:51.9596976Z test_reference_numerics_normal_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-12-01T10:55:51.9597217Z test_reference_numerics_normal_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-12-01T10:55:51.9597449Z test_reference_numerics_normal_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-12-01T10:55:51.9597659Z test_reference_numerics_normal_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9597895Z test_reference_numerics_normal_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9598134Z test_reference_numerics_normal_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:55:51.9598369Z test_reference_numerics_normal_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9598602Z test_reference_numerics_normal_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9598829Z test_reference_numerics_normal_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:55:51.9599058Z test_reference_numerics_normal_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.9599283Z test_reference_numerics_normal_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.9599535Z test_reference_numerics_normal_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.9599801Z test_reference_numerics_normal_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9600075Z test_reference_numerics_normal_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.9600329Z test_reference_numerics_normal_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9600579Z test_reference_numerics_normal_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.9600828Z test_reference_numerics_normal_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9601074Z test_reference_numerics_normal_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9601320Z test_reference_numerics_normal_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9601566Z test_reference_numerics_normal_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9601812Z test_reference_numerics_normal_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9602034Z test_reference_numerics_normal_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9602281Z test_reference_numerics_normal_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9602519Z test_reference_numerics_normal_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9602755Z test_reference_numerics_normal_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-12-01T10:55:51.9602993Z test_reference_numerics_normal_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9603224Z test_reference_numerics_normal_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9603456Z test_reference_numerics_normal_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:55:51.9603693Z test_reference_numerics_normal_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9603982Z test_reference_numerics_normal_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9604191Z test_reference_numerics_normal_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:55:51.9604427Z test_reference_numerics_normal_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9604659Z test_reference_numerics_normal_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9604925Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-12-01T10:55:51.9605183Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:55:51.9605436Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-12-01T10:55:51.9605694Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-12-01T10:55:51.9605955Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-12-01T10:55:51.9606214Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-12-01T10:55:51.9606449Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-12-01T10:55:51.9606707Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:55:51.9606972Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.202s) 2022-12-01T10:55:51.9607271Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.150s) 2022-12-01T10:55:51.9607530Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.160s) 2022-12-01T10:55:51.9607790Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.148s) 2022-12-01T10:55:51.9608049Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.148s) 2022-12-01T10:55:51.9608308Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.150s) 2022-12-01T10:55:51.9608568Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.164s) 2022-12-01T10:55:51.9608797Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.153s) 2022-12-01T10:55:51.9609057Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.320s) 2022-12-01T10:55:51.9609313Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.241s) 2022-12-01T10:55:51.9609566Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.265s) 2022-12-01T10:55:51.9609820Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.249s) 2022-12-01T10:55:51.9610076Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.254s) 2022-12-01T10:55:51.9610333Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.250s) 2022-12-01T10:55:51.9610592Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.248s) 2022-12-01T10:55:51.9610844Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.274s) 2022-12-01T10:55:51.9611097Z test_reference_numerics_normal_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9611364Z test_reference_numerics_normal_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9611613Z test_reference_numerics_normal_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:55:51.9611859Z test_reference_numerics_normal_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9612106Z test_reference_numerics_normal_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9612347Z test_reference_numerics_normal_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9612581Z test_reference_numerics_normal_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9612809Z test_reference_numerics_normal_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9613052Z test_reference_numerics_normal_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9613289Z test_reference_numerics_normal_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9613502Z test_reference_numerics_normal_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9613747Z test_reference_numerics_normal_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:55:51.9613989Z test_reference_numerics_normal_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9614223Z test_reference_numerics_normal_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:55:51.9614459Z test_reference_numerics_normal_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9614696Z test_reference_numerics_normal_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9614988Z test_reference_numerics_normal_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9615237Z test_reference_numerics_normal_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9615442Z test_reference_numerics_normal_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9615679Z test_reference_numerics_normal_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9615912Z test_reference_numerics_normal_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9616141Z test_reference_numerics_normal_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9616404Z test_reference_numerics_normal_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9616665Z test_reference_numerics_normal_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-12-01T10:55:51.9616928Z test_reference_numerics_normal_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.9617196Z test_reference_numerics_normal_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9617453Z test_reference_numerics_normal_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9617684Z test_reference_numerics_normal_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-12-01T10:55:51.9617943Z test_reference_numerics_normal_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9618202Z test_reference_numerics_normal_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.9618475Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.9618753Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:55:51.9619077Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.9619349Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:55:51.9619620Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-12-01T10:55:51.9619889Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.121s) 2022-12-01T10:55:51.9620152Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-12-01T10:55:51.9620384Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-12-01T10:55:51.9620647Z test_reference_numerics_normal_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9620906Z test_reference_numerics_normal_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.144s) 2022-12-01T10:55:51.9621165Z test_reference_numerics_normal_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.9621419Z test_reference_numerics_normal_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-12-01T10:55:51.9621679Z test_reference_numerics_normal_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-12-01T10:55:51.9621937Z test_reference_numerics_normal_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9622199Z test_reference_numerics_normal_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:55:51.9622504Z test_reference_numerics_normal_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9622746Z test_reference_numerics_normal_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:55:51.9623001Z test_reference_numerics_normal_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9623257Z test_reference_numerics_normal_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9623511Z test_reference_numerics_normal_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.9623761Z test_reference_numerics_normal_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.9624008Z test_reference_numerics_normal_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9624265Z test_reference_numerics_normal_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9624513Z test_reference_numerics_normal_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.9624773Z test_reference_numerics_normal_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9625029Z test_reference_numerics_normal_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-12-01T10:55:51.9625259Z test_reference_numerics_normal_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9625517Z test_reference_numerics_normal_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9625771Z test_reference_numerics_normal_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9626020Z test_reference_numerics_normal_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.9626275Z test_reference_numerics_normal_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9626578Z test_reference_numerics_normal_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:55:51.9626849Z test_reference_numerics_normal_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.9627114Z test_reference_numerics_normal_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-12-01T10:55:51.9627373Z test_reference_numerics_normal_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.9627599Z test_reference_numerics_normal_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:55:51.9627859Z test_reference_numerics_normal_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9628121Z test_reference_numerics_normal_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:55:51.9628396Z test_reference_numerics_normal_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9628665Z test_reference_numerics_normal_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-12-01T10:55:51.9628924Z test_reference_numerics_normal_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:55:51.9629178Z test_reference_numerics_normal_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9629427Z test_reference_numerics_normal_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9629688Z test_reference_numerics_normal_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9629977Z test_reference_numerics_normal_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9630248Z test_reference_numerics_normal_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9630649Z test_reference_numerics_normal_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9630915Z test_reference_numerics_normal_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9631186Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:55:51.9631462Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.134s) 2022-12-01T10:55:51.9631741Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-12-01T10:55:51.9632012Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-12-01T10:55:51.9632279Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:55:51.9632536Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9632773Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:55:51.9633032Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9633284Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:55:51.9633547Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-12-01T10:55:51.9633811Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-12-01T10:55:51.9634151Z test_reference_numerics_normal_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9634416Z test_reference_numerics_normal_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.9634713Z test_reference_numerics_normal_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9634970Z test_reference_numerics_normal_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-12-01T10:55:51.9635202Z test_reference_numerics_normal_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.9635459Z test_reference_numerics_normal_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9635713Z test_reference_numerics_normal_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9635974Z test_reference_numerics_normal_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9636245Z test_reference_numerics_normal_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.9636512Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-12-01T10:55:51.9636779Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.778s) 2022-12-01T10:55:51.9637038Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.578s) 2022-12-01T10:55:51.9637290Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.578s) 2022-12-01T10:55:51.9637611Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.9637855Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.9638108Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-12-01T10:55:51.9638367Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.9638634Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9638895Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.703s) 2022-12-01T10:55:51.9639160Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.694s) 2022-12-01T10:55:51.9639421Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.691s) 2022-12-01T10:55:51.9639678Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.691s) 2022-12-01T10:55:51.9639936Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.665s) 2022-12-01T10:55:51.9640163Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.665s) 2022-12-01T10:55:51.9640413Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.668s) 2022-12-01T10:55:51.9640670Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.664s) 2022-12-01T10:55:51.9640931Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.676s) 2022-12-01T10:55:51.9641194Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.704s) 2022-12-01T10:55:51.9641505Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.696s) 2022-12-01T10:55:51.9641764Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.692s) 2022-12-01T10:55:51.9642022Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.693s) 2022-12-01T10:55:51.9642281Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.666s) 2022-12-01T10:55:51.9642534Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.668s) 2022-12-01T10:55:51.9642759Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.669s) 2022-12-01T10:55:51.9643020Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.666s) 2022-12-01T10:55:51.9643285Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.680s) 2022-12-01T10:55:51.9643549Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.705s) 2022-12-01T10:55:51.9643811Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.696s) 2022-12-01T10:55:51.9644067Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.692s) 2022-12-01T10:55:51.9644320Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.694s) 2022-12-01T10:55:51.9644579Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.669s) 2022-12-01T10:55:51.9644876Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.669s) 2022-12-01T10:55:51.9645107Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.671s) 2022-12-01T10:55:51.9645366Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.668s) 2022-12-01T10:55:51.9645626Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.683s) 2022-12-01T10:55:51.9645891Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.703s) 2022-12-01T10:55:51.9646152Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.697s) 2022-12-01T10:55:51.9646411Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.693s) 2022-12-01T10:55:51.9646676Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.708s) 2022-12-01T10:55:51.9646937Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.668s) 2022-12-01T10:55:51.9647190Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.669s) 2022-12-01T10:55:51.9647435Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.671s) 2022-12-01T10:55:51.9647665Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.667s) 2022-12-01T10:55:51.9647926Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.682s) 2022-12-01T10:55:51.9648172Z test_reference_numerics_normal_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9648421Z test_reference_numerics_normal_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.9648677Z test_reference_numerics_normal_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.9648989Z test_reference_numerics_normal_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:55:51.9649235Z test_reference_numerics_normal_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9649473Z test_reference_numerics_normal_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9649709Z test_reference_numerics_normal_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9649925Z test_reference_numerics_normal_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9650161Z test_reference_numerics_normal_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9650394Z test_reference_numerics_normal_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9650633Z test_reference_numerics_normal_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9650867Z test_reference_numerics_normal_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9651107Z test_reference_numerics_normal_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9651346Z test_reference_numerics_normal_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-12-01T10:55:51.9651591Z test_reference_numerics_normal_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9651827Z test_reference_numerics_normal_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9652033Z test_reference_numerics_normal_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9652315Z test_reference_numerics_normal_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9652562Z test_reference_numerics_normal_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9652799Z test_reference_numerics_normal_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9653036Z test_reference_numerics_normal_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9653276Z test_reference_numerics_normal_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9653513Z test_reference_numerics_normal_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.9653745Z test_reference_numerics_normal_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9653965Z test_reference_numerics_normal_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9654210Z test_reference_numerics_normal_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9654447Z test_reference_numerics_normal_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9654690Z test_reference_numerics_normal_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.9654925Z test_reference_numerics_normal_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9655158Z test_reference_numerics_normal_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9655392Z test_reference_numerics_normal_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9655624Z test_reference_numerics_normal_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9655858Z test_reference_numerics_normal_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9656067Z test_reference_numerics_normal_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9656299Z test_reference_numerics_normal_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9656607Z test_reference_numerics_normal_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9656857Z test_reference_numerics_normal_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9657117Z test_reference_numerics_normal_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-12-01T10:55:51.9657371Z test_reference_numerics_normal_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:55:51.9657622Z test_reference_numerics_normal_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9657873Z test_reference_numerics_normal_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9658127Z test_reference_numerics_normal_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9658348Z test_reference_numerics_normal_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9658589Z test_reference_numerics_normal_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9658824Z test_reference_numerics_normal_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9659071Z test_reference_numerics_normal_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9659308Z test_reference_numerics_normal_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9659549Z test_reference_numerics_normal_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9659788Z test_reference_numerics_normal_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9660061Z test_reference_numerics_normal_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9660300Z test_reference_numerics_normal_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9660514Z test_reference_numerics_normal_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9660751Z test_reference_numerics_normal_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9660987Z test_reference_numerics_normal_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9661221Z test_reference_numerics_normal_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9661452Z test_reference_numerics_normal_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9661711Z test_reference_numerics_normal_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9661970Z test_reference_numerics_normal_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9662231Z test_reference_numerics_normal_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9662480Z test_reference_numerics_normal_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9662711Z test_reference_numerics_normal_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9662964Z test_reference_numerics_normal_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-12-01T10:55:51.9663218Z test_reference_numerics_normal_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9663463Z test_reference_numerics_normal_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9663726Z test_reference_numerics_normal_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9663981Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9664307Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9664565Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.9664808Z test_reference_numerics_normal_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9665017Z test_reference_numerics_normal_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-12-01T10:55:51.9665266Z test_reference_numerics_normal_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:55:51.9665512Z test_reference_numerics_normal_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-12-01T10:55:51.9665751Z test_reference_numerics_normal_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-12-01T10:55:51.9665994Z test_reference_numerics_normal_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-12-01T10:55:51.9666227Z test_reference_numerics_normal_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9666455Z test_reference_numerics_normal_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9666691Z test_reference_numerics_normal_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9666925Z test_reference_numerics_normal_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9667134Z test_reference_numerics_normal_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9667367Z test_reference_numerics_normal_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9667653Z test_reference_numerics_normal_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9667908Z test_reference_numerics_normal_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9668144Z test_reference_numerics_normal_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9668387Z test_reference_numerics_normal_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-12-01T10:55:51.9668624Z test_reference_numerics_normal_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:55:51.9668856Z test_reference_numerics_normal_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:55:51.9669088Z test_reference_numerics_normal_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9669295Z test_reference_numerics_normal_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9669532Z test_reference_numerics_normal_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9669765Z test_reference_numerics_normal_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9670003Z test_reference_numerics_normal_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9670233Z test_reference_numerics_normal_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.9670626Z test_reference_numerics_normal_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9670865Z test_reference_numerics_normal_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9671116Z test_reference_numerics_normal_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9671329Z test_reference_numerics_normal_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:55:51.9671585Z test_reference_numerics_normal_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-12-01T10:55:51.9671835Z test_reference_numerics_normal_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-12-01T10:55:51.9672163Z test_reference_numerics_normal_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-12-01T10:55:51.9672408Z test_reference_numerics_normal_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:55:51.9672647Z test_reference_numerics_normal_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9672878Z test_reference_numerics_normal_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:55:51.9673118Z test_reference_numerics_normal_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9673355Z test_reference_numerics_normal_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:55:51.9673561Z test_reference_numerics_normal_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:55:51.9673797Z test_reference_numerics_normal_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9674042Z test_reference_numerics_normal_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9674275Z test_reference_numerics_normal_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9674507Z test_reference_numerics_normal_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9674743Z test_reference_numerics_normal_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9674977Z test_reference_numerics_normal_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9675211Z test_reference_numerics_normal_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9675501Z test_reference_numerics_normal_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9675722Z test_reference_numerics_normal_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9675957Z test_reference_numerics_normal_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-12-01T10:55:51.9676190Z test_reference_numerics_normal_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9676418Z test_reference_numerics_normal_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9676665Z test_reference_numerics_normal_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-12-01T10:55:51.9676903Z test_reference_numerics_normal_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9677144Z test_reference_numerics_normal_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9677382Z test_reference_numerics_normal_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9677615Z test_reference_numerics_normal_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9677831Z test_reference_numerics_normal_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9678062Z test_reference_numerics_normal_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9678288Z test_reference_numerics_normal_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9678522Z test_reference_numerics_normal_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9678761Z test_reference_numerics_normal_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9678997Z test_reference_numerics_normal_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9679232Z test_reference_numerics_normal_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-12-01T10:55:51.9679475Z test_reference_numerics_normal_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.125s) 2022-12-01T10:55:51.9679737Z test_reference_numerics_normal_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-12-01T10:55:51.9679966Z test_reference_numerics_normal_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-12-01T10:55:51.9680203Z test_reference_numerics_normal_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:55:51.9680442Z test_reference_numerics_normal_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9680678Z test_reference_numerics_normal_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:55:51.9680909Z test_reference_numerics_normal_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9681140Z test_reference_numerics_normal_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9681370Z test_reference_numerics_normal_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9681606Z test_reference_numerics_normal_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:55:51.9681806Z test_reference_numerics_normal_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9682045Z test_reference_numerics_normal_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9682273Z test_reference_numerics_normal_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.237s) 2022-12-01T10:55:51.9682519Z test_reference_numerics_normal_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.140s) 2022-12-01T10:55:51.9682759Z test_reference_numerics_normal_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-12-01T10:55:51.9682997Z test_reference_numerics_normal_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9683277Z test_reference_numerics_normal_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9683525Z test_reference_numerics_normal_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:55:51.9683758Z test_reference_numerics_normal_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.191s) 2022-12-01T10:55:51.9683963Z test_reference_numerics_normal_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.192s) 2022-12-01T10:55:51.9684194Z test_reference_numerics_normal_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-12-01T10:55:51.9684424Z test_reference_numerics_normal_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.193s) 2022-12-01T10:55:51.9684652Z test_reference_numerics_normal_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.182s) 2022-12-01T10:55:51.9684890Z test_reference_numerics_normal_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9685126Z test_reference_numerics_normal_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:55:51.9685380Z test_reference_numerics_normal_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.130s) 2022-12-01T10:55:51.9685619Z test_reference_numerics_normal_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-12-01T10:55:51.9685852Z test_reference_numerics_normal_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-12-01T10:55:51.9686063Z test_reference_numerics_normal_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-12-01T10:55:51.9686300Z test_reference_numerics_normal_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9686575Z test_reference_numerics_normal_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.9686808Z test_reference_numerics_normal_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9687047Z test_reference_numerics_normal_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9687333Z test_reference_numerics_normal_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9687569Z test_reference_numerics_normal_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:55:51.9687798Z test_reference_numerics_normal_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:55:51.9688026Z test_reference_numerics_normal_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.220s) 2022-12-01T10:55:51.9688284Z test_reference_numerics_normal_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.302s) 2022-12-01T10:55:51.9688542Z test_reference_numerics_normal_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.302s) 2022-12-01T10:55:51.9688794Z test_reference_numerics_normal_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.284s) 2022-12-01T10:55:51.9689047Z test_reference_numerics_normal_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.284s) 2022-12-01T10:55:51.9689297Z test_reference_numerics_normal_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.285s) 2022-12-01T10:55:51.9689548Z test_reference_numerics_normal_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.283s) 2022-12-01T10:55:51.9689800Z test_reference_numerics_normal_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.396s) 2022-12-01T10:55:51.9690057Z test_reference_numerics_normal_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9690289Z test_reference_numerics_normal_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-12-01T10:55:51.9690544Z test_reference_numerics_normal_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-12-01T10:55:51.9690835Z test_reference_numerics_normal_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-12-01T10:55:51.9691095Z test_reference_numerics_normal_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-12-01T10:55:51.9691353Z test_reference_numerics_normal_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-12-01T10:55:51.9691611Z test_reference_numerics_normal_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-12-01T10:55:51.9691858Z test_reference_numerics_normal_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.9692107Z test_reference_numerics_normal_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.9692362Z test_reference_numerics_normal_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-12-01T10:55:51.9692620Z test_reference_numerics_normal_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-12-01T10:55:51.9692845Z test_reference_numerics_normal_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9693095Z test_reference_numerics_normal_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9693339Z test_reference_numerics_normal_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-12-01T10:55:51.9693588Z test_reference_numerics_normal_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9693834Z test_reference_numerics_normal_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:55:51.9694082Z test_reference_numerics_normal_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-12-01T10:55:51.9694336Z test_reference_numerics_normal_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9694593Z test_reference_numerics_normal_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9694894Z test_reference_numerics_normal_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9695113Z test_reference_numerics_normal_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9695358Z test_reference_numerics_normal_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-12-01T10:55:51.9695605Z test_reference_numerics_normal_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9695847Z test_reference_numerics_normal_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-12-01T10:55:51.9696091Z test_reference_numerics_normal_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-12-01T10:55:51.9696350Z test_reference_numerics_normal_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:55:51.9696603Z test_reference_numerics_normal_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:55:51.9696857Z test_reference_numerics_normal_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.9697101Z test_reference_numerics_normal_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9697320Z test_reference_numerics_normal_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-12-01T10:55:51.9697570Z test_reference_numerics_normal_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.9697813Z test_reference_numerics_normal_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-12-01T10:55:51.9698065Z test_reference_numerics_normal_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:55:51.9698353Z test_reference_numerics_normal_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-12-01T10:55:51.9698615Z test_reference_numerics_normal_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9698866Z test_reference_numerics_normal_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:55:51.9699117Z test_reference_numerics_normal_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:55:51.9699371Z test_reference_numerics_normal_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:55:51.9699594Z test_reference_numerics_normal_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-12-01T10:55:51.9699840Z test_reference_numerics_normal_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:55:51.9700089Z test_reference_numerics_normal_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:55:51.9700333Z test_reference_numerics_normal_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9700583Z test_reference_numerics_normal_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-12-01T10:55:51.9700834Z test_reference_numerics_normal_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:55:51.9701088Z test_reference_numerics_normal_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:55:51.9701338Z test_reference_numerics_normal_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.9701586Z test_reference_numerics_normal_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.9701810Z test_reference_numerics_normal_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9702056Z test_reference_numerics_normal_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.9702359Z test_reference_numerics_normal_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-12-01T10:55:51.9702609Z test_reference_numerics_normal_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-12-01T10:55:51.9702857Z test_reference_numerics_normal_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.141s) 2022-12-01T10:55:51.9703104Z test_reference_numerics_normal_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-12-01T10:55:51.9703354Z test_reference_numerics_normal_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-12-01T10:55:51.9703600Z test_reference_numerics_normal_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-12-01T10:55:51.9703844Z test_reference_numerics_normal_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-12-01T10:55:51.9704065Z test_reference_numerics_normal_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-12-01T10:55:51.9704313Z test_reference_numerics_normal_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-12-01T10:55:51.9704557Z test_reference_numerics_normal_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-12-01T10:55:51.9704801Z test_reference_numerics_normal_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-12-01T10:55:51.9705041Z test_reference_numerics_normal_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.181s) 2022-12-01T10:55:51.9705289Z test_reference_numerics_normal_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-12-01T10:55:51.9705531Z test_reference_numerics_normal_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-12-01T10:55:51.9705816Z test_reference_numerics_normal_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-12-01T10:55:51.9706059Z test_reference_numerics_normal_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-12-01T10:55:51.9706269Z test_reference_numerics_normal_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-12-01T10:55:51.9706515Z test_reference_numerics_normal_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-12-01T10:55:51.9706745Z test_reference_numerics_normal_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-12-01T10:55:51.9706977Z test_reference_numerics_normal_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.141s) 2022-12-01T10:55:51.9707226Z test_reference_numerics_normal_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-12-01T10:55:51.9707472Z test_reference_numerics_normal_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-12-01T10:55:51.9707717Z test_reference_numerics_normal_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-12-01T10:55:51.9707959Z test_reference_numerics_normal_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-12-01T10:55:51.9708205Z test_reference_numerics_normal_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-12-01T10:55:51.9708420Z test_reference_numerics_normal_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-12-01T10:55:51.9708661Z test_reference_numerics_normal_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-12-01T10:55:51.9708915Z test_reference_numerics_normal_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.118s) 2022-12-01T10:55:51.9709169Z test_reference_numerics_normal_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-12-01T10:55:51.9709417Z test_reference_numerics_normal_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-12-01T10:55:51.9709666Z test_reference_numerics_normal_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-12-01T10:55:51.9709964Z test_reference_numerics_normal_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-12-01T10:55:51.9710206Z test_reference_numerics_normal_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-12-01T10:55:51.9710449Z test_reference_numerics_normal_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-12-01T10:55:51.9710813Z test_reference_numerics_normal_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:55:51.9711076Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-12-01T10:55:51.9711342Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-12-01T10:55:51.9711611Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-12-01T10:55:51.9711874Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-12-01T10:55:51.9712126Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-12-01T10:55:51.9712373Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-12-01T10:55:51.9712632Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-12-01T10:55:51.9712880Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-12-01T10:55:51.9713112Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.180s) 2022-12-01T10:55:51.9713439Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-12-01T10:55:51.9713717Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-12-01T10:55:51.9713977Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-12-01T10:55:51.9714227Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-12-01T10:55:51.9714472Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-12-01T10:55:51.9714728Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-12-01T10:55:51.9714978Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-12-01T10:55:51.9715232Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.163s) 2022-12-01T10:55:51.9715497Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-12-01T10:55:51.9715738Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-12-01T10:55:51.9715994Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:55:51.9716241Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:55:51.9716483Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-12-01T10:55:51.9716740Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:55:51.9716990Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-12-01T10:55:51.9717306Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.169s) 2022-12-01T10:55:51.9717566Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-12-01T10:55:51.9717825Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-12-01T10:55:51.9718080Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-12-01T10:55:51.9718308Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-12-01T10:55:51.9718554Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-12-01T10:55:51.9718813Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-12-01T10:55:51.9719062Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.095s) 2022-12-01T10:55:51.9719310Z test_reference_numerics_normal_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-12-01T10:55:51.9719552Z test_reference_numerics_normal_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-12-01T10:55:51.9719798Z test_reference_numerics_normal_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9720040Z test_reference_numerics_normal_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-12-01T10:55:51.9720285Z test_reference_numerics_normal_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-12-01T10:55:51.9720564Z test_reference_numerics_normal_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9720818Z test_reference_numerics_normal_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-12-01T10:55:51.9721060Z test_reference_numerics_normal_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:55:51.9721303Z test_reference_numerics_normal_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9721539Z test_reference_numerics_normal_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.9721775Z test_reference_numerics_normal_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:55:51.9722021Z test_reference_numerics_normal_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9722265Z test_reference_numerics_normal_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9722510Z test_reference_numerics_normal_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9722738Z test_reference_numerics_normal_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9722980Z test_reference_numerics_normal_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9723220Z test_reference_numerics_normal_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9723458Z test_reference_numerics_normal_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9723742Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-12-01T10:55:51.9724030Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-12-01T10:55:51.9724307Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-12-01T10:55:51.9724575Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9724902Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9725172Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9725417Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9725694Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9725977Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9726252Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.183s) 2022-12-01T10:55:51.9726533Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:55:51.9726803Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-12-01T10:55:51.9727072Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-12-01T10:55:51.9727340Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-12-01T10:55:51.9727600Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:55:51.9727905Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:55:51.9728153Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-12-01T10:55:51.9728423Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-12-01T10:55:51.9728694Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:55:51.9728962Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-12-01T10:55:51.9729222Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:55:51.9729488Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-12-01T10:55:51.9729748Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-12-01T10:55:51.9730016Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-12-01T10:55:51.9730274Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-12-01T10:55:51.9730516Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-12-01T10:55:51.9730783Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9731050Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9731311Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9731579Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9731898Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-12-01T10:55:51.9732160Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-12-01T10:55:51.9732419Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.9732653Z test_reference_numerics_normal_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9732881Z test_reference_numerics_normal_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-12-01T10:55:51.9733102Z test_reference_numerics_normal_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.9733344Z test_reference_numerics_normal_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.9733578Z test_reference_numerics_normal_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-12-01T10:55:51.9733806Z test_reference_numerics_normal_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9734038Z test_reference_numerics_normal_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9734269Z test_reference_numerics_normal_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9734496Z test_reference_numerics_normal_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9734720Z test_reference_numerics_normal_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9734946Z test_reference_numerics_normal_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9735195Z test_reference_numerics_normal_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:55:51.9735428Z test_reference_numerics_normal_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-12-01T10:55:51.9735673Z test_reference_numerics_normal_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9735904Z test_reference_numerics_normal_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9736147Z test_reference_numerics_normal_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-12-01T10:55:51.9736385Z test_reference_numerics_normal_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9736615Z test_reference_numerics_normal_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9736840Z test_reference_numerics_normal_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9737045Z test_reference_numerics_normal_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9737276Z test_reference_numerics_normal_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9737506Z test_reference_numerics_normal_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9737733Z test_reference_numerics_normal_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9737964Z test_reference_numerics_normal_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9738189Z test_reference_numerics_normal_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9738417Z test_reference_numerics_normal_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9738645Z test_reference_numerics_normal_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-12-01T10:55:51.9738877Z test_reference_numerics_normal_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.222s) 2022-12-01T10:55:51.9739091Z test_reference_numerics_normal_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-12-01T10:55:51.9739371Z test_reference_numerics_normal_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-12-01T10:55:51.9739600Z test_reference_numerics_normal_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9739830Z test_reference_numerics_normal_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-12-01T10:55:51.9740059Z test_reference_numerics_normal_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (10.723s) 2022-12-01T10:55:51.9740287Z test_reference_numerics_normal_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-12-01T10:55:51.9740513Z test_reference_numerics_normal_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.9740740Z test_reference_numerics_normal_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-12-01T10:55:51.9740962Z test_reference_numerics_normal_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-12-01T10:55:51.9741167Z test_reference_numerics_normal_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-12-01T10:55:51.9741404Z test_reference_numerics_normal_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-12-01T10:55:51.9741629Z test_reference_numerics_normal_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-12-01T10:55:51.9741870Z test_reference_numerics_normal_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-12-01T10:55:51.9742106Z test_reference_numerics_normal_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-12-01T10:55:51.9742334Z test_reference_numerics_normal_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-12-01T10:55:51.9742608Z test_reference_numerics_normal_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-12-01T10:55:51.9742846Z test_reference_numerics_normal_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-12-01T10:55:51.9743079Z test_reference_numerics_normal_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-12-01T10:55:51.9743288Z test_reference_numerics_normal_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-12-01T10:55:51.9743515Z test_reference_numerics_normal_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-12-01T10:55:51.9743741Z test_reference_numerics_normal_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-12-01T10:55:51.9743965Z test_reference_numerics_normal_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-12-01T10:55:51.9744189Z test_reference_numerics_normal_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-12-01T10:55:51.9744421Z test_reference_numerics_normal_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9744657Z test_reference_numerics_normal_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9744887Z test_reference_numerics_normal_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9745087Z test_reference_numerics_normal_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9745316Z test_reference_numerics_normal_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9745545Z test_reference_numerics_normal_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-12-01T10:55:51.9745771Z test_reference_numerics_normal_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-12-01T10:55:51.9745994Z test_reference_numerics_normal_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:55:51.9746223Z test_reference_numerics_normal_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.9746452Z test_reference_numerics_small_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9746769Z test_reference_numerics_small_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9747004Z test_reference_numerics_small_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9747218Z test_reference_numerics_small_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9747449Z test_reference_numerics_small_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9747677Z test_reference_numerics_small_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9747900Z test_reference_numerics_small_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9748128Z test_reference_numerics_small_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9748355Z test_reference_numerics_small_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9748584Z test_reference_numerics_small_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9748801Z test_reference_numerics_small_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9749024Z test_reference_numerics_small_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9749221Z test_reference_numerics_small_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9749454Z test_reference_numerics_small_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9749724Z test_reference_numerics_small_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9749961Z test_reference_numerics_small_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9750239Z test_reference_numerics_small_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9750612Z test_reference_numerics_small_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9750852Z test_reference_numerics_small_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9751083Z test_reference_numerics_small_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9751311Z test_reference_numerics_small_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9751519Z test_reference_numerics_small_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9751744Z test_reference_numerics_small_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9751972Z test_reference_numerics_small_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9752200Z test_reference_numerics_small_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9752424Z test_reference_numerics_small_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9752659Z test_reference_numerics_small_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9752930Z test_reference_numerics_small_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9753171Z test_reference_numerics_small_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9753390Z test_reference_numerics_small_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9753621Z test_reference_numerics_small_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9753852Z test_reference_numerics_small_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9754087Z test_reference_numerics_small_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9754395Z test_reference_numerics_small_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9754624Z test_reference_numerics_small_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9754851Z test_reference_numerics_small_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9755080Z test_reference_numerics_small_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9755310Z test_reference_numerics_small_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9755514Z test_reference_numerics_small_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9755785Z test_reference_numerics_small_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9756032Z test_reference_numerics_small_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9756274Z test_reference_numerics_small_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9756505Z test_reference_numerics_small_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9756763Z test_reference_numerics_small_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-12-01T10:55:51.9757020Z test_reference_numerics_small_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-12-01T10:55:51.9757248Z test_reference_numerics_small_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9757474Z test_reference_numerics_small_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9757739Z test_reference_numerics_small_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9757975Z test_reference_numerics_small_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9758214Z test_reference_numerics_small_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9758426Z test_reference_numerics_small_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9758687Z test_reference_numerics_small_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9758919Z test_reference_numerics_small_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9759149Z test_reference_numerics_small_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9759372Z test_reference_numerics_small_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9759602Z test_reference_numerics_small_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9759820Z test_reference_numerics_small_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9760053Z test_reference_numerics_small_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9760274Z test_reference_numerics_small_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9760478Z test_reference_numerics_small_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9760699Z test_reference_numerics_small_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9760921Z test_reference_numerics_small_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9761139Z test_reference_numerics_small_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9761368Z test_reference_numerics_small_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9761631Z test_reference_numerics_small_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9761921Z test_reference_numerics_small_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9762153Z test_reference_numerics_small_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9762361Z test_reference_numerics_small_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9762590Z test_reference_numerics_small_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9762818Z test_reference_numerics_small_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9763044Z test_reference_numerics_small_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9763270Z test_reference_numerics_small_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9763493Z test_reference_numerics_small_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9763721Z test_reference_numerics_small_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9763944Z test_reference_numerics_small_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9764164Z test_reference_numerics_small_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9764373Z test_reference_numerics_small_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9764637Z test_reference_numerics_small_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9764865Z test_reference_numerics_small_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-12-01T10:55:51.9765138Z test_reference_numerics_small_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9765371Z test_reference_numerics_small_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9765600Z test_reference_numerics_small_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9765828Z test_reference_numerics_small_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9766054Z test_reference_numerics_small_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9766277Z test_reference_numerics_small_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9766480Z test_reference_numerics_small_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9766701Z test_reference_numerics_small_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9766923Z test_reference_numerics_small_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9767142Z test_reference_numerics_small_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9767378Z test_reference_numerics_small_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9767641Z test_reference_numerics_small_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9767878Z test_reference_numerics_small_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9768113Z test_reference_numerics_small_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9768339Z test_reference_numerics_small_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9768552Z test_reference_numerics_small_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9768782Z test_reference_numerics_small_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9769010Z test_reference_numerics_small_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9769291Z test_reference_numerics_small_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9769514Z test_reference_numerics_small_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9769736Z test_reference_numerics_small_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9769959Z test_reference_numerics_small_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9770179Z test_reference_numerics_small_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9770455Z test_reference_numerics_small_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9770677Z test_reference_numerics_small_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9770903Z test_reference_numerics_small_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9771131Z test_reference_numerics_small_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9771368Z test_reference_numerics_small_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9771592Z test_reference_numerics_small_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9771817Z test_reference_numerics_small_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9772044Z test_reference_numerics_small_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9772269Z test_reference_numerics_small_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9772547Z test_reference_numerics_small_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9772769Z test_reference_numerics_small_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9772991Z test_reference_numerics_small_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9773213Z test_reference_numerics_small_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9773433Z test_reference_numerics_small_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9773650Z test_reference_numerics_small_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9773877Z test_reference_numerics_small_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9774141Z test_reference_numerics_small_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9774377Z test_reference_numerics_small_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9774593Z test_reference_numerics_small_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9774816Z test_reference_numerics_small_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9775041Z test_reference_numerics_small_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9775265Z test_reference_numerics_small_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9775487Z test_reference_numerics_small_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9775705Z test_reference_numerics_small_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9775927Z test_reference_numerics_small_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9776150Z test_reference_numerics_small_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9776371Z test_reference_numerics_small_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9776624Z test_reference_numerics_small_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9776871Z test_reference_numerics_small_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9777151Z test_reference_numerics_small_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9777403Z test_reference_numerics_small_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9777650Z test_reference_numerics_small_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9777895Z test_reference_numerics_small_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9778139Z test_reference_numerics_small_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9778384Z test_reference_numerics_small_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9778624Z test_reference_numerics_small_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9778847Z test_reference_numerics_small_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9779085Z test_reference_numerics_small_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9779323Z test_reference_numerics_small_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9779560Z test_reference_numerics_small_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9779858Z test_reference_numerics_small_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9780095Z test_reference_numerics_small_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9780364Z test_reference_numerics_small_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9780595Z test_reference_numerics_small_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9780822Z test_reference_numerics_small_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-12-01T10:55:51.9781036Z test_reference_numerics_small_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9781262Z test_reference_numerics_small_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9781488Z test_reference_numerics_small_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9781713Z test_reference_numerics_small_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9781932Z test_reference_numerics_small_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9782157Z test_reference_numerics_small_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9782373Z test_reference_numerics_small_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9782595Z test_reference_numerics_small_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9782808Z test_reference_numerics_small_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9783020Z test_reference_numerics_small_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9783282Z test_reference_numerics_small_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9783520Z test_reference_numerics_small_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-12-01T10:55:51.9783752Z test_reference_numerics_small_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9784027Z test_reference_numerics_small_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9784256Z test_reference_numerics_small_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9784482Z test_reference_numerics_small_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9784706Z test_reference_numerics_small_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9784929Z test_reference_numerics_small_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9785135Z test_reference_numerics_small_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9785359Z test_reference_numerics_small_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9785580Z test_reference_numerics_small_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9785800Z test_reference_numerics_small_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9786037Z test_reference_numerics_small_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9786304Z test_reference_numerics_small_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9786573Z test_reference_numerics_small_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9786801Z test_reference_numerics_small_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9787005Z test_reference_numerics_small_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9787276Z test_reference_numerics_small_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9787514Z test_reference_numerics_small_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9787747Z test_reference_numerics_small_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9787972Z test_reference_numerics_small_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9788194Z test_reference_numerics_small_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9788460Z test_reference_numerics_small_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9788694Z test_reference_numerics_small_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9788918Z test_reference_numerics_small_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9789125Z test_reference_numerics_small_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9789352Z test_reference_numerics_small_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9789578Z test_reference_numerics_small_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9789805Z test_reference_numerics_small_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9790033Z test_reference_numerics_small_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9790254Z test_reference_numerics_small_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9790614Z test_reference_numerics_small_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9790889Z test_reference_numerics_small_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9791118Z test_reference_numerics_small_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9791403Z test_reference_numerics_small_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9791630Z test_reference_numerics_small_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9791850Z test_reference_numerics_small_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9792071Z test_reference_numerics_small_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9792282Z test_reference_numerics_small_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9792499Z test_reference_numerics_small_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9792712Z test_reference_numerics_small_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9792941Z test_reference_numerics_small_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9793208Z test_reference_numerics_small_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9793424Z test_reference_numerics_small_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9793651Z test_reference_numerics_small_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9793875Z test_reference_numerics_small_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9794101Z test_reference_numerics_small_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9794323Z test_reference_numerics_small_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9794543Z test_reference_numerics_small_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9794826Z test_reference_numerics_small_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9795056Z test_reference_numerics_small_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9795329Z test_reference_numerics_small_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9795545Z test_reference_numerics_small_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9795766Z test_reference_numerics_small_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9795984Z test_reference_numerics_small_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9796211Z test_reference_numerics_small_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9796435Z test_reference_numerics_small_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9796663Z test_reference_numerics_small_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9796889Z test_reference_numerics_small_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9797118Z test_reference_numerics_small_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9797329Z test_reference_numerics_small_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9797595Z test_reference_numerics_small_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9797821Z test_reference_numerics_small_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9798052Z test_reference_numerics_small_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9798278Z test_reference_numerics_small_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9798504Z test_reference_numerics_small_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9798726Z test_reference_numerics_small_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9799003Z test_reference_numerics_small_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9799225Z test_reference_numerics_small_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9799425Z test_reference_numerics_small_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9799675Z test_reference_numerics_small_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9799936Z test_reference_numerics_small_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9800169Z test_reference_numerics_small_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:55:51.9800399Z test_reference_numerics_small_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9800633Z test_reference_numerics_small_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9800858Z test_reference_numerics_small_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9801083Z test_reference_numerics_small_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9801306Z test_reference_numerics_small_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9801511Z test_reference_numerics_small_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9801732Z test_reference_numerics_small_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9801949Z test_reference_numerics_small_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9802217Z test_reference_numerics_small_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9802440Z test_reference_numerics_small_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9802673Z test_reference_numerics_small_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9802940Z test_reference_numerics_small_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9803168Z test_reference_numerics_small_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9803393Z test_reference_numerics_small_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9803604Z test_reference_numerics_small_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9803826Z test_reference_numerics_small_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9804054Z test_reference_numerics_small_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9804276Z test_reference_numerics_small_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9804505Z test_reference_numerics_small_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9804725Z test_reference_numerics_small_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9804953Z test_reference_numerics_small_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9805213Z test_reference_numerics_small_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9805448Z test_reference_numerics_small_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9805663Z test_reference_numerics_small_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9805887Z test_reference_numerics_small_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9806170Z test_reference_numerics_small_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9806394Z test_reference_numerics_small_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9806620Z test_reference_numerics_small_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9806840Z test_reference_numerics_small_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9807059Z test_reference_numerics_small_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9807277Z test_reference_numerics_small_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9807480Z test_reference_numerics_small_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9807705Z test_reference_numerics_small_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9807935Z test_reference_numerics_small_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9808164Z test_reference_numerics_small_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9808392Z test_reference_numerics_small_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9808617Z test_reference_numerics_small_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9808840Z test_reference_numerics_small_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9809061Z test_reference_numerics_small_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9809284Z test_reference_numerics_small_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9809534Z test_reference_numerics_small_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9809763Z test_reference_numerics_small_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9809990Z test_reference_numerics_small_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9810220Z test_reference_numerics_small_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9810447Z test_reference_numerics_small_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9810675Z test_reference_numerics_small_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9810899Z test_reference_numerics_small_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9811126Z test_reference_numerics_small_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9811356Z test_reference_numerics_small_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9811562Z test_reference_numerics_small_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9811825Z test_reference_numerics_small_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9812046Z test_reference_numerics_small_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9812269Z test_reference_numerics_small_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9812489Z test_reference_numerics_small_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9812709Z test_reference_numerics_small_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9812927Z test_reference_numerics_small_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9813141Z test_reference_numerics_small_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9813346Z test_reference_numerics_small_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9813605Z test_reference_numerics_small_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9813842Z test_reference_numerics_small_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9814072Z test_reference_numerics_small_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9814295Z test_reference_numerics_small_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9814530Z test_reference_numerics_small_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9814798Z test_reference_numerics_small_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9815041Z test_reference_numerics_small_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9815279Z test_reference_numerics_small_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9815503Z test_reference_numerics_small_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9815741Z test_reference_numerics_small_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9815973Z test_reference_numerics_small_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9816198Z test_reference_numerics_small_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9816427Z test_reference_numerics_small_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9816650Z test_reference_numerics_small_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9816916Z test_reference_numerics_small_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9817152Z test_reference_numerics_small_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9817382Z test_reference_numerics_small_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9817588Z test_reference_numerics_small_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9817852Z test_reference_numerics_small_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9818087Z test_reference_numerics_small_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9818317Z test_reference_numerics_small_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9818540Z test_reference_numerics_small_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9818769Z test_reference_numerics_small_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9818996Z test_reference_numerics_small_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9819226Z test_reference_numerics_small_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9819451Z test_reference_numerics_small_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9819658Z test_reference_numerics_small_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9819882Z test_reference_numerics_small_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9820107Z test_reference_numerics_small_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9820328Z test_reference_numerics_small_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9820564Z test_reference_numerics_small_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9820828Z test_reference_numerics_small_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9821121Z test_reference_numerics_small_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9821351Z test_reference_numerics_small_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9821576Z test_reference_numerics_small_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9821784Z test_reference_numerics_small_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9822011Z test_reference_numerics_small_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9822234Z test_reference_numerics_small_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9822457Z test_reference_numerics_small_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9822680Z test_reference_numerics_small_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9822906Z test_reference_numerics_small_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9823124Z test_reference_numerics_small_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9823363Z test_reference_numerics_small_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9823632Z test_reference_numerics_small_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9823853Z test_reference_numerics_small_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9824084Z test_reference_numerics_small_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9824370Z test_reference_numerics_small_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9824612Z test_reference_numerics_small_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9824836Z test_reference_numerics_small_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9825056Z test_reference_numerics_small_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9825283Z test_reference_numerics_small_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9825512Z test_reference_numerics_small_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9825749Z test_reference_numerics_small_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9826002Z test_reference_numerics_small_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9826240Z test_reference_numerics_small_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9826475Z test_reference_numerics_small_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9826698Z test_reference_numerics_small_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9826926Z test_reference_numerics_small_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9827149Z test_reference_numerics_small_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9827365Z test_reference_numerics_small_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9827591Z test_reference_numerics_small_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9827818Z test_reference_numerics_small_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9828037Z test_reference_numerics_small_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9828356Z test_reference_numerics_small_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9828592Z test_reference_numerics_small_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9828826Z test_reference_numerics_small_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9829055Z test_reference_numerics_small_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9829284Z test_reference_numerics_small_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9829505Z test_reference_numerics_small_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9829728Z test_reference_numerics_small_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9829938Z test_reference_numerics_small_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9830168Z test_reference_numerics_small_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9830393Z test_reference_numerics_small_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9830768Z test_reference_numerics_small_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9830999Z test_reference_numerics_small_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9831246Z test_reference_numerics_small_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9831524Z test_reference_numerics_small_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9831836Z test_reference_numerics_small_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9832101Z test_reference_numerics_small_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9832331Z test_reference_numerics_small_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9832577Z test_reference_numerics_small_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9832814Z test_reference_numerics_small_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9833056Z test_reference_numerics_small_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9833297Z test_reference_numerics_small_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9833538Z test_reference_numerics_small_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9833782Z test_reference_numerics_small_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9834022Z test_reference_numerics_small_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9834290Z test_reference_numerics_small_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9834520Z test_reference_numerics_small_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9834727Z test_reference_numerics_small_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9834948Z test_reference_numerics_small_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9835173Z test_reference_numerics_small_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9835406Z test_reference_numerics_small_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9835632Z test_reference_numerics_small_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9835922Z test_reference_numerics_small_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9836147Z test_reference_numerics_small_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9836375Z test_reference_numerics_small_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9836618Z test_reference_numerics_small_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9836852Z test_reference_numerics_small_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9837083Z test_reference_numerics_small_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9837310Z test_reference_numerics_small_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9837536Z test_reference_numerics_small_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9837764Z test_reference_numerics_small_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9837985Z test_reference_numerics_small_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9838206Z test_reference_numerics_small_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9838427Z test_reference_numerics_small_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9838631Z test_reference_numerics_small_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9838852Z test_reference_numerics_small_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9839128Z test_reference_numerics_small_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9839404Z test_reference_numerics_small_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9839636Z test_reference_numerics_small_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9839863Z test_reference_numerics_small_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9840090Z test_reference_numerics_small_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9840314Z test_reference_numerics_small_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9840537Z test_reference_numerics_small_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9840742Z test_reference_numerics_small_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9840967Z test_reference_numerics_small_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9841188Z test_reference_numerics_small_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9841419Z test_reference_numerics_small_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9841681Z test_reference_numerics_small_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9841912Z test_reference_numerics_small_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9842144Z test_reference_numerics_small_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9842371Z test_reference_numerics_small_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9842597Z test_reference_numerics_small_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9842809Z test_reference_numerics_small_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9843032Z test_reference_numerics_small_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9843309Z test_reference_numerics_small_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9843537Z test_reference_numerics_small_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9843760Z test_reference_numerics_small_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9843983Z test_reference_numerics_small_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9844213Z test_reference_numerics_small_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9844480Z test_reference_numerics_small_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9844717Z test_reference_numerics_small_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9844929Z test_reference_numerics_small_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9845159Z test_reference_numerics_small_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9845386Z test_reference_numerics_small_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9845611Z test_reference_numerics_small_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9845835Z test_reference_numerics_small_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9846054Z test_reference_numerics_small_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9846274Z test_reference_numerics_small_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9846531Z test_reference_numerics_small_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9846745Z test_reference_numerics_small_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9846966Z test_reference_numerics_small_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9847204Z test_reference_numerics_small_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9847478Z test_reference_numerics_small_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9847723Z test_reference_numerics_small_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9847963Z test_reference_numerics_small_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9848201Z test_reference_numerics_small_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9848441Z test_reference_numerics_small_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9848685Z test_reference_numerics_small_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9848903Z test_reference_numerics_small_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9849133Z test_reference_numerics_small_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9849357Z test_reference_numerics_small_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9849588Z test_reference_numerics_small_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9849812Z test_reference_numerics_small_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9850042Z test_reference_numerics_small_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9850307Z test_reference_numerics_small_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9850592Z test_reference_numerics_small_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9850821Z test_reference_numerics_small_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9851029Z test_reference_numerics_small_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9851253Z test_reference_numerics_small_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9851475Z test_reference_numerics_small_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9851699Z test_reference_numerics_small_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9851921Z test_reference_numerics_small_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9852144Z test_reference_numerics_small_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9852402Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9852654Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9852905Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9853138Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9853385Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9853633Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9853939Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9854196Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9854444Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9854690Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9854941Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9855183Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9855427Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9855659Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9855929Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9856176Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9856423Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9856674Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9856924Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9857169Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9857415Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9857664Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9857962Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9858206Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9858441Z test_reference_numerics_small_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9858709Z test_reference_numerics_small_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9858949Z test_reference_numerics_small_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9859188Z test_reference_numerics_small_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9859431Z test_reference_numerics_small_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9859673Z test_reference_numerics_small_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9859898Z test_reference_numerics_small_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9860102Z test_reference_numerics_small_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9860334Z test_reference_numerics_small_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9860554Z test_reference_numerics_small_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9860787Z test_reference_numerics_small_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9861061Z test_reference_numerics_small_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9861298Z test_reference_numerics_small_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9861530Z test_reference_numerics_small_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9861757Z test_reference_numerics_small_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9861980Z test_reference_numerics_small_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9862187Z test_reference_numerics_small_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9862407Z test_reference_numerics_small_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9862628Z test_reference_numerics_small_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9862842Z test_reference_numerics_small_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9863065Z test_reference_numerics_small_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9863287Z test_reference_numerics_small_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9863541Z test_reference_numerics_small_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9863792Z test_reference_numerics_small_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9864040Z test_reference_numerics_small_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9864271Z test_reference_numerics_small_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9864517Z test_reference_numerics_small_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9864766Z test_reference_numerics_small_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9865014Z test_reference_numerics_small_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9865311Z test_reference_numerics_small_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9865577Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9865839Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9866094Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9866342Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9866576Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9866838Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9867095Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9867348Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9867597Z test_reference_numerics_small_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9867850Z test_reference_numerics_small_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9868099Z test_reference_numerics_small_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9868393Z test_reference_numerics_small_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9868650Z test_reference_numerics_small_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9868911Z test_reference_numerics_small_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9869143Z test_reference_numerics_small_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9869394Z test_reference_numerics_small_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9869644Z test_reference_numerics_small_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9869895Z test_reference_numerics_small_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9870141Z test_reference_numerics_small_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9870396Z test_reference_numerics_small_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9870790Z test_reference_numerics_small_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9871040Z test_reference_numerics_small_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9871286Z test_reference_numerics_small_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9871508Z test_reference_numerics_small_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9871758Z test_reference_numerics_small_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9872003Z test_reference_numerics_small_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9872256Z test_reference_numerics_small_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9872500Z test_reference_numerics_small_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9872823Z test_reference_numerics_small_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9873069Z test_reference_numerics_small_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9873317Z test_reference_numerics_small_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9873560Z test_reference_numerics_small_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9873803Z test_reference_numerics_small_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9874063Z test_reference_numerics_small_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9874316Z test_reference_numerics_small_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9874566Z test_reference_numerics_small_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9874819Z test_reference_numerics_small_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9875105Z test_reference_numerics_small_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9875366Z test_reference_numerics_small_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9875629Z test_reference_numerics_small_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9875951Z test_reference_numerics_small_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9876215Z test_reference_numerics_small_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9876444Z test_reference_numerics_small_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9876703Z test_reference_numerics_small_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9876977Z test_reference_numerics_small_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9877232Z test_reference_numerics_small_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9877506Z test_reference_numerics_small_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9877767Z test_reference_numerics_small_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9878028Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9878294Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-12-01T10:55:51.9878558Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9878797Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9879051Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9879299Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9879559Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9879806Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9880104Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9880356Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9880613Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9880872Z test_reference_numerics_small_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9881129Z test_reference_numerics_small_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9881364Z test_reference_numerics_small_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9881610Z test_reference_numerics_small_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9881863Z test_reference_numerics_small_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9882112Z test_reference_numerics_small_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9882368Z test_reference_numerics_small_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9882620Z test_reference_numerics_small_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9882871Z test_reference_numerics_small_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9883213Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9883485Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9883722Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9883969Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9884218Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9884466Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9884719Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9884978Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9885226Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9885522Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9885780Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9886033Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9886261Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9886513Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9886807Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9887063Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9887372Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9887624Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9887916Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9888175Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9888423Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9888652Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9888908Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9889158Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9889411Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9889667Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9889919Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9890209Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9890508Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9890772Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9891022Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9891255Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9891500Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9891751Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9892007Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9892258Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9892544Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9892806Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9893058Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9893304Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9893534Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9893782Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9894034Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9894290Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9894601Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9894845Z test_reference_numerics_small_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9895092Z test_reference_numerics_small_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9895339Z test_reference_numerics_small_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9895583Z test_reference_numerics_small_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9895803Z test_reference_numerics_small_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9896036Z test_reference_numerics_small_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9896270Z test_reference_numerics_small_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9896506Z test_reference_numerics_small_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9896732Z test_reference_numerics_small_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9896954Z test_reference_numerics_small_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9897183Z test_reference_numerics_small_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9897413Z test_reference_numerics_small_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9897673Z test_reference_numerics_small_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9897960Z test_reference_numerics_small_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9898211Z test_reference_numerics_small_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9898438Z test_reference_numerics_small_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9898664Z test_reference_numerics_small_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9898887Z test_reference_numerics_small_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9899118Z test_reference_numerics_small_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9899349Z test_reference_numerics_small_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9899583Z test_reference_numerics_small_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9899814Z test_reference_numerics_small_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9900026Z test_reference_numerics_small_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9900293Z test_reference_numerics_small_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9900531Z test_reference_numerics_small_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9900763Z test_reference_numerics_small_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9900986Z test_reference_numerics_small_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-12-01T10:55:51.9901213Z test_reference_numerics_small_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9901443Z test_reference_numerics_small_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9901676Z test_reference_numerics_small_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9901948Z test_reference_numerics_small_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9902153Z test_reference_numerics_small_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9902375Z test_reference_numerics_small_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9902602Z test_reference_numerics_small_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9902827Z test_reference_numerics_small_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9903092Z test_reference_numerics_small_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9903374Z test_reference_numerics_small_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9903625Z test_reference_numerics_small_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9903879Z test_reference_numerics_small_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9904123Z test_reference_numerics_small_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9904346Z test_reference_numerics_small_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9904592Z test_reference_numerics_small_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9904834Z test_reference_numerics_small_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9905065Z test_reference_numerics_small_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9905330Z test_reference_numerics_small_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9905575Z test_reference_numerics_small_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9905808Z test_reference_numerics_small_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9906042Z test_reference_numerics_small_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9906272Z test_reference_numerics_small_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9906485Z test_reference_numerics_small_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9906716Z test_reference_numerics_small_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9906944Z test_reference_numerics_small_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9907178Z test_reference_numerics_small_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9907407Z test_reference_numerics_small_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9907637Z test_reference_numerics_small_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9907865Z test_reference_numerics_small_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9908114Z test_reference_numerics_small_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9908362Z test_reference_numerics_small_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9908596Z test_reference_numerics_small_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9908844Z test_reference_numerics_small_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9909091Z test_reference_numerics_small_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9909374Z test_reference_numerics_small_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9909614Z test_reference_numerics_small_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9909847Z test_reference_numerics_small_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9910101Z test_reference_numerics_small_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9910357Z test_reference_numerics_small_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9910755Z test_reference_numerics_small_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9911000Z test_reference_numerics_small_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9911236Z test_reference_numerics_small_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9911505Z test_reference_numerics_small_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9911746Z test_reference_numerics_small_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9911982Z test_reference_numerics_small_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9912209Z test_reference_numerics_small_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9912439Z test_reference_numerics_small_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9912670Z test_reference_numerics_small_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9912958Z test_reference_numerics_small_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9913178Z test_reference_numerics_small_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9913405Z test_reference_numerics_small_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9913630Z test_reference_numerics_small_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9913856Z test_reference_numerics_small_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9914080Z test_reference_numerics_small_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9914313Z test_reference_numerics_small_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9914580Z test_reference_numerics_small_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9914816Z test_reference_numerics_small_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9915051Z test_reference_numerics_small_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9915264Z test_reference_numerics_small_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9915488Z test_reference_numerics_small_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9915713Z test_reference_numerics_small_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9915937Z test_reference_numerics_small_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9916161Z test_reference_numerics_small_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9916380Z test_reference_numerics_small_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9916596Z test_reference_numerics_small_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9916818Z test_reference_numerics_small_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9917074Z test_reference_numerics_small_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9917314Z test_reference_numerics_small_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9917586Z test_reference_numerics_small_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9917828Z test_reference_numerics_small_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-12-01T10:55:51.9918065Z test_reference_numerics_small_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9918299Z test_reference_numerics_small_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9918535Z test_reference_numerics_small_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9918767Z test_reference_numerics_small_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9918988Z test_reference_numerics_small_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9919196Z test_reference_numerics_small_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9919423Z test_reference_numerics_small_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9919653Z test_reference_numerics_small_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9919882Z test_reference_numerics_small_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9920107Z test_reference_numerics_small_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9920368Z test_reference_numerics_small_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9920646Z test_reference_numerics_small_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9920876Z test_reference_numerics_small_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9921101Z test_reference_numerics_small_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9921306Z test_reference_numerics_small_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9921530Z test_reference_numerics_small_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9921751Z test_reference_numerics_small_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9921974Z test_reference_numerics_small_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9922200Z test_reference_numerics_small_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9922426Z test_reference_numerics_small_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9922662Z test_reference_numerics_small_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9922927Z test_reference_numerics_small_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9923165Z test_reference_numerics_small_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9923375Z test_reference_numerics_small_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9923596Z test_reference_numerics_small_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9923823Z test_reference_numerics_small_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9924058Z test_reference_numerics_small_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9924328Z test_reference_numerics_small_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9924553Z test_reference_numerics_small_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9924780Z test_reference_numerics_small_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9925004Z test_reference_numerics_small_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9925264Z test_reference_numerics_small_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9925481Z test_reference_numerics_small_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.9925705Z test_reference_numerics_small_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-12-01T10:55:51.9925932Z test_reference_numerics_small_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9926165Z test_reference_numerics_small_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9926389Z test_reference_numerics_small_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9926615Z test_reference_numerics_small_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9926839Z test_reference_numerics_small_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9927062Z test_reference_numerics_small_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9927260Z test_reference_numerics_small_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9927482Z test_reference_numerics_small_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9927747Z test_reference_numerics_small_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9927985Z test_reference_numerics_small_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9928252Z test_reference_numerics_small_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9928487Z test_reference_numerics_small_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-12-01T10:55:51.9928744Z test_reference_numerics_small_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:55:51.9928976Z test_reference_numerics_small_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9929205Z test_reference_numerics_small_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9929417Z test_reference_numerics_small_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9929649Z test_reference_numerics_small_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9929877Z test_reference_numerics_small_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9930104Z test_reference_numerics_small_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9930330Z test_reference_numerics_small_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9930550Z test_reference_numerics_small_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9930780Z test_reference_numerics_small_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9931046Z test_reference_numerics_small_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9931284Z test_reference_numerics_small_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-12-01T10:55:51.9931500Z test_reference_numerics_small_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9931768Z test_reference_numerics_small_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9931998Z test_reference_numerics_small_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9932227Z test_reference_numerics_small_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9932456Z test_reference_numerics_small_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9932678Z test_reference_numerics_small_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9932905Z test_reference_numerics_small_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9933131Z test_reference_numerics_small_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9933359Z test_reference_numerics_small_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9933564Z test_reference_numerics_small_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9933845Z test_reference_numerics_small_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9934096Z test_reference_numerics_small_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9934347Z test_reference_numerics_small_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9934594Z test_reference_numerics_small_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9934886Z test_reference_numerics_small_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9935172Z test_reference_numerics_small_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9935426Z test_reference_numerics_small_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9935670Z test_reference_numerics_small_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9935936Z test_reference_numerics_small_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9936186Z test_reference_numerics_small_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9936433Z test_reference_numerics_small_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9936675Z test_reference_numerics_small_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9936919Z test_reference_numerics_small_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9937159Z test_reference_numerics_small_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9937405Z test_reference_numerics_small_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9937643Z test_reference_numerics_small_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9937926Z test_reference_numerics_small_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9938155Z test_reference_numerics_small_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9938404Z test_reference_numerics_small_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9938647Z test_reference_numerics_small_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9938891Z test_reference_numerics_small_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9939190Z test_reference_numerics_small_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9939433Z test_reference_numerics_small_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9939668Z test_reference_numerics_small_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9939953Z test_reference_numerics_small_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9940204Z test_reference_numerics_small_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9940453Z test_reference_numerics_small_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9940681Z test_reference_numerics_small_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9940920Z test_reference_numerics_small_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9941159Z test_reference_numerics_small_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9941400Z test_reference_numerics_small_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9941635Z test_reference_numerics_small_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9941914Z test_reference_numerics_small_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9942161Z test_reference_numerics_small_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9942447Z test_reference_numerics_small_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9942694Z test_reference_numerics_small_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9942920Z test_reference_numerics_small_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9943152Z test_reference_numerics_small_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9943398Z test_reference_numerics_small_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9943636Z test_reference_numerics_small_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9943876Z test_reference_numerics_small_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9944149Z test_reference_numerics_small_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9944394Z test_reference_numerics_small_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9944639Z test_reference_numerics_small_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9944884Z test_reference_numerics_small_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9945105Z test_reference_numerics_small_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9945347Z test_reference_numerics_small_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9945585Z test_reference_numerics_small_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9945832Z test_reference_numerics_small_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9946073Z test_reference_numerics_small_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9946352Z test_reference_numerics_small_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9946640Z test_reference_numerics_small_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9946883Z test_reference_numerics_small_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9947123Z test_reference_numerics_small_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9947345Z test_reference_numerics_small_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9947583Z test_reference_numerics_small_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9947819Z test_reference_numerics_small_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9948061Z test_reference_numerics_small_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9948310Z test_reference_numerics_small_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9948587Z test_reference_numerics_small_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9948827Z test_reference_numerics_small_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9949069Z test_reference_numerics_small_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9949308Z test_reference_numerics_small_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9949524Z test_reference_numerics_small_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9949792Z test_reference_numerics_small_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9950029Z test_reference_numerics_small_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9950270Z test_reference_numerics_small_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9950633Z test_reference_numerics_small_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9950919Z test_reference_numerics_small_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9951159Z test_reference_numerics_small_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9951398Z test_reference_numerics_small_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9951635Z test_reference_numerics_small_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9951850Z test_reference_numerics_small_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9952079Z test_reference_numerics_small_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9952317Z test_reference_numerics_small_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9952552Z test_reference_numerics_small_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9952825Z test_reference_numerics_small_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9953063Z test_reference_numerics_small_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9953301Z test_reference_numerics_small_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9953538Z test_reference_numerics_small_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9953767Z test_reference_numerics_small_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9954042Z test_reference_numerics_small_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9954280Z test_reference_numerics_small_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9954510Z test_reference_numerics_small_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9954796Z test_reference_numerics_small_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9955048Z test_reference_numerics_small_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9955296Z test_reference_numerics_small_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9955544Z test_reference_numerics_small_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9955792Z test_reference_numerics_small_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9956035Z test_reference_numerics_small_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9956259Z test_reference_numerics_small_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9956509Z test_reference_numerics_small_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9956811Z test_reference_numerics_small_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9957075Z test_reference_numerics_small_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9957387Z test_reference_numerics_small_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9957659Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9957916Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9958166Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9958422Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9958674Z test_reference_numerics_small_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9958948Z test_reference_numerics_small_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9959213Z test_reference_numerics_small_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9959476Z test_reference_numerics_small_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9959736Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9959990Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9960240Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9960500Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9960751Z test_reference_numerics_small_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9961051Z test_reference_numerics_small_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9961356Z test_reference_numerics_small_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9961598Z test_reference_numerics_small_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9961858Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9962114Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9962361Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9962614Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9962864Z test_reference_numerics_small_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9963166Z test_reference_numerics_small_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9963425Z test_reference_numerics_small_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9963685Z test_reference_numerics_small_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9963922Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9964179Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9964427Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9964720Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9964981Z test_reference_numerics_small_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9965227Z test_reference_numerics_small_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9965505Z test_reference_numerics_small_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9965751Z test_reference_numerics_small_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9965997Z test_reference_numerics_small_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9966239Z test_reference_numerics_small_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9966463Z test_reference_numerics_small_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9966707Z test_reference_numerics_small_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9966949Z test_reference_numerics_small_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9967194Z test_reference_numerics_small_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9967435Z test_reference_numerics_small_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9967716Z test_reference_numerics_small_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9967963Z test_reference_numerics_small_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9968215Z test_reference_numerics_small_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9968459Z test_reference_numerics_small_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9968726Z test_reference_numerics_small_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9968965Z test_reference_numerics_small_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9969205Z test_reference_numerics_small_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9969444Z test_reference_numerics_small_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9969764Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9970054Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9970334Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9970607Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9970888Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9971169Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9971429Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9971710Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9972025Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9972347Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9972622Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9972897Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9973165Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9973437Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9973703Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9973971Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9974214Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9974522Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9974792Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9975064Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9975331Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9975599Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9975904Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9976173Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9976431Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9976730Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9976974Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9977238Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9977504Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9977764Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9978012Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9978271Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9978519Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9978751Z test_reference_numerics_small_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9979014Z test_reference_numerics_small_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9979287Z test_reference_numerics_small_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9979538Z test_reference_numerics_small_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9979765Z test_reference_numerics_small_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-12-01T10:55:51.9979999Z test_reference_numerics_small_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9980232Z test_reference_numerics_small_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9980463Z test_reference_numerics_small_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9980691Z test_reference_numerics_small_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9980918Z test_reference_numerics_small_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9981151Z test_reference_numerics_small_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9981362Z test_reference_numerics_small_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9981584Z test_reference_numerics_small_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9981822Z test_reference_numerics_small_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9982093Z test_reference_numerics_small_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9982332Z test_reference_numerics_small_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9982571Z test_reference_numerics_small_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-12-01T10:55:51.9982806Z test_reference_numerics_small_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9983036Z test_reference_numerics_small_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9983313Z test_reference_numerics_small_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9983523Z test_reference_numerics_small_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9983754Z test_reference_numerics_small_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9983982Z test_reference_numerics_small_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9984218Z test_reference_numerics_small_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9984442Z test_reference_numerics_small_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9984668Z test_reference_numerics_small_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9984939Z test_reference_numerics_small_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9985176Z test_reference_numerics_small_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-12-01T10:55:51.9985407Z test_reference_numerics_small_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9985622Z test_reference_numerics_small_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-12-01T10:55:51.9985848Z test_reference_numerics_small_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9986074Z test_reference_numerics_small_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9986302Z test_reference_numerics_small_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-12-01T10:55:51.9986524Z test_reference_numerics_small_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9986840Z test_reference_numerics_small_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9987071Z test_reference_numerics_small_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9987295Z test_reference_numerics_small_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9987491Z test_reference_numerics_small_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9987724Z test_reference_numerics_small_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9987994Z test_reference_numerics_small_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-12-01T10:55:51.9988228Z test_reference_numerics_small_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-12-01T10:55:51.9988456Z test_reference_numerics_small_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9988684Z test_reference_numerics_small_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-12-01T10:55:51.9988917Z test_reference_numerics_small_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9989147Z test_reference_numerics_small_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9989377Z test_reference_numerics_small_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9989582Z test_reference_numerics_small_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9989807Z test_reference_numerics_small_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9990031Z test_reference_numerics_small_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9990256Z test_reference_numerics_small_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9990616Z test_reference_numerics_small_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9990930Z test_reference_numerics_small_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9991159Z test_reference_numerics_small_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9991390Z test_reference_numerics_small_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9991622Z test_reference_numerics_small_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9991827Z test_reference_numerics_small_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9992053Z test_reference_numerics_small_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9992280Z test_reference_numerics_small_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9992511Z test_reference_numerics_small_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-12-01T10:55:51.9992738Z test_reference_numerics_small_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9992928Z test_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9993117Z test_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-12-01T10:55:51.9993305Z test_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.321s) 2022-12-01T10:55:51.9993507Z test_special_i0_i1_vs_scipy_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-12-01T10:55:51.9993728Z test_special_i0_i1_vs_scipy_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-12-01T10:55:51.9993942Z test_special_i0_i1_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.9994156Z test_special_i0_i1_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-12-01T10:55:51.9994431Z test_special_log_ndtr_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9994669Z test_special_log_ndtr_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9994888Z test_special_ndtr_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9995110Z test_special_ndtr_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-12-01T10:55:51.9995349Z test_threshold_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:55:51.9995567Z test_threshold_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:55:51.9995794Z test_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:55:51.9996025Z test_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:55:51.9996251Z test_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:55:51.9996476Z test_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:55:51.9996702Z test_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:55:51.9996925Z test_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:55:51.9997146Z test_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:55:51.9997348Z test_unary_out_op_mem_overlap_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-12-01T10:55:51.9997392Z 2022-12-01T10:55:51.9997795Z ---------------------------------------------------------------------- 2022-12-01T10:55:51.9997923Z Ran 13178 tests in 374.034s 2022-12-01T10:55:51.9997943Z 2022-12-01T10:55:51.9998088Z OK (skipped=478, expected failures=13) 2022-12-01T10:55:51.9998108Z 2022-12-01T10:55:51.9998236Z Generating XML reports... 2022-12-01T10:55:51.9998684Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCUDA-20221201104934.xml 2022-12-01T10:55:51.9998756Z 2022-12-01T10:55:51.9999296Z ##[endgroup] 2022-12-01T10:55:51.9999702Z FINISHED PRINTING LOG FILE of test_unary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_unary_ufuncs_miupf95v) 2022-12-01T10:55:51.9999722Z 2022-12-01T10:55:53.7031320Z Ignoring disabled issues: [] 2022-12-01T10:55:53.7364145Z Running test_jiterator ... [2022-12-01 10:55:53.735991] 2022-12-01T10:55:53.7367142Z Executing ['/opt/conda/bin/python', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:55:53.736309] 2022-12-01T10:56:53.1252117Z 2022-12-01T10:56:53.1253038Z Expand the folded group to see the log file of test_jiterator 2022-12-01T10:56:53.1256943Z ##[group]PRINTING LOG FILE of test_jiterator (/var/lib/jenkins/workspace/test/test-reports/test_jiterator_hjuamw46) 2022-12-01T10:56:53.1257325Z 2022-12-01T10:56:53.1257439Z Running tests... 2022-12-01T10:56:53.1258002Z ---------------------------------------------------------------------- 2022-12-01T10:56:53.1258583Z Test results will be stored in test-reports/python-unittest/test_jiterator 2022-12-01T10:56:53.1259106Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.207s) 2022-12-01T10:56:53.1260224Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.522s) 2022-12-01T10:56:53.1261243Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.439s) 2022-12-01T10:56:53.1265341Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.328s) 2022-12-01T10:56:53.1266606Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-12-01T10:56:53.1267520Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.332s) 2022-12-01T10:56:53.1268656Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.455s) 2022-12-01T10:56:53.1269711Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1270916Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1271648Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1272220Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1272791Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1273898Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.475s) 2022-12-01T10:56:53.1274626Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-12-01T10:56:53.1275855Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1276791Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1278003Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1278767Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1279366Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1280138Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1281229Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1282289Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1283423Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1284680Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1285312Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.340s) 2022-12-01T10:56:53.1285883Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-12-01T10:56:53.1286543Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1287127Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1287697Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1288260Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1288814Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1289361Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1289952Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1290541Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1291109Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1291657Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1292221Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.179s) 2022-12-01T10:56:53.1292777Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1293332Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1293940Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.345s) 2022-12-01T10:56:53.1294493Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1295047Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1295598Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1296128Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1296684Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1297258Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1297829Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1298393Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1298931Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.176s) 2022-12-01T10:56:53.1299534Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1300111Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1300655Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1301180Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1301732Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1302287Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1302845Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1303396Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1303963Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1304526Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1305085Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1305613Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.172s) 2022-12-01T10:56:53.1306168Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1306785Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1307333Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1307976Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1308526Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1309083Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1309624Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1310188Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1311188Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1311745Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1312281Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1312912Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.178s) 2022-12-01T10:56:53.1313518Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.327s) 2022-12-01T10:56:53.1314100Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.334s) 2022-12-01T10:56:53.1314661Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.338s) 2022-12-01T10:56:53.1315240Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1315824Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1316419Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1317024Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1317599Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1318186Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1318771Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1319352Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1319919Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.178s) 2022-12-01T10:56:53.1320588Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1321170Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1321749Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1322316Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1322914Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1323511Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1324123Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1324675Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1325258Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1325844Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1326479Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1327079Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.184s) 2022-12-01T10:56:53.1327639Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1328222Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1328805Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1329397Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1329979Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1330576Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1331163Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1331765Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1332310Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1332889Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1333470Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1334114Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.181s) 2022-12-01T10:56:53.1334677Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1335267Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1335866Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1336465Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1337042Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1337635Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1338227Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1338810Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1339394Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1340036Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1340634Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1341221Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.180s) 2022-12-01T10:56:53.1341822Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (1.317s) 2022-12-01T10:56:53.1342413Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (3.366s) 2022-12-01T10:56:53.1343027Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (3.234s) 2022-12-01T10:56:53.1343640Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (3.974s) 2022-12-01T10:56:53.1344251Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1344839Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (3.990s) 2022-12-01T10:56:53.1345447Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (3.074s) 2022-12-01T10:56:53.1346051Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1346656Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1347264Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1347912Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1348516Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1349138Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (1.668s) 2022-12-01T10:56:53.1349758Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1350366Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1351362Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1351940Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1352506Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1353058Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1353624Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1354298Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1354880Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1355435Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1356015Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1356601Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (1.624s) 2022-12-01T10:56:53.1357184Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1357760Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1358304Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1358880Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1359448Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1360008Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1360564Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1361209Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1361780Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1362350Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1362908Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1363476Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (1.309s) 2022-12-01T10:56:53.1364041Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1364608Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1365172Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (2.559s) 2022-12-01T10:56:53.1365711Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-12-01T10:56:53.1366268Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1366884Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1367456Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1368006Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1368579Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1369155Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1369726Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1370270Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_float32 (__main__.TestPythonJiteratorCUDA) ... ok (1.312s) 2022-12-01T10:56:53.1370837Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1371393Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1371949Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1372497Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1373039Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1373648Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1374457Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1375395Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1376356Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1377413Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1378462Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1379520Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (1.310s) 2022-12-01T10:56:53.1380543Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1381575Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1382606Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1383711Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1384811Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1385868Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1386895Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1387803Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1388686Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1389557Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1390613Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1391820Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (1.306s) 2022-12-01T10:56:53.1392771Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (3.994s) 2022-12-01T10:56:53.1408768Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (4.009s) 2022-12-01T10:56:53.1409333Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (2.577s) 2022-12-01T10:56:53.1409903Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1410626Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1411213Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1411795Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1412374Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1412929Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1413509Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1414079Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1414640Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int32 (__main__.TestPythonJiteratorCUDA) ... ok (1.308s) 2022-12-01T10:56:53.1415163Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1415716Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1416352Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1416944Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1417498Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1418088Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1418664Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1419231Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1419801Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1420347Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1420901Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1421446Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (1.312s) 2022-12-01T10:56:53.1422001Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1422544Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1423109Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1423756Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1424337Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1424883Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1425456Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1426020Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1426597Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1427159Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1427693Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1428259Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int8 (__main__.TestPythonJiteratorCUDA) ... ok (1.319s) 2022-12-01T10:56:53.1428821Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1429448Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1430024Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1431003Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1431606Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1432188Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1432738Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1433313Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1433881Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1434432Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1434966Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1435536Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (1.310s) 2022-12-01T10:56:53.1436062Z test_bool_extra_args_is_train_False_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.176s) 2022-12-01T10:56:53.1436550Z test_bool_extra_args_is_train_True_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1437396Z test_extra_args_alpha_-1_beta_-4_2_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.191s) 2022-12-01T10:56:53.1438014Z test_extra_args_alpha_-1_beta_-4_2_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.183s) 2022-12-01T10:56:53.1438615Z test_extra_args_alpha_-1_beta_-4_2_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.174s) 2022-12-01T10:56:53.1439209Z test_extra_args_alpha_-1_beta_-4_2_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.173s) 2022-12-01T10:56:53.1439799Z test_extra_args_alpha_-1_beta_3_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1440370Z test_extra_args_alpha_-1_beta_3_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1440967Z test_extra_args_alpha_-1_beta_3_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1441560Z test_extra_args_alpha_-1_beta_3_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1442135Z test_extra_args_alpha_-1_beta_None_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1442725Z test_extra_args_alpha_-1_beta_None_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1443319Z test_extra_args_alpha_-1_beta_None_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1443881Z test_extra_args_alpha_-1_beta_None_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1444484Z test_extra_args_alpha_2_0_beta_-4_2_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.191s) 2022-12-01T10:56:53.1445070Z test_extra_args_alpha_2_0_beta_-4_2_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.179s) 2022-12-01T10:56:53.1445744Z test_extra_args_alpha_2_0_beta_-4_2_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.174s) 2022-12-01T10:56:53.1446371Z test_extra_args_alpha_2_0_beta_-4_2_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.178s) 2022-12-01T10:56:53.1446896Z test_extra_args_alpha_2_0_beta_3_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.192s) 2022-12-01T10:56:53.1447412Z test_extra_args_alpha_2_0_beta_3_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.179s) 2022-12-01T10:56:53.1447920Z test_extra_args_alpha_2_0_beta_3_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.177s) 2022-12-01T10:56:53.1448407Z test_extra_args_alpha_2_0_beta_3_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.177s) 2022-12-01T10:56:53.1448931Z test_extra_args_alpha_2_0_beta_None_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1449464Z test_extra_args_alpha_2_0_beta_None_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1449967Z test_extra_args_alpha_2_0_beta_None_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1450496Z test_extra_args_alpha_2_0_beta_None_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1451139Z test_extra_args_alpha_None_beta_-4_2_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1451777Z test_extra_args_alpha_None_beta_-4_2_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1452387Z test_extra_args_alpha_None_beta_-4_2_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1453018Z test_extra_args_alpha_None_beta_-4_2_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1453551Z test_extra_args_alpha_None_beta_3_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1454088Z test_extra_args_alpha_None_beta_3_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1454597Z test_extra_args_alpha_None_beta_3_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1455198Z test_extra_args_alpha_None_beta_3_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1455736Z test_extra_args_alpha_None_beta_None_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1456258Z test_extra_args_alpha_None_beta_None_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1456796Z test_extra_args_alpha_None_beta_None_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1457334Z test_extra_args_alpha_None_beta_None_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-12-01T10:56:53.1457939Z test_invalid_function_name_code_string_template T my _kernel(T x) { return x; }_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.001s) 2022-12-01T10:56:53.1458607Z test_invalid_function_name_code_string_template Tmy_kernel(T x) { return x; }_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.001s) 2022-12-01T10:56:53.1459157Z test_multiple_functors_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.175s) 2022-12-01T10:56:53.1459663Z test_various_num_inputs_num_inputs_1_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.174s) 2022-12-01T10:56:53.1460176Z test_various_num_inputs_num_inputs_5_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.182s) 2022-12-01T10:56:53.1460671Z test_various_num_inputs_num_inputs_8_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.191s) 2022-12-01T10:56:53.1461199Z test_various_num_outputs_num_outputs_1_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.167s) 2022-12-01T10:56:53.1461721Z test_various_num_outputs_num_outputs_4_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.179s) 2022-12-01T10:56:53.1462246Z test_various_num_outputs_num_outputs_8_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.198s) 2022-12-01T10:56:53.1462516Z 2022-12-01T10:56:53.1462879Z ---------------------------------------------------------------------- 2022-12-01T10:56:53.1463259Z Ran 289 tests in 55.852s 2022-12-01T10:56:53.1463448Z 2022-12-01T10:56:53.1463555Z OK 2022-12-01T10:56:53.1463701Z 2022-12-01T10:56:53.1463813Z Generating XML reports... 2022-12-01T10:56:53.1464443Z Generated XML report: test-reports/python-unittest/test_jiterator/TEST-TestPythonJiteratorCUDA-20221201105556.xml 2022-12-01T10:56:53.1464811Z 2022-12-01T10:56:53.1465453Z ##[endgroup] 2022-12-01T10:56:53.1465992Z FINISHED PRINTING LOG FILE of test_jiterator (/var/lib/jenkins/workspace/test/test-reports/test_jiterator_hjuamw46) 2022-12-01T10:56:53.1466324Z 2022-12-01T10:56:55.2202494Z Ignoring disabled issues: [] 2022-12-01T10:56:55.2535553Z Running test_functional_autograd_benchmark ... [2022-12-01 10:56:55.253069] 2022-12-01T10:56:55.2537629Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:56:55.253389] 2022-12-01T10:57:27.5509281Z 2022-12-01T10:57:27.5510775Z Expand the folded group to see the log file of test_functional_autograd_benchmark 2022-12-01T10:57:27.5537022Z ##[group]PRINTING LOG FILE of test_functional_autograd_benchmark (/var/lib/jenkins/workspace/test/test-reports/test_functional_autograd_benchmark_mcj8g03e) 2022-12-01T10:57:27.5537433Z 2022-12-01T10:57:27.5538493Z Running tests... 2022-12-01T10:57:27.5541262Z ---------------------------------------------------------------------- 2022-12-01T10:57:27.5542169Z Test results will be stored in test-reports/python-unittest/test_functional_autograd_benchmark 2022-12-01T10:57:27.5542709Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:57:27.5543173Z Results for model resnet18 on task vjp: nans (var: nan) 2022-12-01T10:57:27.5544857Z Results for model resnet18 on task vjp using Functorch: nans (var: nan) 2022-12-01T10:57:27.5545528Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:57:27.5546343Z Results for model ppl_simple_reg on task vjp: nans (var: nan) 2022-12-01T10:57:27.5547118Z Results for model ppl_simple_reg on task vjp using Functorch: nans (var: nan) 2022-12-01T10:57:27.5548214Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:57:27.5548929Z Results for model ppl_robust_reg on task vjp: nans (var: nan) 2022-12-01T10:57:27.5549360Z Results for model ppl_robust_reg on task vjp using Functorch: nans (var: nan) 2022-12-01T10:57:27.5549711Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:57:27.5550061Z Results for model wav2letter on task vjp: nans (var: nan) 2022-12-01T10:57:27.5550389Z Results for model wav2letter on task vjp using Functorch: nans (var: nan) 2022-12-01T10:57:27.5551339Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:57:27.5551721Z Results for model transformer on task vjp: nans (var: nan) 2022-12-01T10:57:27.5552710Z Results for model transformer on task vjp using Functorch: nans (var: nan) 2022-12-01T10:57:27.5553300Z Found functorch: 1.13.0a0+gitc13d400 2022-12-01T10:57:27.5553607Z Results for model multiheadattn on task vjp: nans (var: nan) 2022-12-01T10:57:27.5554077Z Results for model multiheadattn on task vjp using Functorch: nans (var: nan) 2022-12-01T10:57:27.5554428Z ok (30.476s) 2022-12-01T10:57:27.5555672Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77260 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:57:27.5556420Z 2022-12-01T10:57:27.5556600Z ---------------------------------------------------------------------- 2022-12-01T10:57:27.5556967Z Ran 2 tests in 30.477s 2022-12-01T10:57:27.5557141Z 2022-12-01T10:57:27.5557266Z OK (skipped=1) 2022-12-01T10:57:27.5557417Z 2022-12-01T10:57:27.5557559Z Generating XML reports... 2022-12-01T10:57:27.5558408Z Generated XML report: test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20221201105656.xml 2022-12-01T10:57:27.5558760Z 2022-12-01T10:57:27.5559164Z ##[endgroup] 2022-12-01T10:57:27.5559811Z FINISHED PRINTING LOG FILE of test_functional_autograd_benchmark (/var/lib/jenkins/workspace/test/test-reports/test_functional_autograd_benchmark_mcj8g03e) 2022-12-01T10:57:27.5560173Z 2022-12-01T10:57:29.6290361Z Ignoring disabled issues: [] 2022-12-01T10:57:29.6624397Z Running test_tensorboard ... [2022-12-01 10:57:29.662013] 2022-12-01T10:57:29.6627019Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:57:29.662349] 2022-12-01T10:57:33.7148254Z 2022-12-01T10:57:33.7148895Z Expand the folded group to see the log file of test_tensorboard 2022-12-01T10:57:33.7150281Z ##[group]PRINTING LOG FILE of test_tensorboard (/var/lib/jenkins/workspace/test/test-reports/test_tensorboard_t7acgy0d) 2022-12-01T10:57:33.7152553Z /opt/conda/lib/python3.10/site-packages/caffe2/__init__.py:5: UserWarning: Caffe2 support is not fully enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-12-01T10:57:33.7153519Z warnings.warn("Caffe2 support is not fully enabled in this PyTorch build. " 2022-12-01T10:57:33.7154334Z /opt/conda/lib/python3.10/site-packages/caffe2/proto/__init__.py:17: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-12-01T10:57:33.7155039Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-12-01T10:57:33.7155768Z /opt/conda/lib/python3.10/site-packages/caffe2/python/__init__.py:9: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-12-01T10:57:33.7156504Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-12-01T10:57:33.7156757Z 2022-12-01T10:57:33.7156886Z Running tests... 2022-12-01T10:57:33.7157642Z ---------------------------------------------------------------------- 2022-12-01T10:57:33.7158113Z Test results will be stored in test-reports/python-unittest/test_tensorboard 2022-12-01T10:57:33.7158666Z test_embedding (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-12-01T10:57:33.7159077Z ok (0.019s) 2022-12-01T10:57:33.7159512Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-12-01T10:57:33.7159936Z ok (0.010s) 2022-12-01T10:57:33.7160300Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-12-01T10:57:33.7160743Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-12-01T10:57:33.7161259Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-12-01T10:57:33.7161674Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-12-01T10:57:33.7162151Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-12-01T10:57:33.7162620Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.002s) 2022-12-01T10:57:33.7163087Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... ok (0.000s) 2022-12-01T10:57:33.7163551Z test_scalar (__main__.TestTensorBoardNumpy) ... ok (0.001s) 2022-12-01T10:57:33.7163936Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.000s) 2022-12-01T10:57:33.7164418Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.004s) 2022-12-01T10:57:33.7164950Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.007s) 2022-12-01T10:57:33.7165350Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (1.346s) 2022-12-01T10:57:33.7165924Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.002s) 2022-12-01T10:57:33.7166404Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.112s) 2022-12-01T10:57:33.7166870Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... ok (0.092s) 2022-12-01T10:57:33.7167313Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.024s) 2022-12-01T10:57:33.7168654Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... Encountering a dict at the output of the tracer might cause the trace to be incorrect, this is only valid if the container structure does not change based on the module's inputs. Consider using a constant container instead (e.g. for `list`, use a `tuple` instead. for `dict`, use a `NamedTuple` instead). If you absolutely need this and know the side effects, pass strict=False to trace() to allow this behavior. 2022-12-01T10:57:33.7169517Z Error occurs, No graph saved 2022-12-01T10:57:33.7169797Z ok (0.039s) 2022-12-01T10:57:33.7170261Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... skip: no torchvision (0.001s) 2022-12-01T10:57:33.7170734Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... mat1 and mat2 shapes cannot be multiplied (1x9 and 3x5) 2022-12-01T10:57:33.7171167Z Error occurs, No graph saved 2022-12-01T10:57:33.7171446Z ok (0.012s) 2022-12-01T10:57:33.7171857Z test_audio (__main__.TestTensorBoardSummary) ... warning: audio amplitude out of range, auto clipped. 2022-12-01T10:57:33.7172204Z ok (0.002s) 2022-12-01T10:57:33.7172550Z test_custom_scalars (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:57:33.7173021Z test_empty_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-12-01T10:57:33.7173426Z test_float32_image (__main__.TestTensorBoardSummary) 2022-12-01T10:57:33.7173794Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... ok (0.001s) 2022-12-01T10:57:33.7174236Z test_histogram_auto (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:57:33.7174718Z test_histogram_doane (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:57:33.7175158Z test_histogram_fd (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:57:33.7175587Z test_hparams_bool (__main__.TestTensorBoardSummary) ... ok (0.003s) 2022-12-01T10:57:33.7176023Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:57:33.7176453Z test_hparams_number (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:57:33.7176884Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:57:33.7177354Z test_hparams_string (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:57:33.7177825Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... parameter: hparam_dict should be a dictionary, nothing logged. 2022-12-01T10:57:33.7178335Z parameter: metric_dict should be a dictionary, nothing logged. 2022-12-01T10:57:33.7178728Z ok (0.003s) 2022-12-01T10:57:33.7179032Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-12-01T10:57:33.7179462Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... ok (0.005s) 2022-12-01T10:57:33.7179910Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:57:33.7180421Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:57:33.7180812Z test_image_without_channel (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:57:33.7181246Z test_list_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-12-01T10:57:33.7181727Z test_mesh (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-12-01T10:57:33.7182045Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:57:33.7182456Z test_text (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:57:33.7182846Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-12-01T10:57:33.7183546Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... ok (0.001s) 2022-12-01T10:57:33.7184026Z test_video (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:57:33.7184521Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-12-01T10:57:33.7184921Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-12-01T10:57:33.7185375Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-12-01T10:57:33.7185926Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... ok (0.001s) 2022-12-01T10:57:33.7186302Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... ok (0.024s) 2022-12-01T10:57:33.7186700Z test_prepare_video (__main__.TestTensorBoardUtils) ... ok (0.152s) 2022-12-01T10:57:33.7187156Z test_to_HWC (__main__.TestTensorBoardUtils) ... ok (0.002s) 2022-12-01T10:57:33.7187542Z test_writer (__main__.TestTensorBoardWriter) ... add_video needs package moviepy 2022-12-01T10:57:33.7187879Z ok (0.066s) 2022-12-01T10:57:33.7188040Z 2022-12-01T10:57:33.7188350Z ---------------------------------------------------------------------- 2022-12-01T10:57:33.7188778Z Ran 53 tests in 1.961s 2022-12-01T10:57:33.7188884Z 2022-12-01T10:57:33.7189001Z OK (skipped=7) 2022-12-01T10:57:33.7189140Z 2022-12-01T10:57:33.7189277Z Generating XML reports... 2022-12-01T10:57:33.7189947Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20221201105731.xml 2022-12-01T10:57:33.7190844Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20221201105731.xml 2022-12-01T10:57:33.7191632Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20221201105731.xml 2022-12-01T10:57:33.7192398Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20221201105731.xml 2022-12-01T10:57:33.7193164Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20221201105731.xml 2022-12-01T10:57:33.7194170Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20221201105731.xml 2022-12-01T10:57:33.7194822Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20221201105731.xml 2022-12-01T10:57:33.7195601Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20221201105731.xml 2022-12-01T10:57:33.7196304Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20221201105731.xml 2022-12-01T10:57:33.7196647Z 2022-12-01T10:57:33.7197084Z ##[endgroup] 2022-12-01T10:57:33.7197531Z FINISHED PRINTING LOG FILE of test_tensorboard (/var/lib/jenkins/workspace/test/test-reports/test_tensorboard_t7acgy0d) 2022-12-01T10:57:33.7197854Z 2022-12-01T10:57:35.7478676Z Ignoring disabled issues: [] 2022-12-01T10:57:35.7814715Z Running test_masked ... [2022-12-01 10:57:35.781041] 2022-12-01T10:57:35.7817256Z Executing ['/opt/conda/bin/python', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:57:35.781396] 2022-12-01T10:58:10.5748619Z 2022-12-01T10:58:10.5749505Z Expand the folded group to see the log file of test_masked 2022-12-01T10:58:10.5754290Z ##[group]PRINTING LOG FILE of test_masked (/var/lib/jenkins/workspace/test/test-reports/test_masked_5ti6ejgf) 2022-12-01T10:58:10.5754886Z 2022-12-01T10:58:10.5755023Z Running tests... 2022-12-01T10:58:10.5756097Z ---------------------------------------------------------------------- 2022-12-01T10:58:10.5757185Z Test results will be stored in test-reports/python-unittest/test_masked 2022-12-01T10:58:10.5757685Z test_mask_layout_sparse_coo_masked_amax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.660s) 2022-12-01T10:58:10.5758172Z test_mask_layout_sparse_coo_masked_amax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.656s) 2022-12-01T10:58:10.5759585Z test_mask_layout_sparse_coo_masked_amax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.655s) 2022-12-01T10:58:10.5760523Z test_mask_layout_sparse_coo_masked_amax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.638s) 2022-12-01T10:58:10.5761021Z test_mask_layout_sparse_coo_masked_amax_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5761711Z test_mask_layout_sparse_coo_masked_amax_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5762358Z test_mask_layout_sparse_coo_masked_amax_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5763182Z test_mask_layout_sparse_coo_masked_amax_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5764084Z test_mask_layout_sparse_coo_masked_amax_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5764959Z test_mask_layout_sparse_coo_masked_amin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.670s) 2022-12-01T10:58:10.5765953Z test_mask_layout_sparse_coo_masked_amin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.701s) 2022-12-01T10:58:10.5766978Z test_mask_layout_sparse_coo_masked_amin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.654s) 2022-12-01T10:58:10.5767460Z test_mask_layout_sparse_coo_masked_amin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.579s) 2022-12-01T10:58:10.5767923Z test_mask_layout_sparse_coo_masked_amin_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5768426Z test_mask_layout_sparse_coo_masked_amin_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5768925Z test_mask_layout_sparse_coo_masked_amin_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5769424Z test_mask_layout_sparse_coo_masked_amin_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5769952Z test_mask_layout_sparse_coo_masked_amin_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5770524Z test_mask_layout_sparse_coo_masked_mean_cuda_bfloat16 (__main__.TestMaskedCUDA) ... skip: masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-12-01T10:58:10.5771190Z test_mask_layout_sparse_coo_masked_mean_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5771683Z test_mask_layout_sparse_coo_masked_mean_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5772201Z test_mask_layout_sparse_coo_masked_mean_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5772777Z test_mask_layout_sparse_coo_masked_mean_cuda_float16 (__main__.TestMaskedCUDA) ... skip: masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-12-01T10:58:10.5773401Z test_mask_layout_sparse_coo_masked_mean_cuda_float32 (__main__.TestMaskedCUDA) ... skip: masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-12-01T10:58:10.5774028Z test_mask_layout_sparse_coo_masked_mean_cuda_float64 (__main__.TestMaskedCUDA) ... skip: masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-12-01T10:58:10.5774574Z test_mask_layout_sparse_coo_masked_mean_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5775067Z test_mask_layout_sparse_coo_masked_mean_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5775558Z test_mask_layout_sparse_coo_masked_mean_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5776024Z test_mask_layout_sparse_coo_masked_mean_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5776517Z test_mask_layout_sparse_coo_masked_mean_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5776992Z test_mask_layout_sparse_coo_masked_prod_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.584s) 2022-12-01T10:58:10.5777634Z test_mask_layout_sparse_coo_masked_prod_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5778144Z test_mask_layout_sparse_coo_masked_prod_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5778661Z test_mask_layout_sparse_coo_masked_prod_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5779155Z test_mask_layout_sparse_coo_masked_prod_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.578s) 2022-12-01T10:58:10.5779627Z test_mask_layout_sparse_coo_masked_prod_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.586s) 2022-12-01T10:58:10.5780072Z test_mask_layout_sparse_coo_masked_prod_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.605s) 2022-12-01T10:58:10.5780557Z test_mask_layout_sparse_coo_masked_prod_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5781056Z test_mask_layout_sparse_coo_masked_prod_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5781555Z test_mask_layout_sparse_coo_masked_prod_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5782033Z test_mask_layout_sparse_coo_masked_prod_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5782532Z test_mask_layout_sparse_coo_masked_prod_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5783013Z test_mask_layout_sparse_coo_masked_sum_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.652s) 2022-12-01T10:58:10.5783460Z test_mask_layout_sparse_coo_masked_sum_cuda_bool (__main__.TestMaskedCUDA) ... ok (0.501s) 2022-12-01T10:58:10.5783941Z test_mask_layout_sparse_coo_masked_sum_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.502s) 2022-12-01T10:58:10.5784421Z test_mask_layout_sparse_coo_masked_sum_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.479s) 2022-12-01T10:58:10.5784903Z test_mask_layout_sparse_coo_masked_sum_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.642s) 2022-12-01T10:58:10.5785346Z test_mask_layout_sparse_coo_masked_sum_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.641s) 2022-12-01T10:58:10.5785873Z test_mask_layout_sparse_coo_masked_sum_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.647s) 2022-12-01T10:58:10.5786337Z test_mask_layout_sparse_coo_masked_sum_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.478s) 2022-12-01T10:58:10.5786802Z test_mask_layout_sparse_coo_masked_sum_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.474s) 2022-12-01T10:58:10.5787236Z test_mask_layout_sparse_coo_masked_sum_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.429s) 2022-12-01T10:58:10.5787697Z test_mask_layout_sparse_coo_masked_sum_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.432s) 2022-12-01T10:58:10.5788158Z test_mask_layout_sparse_coo_masked_sum_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.447s) 2022-12-01T10:58:10.5788603Z test_mask_layout_sparse_csr_masked_amax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.124s) 2022-12-01T10:58:10.5789082Z test_mask_layout_sparse_csr_masked_amax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.124s) 2022-12-01T10:58:10.5789556Z test_mask_layout_sparse_csr_masked_amax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.124s) 2022-12-01T10:58:10.5790021Z test_mask_layout_sparse_csr_masked_amax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.122s) 2022-12-01T10:58:10.5790867Z test_mask_layout_sparse_csr_masked_amax_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5791419Z test_mask_layout_sparse_csr_masked_amax_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5791921Z test_mask_layout_sparse_csr_masked_amax_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5792414Z test_mask_layout_sparse_csr_masked_amax_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5792976Z test_mask_layout_sparse_csr_masked_amax_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5793514Z test_mask_layout_sparse_csr_masked_amin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.124s) 2022-12-01T10:58:10.5794033Z test_mask_layout_sparse_csr_masked_amin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.126s) 2022-12-01T10:58:10.5794506Z test_mask_layout_sparse_csr_masked_amin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.128s) 2022-12-01T10:58:10.5795004Z test_mask_layout_sparse_csr_masked_amin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.127s) 2022-12-01T10:58:10.5795521Z test_mask_layout_sparse_csr_masked_amin_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5796055Z test_mask_layout_sparse_csr_masked_amin_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5796598Z test_mask_layout_sparse_csr_masked_amin_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5797110Z test_mask_layout_sparse_csr_masked_amin_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5797612Z test_mask_layout_sparse_csr_masked_amin_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5798100Z test_mask_layout_sparse_csr_masked_mean_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.093s) 2022-12-01T10:58:10.5798567Z test_mask_layout_sparse_csr_masked_mean_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5799079Z test_mask_layout_sparse_csr_masked_mean_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5799594Z test_mask_layout_sparse_csr_masked_mean_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5800062Z test_mask_layout_sparse_csr_masked_mean_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.093s) 2022-12-01T10:58:10.5800534Z test_mask_layout_sparse_csr_masked_mean_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.094s) 2022-12-01T10:58:10.5801003Z test_mask_layout_sparse_csr_masked_mean_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.093s) 2022-12-01T10:58:10.5801571Z test_mask_layout_sparse_csr_masked_mean_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5802043Z test_mask_layout_sparse_csr_masked_mean_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5802540Z test_mask_layout_sparse_csr_masked_mean_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5803034Z test_mask_layout_sparse_csr_masked_mean_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5803529Z test_mask_layout_sparse_csr_masked_mean_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5803992Z test_mask_layout_sparse_csr_masked_prod_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.128s) 2022-12-01T10:58:10.5804479Z test_mask_layout_sparse_csr_masked_prod_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5804992Z test_mask_layout_sparse_csr_masked_prod_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5805514Z test_mask_layout_sparse_csr_masked_prod_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5805983Z test_mask_layout_sparse_csr_masked_prod_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.129s) 2022-12-01T10:58:10.5806450Z test_mask_layout_sparse_csr_masked_prod_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.125s) 2022-12-01T10:58:10.5806912Z test_mask_layout_sparse_csr_masked_prod_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.125s) 2022-12-01T10:58:10.5807372Z test_mask_layout_sparse_csr_masked_prod_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5807874Z test_mask_layout_sparse_csr_masked_prod_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5808424Z test_mask_layout_sparse_csr_masked_prod_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5808933Z test_mask_layout_sparse_csr_masked_prod_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5809419Z test_mask_layout_sparse_csr_masked_prod_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5809899Z test_mask_layout_sparse_csr_masked_sum_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.134s) 2022-12-01T10:58:10.5810366Z test_mask_layout_sparse_csr_masked_sum_cuda_bool (__main__.TestMaskedCUDA) ... ok (0.042s) 2022-12-01T10:58:10.5810836Z test_mask_layout_sparse_csr_masked_sum_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.040s) 2022-12-01T10:58:10.5811285Z test_mask_layout_sparse_csr_masked_sum_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.040s) 2022-12-01T10:58:10.5811759Z test_mask_layout_sparse_csr_masked_sum_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.125s) 2022-12-01T10:58:10.5812231Z test_mask_layout_sparse_csr_masked_sum_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.125s) 2022-12-01T10:58:10.5812671Z test_mask_layout_sparse_csr_masked_sum_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.130s) 2022-12-01T10:58:10.5813136Z test_mask_layout_sparse_csr_masked_sum_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.043s) 2022-12-01T10:58:10.5813590Z test_mask_layout_sparse_csr_masked_sum_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.041s) 2022-12-01T10:58:10.5814048Z test_mask_layout_sparse_csr_masked_sum_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.040s) 2022-12-01T10:58:10.5814484Z test_mask_layout_sparse_csr_masked_sum_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.042s) 2022-12-01T10:58:10.5814947Z test_mask_layout_sparse_csr_masked_sum_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.038s) 2022-12-01T10:58:10.5815410Z test_mask_layout_strided_masked_amax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.250s) 2022-12-01T10:58:10.5815876Z test_mask_layout_strided_masked_amax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.255s) 2022-12-01T10:58:10.5816310Z test_mask_layout_strided_masked_amax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.246s) 2022-12-01T10:58:10.5816833Z test_mask_layout_strided_masked_amax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.237s) 2022-12-01T10:58:10.5817314Z test_mask_layout_strided_masked_amax_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5817790Z test_mask_layout_strided_masked_amax_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5818277Z test_mask_layout_strided_masked_amax_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5818770Z test_mask_layout_strided_masked_amax_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5819255Z test_mask_layout_strided_masked_amax_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5819710Z test_mask_layout_strided_masked_amin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.251s) 2022-12-01T10:58:10.5820174Z test_mask_layout_strided_masked_amin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.251s) 2022-12-01T10:58:10.5820641Z test_mask_layout_strided_masked_amin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.254s) 2022-12-01T10:58:10.5821104Z test_mask_layout_strided_masked_amin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.241s) 2022-12-01T10:58:10.5821556Z test_mask_layout_strided_masked_amin_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5822045Z test_mask_layout_strided_masked_amin_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5822530Z test_mask_layout_strided_masked_amin_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5823001Z test_mask_layout_strided_masked_amin_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5823540Z test_mask_layout_strided_masked_amin_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5824025Z test_mask_layout_strided_masked_mean_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.169s) 2022-12-01T10:58:10.5824510Z test_mask_layout_strided_masked_mean_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5824988Z test_mask_layout_strided_masked_mean_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5825502Z test_mask_layout_strided_masked_mean_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5825981Z test_mask_layout_strided_masked_mean_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.174s) 2022-12-01T10:58:10.5826440Z test_mask_layout_strided_masked_mean_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.170s) 2022-12-01T10:58:10.5826876Z test_mask_layout_strided_masked_mean_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.168s) 2022-12-01T10:58:10.5827352Z test_mask_layout_strided_masked_mean_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5827842Z test_mask_layout_strided_masked_mean_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5828305Z test_mask_layout_strided_masked_mean_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5828793Z test_mask_layout_strided_masked_mean_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5829274Z test_mask_layout_strided_masked_mean_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5829762Z test_mask_layout_strided_masked_prod_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.269s) 2022-12-01T10:58:10.5830219Z test_mask_layout_strided_masked_prod_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5831078Z test_mask_layout_strided_masked_prod_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5831604Z test_mask_layout_strided_masked_prod_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5832183Z test_mask_layout_strided_masked_prod_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.261s) 2022-12-01T10:58:10.5832623Z test_mask_layout_strided_masked_prod_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.257s) 2022-12-01T10:58:10.5833084Z test_mask_layout_strided_masked_prod_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.246s) 2022-12-01T10:58:10.5833570Z test_mask_layout_strided_masked_prod_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5834036Z test_mask_layout_strided_masked_prod_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5834525Z test_mask_layout_strided_masked_prod_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5835018Z test_mask_layout_strided_masked_prod_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5835510Z test_mask_layout_strided_masked_prod_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:10.5835965Z test_mask_layout_strided_masked_sum_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.242s) 2022-12-01T10:58:10.5836421Z test_mask_layout_strided_masked_sum_cuda_bool (__main__.TestMaskedCUDA) ... ok (0.164s) 2022-12-01T10:58:10.5836880Z test_mask_layout_strided_masked_sum_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.193s) 2022-12-01T10:58:10.5837348Z test_mask_layout_strided_masked_sum_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.194s) 2022-12-01T10:58:10.5837786Z test_mask_layout_strided_masked_sum_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.237s) 2022-12-01T10:58:10.5838243Z test_mask_layout_strided_masked_sum_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.232s) 2022-12-01T10:58:10.5838701Z test_mask_layout_strided_masked_sum_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.226s) 2022-12-01T10:58:10.5839189Z test_mask_layout_strided_masked_sum_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.155s) 2022-12-01T10:58:10.5839656Z test_mask_layout_strided_masked_sum_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.155s) 2022-12-01T10:58:10.5840119Z test_mask_layout_strided_masked_sum_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.151s) 2022-12-01T10:58:10.5840571Z test_mask_layout_strided_masked_sum_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.156s) 2022-12-01T10:58:10.5840996Z test_mask_layout_strided_masked_sum_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.156s) 2022-12-01T10:58:10.5841462Z test_reference_masked_masked_log_softmax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.065s) 2022-12-01T10:58:10.5841949Z test_reference_masked_masked_log_softmax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.065s) 2022-12-01T10:58:10.5842430Z test_reference_masked_masked_log_softmax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.065s) 2022-12-01T10:58:10.5842880Z test_reference_masked_masked_log_softmax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.064s) 2022-12-01T10:58:10.5843359Z test_reference_masked_masked_norm_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.589s) 2022-12-01T10:58:10.5843824Z test_reference_masked_masked_norm_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.592s) 2022-12-01T10:58:10.5844260Z test_reference_masked_masked_norm_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.592s) 2022-12-01T10:58:10.5844719Z test_reference_masked_masked_norm_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.577s) 2022-12-01T10:58:10.5845185Z test_reference_masked_masked_normalize_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.099s) 2022-12-01T10:58:10.5845673Z test_reference_masked_masked_normalize_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.102s) 2022-12-01T10:58:10.5846135Z test_reference_masked_masked_normalize_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.102s) 2022-12-01T10:58:10.5846612Z test_reference_masked_masked_normalize_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.098s) 2022-12-01T10:58:10.5847087Z test_reference_masked_masked_normalize_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.099s) 2022-12-01T10:58:10.5847623Z test_reference_masked_masked_normalize_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.098s) 2022-12-01T10:58:10.5848099Z test_reference_masked_masked_softmax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.066s) 2022-12-01T10:58:10.5848571Z test_reference_masked_masked_softmax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.066s) 2022-12-01T10:58:10.5849039Z test_reference_masked_masked_softmax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.065s) 2022-12-01T10:58:10.5849483Z test_reference_masked_masked_softmax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.065s) 2022-12-01T10:58:10.5849955Z test_reference_masked_masked_softmin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.071s) 2022-12-01T10:58:10.5850426Z test_reference_masked_masked_softmin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.071s) 2022-12-01T10:58:10.5850888Z test_reference_masked_masked_softmin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.070s) 2022-12-01T10:58:10.5851327Z test_reference_masked_masked_softmin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.070s) 2022-12-01T10:58:10.5851792Z test_reference_masked_masked_std_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.318s) 2022-12-01T10:58:10.5852259Z test_reference_masked_masked_std_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.290s) 2022-12-01T10:58:10.5852705Z test_reference_masked_masked_std_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.293s) 2022-12-01T10:58:10.5853166Z test_reference_masked_masked_std_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.370s) 2022-12-01T10:58:10.5853620Z test_reference_masked_masked_std_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.374s) 2022-12-01T10:58:10.5854072Z test_reference_masked_masked_std_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.350s) 2022-12-01T10:58:10.5854500Z test_reference_masked_masked_std_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-12-01T10:58:10.5855008Z test_reference_masked_masked_std_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-12-01T10:58:10.5855471Z test_reference_masked_masked_std_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-12-01T10:58:10.5855898Z test_reference_masked_masked_std_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-12-01T10:58:10.5856348Z test_reference_masked_masked_std_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-12-01T10:58:10.5856803Z test_reference_masked_masked_var_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.344s) 2022-12-01T10:58:10.5857268Z test_reference_masked_masked_var_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.303s) 2022-12-01T10:58:10.5857712Z test_reference_masked_masked_var_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.313s) 2022-12-01T10:58:10.5858173Z test_reference_masked_masked_var_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.330s) 2022-12-01T10:58:10.5858628Z test_reference_masked_masked_var_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.339s) 2022-12-01T10:58:10.5859078Z test_reference_masked_masked_var_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.334s) 2022-12-01T10:58:10.5859510Z test_reference_masked_masked_var_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-12-01T10:58:10.5859955Z test_reference_masked_masked_var_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-12-01T10:58:10.5860407Z test_reference_masked_masked_var_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-12-01T10:58:10.5860859Z test_reference_masked_masked_var_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-12-01T10:58:10.5861306Z test_reference_masked_masked_var_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-12-01T10:58:10.5861736Z test_where_coo_fill_value_0_cuda (__main__.TestMaskedCUDA) ... ok (0.021s) 2022-12-01T10:58:10.5862154Z test_where_coo_fill_value_123_cuda (__main__.TestMaskedCUDA) ... ok (0.002s) 2022-12-01T10:58:10.5862551Z test_where_csr_fill_value_0_cuda (__main__.TestMaskedCUDA) ... ok (0.003s) 2022-12-01T10:58:10.5862968Z test_where_csr_fill_value_123_cuda (__main__.TestMaskedCUDA) ... ok (0.002s) 2022-12-01T10:58:10.5863457Z test_where_hybrid_coo_fill_value_0_cuda (__main__.TestMaskedCUDA) ... ok (0.003s) 2022-12-01T10:58:10.5863871Z test_where_hybrid_coo_fill_value_123_cuda (__main__.TestMaskedCUDA) ... ok (0.002s) 2022-12-01T10:58:10.5864120Z 2022-12-01T10:58:10.5864455Z ---------------------------------------------------------------------- 2022-12-01T10:58:10.5864804Z Ran 212 tests in 30.490s 2022-12-01T10:58:10.5864980Z 2022-12-01T10:58:10.5865098Z OK (skipped=82) 2022-12-01T10:58:10.5865264Z 2022-12-01T10:58:10.5865374Z Generating XML reports... 2022-12-01T10:58:10.5865947Z Generated XML report: test-reports/python-unittest/test_masked/TEST-TestMaskedCUDA-20221201105739.xml 2022-12-01T10:58:10.5866260Z 2022-12-01T10:58:10.5866635Z ##[endgroup] 2022-12-01T10:58:10.5867134Z FINISHED PRINTING LOG FILE of test_masked (/var/lib/jenkins/workspace/test/test-reports/test_masked_5ti6ejgf) 2022-12-01T10:58:10.5867433Z 2022-12-01T10:58:12.6080931Z Ignoring disabled issues: [] 2022-12-01T10:58:12.6416402Z Running test_maskedtensor ... [2022-12-01 10:58:12.641219] 2022-12-01T10:58:12.6419073Z Executing ['/opt/conda/bin/python', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:12.641550] 2022-12-01T10:58:21.3890883Z 2022-12-01T10:58:21.3891622Z Expand the folded group to see the log file of test_schema_check 2022-12-01T10:58:21.3892533Z ##[group]PRINTING LOG FILE of test_schema_check (/var/lib/jenkins/workspace/test/test-reports/test_schema_check_3v0q7dhr) 2022-12-01T10:58:21.3899998Z 2022-12-01T10:58:21.3900549Z Running tests... 2022-12-01T10:58:21.3901594Z ---------------------------------------------------------------------- 2022-12-01T10:58:21.3902799Z Test results will be stored in test-reports/python-unittest/test_schema_check 2022-12-01T10:58:21.3904182Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.023s) 2022-12-01T10:58:21.3905005Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:58:21.3905911Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:58:21.3906741Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:58:21.3907378Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-12-01T10:58:21.3908112Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.005s) 2022-12-01T10:58:21.3908810Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:58:21.3909619Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:58:21.3910325Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-12-01T10:58:21.3911423Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:58:21.3912149Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.011s) 2022-12-01T10:58:21.3912954Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:58:21.3914048Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:58:21.3914551Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:58:21.3915216Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.007s) 2022-12-01T10:58:21.3915720Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.008s) 2022-12-01T10:58:21.3916449Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:58:21.3917118Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:58:21.3917999Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.016s) 2022-12-01T10:58:21.3918784Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.015s) 2022-12-01T10:58:21.3920234Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:58:21.3920987Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:58:21.3922904Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... /var/lib/jenkins/workspace/test/test_schema_check.py:276: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:58:21.3924503Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-12-01T10:58:21.3924987Z ok (0.003s) 2022-12-01T10:58:21.3925592Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:58:21.3927521Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... /var/lib/jenkins/workspace/test/test_schema_check.py:179: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:58:21.3929506Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-12-01T10:58:21.3930211Z ok (0.003s) 2022-12-01T10:58:21.3930886Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:58:21.3931851Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:58:21.3932698Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:58:21.3933558Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:58:21.3934463Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:58:21.3935330Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.007s) 2022-12-01T10:58:21.3936175Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.008s) 2022-12-01T10:58:21.3936972Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:58:21.3937880Z test_schema_correctness_H_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.3938923Z test_schema_correctness_H_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.3940036Z test_schema_correctness_H_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.3940570Z test_schema_correctness_H_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.3941546Z test_schema_correctness_H_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.3942675Z test_schema_correctness_H_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.3943475Z test_schema_correctness_H_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.3944360Z test_schema_correctness_H_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.3945213Z test_schema_correctness_H_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.3946468Z test_schema_correctness_H_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.3947374Z test_schema_correctness_H_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.3948335Z test_schema_correctness_H_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.3949048Z test_schema_correctness_H_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.3949659Z test_schema_correctness_T_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.3950212Z test_schema_correctness_T_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.3951441Z test_schema_correctness_T_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.3952373Z test_schema_correctness_T_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.3953308Z test_schema_correctness_T_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.3954261Z test_schema_correctness_T_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.3955202Z test_schema_correctness_T_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-12-01T10:58:21.3956102Z test_schema_correctness_T_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.3956950Z test_schema_correctness_T_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.3957928Z test_schema_correctness_T_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.3958823Z test_schema_correctness_T_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.3959809Z test_schema_correctness_T_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.3960798Z test_schema_correctness_T_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.3961928Z test_schema_correctness___getitem___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-12-01T10:58:21.3962949Z test_schema_correctness___getitem___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-12-01T10:58:21.3963886Z test_schema_correctness___getitem___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-12-01T10:58:21.3965070Z test_schema_correctness___getitem___cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.3966141Z test_schema_correctness___getitem___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.3967169Z test_schema_correctness___getitem___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-12-01T10:58:21.3968307Z test_schema_correctness___getitem___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.3969124Z test_schema_correctness___getitem___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-12-01T10:58:21.3970044Z test_schema_correctness___getitem___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.3970831Z test_schema_correctness___getitem___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-12-01T10:58:21.3971756Z test_schema_correctness___getitem___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-12-01T10:58:21.3972595Z test_schema_correctness___getitem___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.3973484Z test_schema_correctness___getitem___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.3974393Z test_schema_correctness___radd___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.3975139Z test_schema_correctness___radd___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.3976399Z test_schema_correctness___radd___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.3977417Z test_schema_correctness___radd___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.3978429Z test_schema_correctness___radd___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.3979490Z test_schema_correctness___radd___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.3980493Z test_schema_correctness___radd___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.3981538Z test_schema_correctness___radd___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.3982595Z test_schema_correctness___radd___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.3983613Z test_schema_correctness___radd___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.3984536Z test_schema_correctness___radd___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.3985508Z test_schema_correctness___radd___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.3986486Z test_schema_correctness___rand___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.3987386Z test_schema_correctness___rand___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.3988303Z test_schema_correctness___rand___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.3989234Z test_schema_correctness___rand___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.3990261Z test_schema_correctness___rand___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.3991506Z test_schema_correctness___rand___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.3992445Z test_schema_correctness___rdiv___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.3993521Z test_schema_correctness___rdiv___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.3994472Z test_schema_correctness___rdiv___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.3995483Z test_schema_correctness___rdiv___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.3996566Z test_schema_correctness___rdiv___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.3997601Z test_schema_correctness___rdiv___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.3998762Z test_schema_correctness___rdiv___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.3999794Z test_schema_correctness___rdiv___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4000602Z test_schema_correctness___rdiv___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4001658Z test_schema_correctness___rdiv___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4002759Z test_schema_correctness___rdiv___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4003574Z test_schema_correctness___rdiv___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4004103Z test_schema_correctness___rmatmul___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.576s) 2022-12-01T10:58:21.4004574Z test_schema_correctness___rmatmul___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.130s) 2022-12-01T10:58:21.4005270Z test_schema_correctness___rmatmul___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.138s) 2022-12-01T10:58:21.4005726Z test_schema_correctness___rmatmul___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.128s) 2022-12-01T10:58:21.4006777Z test_schema_correctness___rmatmul___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.125s) 2022-12-01T10:58:21.4007784Z test_schema_correctness___rmod___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4008827Z test_schema_correctness___rmod___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4009762Z test_schema_correctness___rmod___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4010729Z test_schema_correctness___rmod___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4011604Z test_schema_correctness___rmod___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4012579Z test_schema_correctness___rmod___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4013518Z test_schema_correctness___rmod___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4014441Z test_schema_correctness___rmod___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4015504Z test_schema_correctness___rmod___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4016458Z test_schema_correctness___rmul___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4017365Z test_schema_correctness___rmul___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4018422Z test_schema_correctness___rmul___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4019520Z test_schema_correctness___rmul___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4020538Z test_schema_correctness___rmul___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4021479Z test_schema_correctness___rmul___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4022278Z test_schema_correctness___rmul___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4023197Z test_schema_correctness___rmul___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4024084Z test_schema_correctness___rmul___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4024966Z test_schema_correctness___rmul___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4025840Z test_schema_correctness___rmul___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4026752Z test_schema_correctness___rmul___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4027603Z test_schema_correctness___ror___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4028484Z test_schema_correctness___ror___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4029621Z test_schema_correctness___ror___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4030376Z test_schema_correctness___ror___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4031660Z test_schema_correctness___ror___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4032386Z test_schema_correctness___ror___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4033548Z test_schema_correctness___rpow___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:58:21.4034423Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:58:21.4034755Z ok (0.107s) 2022-12-01T10:58:21.4035135Z test_schema_correctness___rpow___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.110s) 2022-12-01T10:58:21.4035733Z test_schema_correctness___rpow___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.116s) 2022-12-01T10:58:21.4036256Z test_schema_correctness___rpow___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.104s) 2022-12-01T10:58:21.4036775Z test_schema_correctness___rpow___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.106s) 2022-12-01T10:58:21.4037265Z test_schema_correctness___rpow___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.105s) 2022-12-01T10:58:21.4037783Z test_schema_correctness___rpow___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.104s) 2022-12-01T10:58:21.4038299Z test_schema_correctness___rpow___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.103s) 2022-12-01T10:58:21.4038796Z test_schema_correctness___rpow___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.104s) 2022-12-01T10:58:21.4039168Z test_schema_correctness___rpow___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.104s) 2022-12-01T10:58:21.4039688Z test_schema_correctness___rpow___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.105s) 2022-12-01T10:58:21.4040183Z test_schema_correctness___rsub___cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4040763Z test_schema_correctness___rsub___cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4041310Z test_schema_correctness___rsub___cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4041895Z test_schema_correctness___rsub___cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4042357Z test_schema_correctness___rsub___cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4042874Z test_schema_correctness___rsub___cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4043404Z test_schema_correctness___rsub___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4043869Z test_schema_correctness___rsub___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4044362Z test_schema_correctness___rsub___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4044859Z test_schema_correctness___rsub___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4045427Z test_schema_correctness___rsub___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4045878Z test_schema_correctness___rxor___cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4046385Z test_schema_correctness___rxor___cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4046868Z test_schema_correctness___rxor___cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4047368Z test_schema_correctness___rxor___cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4047865Z test_schema_correctness___rxor___cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4048352Z test_schema_correctness___rxor___cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4048909Z test_schema_correctness_abs_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4049466Z test_schema_correctness_abs_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4050004Z test_schema_correctness_abs_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4050532Z test_schema_correctness_abs_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4051136Z test_schema_correctness_abs_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4051613Z test_schema_correctness_abs_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4052154Z test_schema_correctness_abs_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4052733Z test_schema_correctness_abs_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4053220Z test_schema_correctness_abs_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4053752Z test_schema_correctness_abs_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4054262Z test_schema_correctness_abs_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4054794Z test_schema_correctness_abs_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4055323Z test_schema_correctness_abs_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4055860Z test_schema_correctness_acos_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4056381Z test_schema_correctness_acos_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4056984Z test_schema_correctness_acos_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4057573Z test_schema_correctness_acos_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4058104Z test_schema_correctness_acos_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4058632Z test_schema_correctness_acos_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4059174Z test_schema_correctness_acos_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4059780Z test_schema_correctness_acos_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4060243Z test_schema_correctness_acos_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4060781Z test_schema_correctness_acos_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4061383Z test_schema_correctness_acos_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4061850Z test_schema_correctness_acos_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4062380Z test_schema_correctness_acos_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4062911Z test_schema_correctness_acosh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4063500Z test_schema_correctness_acosh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4064049Z test_schema_correctness_acosh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4064647Z test_schema_correctness_acosh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4065139Z test_schema_correctness_acosh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4065694Z test_schema_correctness_acosh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4066278Z test_schema_correctness_acosh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4066901Z test_schema_correctness_acosh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4067387Z test_schema_correctness_acosh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4067928Z test_schema_correctness_acosh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4068502Z test_schema_correctness_acosh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4068977Z test_schema_correctness_acosh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4069517Z test_schema_correctness_acosh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4070123Z test_schema_correctness_add_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4071002Z test_schema_correctness_add_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4071609Z test_schema_correctness_add_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4072110Z test_schema_correctness_add_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4072636Z test_schema_correctness_add_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4073132Z test_schema_correctness_add_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4073647Z test_schema_correctness_add_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4074165Z test_schema_correctness_add_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4074749Z test_schema_correctness_add_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4075475Z test_schema_correctness_add_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4075771Z test_schema_correctness_add_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4076266Z test_schema_correctness_add_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4076742Z test_schema_correctness_add_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4077266Z test_schema_correctness_addbmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4077804Z test_schema_correctness_addbmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4078331Z test_schema_correctness_addbmm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4078840Z test_schema_correctness_addbmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4079361Z test_schema_correctness_addbmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4079887Z test_schema_correctness_addcdiv_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4080398Z test_schema_correctness_addcdiv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-12-01T10:58:21.4080938Z test_schema_correctness_addcdiv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-12-01T10:58:21.4081470Z test_schema_correctness_addcdiv_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4082001Z test_schema_correctness_addcdiv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4082506Z test_schema_correctness_addcdiv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4083033Z test_schema_correctness_addcmul_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4083648Z test_schema_correctness_addcmul_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4084182Z test_schema_correctness_addcmul_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-12-01T10:58:21.4084691Z test_schema_correctness_addcmul_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4085211Z test_schema_correctness_addcmul_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.4085732Z test_schema_correctness_addcmul_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.4086227Z test_schema_correctness_addcmul_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4086763Z test_schema_correctness_addcmul_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4087280Z test_schema_correctness_addcmul_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4087795Z test_schema_correctness_addcmul_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4088298Z test_schema_correctness_addcmul_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4088820Z test_schema_correctness_addmm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4089370Z test_schema_correctness_addmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4089935Z test_schema_correctness_addmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4090455Z test_schema_correctness_addmm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4091026Z test_schema_correctness_addmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4091549Z test_schema_correctness_addmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4092082Z test_schema_correctness_addmm_decomposed_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4092641Z test_schema_correctness_addmm_decomposed_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4093241Z test_schema_correctness_addmm_decomposed_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4093820Z test_schema_correctness_addmm_decomposed_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4094371Z test_schema_correctness_addmm_decomposed_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4094897Z test_schema_correctness_addmm_decomposed_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4095435Z test_schema_correctness_addmv_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4095960Z test_schema_correctness_addmv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4096469Z test_schema_correctness_addmv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4096994Z test_schema_correctness_addmv_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4097563Z test_schema_correctness_addmv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4098071Z test_schema_correctness_addmv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4098558Z test_schema_correctness_addr_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4099071Z test_schema_correctness_addr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4099697Z test_schema_correctness_addr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4100215Z test_schema_correctness_addr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4100717Z test_schema_correctness_addr_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4101232Z test_schema_correctness_addr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4101763Z test_schema_correctness_addr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4102248Z test_schema_correctness_addr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4102813Z test_schema_correctness_addr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4103262Z test_schema_correctness_addr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4103775Z test_schema_correctness_addr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4104257Z test_schema_correctness_addr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4104869Z test_schema_correctness_all_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4105275Z test_schema_correctness_all_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4106396Z test_schema_correctness_all_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:58:21.4107127Z return self.op(*args, **kwargs) 2022-12-01T10:58:21.4107401Z ok (0.012s) 2022-12-01T10:58:21.4107787Z test_schema_correctness_all_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4108301Z test_schema_correctness_all_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4108792Z test_schema_correctness_all_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4109304Z test_schema_correctness_all_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4109813Z test_schema_correctness_all_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4110290Z test_schema_correctness_all_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4111225Z test_schema_correctness_all_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4112123Z test_schema_correctness_all_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4112631Z test_schema_correctness_all_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4113132Z test_schema_correctness_allclose_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4113671Z test_schema_correctness_allclose_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.4114201Z test_schema_correctness_allclose_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.4114729Z test_schema_correctness_allclose_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-12-01T10:58:21.4115236Z test_schema_correctness_allclose_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4115875Z test_schema_correctness_allclose_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-12-01T10:58:21.4116276Z test_schema_correctness_amax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2022-12-01T10:58:21.4116938Z test_schema_correctness_amax_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.4117448Z test_schema_correctness_amax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.4117951Z test_schema_correctness_amax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.4118457Z test_schema_correctness_amax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.4118945Z test_schema_correctness_amax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.4119443Z test_schema_correctness_amax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.4119953Z test_schema_correctness_amax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.4120453Z test_schema_correctness_amax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.4120949Z test_schema_correctness_amax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.4121461Z test_schema_correctness_amin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2022-12-01T10:58:21.4121969Z test_schema_correctness_amin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.4122460Z test_schema_correctness_amin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.4122976Z test_schema_correctness_amin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2022-12-01T10:58:21.4123486Z test_schema_correctness_amin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2022-12-01T10:58:21.4124065Z test_schema_correctness_amin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.4124566Z test_schema_correctness_amin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.4125073Z test_schema_correctness_amin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.4125579Z test_schema_correctness_amin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.4126081Z test_schema_correctness_amin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.4126578Z test_schema_correctness_aminmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4127106Z test_schema_correctness_aminmax_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4127631Z test_schema_correctness_aminmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4128140Z test_schema_correctness_aminmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4128665Z test_schema_correctness_aminmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4129193Z test_schema_correctness_aminmax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4129707Z test_schema_correctness_aminmax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4130198Z test_schema_correctness_aminmax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4130712Z test_schema_correctness_aminmax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4131229Z test_schema_correctness_aminmax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4131746Z test_schema_correctness_angle_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4132249Z test_schema_correctness_angle_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4132782Z test_schema_correctness_angle_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4133374Z test_schema_correctness_angle_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4133873Z test_schema_correctness_angle_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4134390Z test_schema_correctness_angle_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4134902Z test_schema_correctness_angle_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4135411Z test_schema_correctness_angle_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4135898Z test_schema_correctness_angle_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4136398Z test_schema_correctness_angle_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4136913Z test_schema_correctness_angle_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4137421Z test_schema_correctness_any_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4137934Z test_schema_correctness_any_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4138449Z test_schema_correctness_any_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4138961Z test_schema_correctness_any_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4139470Z test_schema_correctness_any_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4139959Z test_schema_correctness_any_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4140583Z test_schema_correctness_any_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4141135Z test_schema_correctness_any_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4141644Z test_schema_correctness_any_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4142167Z test_schema_correctness_any_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4142697Z test_schema_correctness_any_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4143226Z test_schema_correctness_any_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4143754Z test_schema_correctness_arange_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.125s) 2022-12-01T10:58:21.4144308Z test_schema_correctness_arange_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.124s) 2022-12-01T10:58:21.4144859Z test_schema_correctness_arange_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.124s) 2022-12-01T10:58:21.4145416Z test_schema_correctness_arange_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.124s) 2022-12-01T10:58:21.4145946Z test_schema_correctness_arange_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.124s) 2022-12-01T10:58:21.4146494Z test_schema_correctness_arange_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.124s) 2022-12-01T10:58:21.4147035Z test_schema_correctness_arange_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.124s) 2022-12-01T10:58:21.4147557Z test_schema_correctness_arange_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.161s) 2022-12-01T10:58:21.4148104Z test_schema_correctness_arange_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.128s) 2022-12-01T10:58:21.4148656Z test_schema_correctness_argmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4149210Z test_schema_correctness_argmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4149808Z test_schema_correctness_argmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4150570Z test_schema_correctness_argmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4151238Z test_schema_correctness_argmax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4151767Z test_schema_correctness_argmax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4152268Z test_schema_correctness_argmax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4152792Z test_schema_correctness_argmax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4153316Z test_schema_correctness_argmax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4153818Z test_schema_correctness_argmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4154351Z test_schema_correctness_argmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4154877Z test_schema_correctness_argmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4155398Z test_schema_correctness_argmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4155898Z test_schema_correctness_argmin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4156414Z test_schema_correctness_argmin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4156932Z test_schema_correctness_argmin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4157593Z test_schema_correctness_argmin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4158105Z test_schema_correctness_argmin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4158637Z test_schema_correctness_argsort_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4159170Z test_schema_correctness_argsort_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4159676Z test_schema_correctness_argsort_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4160203Z test_schema_correctness_argsort_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4160727Z test_schema_correctness_argsort_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4161246Z test_schema_correctness_argsort_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4161743Z test_schema_correctness_argsort_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4162268Z test_schema_correctness_argsort_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4162788Z test_schema_correctness_argsort_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4163316Z test_schema_correctness_argwhere_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4163827Z test_schema_correctness_argwhere_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4164354Z test_schema_correctness_argwhere_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4164895Z test_schema_correctness_argwhere_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4165431Z test_schema_correctness_argwhere_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4165943Z test_schema_correctness_argwhere_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4166602Z test_schema_correctness_argwhere_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4167214Z test_schema_correctness_argwhere_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4167630Z test_schema_correctness_argwhere_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4168178Z test_schema_correctness_argwhere_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4168674Z test_schema_correctness_argwhere_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4169191Z test_schema_correctness_argwhere_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4169707Z test_schema_correctness_as_strided_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4170246Z test_schema_correctness_as_strided_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4170786Z test_schema_correctness_as_strided_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4171330Z test_schema_correctness_as_strided_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4171857Z test_schema_correctness_as_strided_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4172393Z test_schema_correctness_as_strided_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4172922Z test_schema_correctness_as_strided_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4173426Z test_schema_correctness_as_strided_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4173999Z test_schema_correctness_as_strided_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4174543Z test_schema_correctness_as_strided_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4175064Z test_schema_correctness_as_strided_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4175570Z test_schema_correctness_as_strided_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4176091Z test_schema_correctness_as_strided_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4176632Z test_schema_correctness_as_strided_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4177185Z test_schema_correctness_as_strided_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4177730Z test_schema_correctness_as_strided_scatter_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4178295Z test_schema_correctness_as_strided_scatter_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4178861Z test_schema_correctness_as_strided_scatter_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4179475Z test_schema_correctness_as_strided_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4180008Z test_schema_correctness_as_strided_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4180565Z test_schema_correctness_as_strided_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4181117Z test_schema_correctness_as_strided_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4181668Z test_schema_correctness_as_strided_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4182185Z test_schema_correctness_as_strided_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4182812Z test_schema_correctness_as_strided_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4183353Z test_schema_correctness_as_strided_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4183869Z test_schema_correctness_asin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4184383Z test_schema_correctness_asin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4184908Z test_schema_correctness_asin_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4185438Z test_schema_correctness_asin_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4185946Z test_schema_correctness_asin_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4186507Z test_schema_correctness_asin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4187024Z test_schema_correctness_asin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4187666Z test_schema_correctness_asin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4188018Z test_schema_correctness_asin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4188526Z test_schema_correctness_asin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4189036Z test_schema_correctness_asin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4189517Z test_schema_correctness_asin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4190072Z test_schema_correctness_asin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4190905Z test_schema_correctness_asinh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4191435Z test_schema_correctness_asinh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4191937Z test_schema_correctness_asinh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4192471Z test_schema_correctness_asinh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4192996Z test_schema_correctness_asinh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4193512Z test_schema_correctness_asinh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4194007Z test_schema_correctness_asinh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4194528Z test_schema_correctness_asinh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4195034Z test_schema_correctness_asinh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4195545Z test_schema_correctness_asinh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4196035Z test_schema_correctness_asinh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4196534Z test_schema_correctness_asinh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4197034Z test_schema_correctness_asinh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4197569Z test_schema_correctness_atan2_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4198089Z test_schema_correctness_atan2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4198611Z test_schema_correctness_atan2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4199274Z test_schema_correctness_atan2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4199767Z test_schema_correctness_atan2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4200279Z test_schema_correctness_atan2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4200784Z test_schema_correctness_atan2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4201287Z test_schema_correctness_atan2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4201775Z test_schema_correctness_atan2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4202302Z test_schema_correctness_atan2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4202810Z test_schema_correctness_atan_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4203305Z test_schema_correctness_atan_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4203824Z test_schema_correctness_atan_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4204350Z test_schema_correctness_atan_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4204871Z test_schema_correctness_atan_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4205373Z test_schema_correctness_atan_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4205885Z test_schema_correctness_atan_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4206470Z test_schema_correctness_atan_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4206990Z test_schema_correctness_atan_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4207482Z test_schema_correctness_atan_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4207991Z test_schema_correctness_atan_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4208497Z test_schema_correctness_atan_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4208985Z test_schema_correctness_atan_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4209504Z test_schema_correctness_atanh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4210018Z test_schema_correctness_atanh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4210538Z test_schema_correctness_atanh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4211051Z test_schema_correctness_atanh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4211576Z test_schema_correctness_atanh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4212098Z test_schema_correctness_atanh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4212611Z test_schema_correctness_atanh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4213102Z test_schema_correctness_atanh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4213613Z test_schema_correctness_atanh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4214125Z test_schema_correctness_atanh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4214614Z test_schema_correctness_atanh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4215126Z test_schema_correctness_atanh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4215709Z test_schema_correctness_atanh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4216234Z test_schema_correctness_atleast_1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4216744Z test_schema_correctness_atleast_1d_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4217278Z test_schema_correctness_atleast_1d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4217815Z test_schema_correctness_atleast_1d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4218392Z test_schema_correctness_atleast_1d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4218901Z test_schema_correctness_atleast_1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4219436Z test_schema_correctness_atleast_1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4219966Z test_schema_correctness_atleast_1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4220492Z test_schema_correctness_atleast_1d_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4220994Z test_schema_correctness_atleast_1d_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4221512Z test_schema_correctness_atleast_1d_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4222026Z test_schema_correctness_atleast_1d_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4222589Z test_schema_correctness_atleast_1d_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4223130Z test_schema_correctness_atleast_2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4223662Z test_schema_correctness_atleast_2d_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4224192Z test_schema_correctness_atleast_2d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4224710Z test_schema_correctness_atleast_2d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4225248Z test_schema_correctness_atleast_2d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4225776Z test_schema_correctness_atleast_2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4226308Z test_schema_correctness_atleast_2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4226811Z test_schema_correctness_atleast_2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4227346Z test_schema_correctness_atleast_2d_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4227858Z test_schema_correctness_atleast_2d_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4228351Z test_schema_correctness_atleast_2d_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4228873Z test_schema_correctness_atleast_2d_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4229398Z test_schema_correctness_atleast_2d_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4229925Z test_schema_correctness_atleast_3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4230551Z test_schema_correctness_atleast_3d_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4231415Z test_schema_correctness_atleast_3d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4232072Z test_schema_correctness_atleast_3d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4232603Z test_schema_correctness_atleast_3d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4233111Z test_schema_correctness_atleast_3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4233639Z test_schema_correctness_atleast_3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4234160Z test_schema_correctness_atleast_3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4234674Z test_schema_correctness_atleast_3d_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4235183Z test_schema_correctness_atleast_3d_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4235704Z test_schema_correctness_atleast_3d_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4236225Z test_schema_correctness_atleast_3d_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4236727Z test_schema_correctness_atleast_3d_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4237387Z test_schema_correctness_baddbmm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4237814Z test_schema_correctness_baddbmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4238388Z test_schema_correctness_baddbmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4238921Z test_schema_correctness_baddbmm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4239509Z test_schema_correctness_baddbmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4240047Z test_schema_correctness_baddbmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4240575Z test_schema_correctness_bernoulli_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4241086Z test_schema_correctness_bernoulli_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4241616Z test_schema_correctness_bernoulli_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4242133Z test_schema_correctness_bernoulli_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4242657Z test_schema_correctness_bfloat16_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.4243160Z test_schema_correctness_bfloat16_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4243683Z test_schema_correctness_bfloat16_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4244226Z test_schema_correctness_bfloat16_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4244741Z test_schema_correctness_bfloat16_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.4245265Z test_schema_correctness_bfloat16_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4245788Z test_schema_correctness_bfloat16_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4246302Z test_schema_correctness_bfloat16_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4246799Z test_schema_correctness_bfloat16_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4247312Z test_schema_correctness_bfloat16_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4247884Z test_schema_correctness_bfloat16_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4248392Z test_schema_correctness_bfloat16_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4248887Z test_schema_correctness_bfloat16_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4249392Z test_schema_correctness_bincount_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.4249900Z test_schema_correctness_bincount_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4250563Z test_schema_correctness_bincount_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4250905Z test_schema_correctness_bincount_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4251419Z test_schema_correctness_bincount_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4251938Z test_schema_correctness_bitwise_and_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4252447Z test_schema_correctness_bitwise_and_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4252964Z test_schema_correctness_bitwise_and_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4253473Z test_schema_correctness_bitwise_and_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4253989Z test_schema_correctness_bitwise_and_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4254486Z test_schema_correctness_bitwise_and_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4255065Z test_schema_correctness_bitwise_left_shift_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4255610Z test_schema_correctness_bitwise_left_shift_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4256143Z test_schema_correctness_bitwise_left_shift_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4256664Z test_schema_correctness_bitwise_left_shift_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4257204Z test_schema_correctness_bitwise_left_shift_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4257729Z test_schema_correctness_bitwise_not_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4258251Z test_schema_correctness_bitwise_not_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4258759Z test_schema_correctness_bitwise_not_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4259277Z test_schema_correctness_bitwise_not_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4259804Z test_schema_correctness_bitwise_not_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4260303Z test_schema_correctness_bitwise_not_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4260827Z test_schema_correctness_bitwise_or_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4261381Z test_schema_correctness_bitwise_or_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4261871Z test_schema_correctness_bitwise_or_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4262368Z test_schema_correctness_bitwise_or_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4262881Z test_schema_correctness_bitwise_or_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4263394Z test_schema_correctness_bitwise_or_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4263992Z test_schema_correctness_bitwise_right_shift_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4264521Z test_schema_correctness_bitwise_right_shift_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4265057Z test_schema_correctness_bitwise_right_shift_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4265596Z test_schema_correctness_bitwise_right_shift_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4266129Z test_schema_correctness_bitwise_right_shift_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4266644Z test_schema_correctness_bitwise_xor_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4267159Z test_schema_correctness_bitwise_xor_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4267674Z test_schema_correctness_bitwise_xor_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4268175Z test_schema_correctness_bitwise_xor_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4268697Z test_schema_correctness_bitwise_xor_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4269260Z test_schema_correctness_bitwise_xor_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4269786Z test_schema_correctness_block_diag_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4270304Z test_schema_correctness_block_diag_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4271249Z test_schema_correctness_block_diag_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4271815Z test_schema_correctness_block_diag_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4272355Z test_schema_correctness_block_diag_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4272866Z test_schema_correctness_block_diag_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4273395Z test_schema_correctness_block_diag_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4273919Z test_schema_correctness_block_diag_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4274440Z test_schema_correctness_block_diag_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4274938Z test_schema_correctness_block_diag_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4275453Z test_schema_correctness_block_diag_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4275977Z test_schema_correctness_block_diag_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4276475Z test_schema_correctness_block_diag_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4277001Z test_schema_correctness_bmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4277527Z test_schema_correctness_bmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4278040Z test_schema_correctness_bmm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4278530Z test_schema_correctness_bmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4279040Z test_schema_correctness_bmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4279558Z test_schema_correctness_bool_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4280168Z test_schema_correctness_bool_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4280668Z test_schema_correctness_bool_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.4281191Z test_schema_correctness_bool_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4281708Z test_schema_correctness_bool_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.4282211Z test_schema_correctness_bool_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4282730Z test_schema_correctness_bool_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4283233Z test_schema_correctness_bool_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4283736Z test_schema_correctness_bool_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4284227Z test_schema_correctness_bool_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4284721Z test_schema_correctness_bool_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4285219Z test_schema_correctness_bool_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4285720Z test_schema_correctness_bool_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4286236Z test_schema_correctness_broadcast_shapes_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4286787Z test_schema_correctness_broadcast_tensors_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4287394Z test_schema_correctness_broadcast_tensors_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4287949Z test_schema_correctness_broadcast_tensors_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4288517Z test_schema_correctness_broadcast_tensors_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4289075Z test_schema_correctness_broadcast_tensors_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4289624Z test_schema_correctness_broadcast_tensors_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4290160Z test_schema_correctness_broadcast_tensors_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4290707Z test_schema_correctness_broadcast_tensors_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4291251Z test_schema_correctness_broadcast_tensors_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4291793Z test_schema_correctness_broadcast_tensors_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4292325Z test_schema_correctness_broadcast_tensors_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4292868Z test_schema_correctness_broadcast_tensors_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4293410Z test_schema_correctness_broadcast_to_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4293947Z test_schema_correctness_broadcast_to_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4294466Z test_schema_correctness_broadcast_to_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4295015Z test_schema_correctness_broadcast_to_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4295558Z test_schema_correctness_broadcast_to_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4296182Z test_schema_correctness_broadcast_to_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4296694Z test_schema_correctness_broadcast_to_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4297230Z test_schema_correctness_broadcast_to_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4297810Z test_schema_correctness_broadcast_to_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4298311Z test_schema_correctness_broadcast_to_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4298833Z test_schema_correctness_broadcast_to_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4299401Z test_schema_correctness_broadcast_to_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4299928Z test_schema_correctness_bucketize_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.4300440Z test_schema_correctness_bucketize_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.4300955Z test_schema_correctness_bucketize_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.4301487Z test_schema_correctness_bucketize_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4302010Z test_schema_correctness_bucketize_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4302509Z test_schema_correctness_bucketize_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4303035Z test_schema_correctness_bucketize_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4303609Z test_schema_correctness_bucketize_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4304142Z test_schema_correctness_byte_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4304635Z test_schema_correctness_byte_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4305160Z test_schema_correctness_byte_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.4305686Z test_schema_correctness_byte_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.4306187Z test_schema_correctness_byte_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4306703Z test_schema_correctness_byte_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4307219Z test_schema_correctness_byte_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4307731Z test_schema_correctness_byte_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4308222Z test_schema_correctness_byte_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4308730Z test_schema_correctness_byte_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4309236Z test_schema_correctness_byte_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2022-12-01T10:58:21.4309745Z test_schema_correctness_byte_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-12-01T10:58:21.4310259Z test_schema_correctness_cartesian_prod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-12-01T10:58:21.4311169Z test_schema_correctness_cartesian_prod_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4311738Z test_schema_correctness_cartesian_prod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.4312278Z test_schema_correctness_cartesian_prod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4312930Z test_schema_correctness_cartesian_prod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4313472Z test_schema_correctness_cartesian_prod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.4314013Z test_schema_correctness_cartesian_prod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.4314537Z test_schema_correctness_cartesian_prod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4315080Z test_schema_correctness_cartesian_prod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4315621Z test_schema_correctness_cartesian_prod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.4316160Z test_schema_correctness_cartesian_prod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.4316677Z test_schema_correctness_cartesian_prod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.4317216Z test_schema_correctness_cat_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4317726Z test_schema_correctness_cat_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4318248Z test_schema_correctness_cat_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4318754Z test_schema_correctness_cat_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4319280Z test_schema_correctness_cat_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4319862Z test_schema_correctness_cat_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4320376Z test_schema_correctness_cat_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4320894Z test_schema_correctness_cat_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4321404Z test_schema_correctness_cat_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4321906Z test_schema_correctness_cat_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4322383Z test_schema_correctness_cat_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4322891Z test_schema_correctness_cat_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4323394Z test_schema_correctness_cat_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4323909Z test_schema_correctness_cdist_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.395s) 2022-12-01T10:58:21.4324411Z test_schema_correctness_cdist_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.392s) 2022-12-01T10:58:21.4324936Z test_schema_correctness_ceil_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4325448Z test_schema_correctness_ceil_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4325946Z test_schema_correctness_ceil_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4326462Z test_schema_correctness_ceil_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4326976Z test_schema_correctness_ceil_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4327486Z test_schema_correctness_ceil_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4327998Z test_schema_correctness_ceil_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4328503Z test_schema_correctness_ceil_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4329083Z test_schema_correctness_ceil_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4330393Z test_schema_correctness_chalf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:58:21.4331162Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:58:21.4331461Z ok (0.068s) 2022-12-01T10:58:21.4331844Z test_schema_correctness_chalf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2022-12-01T10:58:21.4332381Z test_schema_correctness_chalf_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-12-01T10:58:21.4332900Z test_schema_correctness_chalf_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4333436Z test_schema_correctness_chalf_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-12-01T10:58:21.4333965Z test_schema_correctness_chalf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2022-12-01T10:58:21.4334463Z test_schema_correctness_chalf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-12-01T10:58:21.4334975Z test_schema_correctness_chalf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2022-12-01T10:58:21.4335495Z test_schema_correctness_chalf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-12-01T10:58:21.4336013Z test_schema_correctness_chalf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-12-01T10:58:21.4336559Z test_schema_correctness_chalf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-12-01T10:58:21.4337091Z test_schema_correctness_chalf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-12-01T10:58:21.4337601Z test_schema_correctness_chalf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-12-01T10:58:21.4338116Z test_schema_correctness_char_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-12-01T10:58:21.4338612Z test_schema_correctness_char_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.4339140Z test_schema_correctness_char_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.4339665Z test_schema_correctness_char_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4340192Z test_schema_correctness_char_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.4340694Z test_schema_correctness_char_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4341215Z test_schema_correctness_char_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.4341730Z test_schema_correctness_char_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-12-01T10:58:21.4342217Z test_schema_correctness_char_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.4342721Z test_schema_correctness_char_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4343229Z test_schema_correctness_char_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.4343733Z test_schema_correctness_char_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.4344219Z test_schema_correctness_char_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-12-01T10:58:21.4345274Z test_schema_correctness_cholesky_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:58:21.4346004Z L = torch.cholesky(A) 2022-12-01T10:58:21.4346282Z should be replaced with 2022-12-01T10:58:21.4346582Z L = torch.linalg.cholesky(A) 2022-12-01T10:58:21.4346848Z and 2022-12-01T10:58:21.4347105Z U = torch.cholesky(A, upper=True) 2022-12-01T10:58:21.4347375Z should be replaced with 2022-12-01T10:58:21.4347671Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:58:21.4348244Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-12-01T10:58:21.4348758Z return self.op(*args, **kwargs) 2022-12-01T10:58:21.4349028Z ok (0.368s) 2022-12-01T10:58:21.4349432Z test_schema_correctness_cholesky_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4349978Z test_schema_correctness_cholesky_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4350759Z test_schema_correctness_cholesky_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.4351369Z test_schema_correctness_cholesky_inverse_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.225s) 2022-12-01T10:58:21.4351935Z test_schema_correctness_cholesky_inverse_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4352473Z test_schema_correctness_cholesky_inverse_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4353014Z test_schema_correctness_cholesky_inverse_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4353700Z test_schema_correctness_cholesky_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4354275Z test_schema_correctness_cholesky_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4354799Z test_schema_correctness_cholesky_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4355342Z test_schema_correctness_cholesky_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.4355875Z test_schema_correctness_chunk_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4356397Z test_schema_correctness_chunk_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4356901Z test_schema_correctness_chunk_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4357435Z test_schema_correctness_chunk_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4357959Z test_schema_correctness_chunk_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4358495Z test_schema_correctness_chunk_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4358997Z test_schema_correctness_chunk_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4359519Z test_schema_correctness_chunk_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4360029Z test_schema_correctness_chunk_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4360523Z test_schema_correctness_chunk_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4361034Z test_schema_correctness_chunk_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4361552Z test_schema_correctness_chunk_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4362065Z test_schema_correctness_chunk_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4362651Z test_schema_correctness_clamp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4363179Z test_schema_correctness_clamp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4363703Z test_schema_correctness_clamp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4364215Z test_schema_correctness_clamp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4364705Z test_schema_correctness_clamp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4365220Z test_schema_correctness_clamp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4365737Z test_schema_correctness_clamp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4366229Z test_schema_correctness_clamp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4366746Z test_schema_correctness_clamp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4367275Z test_schema_correctness_clamp_max_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4367809Z test_schema_correctness_clamp_max_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4368318Z test_schema_correctness_clamp_max_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4368851Z test_schema_correctness_clamp_max_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4369378Z test_schema_correctness_clamp_max_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4369967Z test_schema_correctness_clamp_max_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4370485Z test_schema_correctness_clamp_max_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4371009Z test_schema_correctness_clamp_max_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4371536Z test_schema_correctness_clamp_max_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4372059Z test_schema_correctness_clamp_max_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4372568Z test_schema_correctness_clamp_min_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4373097Z test_schema_correctness_clamp_min_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4373633Z test_schema_correctness_clamp_min_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4374145Z test_schema_correctness_clamp_min_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4374680Z test_schema_correctness_clamp_min_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4375206Z test_schema_correctness_clamp_min_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4375731Z test_schema_correctness_clamp_min_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4376226Z test_schema_correctness_clamp_min_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4376745Z test_schema_correctness_clamp_min_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4377264Z test_schema_correctness_clamp_min_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4377786Z test_schema_correctness_clone_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4378291Z test_schema_correctness_clone_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4378877Z test_schema_correctness_clone_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4379397Z test_schema_correctness_clone_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4379896Z test_schema_correctness_clone_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4380408Z test_schema_correctness_clone_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4384170Z test_schema_correctness_clone_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4384691Z test_schema_correctness_clone_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4385183Z test_schema_correctness_clone_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4385694Z test_schema_correctness_clone_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4386209Z test_schema_correctness_clone_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4386723Z test_schema_correctness_clone_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4387219Z test_schema_correctness_clone_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4387748Z test_schema_correctness_column_stack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4388394Z test_schema_correctness_column_stack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4388929Z test_schema_correctness_column_stack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4389518Z test_schema_correctness_column_stack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4390077Z test_schema_correctness_column_stack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4391045Z test_schema_correctness_column_stack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4391560Z test_schema_correctness_column_stack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4392088Z test_schema_correctness_column_stack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4392620Z test_schema_correctness_column_stack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4393142Z test_schema_correctness_column_stack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4393649Z test_schema_correctness_column_stack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4394171Z test_schema_correctness_column_stack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4394701Z test_schema_correctness_column_stack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4395228Z test_schema_correctness_combinations_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.516s) 2022-12-01T10:58:21.4395743Z test_schema_correctness_combinations_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.539s) 2022-12-01T10:58:21.4396302Z test_schema_correctness_combinations_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.579s) 2022-12-01T10:58:21.4396848Z test_schema_correctness_combinations_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.561s) 2022-12-01T10:58:21.4397441Z test_schema_correctness_combinations_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.508s) 2022-12-01T10:58:21.4397977Z test_schema_correctness_combinations_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.521s) 2022-12-01T10:58:21.4398622Z test_schema_correctness_combinations_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.526s) 2022-12-01T10:58:21.4399153Z test_schema_correctness_combinations_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.497s) 2022-12-01T10:58:21.4399689Z test_schema_correctness_combinations_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.498s) 2022-12-01T10:58:21.4400194Z test_schema_correctness_combinations_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.510s) 2022-12-01T10:58:21.4400731Z test_schema_correctness_combinations_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.548s) 2022-12-01T10:58:21.4401266Z test_schema_correctness_combinations_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.543s) 2022-12-01T10:58:21.4401777Z test_schema_correctness_complex_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4402313Z test_schema_correctness_complex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4402831Z test_schema_correctness_complex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4403353Z test_schema_correctness_conj_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4403848Z test_schema_correctness_conj_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4404365Z test_schema_correctness_conj_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4404894Z test_schema_correctness_conj_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4405408Z test_schema_correctness_conj_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4405973Z test_schema_correctness_conj_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4406505Z test_schema_correctness_conj_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4407015Z test_schema_correctness_conj_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4407507Z test_schema_correctness_conj_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4408007Z test_schema_correctness_conj_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4408513Z test_schema_correctness_conj_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4409023Z test_schema_correctness_conj_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4409512Z test_schema_correctness_conj_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4410046Z test_schema_correctness_conj_physical_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4410594Z test_schema_correctness_conj_physical_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4411146Z test_schema_correctness_conj_physical_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4411697Z test_schema_correctness_conj_physical_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4412218Z test_schema_correctness_conj_physical_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4412766Z test_schema_correctness_conj_physical_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4413311Z test_schema_correctness_conj_physical_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4413834Z test_schema_correctness_conj_physical_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4414369Z test_schema_correctness_conj_physical_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4414976Z test_schema_correctness_conj_physical_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4415478Z test_schema_correctness_conj_physical_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4416006Z test_schema_correctness_conj_physical_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4416546Z test_schema_correctness_conj_physical_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4417088Z test_schema_correctness_constant_pad_nd_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-12-01T10:58:21.4417607Z test_schema_correctness_constant_pad_nd_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-12-01T10:58:21.4418162Z test_schema_correctness_constant_pad_nd_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4418727Z test_schema_correctness_constant_pad_nd_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4419281Z test_schema_correctness_constant_pad_nd_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4419805Z test_schema_correctness_constant_pad_nd_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.4420334Z test_schema_correctness_constant_pad_nd_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.4420872Z test_schema_correctness_constant_pad_nd_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4421394Z test_schema_correctness_constant_pad_nd_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-12-01T10:58:21.4454963Z test_schema_correctness_constant_pad_nd_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-12-01T10:58:21.4455578Z test_schema_correctness_constant_pad_nd_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-12-01T10:58:21.4456125Z test_schema_correctness_constant_pad_nd_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-12-01T10:58:21.4456650Z test_schema_correctness_contiguous_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4457195Z test_schema_correctness_contiguous_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4457741Z test_schema_correctness_contiguous_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4458264Z test_schema_correctness_contiguous_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4458812Z test_schema_correctness_contiguous_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4459359Z test_schema_correctness_contiguous_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4459904Z test_schema_correctness_contiguous_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4460420Z test_schema_correctness_contiguous_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4460957Z test_schema_correctness_contiguous_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4461494Z test_schema_correctness_contiguous_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4462023Z test_schema_correctness_contiguous_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4462536Z test_schema_correctness_contiguous_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4463072Z test_schema_correctness_contiguous_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4463707Z test_schema_correctness_copysign_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4464244Z test_schema_correctness_copysign_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4464752Z test_schema_correctness_copysign_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4465272Z test_schema_correctness_copysign_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4465802Z test_schema_correctness_copysign_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4466313Z test_schema_correctness_copysign_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4466845Z test_schema_correctness_copysign_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4467377Z test_schema_correctness_copysign_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4467912Z test_schema_correctness_copysign_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4468413Z test_schema_correctness_copysign_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4468948Z test_schema_correctness_corrcoef_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.208s) 2022-12-01T10:58:21.4469511Z test_schema_correctness_corrcoef_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4470060Z test_schema_correctness_corrcoef_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4470973Z test_schema_correctness_corrcoef_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.213s) 2022-12-01T10:58:21.4471632Z test_schema_correctness_corrcoef_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.210s) 2022-12-01T10:58:21.4472167Z test_schema_correctness_corrcoef_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.203s) 2022-12-01T10:58:21.4472667Z test_schema_correctness_corrcoef_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.208s) 2022-12-01T10:58:21.4473181Z test_schema_correctness_corrcoef_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.207s) 2022-12-01T10:58:21.4473677Z test_schema_correctness_corrcoef_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.204s) 2022-12-01T10:58:21.4474202Z test_schema_correctness_corrcoef_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.207s) 2022-12-01T10:58:21.4474704Z test_schema_correctness_corrcoef_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.205s) 2022-12-01T10:58:21.4475231Z test_schema_correctness_cos_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4475747Z test_schema_correctness_cos_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4476267Z test_schema_correctness_cos_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4476874Z test_schema_correctness_cos_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4477292Z test_schema_correctness_cos_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4477809Z test_schema_correctness_cos_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4478318Z test_schema_correctness_cos_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4478809Z test_schema_correctness_cos_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4479319Z test_schema_correctness_cos_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4479831Z test_schema_correctness_cos_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4480398Z test_schema_correctness_cos_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4480906Z test_schema_correctness_cos_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4481408Z test_schema_correctness_cos_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4481918Z test_schema_correctness_cosh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4482409Z test_schema_correctness_cosh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4482930Z test_schema_correctness_cosh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4483458Z test_schema_correctness_cosh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4483988Z test_schema_correctness_cosh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4484495Z test_schema_correctness_cosh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4485011Z test_schema_correctness_cosh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4485504Z test_schema_correctness_cosh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4485990Z test_schema_correctness_cosh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4486500Z test_schema_correctness_cosh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4487007Z test_schema_correctness_cosh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4487514Z test_schema_correctness_cosh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4488161Z test_schema_correctness_cosh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4488614Z test_schema_correctness_count_nonzero_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4489152Z test_schema_correctness_count_nonzero_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.4489703Z test_schema_correctness_count_nonzero_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.4490238Z test_schema_correctness_count_nonzero_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-12-01T10:58:21.4490786Z test_schema_correctness_count_nonzero_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4491327Z test_schema_correctness_count_nonzero_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4491849Z test_schema_correctness_count_nonzero_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.4492389Z test_schema_correctness_count_nonzero_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4492926Z test_schema_correctness_count_nonzero_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4493447Z test_schema_correctness_count_nonzero_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4493955Z test_schema_correctness_count_nonzero_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4494485Z test_schema_correctness_count_nonzero_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4495013Z test_schema_correctness_cov_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.723s) 2022-12-01T10:58:21.4495559Z test_schema_correctness_cov_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4496097Z test_schema_correctness_cov_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4496730Z test_schema_correctness_cov_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.346s) 2022-12-01T10:58:21.4497243Z test_schema_correctness_cov_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.508s) 2022-12-01T10:58:21.4497798Z test_schema_correctness_cov_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.015s) 2022-12-01T10:58:21.4498282Z test_schema_correctness_cov_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.976s) 2022-12-01T10:58:21.4498791Z test_schema_correctness_cov_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.938s) 2022-12-01T10:58:21.4499539Z test_schema_correctness_cov_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.942s) 2022-12-01T10:58:21.4499837Z test_schema_correctness_cov_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.937s) 2022-12-01T10:58:21.4500474Z test_schema_correctness_cov_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.935s) 2022-12-01T10:58:21.4500872Z test_schema_correctness_cross_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4501400Z test_schema_correctness_cross_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4501906Z test_schema_correctness_cross_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4502419Z test_schema_correctness_cross_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4502924Z test_schema_correctness_cross_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4503433Z test_schema_correctness_cross_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4503978Z test_schema_correctness_cross_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4504512Z test_schema_correctness_cross_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4505031Z test_schema_correctness_cross_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4505523Z test_schema_correctness_cross_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4506042Z test_schema_correctness_cummax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4506564Z test_schema_correctness_cummax_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4507082Z test_schema_correctness_cummax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4507588Z test_schema_correctness_cummax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4508099Z test_schema_correctness_cummax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4508625Z test_schema_correctness_cummax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4509138Z test_schema_correctness_cummax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4509641Z test_schema_correctness_cummax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4510152Z test_schema_correctness_cummax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4511053Z test_schema_correctness_cummax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4511514Z test_schema_correctness_cummin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4512034Z test_schema_correctness_cummin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4512556Z test_schema_correctness_cummin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4513171Z test_schema_correctness_cummin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4513677Z test_schema_correctness_cummin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4514194Z test_schema_correctness_cummin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4514709Z test_schema_correctness_cummin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4515224Z test_schema_correctness_cummin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4515717Z test_schema_correctness_cummin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4516223Z test_schema_correctness_cummin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4516755Z test_schema_correctness_cumprod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4517300Z test_schema_correctness_cumprod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4517821Z test_schema_correctness_cumprod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4518354Z test_schema_correctness_cumprod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4518936Z test_schema_correctness_cumprod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4519390Z test_schema_correctness_cumprod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4519915Z test_schema_correctness_cumprod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4520516Z test_schema_correctness_cumprod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4521037Z test_schema_correctness_cumprod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4521535Z test_schema_correctness_cumprod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4522051Z test_schema_correctness_cumprod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4522574Z test_schema_correctness_cumsum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4523103Z test_schema_correctness_cumsum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4523617Z test_schema_correctness_cumsum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4524146Z test_schema_correctness_cumsum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4524673Z test_schema_correctness_cumsum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4525174Z test_schema_correctness_cumsum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4525697Z test_schema_correctness_cumsum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4526215Z test_schema_correctness_cumsum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4526728Z test_schema_correctness_cumsum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4527217Z test_schema_correctness_cumsum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4527733Z test_schema_correctness_cumsum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4528281Z test_schema_correctness_cumulative_trapezoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-12-01T10:58:21.4528859Z test_schema_correctness_cumulative_trapezoid_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2022-12-01T10:58:21.4529492Z test_schema_correctness_cumulative_trapezoid_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-12-01T10:58:21.4530067Z test_schema_correctness_cumulative_trapezoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-12-01T10:58:21.4530629Z test_schema_correctness_cumulative_trapezoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-12-01T10:58:21.4531194Z test_schema_correctness_cumulative_trapezoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-12-01T10:58:21.4531733Z test_schema_correctness_cumulative_trapezoid_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4532295Z test_schema_correctness_cumulative_trapezoid_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4532855Z test_schema_correctness_cumulative_trapezoid_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.4533393Z test_schema_correctness_cumulative_trapezoid_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.4533956Z test_schema_correctness_cumulative_trapezoid_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4534501Z test_schema_correctness_deg2rad_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4535024Z test_schema_correctness_deg2rad_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4535527Z test_schema_correctness_deg2rad_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4536062Z test_schema_correctness_deg2rad_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4536649Z test_schema_correctness_deg2rad_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4537188Z test_schema_correctness_deg2rad_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4537684Z test_schema_correctness_deg2rad_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4538201Z test_schema_correctness_deg2rad_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4538795Z test_schema_correctness_deg2rad_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4539007Z test_schema_correctness_deg2rad_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4539227Z test_schema_correctness_diag_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4539455Z test_schema_correctness_diag_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4539721Z test_schema_correctness_diag_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4539980Z test_schema_correctness_diag_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4540244Z test_schema_correctness_diag_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4540500Z test_schema_correctness_diag_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4540745Z test_schema_correctness_diag_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4540986Z test_schema_correctness_diag_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4541238Z test_schema_correctness_diag_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4541481Z test_schema_correctness_diag_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4541710Z test_schema_correctness_diag_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4541956Z test_schema_correctness_diag_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4542277Z test_schema_correctness_diag_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4542542Z test_schema_correctness_diag_embed_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4542800Z test_schema_correctness_diag_embed_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4543066Z test_schema_correctness_diag_embed_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.4543334Z test_schema_correctness_diag_embed_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4543600Z test_schema_correctness_diag_embed_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4543869Z test_schema_correctness_diag_embed_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4544110Z test_schema_correctness_diag_embed_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4544371Z test_schema_correctness_diag_embed_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4544628Z test_schema_correctness_diag_embed_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4544888Z test_schema_correctness_diag_embed_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4545147Z test_schema_correctness_diag_embed_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4545404Z test_schema_correctness_diag_embed_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4545712Z test_schema_correctness_diag_embed_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4545988Z test_schema_correctness_diagflat_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4546249Z test_schema_correctness_diagflat_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4546496Z test_schema_correctness_diagflat_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4546761Z test_schema_correctness_diagflat_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4547019Z test_schema_correctness_diagflat_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4547276Z test_schema_correctness_diagflat_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4547534Z test_schema_correctness_diagflat_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4547797Z test_schema_correctness_diagflat_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4548060Z test_schema_correctness_diagflat_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4548309Z test_schema_correctness_diagflat_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4548565Z test_schema_correctness_diagflat_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4548799Z test_schema_correctness_diagflat_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4549067Z test_schema_correctness_diagonal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4549326Z test_schema_correctness_diagonal_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4549678Z test_schema_correctness_diagonal_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4549932Z test_schema_correctness_diagonal_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4550276Z test_schema_correctness_diagonal_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4550826Z test_schema_correctness_diagonal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4551116Z test_schema_correctness_diagonal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4551356Z test_schema_correctness_diagonal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4551591Z test_schema_correctness_diagonal_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4551848Z test_schema_correctness_diagonal_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4552106Z test_schema_correctness_diagonal_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4552362Z test_schema_correctness_diagonal_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4552619Z test_schema_correctness_diagonal_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4552896Z test_schema_correctness_diagonal_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4553168Z test_schema_correctness_diagonal_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.4553437Z test_schema_correctness_diagonal_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4553708Z test_schema_correctness_diagonal_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4553957Z test_schema_correctness_diagonal_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4554314Z test_schema_correctness_diagonal_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.4554603Z test_schema_correctness_diagonal_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.4554876Z test_schema_correctness_diagonal_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.4555142Z test_schema_correctness_diagonal_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.4555402Z test_schema_correctness_diagonal_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.4555661Z test_schema_correctness_diff_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.505s) 2022-12-01T10:58:21.4555911Z test_schema_correctness_diff_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.482s) 2022-12-01T10:58:21.4556246Z test_schema_correctness_diff_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.553s) 2022-12-01T10:58:21.4556483Z test_schema_correctness_diff_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.553s) 2022-12-01T10:58:21.4556741Z test_schema_correctness_diff_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.505s) 2022-12-01T10:58:21.4556989Z test_schema_correctness_diff_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.505s) 2022-12-01T10:58:21.4557233Z test_schema_correctness_diff_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.503s) 2022-12-01T10:58:21.4557485Z test_schema_correctness_diff_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.488s) 2022-12-01T10:58:21.4557733Z test_schema_correctness_diff_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.488s) 2022-12-01T10:58:21.4557973Z test_schema_correctness_diff_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.490s) 2022-12-01T10:58:21.4558221Z test_schema_correctness_diff_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.488s) 2022-12-01T10:58:21.4558473Z test_schema_correctness_diff_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.490s) 2022-12-01T10:58:21.4558789Z test_schema_correctness_digamma_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4559049Z test_schema_correctness_digamma_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4559310Z test_schema_correctness_digamma_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4559572Z test_schema_correctness_digamma_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4559827Z test_schema_correctness_digamma_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4560074Z test_schema_correctness_digamma_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4560330Z test_schema_correctness_digamma_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4560589Z test_schema_correctness_digamma_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4560925Z test_schema_correctness_digamma_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4561149Z test_schema_correctness_dist_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-12-01T10:58:21.4561354Z test_schema_correctness_dist_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-12-01T10:58:21.4561645Z test_schema_correctness_dist_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-12-01T10:58:21.4561831Z test_schema_correctness_dist_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-12-01T10:58:21.4562082Z test_schema_correctness_dist_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-12-01T10:58:21.4562377Z test_schema_correctness_dist_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-12-01T10:58:21.4562666Z test_schema_correctness_div_floor_rounding_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4562940Z test_schema_correctness_div_floor_rounding_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4563207Z test_schema_correctness_div_floor_rounding_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4563445Z test_schema_correctness_div_floor_rounding_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4563714Z test_schema_correctness_div_floor_rounding_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4563986Z test_schema_correctness_div_floor_rounding_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4564258Z test_schema_correctness_div_floor_rounding_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4564532Z test_schema_correctness_div_floor_rounding_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4564802Z test_schema_correctness_div_floor_rounding_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4565078Z test_schema_correctness_div_no_rounding_mode_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4565350Z test_schema_correctness_div_no_rounding_mode_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4565633Z test_schema_correctness_div_no_rounding_mode_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4565913Z test_schema_correctness_div_no_rounding_mode_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4566163Z test_schema_correctness_div_no_rounding_mode_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4566506Z test_schema_correctness_div_no_rounding_mode_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4566778Z test_schema_correctness_div_no_rounding_mode_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4567044Z test_schema_correctness_div_no_rounding_mode_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4567316Z test_schema_correctness_div_no_rounding_mode_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4567577Z test_schema_correctness_div_no_rounding_mode_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4567835Z test_schema_correctness_div_no_rounding_mode_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4568102Z test_schema_correctness_div_no_rounding_mode_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4568372Z test_schema_correctness_div_no_rounding_mode_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4568628Z test_schema_correctness_div_trunc_rounding_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4568904Z test_schema_correctness_div_trunc_rounding_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4569167Z test_schema_correctness_div_trunc_rounding_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4569440Z test_schema_correctness_div_trunc_rounding_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4569710Z test_schema_correctness_div_trunc_rounding_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4570032Z test_schema_correctness_div_trunc_rounding_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4570310Z test_schema_correctness_div_trunc_rounding_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4570585Z test_schema_correctness_div_trunc_rounding_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4570854Z test_schema_correctness_div_trunc_rounding_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4571090Z test_schema_correctness_dot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4571367Z test_schema_correctness_dot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4571641Z test_schema_correctness_dot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4571893Z test_schema_correctness_dot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4572144Z test_schema_correctness_dot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4572394Z test_schema_correctness_dot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4572654Z test_schema_correctness_double_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4572907Z test_schema_correctness_double_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4573172Z test_schema_correctness_double_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4573413Z test_schema_correctness_double_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4573677Z test_schema_correctness_double_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4573936Z test_schema_correctness_double_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4574197Z test_schema_correctness_double_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4574515Z test_schema_correctness_double_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.4574768Z test_schema_correctness_double_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4575016Z test_schema_correctness_double_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4575266Z test_schema_correctness_double_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4575517Z test_schema_correctness_double_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4575742Z test_schema_correctness_double_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4576004Z test_schema_correctness_dsplit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4576258Z test_schema_correctness_dsplit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4576525Z test_schema_correctness_dsplit_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4576787Z test_schema_correctness_dsplit_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4577047Z test_schema_correctness_dsplit_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4577302Z test_schema_correctness_dsplit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4577559Z test_schema_correctness_dsplit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4577802Z test_schema_correctness_dsplit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4578081Z test_schema_correctness_dsplit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4578340Z test_schema_correctness_dsplit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4578584Z test_schema_correctness_dsplit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4578900Z test_schema_correctness_dsplit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4579154Z test_schema_correctness_dsplit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4579410Z test_schema_correctness_dstack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4579660Z test_schema_correctness_dstack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4579924Z test_schema_correctness_dstack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4580185Z test_schema_correctness_dstack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4580421Z test_schema_correctness_dstack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4580679Z test_schema_correctness_dstack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4580934Z test_schema_correctness_dstack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4581185Z test_schema_correctness_dstack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4581435Z test_schema_correctness_dstack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4581686Z test_schema_correctness_dstack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4581930Z test_schema_correctness_dstack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4582182Z test_schema_correctness_dstack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4582491Z test_schema_correctness_dstack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4582727Z test_schema_correctness_einsum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-12-01T10:58:21.4582989Z test_schema_correctness_einsum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-12-01T10:58:21.4583247Z test_schema_correctness_einsum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-12-01T10:58:21.4583502Z test_schema_correctness_einsum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-12-01T10:58:21.4583758Z test_schema_correctness_einsum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-12-01T10:58:21.4584013Z test_schema_correctness_einsum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-12-01T10:58:21.4584264Z test_schema_correctness_empty_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4584566Z test_schema_correctness_empty_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4584783Z test_schema_correctness_empty_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4585022Z test_schema_correctness_empty_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4585283Z test_schema_correctness_empty_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4585540Z test_schema_correctness_empty_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4585790Z test_schema_correctness_empty_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4586082Z test_schema_correctness_empty_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4586343Z test_schema_correctness_empty_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4586590Z test_schema_correctness_empty_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4586840Z test_schema_correctness_empty_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4587089Z test_schema_correctness_empty_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4587314Z test_schema_correctness_empty_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4587578Z test_schema_correctness_empty_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.4587834Z test_schema_correctness_empty_like_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.4588104Z test_schema_correctness_empty_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.4588371Z test_schema_correctness_empty_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4588774Z test_schema_correctness_empty_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.4588902Z test_schema_correctness_empty_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.4589164Z test_schema_correctness_empty_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.4589422Z test_schema_correctness_empty_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.4589656Z test_schema_correctness_empty_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.4589918Z test_schema_correctness_empty_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.4590179Z test_schema_correctness_empty_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.4590964Z test_schema_correctness_empty_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.4591267Z test_schema_correctness_empty_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.4591519Z test_schema_correctness_eq_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4591767Z test_schema_correctness_eq_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4592021Z test_schema_correctness_eq_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4592270Z test_schema_correctness_eq_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4592510Z test_schema_correctness_eq_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4592761Z test_schema_correctness_eq_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4593015Z test_schema_correctness_eq_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4593264Z test_schema_correctness_eq_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4593510Z test_schema_correctness_eq_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4593757Z test_schema_correctness_eq_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4593999Z test_schema_correctness_eq_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4594244Z test_schema_correctness_eq_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4594584Z test_schema_correctness_eq_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4594832Z test_schema_correctness_equal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4595086Z test_schema_correctness_equal_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4595349Z test_schema_correctness_equal_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4595610Z test_schema_correctness_equal_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4595865Z test_schema_correctness_equal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4596111Z test_schema_correctness_equal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4596364Z test_schema_correctness_equal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4596616Z test_schema_correctness_equal_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4596837Z test_schema_correctness_equal_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4597083Z test_schema_correctness_equal_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4597334Z test_schema_correctness_equal_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4597630Z test_schema_correctness_equal_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4597887Z test_schema_correctness_erf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4598134Z test_schema_correctness_erf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4598388Z test_schema_correctness_erf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4598633Z test_schema_correctness_erf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4598885Z test_schema_correctness_erf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4599188Z test_schema_correctness_erf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4599438Z test_schema_correctness_erf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4599685Z test_schema_correctness_erf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4599933Z test_schema_correctness_erf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4600176Z test_schema_correctness_erf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4600434Z test_schema_correctness_erfc_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4600686Z test_schema_correctness_erfc_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4600941Z test_schema_correctness_erfc_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4601199Z test_schema_correctness_erfc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4601433Z test_schema_correctness_erfc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4601683Z test_schema_correctness_erfc_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4601926Z test_schema_correctness_erfc_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4602166Z test_schema_correctness_erfc_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4602410Z test_schema_correctness_erfc_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4602708Z test_schema_correctness_erfc_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4602969Z test_schema_correctness_erfinv_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4603231Z test_schema_correctness_erfinv_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4603489Z test_schema_correctness_erfinv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4603724Z test_schema_correctness_erfinv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4603976Z test_schema_correctness_erfinv_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4604220Z test_schema_correctness_erfinv_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4604462Z test_schema_correctness_erfinv_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4604712Z test_schema_correctness_erfinv_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4604959Z test_schema_correctness_erfinv_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4605216Z test_schema_correctness_exp2_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4605464Z test_schema_correctness_exp2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4605719Z test_schema_correctness_exp2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4605946Z test_schema_correctness_exp2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4606189Z test_schema_correctness_exp2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4606444Z test_schema_correctness_exp2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4606691Z test_schema_correctness_exp2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4607005Z test_schema_correctness_exp2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4607251Z test_schema_correctness_exp2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4607500Z test_schema_correctness_exp2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4607756Z test_schema_correctness_exp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4608046Z test_schema_correctness_exp_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4608332Z test_schema_correctness_exp_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4608589Z test_schema_correctness_exp_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4608927Z test_schema_correctness_exp_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4609100Z test_schema_correctness_exp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4609343Z test_schema_correctness_exp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4609585Z test_schema_correctness_exp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4609830Z test_schema_correctness_exp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4610077Z test_schema_correctness_exp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4610301Z test_schema_correctness_exp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4610553Z test_schema_correctness_exp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4610843Z test_schema_correctness_exp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4611123Z test_schema_correctness_expand_as_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4611381Z test_schema_correctness_expand_as_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.4611652Z test_schema_correctness_expand_as_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4611919Z test_schema_correctness_expand_as_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4612178Z test_schema_correctness_expand_as_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4612440Z test_schema_correctness_expand_as_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4612681Z test_schema_correctness_expand_as_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4612941Z test_schema_correctness_expand_as_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.4613204Z test_schema_correctness_expand_as_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.4613462Z test_schema_correctness_expand_as_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.4613724Z test_schema_correctness_expand_as_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.4613977Z test_schema_correctness_expand_as_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.4614230Z test_schema_correctness_expand_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.4614483Z test_schema_correctness_expand_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.4614753Z test_schema_correctness_expand_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4614997Z test_schema_correctness_expand_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4615313Z test_schema_correctness_expand_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.4615562Z test_schema_correctness_expand_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.4615818Z test_schema_correctness_expand_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.4616077Z test_schema_correctness_expand_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4616327Z test_schema_correctness_expand_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4616571Z test_schema_correctness_expand_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4616826Z test_schema_correctness_expand_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4617086Z test_schema_correctness_expand_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4617318Z test_schema_correctness_expm1_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4617572Z test_schema_correctness_expm1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4617826Z test_schema_correctness_expm1_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4618080Z test_schema_correctness_expm1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4618327Z test_schema_correctness_expm1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4618574Z test_schema_correctness_expm1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4618869Z test_schema_correctness_expm1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4619126Z test_schema_correctness_expm1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4619377Z test_schema_correctness_expm1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4619607Z test_schema_correctness_expm1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4619864Z test_schema_correctness_eye_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.408s) 2022-12-01T10:58:21.4620112Z test_schema_correctness_eye_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.408s) 2022-12-01T10:58:21.4620369Z test_schema_correctness_eye_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.408s) 2022-12-01T10:58:21.4620623Z test_schema_correctness_eye_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.409s) 2022-12-01T10:58:21.4620875Z test_schema_correctness_eye_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.409s) 2022-12-01T10:58:21.4621126Z test_schema_correctness_eye_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.408s) 2022-12-01T10:58:21.4621364Z test_schema_correctness_eye_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.408s) 2022-12-01T10:58:21.4621609Z test_schema_correctness_eye_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.408s) 2022-12-01T10:58:21.4621836Z test_schema_correctness_eye_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.408s) 2022-12-01T10:58:21.4622081Z test_schema_correctness_eye_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.409s) 2022-12-01T10:58:21.4622325Z test_schema_correctness_eye_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.408s) 2022-12-01T10:58:21.4622569Z test_schema_correctness_eye_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.408s) 2022-12-01T10:58:21.4622826Z test_schema_correctness_fft_fft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.4623151Z test_schema_correctness_fft_fft2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4623448Z test_schema_correctness_fft_fft2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4623705Z test_schema_correctness_fft_fft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4623959Z test_schema_correctness_fft_fft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4624191Z test_schema_correctness_fft_fft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4624438Z test_schema_correctness_fft_fft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4624695Z test_schema_correctness_fft_fft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4624947Z test_schema_correctness_fft_fft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4625204Z test_schema_correctness_fft_fft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4625460Z test_schema_correctness_fft_fft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.4625722Z test_schema_correctness_fft_fft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4625986Z test_schema_correctness_fft_fft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4626246Z test_schema_correctness_fft_fft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4626485Z test_schema_correctness_fft_fft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4626787Z test_schema_correctness_fft_fft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4627051Z test_schema_correctness_fft_fft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4627299Z test_schema_correctness_fft_fft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4627551Z test_schema_correctness_fft_fft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4627798Z test_schema_correctness_fft_fft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4628042Z test_schema_correctness_fft_fftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4628306Z test_schema_correctness_fft_fftn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4628573Z test_schema_correctness_fft_fftn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4628812Z test_schema_correctness_fft_fftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4629074Z test_schema_correctness_fft_fftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4629326Z test_schema_correctness_fft_fftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4629572Z test_schema_correctness_fft_fftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4629823Z test_schema_correctness_fft_fftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4630078Z test_schema_correctness_fft_fftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4630331Z test_schema_correctness_fft_fftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4630837Z test_schema_correctness_fft_fftshift_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4631050Z test_schema_correctness_fft_fftshift_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4631384Z test_schema_correctness_fft_fftshift_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4631670Z test_schema_correctness_fft_fftshift_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4631953Z test_schema_correctness_fft_fftshift_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4632230Z test_schema_correctness_fft_fftshift_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4632512Z test_schema_correctness_fft_fftshift_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4632788Z test_schema_correctness_fft_fftshift_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4633063Z test_schema_correctness_fft_fftshift_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4633341Z test_schema_correctness_fft_fftshift_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4633620Z test_schema_correctness_fft_fftshift_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4633872Z test_schema_correctness_fft_fftshift_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4634144Z test_schema_correctness_fft_fftshift_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4634430Z test_schema_correctness_fft_hfft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4634730Z test_schema_correctness_fft_hfft2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4635094Z test_schema_correctness_fft_hfft2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4635397Z test_schema_correctness_fft_hfft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4635691Z test_schema_correctness_fft_hfft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4635979Z test_schema_correctness_fft_hfft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4636269Z test_schema_correctness_fft_hfft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4636605Z test_schema_correctness_fft_hfft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4636818Z test_schema_correctness_fft_hfft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4637109Z test_schema_correctness_fft_hfft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4637573Z test_schema_correctness_fft_hfft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4637678Z test_schema_correctness_fft_hfft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4637975Z test_schema_correctness_fft_hfft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4638246Z test_schema_correctness_fft_hfft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4638516Z test_schema_correctness_fft_hfft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-12-01T10:58:21.4638782Z test_schema_correctness_fft_hfft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4639048Z test_schema_correctness_fft_hfft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4639296Z test_schema_correctness_fft_hfft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4639627Z test_schema_correctness_fft_hfft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4639897Z test_schema_correctness_fft_hfft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4640185Z test_schema_correctness_fft_hfftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4640483Z test_schema_correctness_fft_hfftn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4640781Z test_schema_correctness_fft_hfftn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4641070Z test_schema_correctness_fft_hfftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4641360Z test_schema_correctness_fft_hfftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4641655Z test_schema_correctness_fft_hfftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4641919Z test_schema_correctness_fft_hfftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4642211Z test_schema_correctness_fft_hfftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4642494Z test_schema_correctness_fft_hfftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4642780Z test_schema_correctness_fft_hfftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4643048Z test_schema_correctness_fft_ifft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4643379Z test_schema_correctness_fft_ifft2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4643666Z test_schema_correctness_fft_ifft2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4643940Z test_schema_correctness_fft_ifft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4644211Z test_schema_correctness_fft_ifft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4644454Z test_schema_correctness_fft_ifft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4644721Z test_schema_correctness_fft_ifft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4644989Z test_schema_correctness_fft_ifft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4645258Z test_schema_correctness_fft_ifft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4645528Z test_schema_correctness_fft_ifft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4645797Z test_schema_correctness_fft_ifft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4646075Z test_schema_correctness_fft_ifft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4646352Z test_schema_correctness_fft_ifft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4646625Z test_schema_correctness_fft_ifft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4646872Z test_schema_correctness_fft_ifft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4647137Z test_schema_correctness_fft_ifft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4647403Z test_schema_correctness_fft_ifft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4647667Z test_schema_correctness_fft_ifft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4647991Z test_schema_correctness_fft_ifft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4648257Z test_schema_correctness_fft_ifft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4648522Z test_schema_correctness_fft_ifftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4648801Z test_schema_correctness_fft_ifftn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4649079Z test_schema_correctness_fft_ifftn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4649328Z test_schema_correctness_fft_ifftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.4649605Z test_schema_correctness_fft_ifftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.4649871Z test_schema_correctness_fft_ifftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4650142Z test_schema_correctness_fft_ifftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4650415Z test_schema_correctness_fft_ifftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4650682Z test_schema_correctness_fft_ifftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4650950Z test_schema_correctness_fft_ifftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4651233Z test_schema_correctness_fft_ifftshift_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4651512Z test_schema_correctness_fft_ifftshift_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4651828Z test_schema_correctness_fft_ifftshift_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4652123Z test_schema_correctness_fft_ifftshift_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4652405Z test_schema_correctness_fft_ifftshift_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4652687Z test_schema_correctness_fft_ifftshift_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4652966Z test_schema_correctness_fft_ifftshift_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4653241Z test_schema_correctness_fft_ifftshift_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4653518Z test_schema_correctness_fft_ifftshift_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4653796Z test_schema_correctness_fft_ifftshift_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4654079Z test_schema_correctness_fft_ifftshift_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4654333Z test_schema_correctness_fft_ifftshift_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4654607Z test_schema_correctness_fft_ifftshift_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4654874Z test_schema_correctness_fft_ihfft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4655146Z test_schema_correctness_fft_ihfft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.4655421Z test_schema_correctness_fft_ihfft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4655690Z test_schema_correctness_fft_ihfft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4655962Z test_schema_correctness_fft_ihfft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4656296Z test_schema_correctness_fft_ihfft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-12-01T10:58:21.4656607Z test_schema_correctness_fft_ihfft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-12-01T10:58:21.4656858Z test_schema_correctness_fft_ihfft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-12-01T10:58:21.4657128Z test_schema_correctness_fft_ihfft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4657400Z test_schema_correctness_fft_ihfft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4657674Z test_schema_correctness_fft_ihfft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4657947Z test_schema_correctness_fft_ihfft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4658215Z test_schema_correctness_fft_ihfft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4658486Z test_schema_correctness_fft_ihfft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4658757Z test_schema_correctness_fft_ihfft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4659031Z test_schema_correctness_fft_ihfft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4659278Z test_schema_correctness_fft_ihfftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4659555Z test_schema_correctness_fft_ihfftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4659831Z test_schema_correctness_fft_ihfftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4660152Z test_schema_correctness_fft_ihfftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4660435Z test_schema_correctness_fft_ihfftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4660701Z test_schema_correctness_fft_ihfftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4660970Z test_schema_correctness_fft_ihfftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4661245Z test_schema_correctness_fft_ihfftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4661517Z test_schema_correctness_fft_irfft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4661773Z test_schema_correctness_fft_irfft2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4662054Z test_schema_correctness_fft_irfft2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4662326Z test_schema_correctness_fft_irfft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4662605Z test_schema_correctness_fft_irfft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4662874Z test_schema_correctness_fft_irfft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4663142Z test_schema_correctness_fft_irfft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4663410Z test_schema_correctness_fft_irfft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4663679Z test_schema_correctness_fft_irfft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4663950Z test_schema_correctness_fft_irfft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4664201Z test_schema_correctness_fft_irfft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4664480Z test_schema_correctness_fft_irfft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4664829Z test_schema_correctness_fft_irfft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4665104Z test_schema_correctness_fft_irfft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4665376Z test_schema_correctness_fft_irfft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4665643Z test_schema_correctness_fft_irfft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4665914Z test_schema_correctness_fft_irfft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4666182Z test_schema_correctness_fft_irfft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4666453Z test_schema_correctness_fft_irfft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4666704Z test_schema_correctness_fft_irfft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4666976Z test_schema_correctness_fft_irfftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4667254Z test_schema_correctness_fft_irfftn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4667535Z test_schema_correctness_fft_irfftn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4667808Z test_schema_correctness_fft_irfftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.4668088Z test_schema_correctness_fft_irfftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.4668407Z test_schema_correctness_fft_irfftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4668687Z test_schema_correctness_fft_irfftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4668958Z test_schema_correctness_fft_irfftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4669205Z test_schema_correctness_fft_irfftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4669475Z test_schema_correctness_fft_irfftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4669745Z test_schema_correctness_fft_rfft2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4670015Z test_schema_correctness_fft_rfft2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4670290Z test_schema_correctness_fft_rfft2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4670878Z test_schema_correctness_fft_rfft2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4671239Z test_schema_correctness_fft_rfft2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4671505Z test_schema_correctness_fft_rfft2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4671762Z test_schema_correctness_fft_rfft2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4671998Z test_schema_correctness_fft_rfft2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4672304Z test_schema_correctness_fft_rfft_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4672563Z test_schema_correctness_fft_rfft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4672820Z test_schema_correctness_fft_rfft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4673077Z test_schema_correctness_fft_rfft_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4673442Z test_schema_correctness_fft_rfft_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4673686Z test_schema_correctness_fft_rfft_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4673937Z test_schema_correctness_fft_rfft_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4674192Z test_schema_correctness_fft_rfft_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4674421Z test_schema_correctness_fft_rfftn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.4674682Z test_schema_correctness_fft_rfftn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4674945Z test_schema_correctness_fft_rfftn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4675200Z test_schema_correctness_fft_rfftn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4675461Z test_schema_correctness_fft_rfftn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4675711Z test_schema_correctness_fft_rfftn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4675966Z test_schema_correctness_fft_rfftn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4676226Z test_schema_correctness_fft_rfftn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.4676483Z test_schema_correctness_fill_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4676711Z test_schema_correctness_fill_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4677050Z test_schema_correctness_fill_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4677323Z test_schema_correctness_fill_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4677583Z test_schema_correctness_fill_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4677844Z test_schema_correctness_fill_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4678090Z test_schema_correctness_fill_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4678341Z test_schema_correctness_fill_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4678591Z test_schema_correctness_fill_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4678833Z test_schema_correctness_fill_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4679051Z test_schema_correctness_fill_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4679299Z test_schema_correctness_fill_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4679547Z test_schema_correctness_fill_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4679806Z test_schema_correctness_flatten_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4680060Z test_schema_correctness_flatten_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4680324Z test_schema_correctness_flatten_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4680589Z test_schema_correctness_flatten_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4680849Z test_schema_correctness_flatten_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4681111Z test_schema_correctness_flatten_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4681406Z test_schema_correctness_flatten_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4681664Z test_schema_correctness_flatten_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4681919Z test_schema_correctness_flatten_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4682172Z test_schema_correctness_flatten_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4682422Z test_schema_correctness_flatten_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4682678Z test_schema_correctness_flatten_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4682931Z test_schema_correctness_flatten_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4683184Z test_schema_correctness_flip_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.4683441Z test_schema_correctness_flip_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.4683681Z test_schema_correctness_flip_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.4683941Z test_schema_correctness_flip_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.4684192Z test_schema_correctness_flip_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.4684437Z test_schema_correctness_flip_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.4684691Z test_schema_correctness_flip_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.4684985Z test_schema_correctness_flip_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.4685239Z test_schema_correctness_flip_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.4685482Z test_schema_correctness_flip_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.4685728Z test_schema_correctness_flip_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.4685952Z test_schema_correctness_flip_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.4686273Z test_schema_correctness_fliplr_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4686529Z test_schema_correctness_fliplr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4686795Z test_schema_correctness_fliplr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4687061Z test_schema_correctness_fliplr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4687317Z test_schema_correctness_fliplr_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4687577Z test_schema_correctness_fliplr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4687831Z test_schema_correctness_fliplr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4688090Z test_schema_correctness_fliplr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4688315Z test_schema_correctness_fliplr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4688567Z test_schema_correctness_fliplr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4688817Z test_schema_correctness_fliplr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4689069Z test_schema_correctness_fliplr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4689327Z test_schema_correctness_flipud_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4689642Z test_schema_correctness_flipud_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4689908Z test_schema_correctness_flipud_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4690173Z test_schema_correctness_flipud_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4690431Z test_schema_correctness_flipud_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4690718Z test_schema_correctness_flipud_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4690971Z test_schema_correctness_flipud_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4691221Z test_schema_correctness_flipud_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4691471Z test_schema_correctness_flipud_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4691714Z test_schema_correctness_flipud_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4691964Z test_schema_correctness_flipud_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4692206Z test_schema_correctness_flipud_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4692460Z test_schema_correctness_float_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4692710Z test_schema_correctness_float_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4692948Z test_schema_correctness_float_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4693254Z test_schema_correctness_float_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4693531Z test_schema_correctness_float_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4693787Z test_schema_correctness_float_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4694036Z test_schema_correctness_float_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.4694282Z test_schema_correctness_float_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4694530Z test_schema_correctness_float_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4694778Z test_schema_correctness_float_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4695034Z test_schema_correctness_float_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4695267Z test_schema_correctness_float_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4695519Z test_schema_correctness_float_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4695788Z test_schema_correctness_float_power_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-12-01T10:58:21.4696049Z test_schema_correctness_float_power_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4696321Z test_schema_correctness_float_power_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4696591Z test_schema_correctness_float_power_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.4696859Z test_schema_correctness_float_power_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4697126Z test_schema_correctness_float_power_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4697387Z test_schema_correctness_float_power_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4697732Z test_schema_correctness_float_power_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4697992Z test_schema_correctness_float_power_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4698250Z test_schema_correctness_float_power_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4698511Z test_schema_correctness_float_power_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4698767Z test_schema_correctness_float_power_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4699026Z test_schema_correctness_floor_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4699282Z test_schema_correctness_floor_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4699532Z test_schema_correctness_floor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4699780Z test_schema_correctness_floor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4700008Z test_schema_correctness_floor_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4700258Z test_schema_correctness_floor_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4700503Z test_schema_correctness_floor_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4700754Z test_schema_correctness_floor_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4700999Z test_schema_correctness_floor_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4701318Z test_schema_correctness_floor_divide_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4701601Z test_schema_correctness_floor_divide_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4701864Z test_schema_correctness_floor_divide_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4702164Z test_schema_correctness_floor_divide_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4702364Z test_schema_correctness_floor_divide_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4702624Z test_schema_correctness_floor_divide_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4703073Z test_schema_correctness_floor_divide_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4703141Z test_schema_correctness_floor_divide_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4703405Z test_schema_correctness_floor_divide_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4703668Z test_schema_correctness_fmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4703917Z test_schema_correctness_fmax_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4704174Z test_schema_correctness_fmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4704428Z test_schema_correctness_fmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4704653Z test_schema_correctness_fmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4704902Z test_schema_correctness_fmax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4705157Z test_schema_correctness_fmax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4705458Z test_schema_correctness_fmax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4705705Z test_schema_correctness_fmax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4705955Z test_schema_correctness_fmax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4706210Z test_schema_correctness_fmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4706456Z test_schema_correctness_fmin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4706686Z test_schema_correctness_fmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4706933Z test_schema_correctness_fmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4707178Z test_schema_correctness_fmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4707433Z test_schema_correctness_fmin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4707679Z test_schema_correctness_fmin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4707919Z test_schema_correctness_fmin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4708163Z test_schema_correctness_fmin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4708410Z test_schema_correctness_fmin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4708667Z test_schema_correctness_fmod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4708901Z test_schema_correctness_fmod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4709204Z test_schema_correctness_fmod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4709462Z test_schema_correctness_fmod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4709707Z test_schema_correctness_fmod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4709954Z test_schema_correctness_fmod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4710199Z test_schema_correctness_fmod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4710581Z test_schema_correctness_fmod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4710929Z test_schema_correctness_fmod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4711139Z test_schema_correctness_frac_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4711345Z test_schema_correctness_frac_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4711600Z test_schema_correctness_frac_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4711851Z test_schema_correctness_frac_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4712106Z test_schema_correctness_frexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4712353Z test_schema_correctness_frexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4712597Z test_schema_correctness_frexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4712861Z test_schema_correctness_full_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.4713117Z test_schema_correctness_full_like_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.4713389Z test_schema_correctness_full_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.4713717Z test_schema_correctness_full_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.4713979Z test_schema_correctness_full_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.4714241Z test_schema_correctness_full_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.4714495Z test_schema_correctness_full_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.4714814Z test_schema_correctness_full_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.4715008Z test_schema_correctness_full_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.4715303Z test_schema_correctness_full_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.4715534Z test_schema_correctness_full_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.4715802Z test_schema_correctness_full_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.4716148Z test_schema_correctness_gather_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4716415Z test_schema_correctness_gather_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4716680Z test_schema_correctness_gather_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4716946Z test_schema_correctness_gather_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4717194Z test_schema_correctness_gather_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4717461Z test_schema_correctness_gather_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4717735Z test_schema_correctness_gather_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4717992Z test_schema_correctness_gather_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4718236Z test_schema_correctness_gather_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4718467Z test_schema_correctness_gather_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4718718Z test_schema_correctness_gather_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4718964Z test_schema_correctness_gather_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4719211Z test_schema_correctness_gcd_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4719460Z test_schema_correctness_gcd_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4719711Z test_schema_correctness_gcd_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4719956Z test_schema_correctness_gcd_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4720203Z test_schema_correctness_gcd_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4720456Z test_schema_correctness_ge_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4720682Z test_schema_correctness_ge_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4720931Z test_schema_correctness_ge_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4721176Z test_schema_correctness_ge_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4721421Z test_schema_correctness_ge_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4721746Z test_schema_correctness_ge_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4721990Z test_schema_correctness_ge_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4722230Z test_schema_correctness_ge_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4722472Z test_schema_correctness_ge_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4722692Z test_schema_correctness_ge_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4722947Z test_schema_correctness_geqrf_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-12-01T10:58:21.4723201Z test_schema_correctness_geqrf_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.4723454Z test_schema_correctness_geqrf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.4723703Z test_schema_correctness_geqrf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-12-01T10:58:21.4723960Z test_schema_correctness_gradient_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.362s) 2022-12-01T10:58:21.4724222Z test_schema_correctness_gradient_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.394s) 2022-12-01T10:58:21.4724481Z test_schema_correctness_gradient_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.394s) 2022-12-01T10:58:21.4724737Z test_schema_correctness_gradient_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.362s) 2022-12-01T10:58:21.4724977Z test_schema_correctness_gradient_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.363s) 2022-12-01T10:58:21.4725281Z test_schema_correctness_gradient_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.362s) 2022-12-01T10:58:21.4725542Z test_schema_correctness_gradient_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.359s) 2022-12-01T10:58:21.4725797Z test_schema_correctness_gradient_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.359s) 2022-12-01T10:58:21.4726040Z test_schema_correctness_gradient_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.359s) 2022-12-01T10:58:21.4726291Z test_schema_correctness_gradient_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.359s) 2022-12-01T10:58:21.4726537Z test_schema_correctness_gt_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4726778Z test_schema_correctness_gt_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4727024Z test_schema_correctness_gt_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4727255Z test_schema_correctness_gt_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4727493Z test_schema_correctness_gt_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4727736Z test_schema_correctness_gt_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4727977Z test_schema_correctness_gt_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4728216Z test_schema_correctness_gt_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4728455Z test_schema_correctness_gt_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4728690Z test_schema_correctness_gt_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4728940Z test_schema_correctness_half_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4729187Z test_schema_correctness_half_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4729428Z test_schema_correctness_half_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.4729735Z test_schema_correctness_half_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4729981Z test_schema_correctness_half_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.4730224Z test_schema_correctness_half_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4730462Z test_schema_correctness_half_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4730703Z test_schema_correctness_half_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4730946Z test_schema_correctness_half_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4731187Z test_schema_correctness_half_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4731429Z test_schema_correctness_half_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4731659Z test_schema_correctness_half_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4731918Z test_schema_correctness_heaviside_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4732169Z test_schema_correctness_heaviside_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4732428Z test_schema_correctness_heaviside_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4732687Z test_schema_correctness_heaviside_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4732940Z test_schema_correctness_heaviside_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4733244Z test_schema_correctness_heaviside_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4733506Z test_schema_correctness_heaviside_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4733759Z test_schema_correctness_heaviside_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4733995Z test_schema_correctness_heaviside_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4734249Z test_schema_correctness_heaviside_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4734499Z test_schema_correctness_histc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-12-01T10:58:21.4734750Z test_schema_correctness_histc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-12-01T10:58:21.4734993Z test_schema_correctness_histc_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2022-12-01T10:58:21.4735232Z test_schema_correctness_histc_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.079s) 2022-12-01T10:58:21.4735469Z test_schema_correctness_histc_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2022-12-01T10:58:21.4735710Z test_schema_correctness_histc_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.079s) 2022-12-01T10:58:21.4735964Z test_schema_correctness_hsplit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4736188Z test_schema_correctness_hsplit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4736449Z test_schema_correctness_hsplit_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4736740Z test_schema_correctness_hsplit_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4736957Z test_schema_correctness_hsplit_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4737213Z test_schema_correctness_hsplit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4737524Z test_schema_correctness_hsplit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4737776Z test_schema_correctness_hsplit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4738024Z test_schema_correctness_hsplit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4738274Z test_schema_correctness_hsplit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4738499Z test_schema_correctness_hsplit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4738743Z test_schema_correctness_hsplit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4738987Z test_schema_correctness_hsplit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4739240Z test_schema_correctness_hstack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4739483Z test_schema_correctness_hstack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4739735Z test_schema_correctness_hstack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4739987Z test_schema_correctness_hstack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4740242Z test_schema_correctness_hstack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4740495Z test_schema_correctness_hstack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4740723Z test_schema_correctness_hstack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4741020Z test_schema_correctness_hstack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4741276Z test_schema_correctness_hstack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4741518Z test_schema_correctness_hstack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4741755Z test_schema_correctness_hstack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4741998Z test_schema_correctness_hstack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4742242Z test_schema_correctness_hstack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4742494Z test_schema_correctness_hypot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4742728Z test_schema_correctness_hypot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4742975Z test_schema_correctness_hypot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4743229Z test_schema_correctness_hypot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4743469Z test_schema_correctness_i0_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4743709Z test_schema_correctness_i0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4743953Z test_schema_correctness_i0_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4744190Z test_schema_correctness_i0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4744429Z test_schema_correctness_i0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4744669Z test_schema_correctness_i0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4744896Z test_schema_correctness_i0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4745138Z test_schema_correctness_i0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4745441Z test_schema_correctness_i0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4745678Z test_schema_correctness_i0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4745931Z test_schema_correctness_igamma_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4746181Z test_schema_correctness_igamma_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4746435Z test_schema_correctness_igammac_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4746690Z test_schema_correctness_igammac_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4746940Z test_schema_correctness_imag_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4747174Z test_schema_correctness_imag_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4747424Z test_schema_correctness_imag_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4747682Z test_schema_correctness_index_add_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4747925Z test_schema_correctness_index_add_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4748187Z test_schema_correctness_index_add_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.4748448Z test_schema_correctness_index_add_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4748706Z test_schema_correctness_index_add_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.4749010Z test_schema_correctness_index_add_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4749283Z test_schema_correctness_index_add_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4749518Z test_schema_correctness_index_add_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4749770Z test_schema_correctness_index_add_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4750024Z test_schema_correctness_index_add_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4750276Z test_schema_correctness_index_add_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4750837Z test_schema_correctness_index_add_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4751171Z test_schema_correctness_index_add_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4751436Z test_schema_correctness_index_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4751691Z test_schema_correctness_index_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4751957Z test_schema_correctness_index_copy_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4752206Z test_schema_correctness_index_copy_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4752466Z test_schema_correctness_index_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4752722Z test_schema_correctness_index_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4752973Z test_schema_correctness_index_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4753231Z test_schema_correctness_index_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4753577Z test_schema_correctness_index_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4753830Z test_schema_correctness_index_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4754080Z test_schema_correctness_index_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4754333Z test_schema_correctness_index_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4754571Z test_schema_correctness_index_fill_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4754831Z test_schema_correctness_index_fill_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4755095Z test_schema_correctness_index_fill_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4755354Z test_schema_correctness_index_fill_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4755797Z test_schema_correctness_index_fill_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4755865Z test_schema_correctness_index_fill_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4756117Z test_schema_correctness_index_fill_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4756367Z test_schema_correctness_index_fill_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4756617Z test_schema_correctness_index_fill_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4756851Z test_schema_correctness_index_fill_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4757165Z test_schema_correctness_index_fill_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4757435Z test_schema_correctness_index_fill_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4757694Z test_schema_correctness_index_put_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4757946Z test_schema_correctness_index_put_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4758204Z test_schema_correctness_index_put_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4758460Z test_schema_correctness_index_put_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4758720Z test_schema_correctness_index_put_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4758981Z test_schema_correctness_index_put_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4759221Z test_schema_correctness_index_put_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4759480Z test_schema_correctness_index_put_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4759727Z test_schema_correctness_index_put_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4759972Z test_schema_correctness_index_put_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4760221Z test_schema_correctness_index_put_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4760472Z test_schema_correctness_index_put_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4760727Z test_schema_correctness_index_put_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4761760Z test_schema_correctness_index_reduce_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu:1042.) 2022-12-01T10:58:21.4761954Z return self.op(*args, **kwargs) 2022-12-01T10:58:21.4762057Z ok (0.058s) 2022-12-01T10:58:21.4762305Z test_schema_correctness_index_reduce_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4762565Z test_schema_correctness_index_reduce_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.4762817Z test_schema_correctness_index_reduce_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4763072Z test_schema_correctness_index_reduce_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-12-01T10:58:21.4763331Z test_schema_correctness_index_reduce_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-12-01T10:58:21.4763590Z test_schema_correctness_index_reduce_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-12-01T10:58:21.4763847Z test_schema_correctness_index_reduce_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4764102Z test_schema_correctness_index_reduce_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4764364Z test_schema_correctness_index_select_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4764599Z test_schema_correctness_index_select_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4764868Z test_schema_correctness_index_select_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4765186Z test_schema_correctness_index_select_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4765458Z test_schema_correctness_index_select_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4765720Z test_schema_correctness_index_select_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4765977Z test_schema_correctness_index_select_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4766226Z test_schema_correctness_index_select_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4766477Z test_schema_correctness_index_select_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4766727Z test_schema_correctness_index_select_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4766962Z test_schema_correctness_index_select_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4767213Z test_schema_correctness_index_select_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4767464Z test_schema_correctness_index_select_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4767713Z test_schema_correctness_inner_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.063s) 2022-12-01T10:58:21.4767970Z test_schema_correctness_inner_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-12-01T10:58:21.4768225Z test_schema_correctness_inner_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.063s) 2022-12-01T10:58:21.4768476Z test_schema_correctness_inner_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2022-12-01T10:58:21.4768724Z test_schema_correctness_inner_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2022-12-01T10:58:21.4768964Z test_schema_correctness_inner_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2022-12-01T10:58:21.4769199Z test_schema_correctness_int_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4769499Z test_schema_correctness_int_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4769749Z test_schema_correctness_int_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4769999Z test_schema_correctness_int_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4770244Z test_schema_correctness_int_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4770655Z test_schema_correctness_int_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4770728Z test_schema_correctness_int_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4770970Z test_schema_correctness_int_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4771216Z test_schema_correctness_int_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4771445Z test_schema_correctness_int_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4771686Z test_schema_correctness_int_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4771929Z test_schema_correctness_int_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4772186Z test_schema_correctness_isclose_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.162s) 2022-12-01T10:58:21.4772436Z test_schema_correctness_isclose_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.177s) 2022-12-01T10:58:21.4772696Z test_schema_correctness_isclose_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.171s) 2022-12-01T10:58:21.4773006Z test_schema_correctness_isclose_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.171s) 2022-12-01T10:58:21.4773260Z test_schema_correctness_isclose_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.162s) 2022-12-01T10:58:21.4773526Z test_schema_correctness_isclose_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.162s) 2022-12-01T10:58:21.4773777Z test_schema_correctness_isclose_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.162s) 2022-12-01T10:58:21.4774027Z test_schema_correctness_isclose_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.163s) 2022-12-01T10:58:21.4774268Z test_schema_correctness_isclose_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.162s) 2022-12-01T10:58:21.4774513Z test_schema_correctness_isclose_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.162s) 2022-12-01T10:58:21.4774760Z test_schema_correctness_isclose_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.161s) 2022-12-01T10:58:21.4774991Z test_schema_correctness_isclose_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.161s) 2022-12-01T10:58:21.4775246Z test_schema_correctness_isfinite_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4775496Z test_schema_correctness_isfinite_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.4775756Z test_schema_correctness_isfinite_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4776015Z test_schema_correctness_isfinite_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4776274Z test_schema_correctness_isfinite_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4776529Z test_schema_correctness_isfinite_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4776780Z test_schema_correctness_isfinite_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4777040Z test_schema_correctness_isfinite_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4777346Z test_schema_correctness_isfinite_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.4777596Z test_schema_correctness_isfinite_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.4777843Z test_schema_correctness_isfinite_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.4778090Z test_schema_correctness_isfinite_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.4778334Z test_schema_correctness_isfinite_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.4778583Z test_schema_correctness_isin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4778822Z test_schema_correctness_isin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4779062Z test_schema_correctness_isin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4779310Z test_schema_correctness_isin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4779530Z test_schema_correctness_isin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4779762Z test_schema_correctness_isin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4780007Z test_schema_correctness_isin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4780249Z test_schema_correctness_isin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4780497Z test_schema_correctness_isinf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4780737Z test_schema_correctness_isinf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4781041Z test_schema_correctness_isinf_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4781312Z test_schema_correctness_isinf_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4781551Z test_schema_correctness_isinf_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4781801Z test_schema_correctness_isinf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4782043Z test_schema_correctness_isinf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4782280Z test_schema_correctness_isinf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4782523Z test_schema_correctness_isinf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4782763Z test_schema_correctness_isinf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4783006Z test_schema_correctness_isinf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4783252Z test_schema_correctness_isinf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4783495Z test_schema_correctness_isinf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4783731Z test_schema_correctness_isnan_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4783977Z test_schema_correctness_isnan_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4784228Z test_schema_correctness_isnan_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4784480Z test_schema_correctness_isnan_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4784732Z test_schema_correctness_isnan_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4784979Z test_schema_correctness_isnan_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4785277Z test_schema_correctness_isnan_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4785517Z test_schema_correctness_isnan_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4785753Z test_schema_correctness_isnan_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4785968Z test_schema_correctness_isnan_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4786207Z test_schema_correctness_isnan_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4786442Z test_schema_correctness_isnan_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4786774Z test_schema_correctness_isneginf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4786952Z test_schema_correctness_isneginf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4787210Z test_schema_correctness_isneginf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4787679Z test_schema_correctness_isneginf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4787716Z test_schema_correctness_isneginf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4787965Z test_schema_correctness_isneginf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4788197Z test_schema_correctness_isneginf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4788444Z test_schema_correctness_isneginf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4788742Z test_schema_correctness_isneginf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4789012Z test_schema_correctness_isneginf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4789269Z test_schema_correctness_isposinf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4789520Z test_schema_correctness_isposinf_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4789771Z test_schema_correctness_isposinf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4790026Z test_schema_correctness_isposinf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4790276Z test_schema_correctness_isposinf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4790877Z test_schema_correctness_isposinf_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4791005Z test_schema_correctness_isposinf_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4791225Z test_schema_correctness_isposinf_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4791475Z test_schema_correctness_isposinf_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4791725Z test_schema_correctness_isposinf_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4791978Z test_schema_correctness_isreal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.4792223Z test_schema_correctness_isreal_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.4792477Z test_schema_correctness_isreal_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4792734Z test_schema_correctness_isreal_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4792971Z test_schema_correctness_isreal_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4793309Z test_schema_correctness_isreal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.4793558Z test_schema_correctness_isreal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.4793806Z test_schema_correctness_isreal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.4794055Z test_schema_correctness_isreal_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.4794296Z test_schema_correctness_isreal_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.4794545Z test_schema_correctness_isreal_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.4794791Z test_schema_correctness_isreal_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.4795035Z test_schema_correctness_isreal_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.4795277Z test_schema_correctness_istft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.466s) 2022-12-01T10:58:21.4795532Z test_schema_correctness_istft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.468s) 2022-12-01T10:58:21.4796553Z test_schema_correctness_istft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-12-01T10:58:21.4796688Z return self.op(*args, **kwargs) 2022-12-01T10:58:21.4796790Z ok (0.457s) 2022-12-01T10:58:21.4797114Z test_schema_correctness_istft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.458s) 2022-12-01T10:58:21.4797413Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.172s) 2022-12-01T10:58:21.4797734Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.170s) 2022-12-01T10:58:21.4798022Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.174s) 2022-12-01T10:58:21.4798308Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.175s) 2022-12-01T10:58:21.4798571Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.171s) 2022-12-01T10:58:21.4798853Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.172s) 2022-12-01T10:58:21.4799175Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.171s) 2022-12-01T10:58:21.4799462Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.170s) 2022-12-01T10:58:21.4799738Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.170s) 2022-12-01T10:58:21.4800012Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.170s) 2022-12-01T10:58:21.4800285Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.170s) 2022-12-01T10:58:21.4800559Z test_schema_correctness_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.170s) 2022-12-01T10:58:21.4800853Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.091s) 2022-12-01T10:58:21.4801136Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-12-01T10:58:21.4801480Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.095s) 2022-12-01T10:58:21.4801776Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.095s) 2022-12-01T10:58:21.4802064Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.090s) 2022-12-01T10:58:21.4802353Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.090s) 2022-12-01T10:58:21.4802637Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.090s) 2022-12-01T10:58:21.4803123Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-12-01T10:58:21.4803215Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-12-01T10:58:21.4803498Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-12-01T10:58:21.4803781Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-12-01T10:58:21.4804061Z test_schema_correctness_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-12-01T10:58:21.4804314Z test_schema_correctness_jiterator_binary_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.094s) 2022-12-01T10:58:21.4804625Z test_schema_correctness_jiterator_binary_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-12-01T10:58:21.4804909Z test_schema_correctness_jiterator_binary_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.092s) 2022-12-01T10:58:21.4805183Z test_schema_correctness_jiterator_binary_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.092s) 2022-12-01T10:58:21.4805450Z test_schema_correctness_jiterator_binary_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-12-01T10:58:21.4805718Z test_schema_correctness_jiterator_binary_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-12-01T10:58:21.4805983Z test_schema_correctness_jiterator_binary_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-12-01T10:58:21.4806242Z test_schema_correctness_jiterator_binary_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-12-01T10:58:21.4806503Z test_schema_correctness_jiterator_binary_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-12-01T10:58:21.4806750Z test_schema_correctness_jiterator_binary_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-12-01T10:58:21.4807024Z test_schema_correctness_jiterator_binary_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-12-01T10:58:21.4807280Z test_schema_correctness_jiterator_binary_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-12-01T10:58:21.4807563Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.089s) 2022-12-01T10:58:21.4807842Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-12-01T10:58:21.4808132Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.092s) 2022-12-01T10:58:21.4808422Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.092s) 2022-12-01T10:58:21.4808704Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-12-01T10:58:21.4809048Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-12-01T10:58:21.4809334Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-12-01T10:58:21.4809598Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-12-01T10:58:21.4809876Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-12-01T10:58:21.4810148Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-12-01T10:58:21.4810428Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-12-01T10:58:21.4810715Z test_schema_correctness_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.087s) 2022-12-01T10:58:21.4810979Z test_schema_correctness_jiterator_unary_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4811242Z test_schema_correctness_jiterator_unary_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4811512Z test_schema_correctness_jiterator_unary_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-12-01T10:58:21.4811782Z test_schema_correctness_jiterator_unary_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-12-01T10:58:21.4812048Z test_schema_correctness_jiterator_unary_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4812348Z test_schema_correctness_jiterator_unary_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4812623Z test_schema_correctness_jiterator_unary_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4812885Z test_schema_correctness_jiterator_unary_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4813145Z test_schema_correctness_jiterator_unary_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4813397Z test_schema_correctness_jiterator_unary_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4813658Z test_schema_correctness_jiterator_unary_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4813910Z test_schema_correctness_jiterator_unary_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.4814160Z test_schema_correctness_kron_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4814408Z test_schema_correctness_kron_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4814653Z test_schema_correctness_kron_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4814907Z test_schema_correctness_kron_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4815158Z test_schema_correctness_kron_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4815404Z test_schema_correctness_kron_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4815642Z test_schema_correctness_kron_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4815884Z test_schema_correctness_kron_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4816121Z test_schema_correctness_kron_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4816368Z test_schema_correctness_kron_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4816691Z test_schema_correctness_kron_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4816920Z test_schema_correctness_kron_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4817175Z test_schema_correctness_kthvalue_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4817430Z test_schema_correctness_kthvalue_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4817687Z test_schema_correctness_kthvalue_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4817934Z test_schema_correctness_kthvalue_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4818186Z test_schema_correctness_kthvalue_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4818437Z test_schema_correctness_kthvalue_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4818694Z test_schema_correctness_kthvalue_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4819091Z test_schema_correctness_kthvalue_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4819174Z test_schema_correctness_lcm_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4819414Z test_schema_correctness_lcm_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4819656Z test_schema_correctness_lcm_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4819900Z test_schema_correctness_lcm_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4820184Z test_schema_correctness_lcm_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4820449Z test_schema_correctness_ldexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4820702Z test_schema_correctness_ldexp_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4820961Z test_schema_correctness_ldexp_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4821201Z test_schema_correctness_ldexp_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4821453Z test_schema_correctness_ldexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4821702Z test_schema_correctness_ldexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4821945Z test_schema_correctness_ldexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4822193Z test_schema_correctness_ldexp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4822431Z test_schema_correctness_ldexp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4822681Z test_schema_correctness_ldexp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4822925Z test_schema_correctness_ldexp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4823166Z test_schema_correctness_ldexp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4823386Z test_schema_correctness_le_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4823626Z test_schema_correctness_le_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4823868Z test_schema_correctness_le_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4824107Z test_schema_correctness_le_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4824340Z test_schema_correctness_le_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4824639Z test_schema_correctness_le_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4824881Z test_schema_correctness_le_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4825123Z test_schema_correctness_le_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4825362Z test_schema_correctness_le_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4825585Z test_schema_correctness_le_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4825834Z test_schema_correctness_lerp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4826090Z test_schema_correctness_lerp_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-12-01T10:58:21.4826344Z test_schema_correctness_lerp_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-12-01T10:58:21.4826598Z test_schema_correctness_lerp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4826842Z test_schema_correctness_lerp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4827081Z test_schema_correctness_lerp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.4827329Z test_schema_correctness_lgamma_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4827582Z test_schema_correctness_lgamma_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4827817Z test_schema_correctness_lgamma_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4828120Z test_schema_correctness_lgamma_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4828388Z test_schema_correctness_lgamma_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4828631Z test_schema_correctness_lgamma_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4828877Z test_schema_correctness_lgamma_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4829122Z test_schema_correctness_lgamma_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4829365Z test_schema_correctness_lgamma_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4829637Z test_schema_correctness_linalg_cholesky_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-12-01T10:58:21.4829912Z test_schema_correctness_linalg_cholesky_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-12-01T10:58:21.4830168Z test_schema_correctness_linalg_cholesky_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.4830567Z test_schema_correctness_linalg_cholesky_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.4830904Z test_schema_correctness_linalg_cholesky_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4831139Z test_schema_correctness_linalg_cholesky_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4831406Z test_schema_correctness_linalg_cholesky_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4831664Z test_schema_correctness_linalg_cholesky_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4831927Z test_schema_correctness_linalg_cond_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.4832191Z test_schema_correctness_linalg_cond_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4832552Z test_schema_correctness_linalg_cond_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4832796Z test_schema_correctness_linalg_cond_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.4833058Z test_schema_correctness_linalg_cross_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4833515Z test_schema_correctness_linalg_cross_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4833581Z test_schema_correctness_linalg_cross_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4833839Z test_schema_correctness_linalg_cross_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4834094Z test_schema_correctness_linalg_cross_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4834467Z test_schema_correctness_linalg_cross_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4834609Z test_schema_correctness_linalg_cross_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4834864Z test_schema_correctness_linalg_cross_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4835104Z test_schema_correctness_linalg_cross_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4835353Z test_schema_correctness_linalg_cross_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4835614Z test_schema_correctness_linalg_det_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.4835872Z test_schema_correctness_linalg_det_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4836193Z test_schema_correctness_linalg_det_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4836461Z test_schema_correctness_linalg_det_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4836736Z test_schema_correctness_linalg_det_singular_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-12-01T10:58:21.4837009Z test_schema_correctness_linalg_det_singular_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.054s) 2022-12-01T10:58:21.4837279Z test_schema_correctness_linalg_det_singular_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-12-01T10:58:21.4837526Z test_schema_correctness_linalg_det_singular_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-12-01T10:58:21.4837786Z test_schema_correctness_linalg_eig_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.4838051Z test_schema_correctness_linalg_eig_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4838313Z test_schema_correctness_linalg_eig_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4838568Z test_schema_correctness_linalg_eig_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4838834Z test_schema_correctness_linalg_eigh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.4839098Z test_schema_correctness_linalg_eigh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4839361Z test_schema_correctness_linalg_eigh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4839622Z test_schema_correctness_linalg_eigh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4839895Z test_schema_correctness_linalg_eigvals_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4840149Z test_schema_correctness_linalg_eigvals_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4840518Z test_schema_correctness_linalg_eigvals_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4840776Z test_schema_correctness_linalg_eigvals_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4841047Z test_schema_correctness_linalg_eigvalsh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.4841315Z test_schema_correctness_linalg_eigvalsh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4841578Z test_schema_correctness_linalg_eigvalsh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4841844Z test_schema_correctness_linalg_eigvalsh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4842132Z test_schema_correctness_linalg_householder_product_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4842426Z test_schema_correctness_linalg_householder_product_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4842693Z test_schema_correctness_linalg_householder_product_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4842979Z test_schema_correctness_linalg_householder_product_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4843242Z test_schema_correctness_linalg_inv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.4843502Z test_schema_correctness_linalg_inv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.4843807Z test_schema_correctness_linalg_inv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4844073Z test_schema_correctness_linalg_inv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.4844342Z test_schema_correctness_linalg_inv_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4844609Z test_schema_correctness_linalg_inv_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4844866Z test_schema_correctness_linalg_inv_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4845108Z test_schema_correctness_linalg_inv_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4845381Z test_schema_correctness_linalg_ldl_factor_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.4845652Z test_schema_correctness_linalg_ldl_factor_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4845917Z test_schema_correctness_linalg_ldl_factor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4846188Z test_schema_correctness_linalg_ldl_factor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4846461Z test_schema_correctness_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4846732Z test_schema_correctness_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4847003Z test_schema_correctness_linalg_ldl_factor_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4847270Z test_schema_correctness_linalg_ldl_factor_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4847536Z test_schema_correctness_linalg_ldl_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.4847790Z test_schema_correctness_linalg_ldl_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-12-01T10:58:21.4848111Z test_schema_correctness_linalg_ldl_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4848376Z test_schema_correctness_linalg_ldl_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4848640Z test_schema_correctness_linalg_lstsq_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.102s) 2022-12-01T10:58:21.4848903Z test_schema_correctness_linalg_lstsq_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.4849208Z test_schema_correctness_linalg_lstsq_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-12-01T10:58:21.4849419Z test_schema_correctness_linalg_lstsq_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.4849705Z test_schema_correctness_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.093s) 2022-12-01T10:58:21.4850097Z test_schema_correctness_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.4850252Z test_schema_correctness_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4850530Z test_schema_correctness_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.4850791Z test_schema_correctness_linalg_lu_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.4851053Z test_schema_correctness_linalg_lu_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.4851308Z test_schema_correctness_linalg_lu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.4851603Z test_schema_correctness_linalg_lu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.4851885Z test_schema_correctness_linalg_lu_factor_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.456s) 2022-12-01T10:58:21.4852150Z test_schema_correctness_linalg_lu_factor_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.143s) 2022-12-01T10:58:21.4852418Z test_schema_correctness_linalg_lu_factor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.110s) 2022-12-01T10:58:21.4852684Z test_schema_correctness_linalg_lu_factor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.168s) 2022-12-01T10:58:21.4852943Z test_schema_correctness_linalg_lu_factor_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.4853215Z test_schema_correctness_linalg_lu_factor_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-12-01T10:58:21.4853484Z test_schema_correctness_linalg_lu_factor_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.4853754Z test_schema_correctness_linalg_lu_factor_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.4854027Z test_schema_correctness_linalg_lu_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.163s) 2022-12-01T10:58:21.4854292Z test_schema_correctness_linalg_lu_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.153s) 2022-12-01T10:58:21.4854552Z test_schema_correctness_linalg_lu_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.141s) 2022-12-01T10:58:21.4854810Z test_schema_correctness_linalg_lu_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.144s) 2022-12-01T10:58:21.4855075Z test_schema_correctness_linalg_matrix_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-12-01T10:58:21.4855333Z test_schema_correctness_linalg_matrix_norm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.193s) 2022-12-01T10:58:21.4855607Z test_schema_correctness_linalg_matrix_norm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.174s) 2022-12-01T10:58:21.4855928Z test_schema_correctness_linalg_matrix_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-12-01T10:58:21.4856187Z test_schema_correctness_linalg_matrix_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.162s) 2022-12-01T10:58:21.4856440Z test_schema_correctness_linalg_matrix_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.164s) 2022-12-01T10:58:21.4856715Z test_schema_correctness_linalg_matrix_power_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.184s) 2022-12-01T10:58:21.4856986Z test_schema_correctness_linalg_matrix_power_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.182s) 2022-12-01T10:58:21.4857257Z test_schema_correctness_linalg_matrix_power_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.174s) 2022-12-01T10:58:21.4857518Z test_schema_correctness_linalg_matrix_power_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.174s) 2022-12-01T10:58:21.4857788Z test_schema_correctness_linalg_matrix_rank_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.704s) 2022-12-01T10:58:21.4858044Z test_schema_correctness_linalg_matrix_rank_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.561s) 2022-12-01T10:58:21.4858311Z test_schema_correctness_linalg_matrix_rank_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.541s) 2022-12-01T10:58:21.4858570Z test_schema_correctness_linalg_matrix_rank_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.573s) 2022-12-01T10:58:21.4858859Z test_schema_correctness_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.465s) 2022-12-01T10:58:21.4859190Z test_schema_correctness_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.458s) 2022-12-01T10:58:21.4859482Z test_schema_correctness_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.454s) 2022-12-01T10:58:21.4859768Z test_schema_correctness_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.458s) 2022-12-01T10:58:21.4860033Z test_schema_correctness_linalg_multi_dot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.4860402Z test_schema_correctness_linalg_multi_dot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4860653Z test_schema_correctness_linalg_multi_dot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4860915Z test_schema_correctness_linalg_multi_dot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.4861182Z test_schema_correctness_linalg_multi_dot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.4861444Z test_schema_correctness_linalg_multi_dot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.4861708Z test_schema_correctness_linalg_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.086s) 2022-12-01T10:58:21.4861972Z test_schema_correctness_linalg_norm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.191s) 2022-12-01T10:58:21.4862231Z test_schema_correctness_linalg_norm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.166s) 2022-12-01T10:58:21.4862488Z test_schema_correctness_linalg_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.086s) 2022-12-01T10:58:21.4862745Z test_schema_correctness_linalg_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.154s) 2022-12-01T10:58:21.4862998Z test_schema_correctness_linalg_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.159s) 2022-12-01T10:58:21.4863278Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-12-01T10:58:21.4863624Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.108s) 2022-12-01T10:58:21.4863919Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.108s) 2022-12-01T10:58:21.4864206Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-12-01T10:58:21.4864491Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.104s) 2022-12-01T10:58:21.4864780Z test_schema_correctness_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.104s) 2022-12-01T10:58:21.4865047Z test_schema_correctness_linalg_pinv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.395s) 2022-12-01T10:58:21.4865346Z test_schema_correctness_linalg_pinv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.364s) 2022-12-01T10:58:21.4865578Z test_schema_correctness_linalg_pinv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.358s) 2022-12-01T10:58:21.4865820Z test_schema_correctness_linalg_pinv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.366s) 2022-12-01T10:58:21.4866098Z test_schema_correctness_linalg_pinv_hermitian_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.4866375Z test_schema_correctness_linalg_pinv_hermitian_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.4866651Z test_schema_correctness_linalg_pinv_hermitian_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4866971Z test_schema_correctness_linalg_pinv_hermitian_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4867342Z test_schema_correctness_linalg_pinv_singular_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:58:21.4867704Z test_schema_correctness_linalg_pinv_singular_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:58:21.4868061Z test_schema_correctness_linalg_pinv_singular_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:58:21.4868401Z test_schema_correctness_linalg_pinv_singular_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:58:21.4868664Z test_schema_correctness_linalg_qr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-12-01T10:58:21.4868927Z test_schema_correctness_linalg_qr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.4869171Z test_schema_correctness_linalg_qr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.4869428Z test_schema_correctness_linalg_qr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.4869697Z test_schema_correctness_linalg_slogdet_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.4869963Z test_schema_correctness_linalg_slogdet_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.4870227Z test_schema_correctness_linalg_slogdet_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4870665Z test_schema_correctness_linalg_slogdet_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4870968Z test_schema_correctness_linalg_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.4871265Z test_schema_correctness_linalg_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.4871529Z test_schema_correctness_linalg_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.4871772Z test_schema_correctness_linalg_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.4872045Z test_schema_correctness_linalg_solve_ex_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-12-01T10:58:21.4872310Z test_schema_correctness_linalg_solve_ex_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.4872572Z test_schema_correctness_linalg_solve_ex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.4872841Z test_schema_correctness_linalg_solve_ex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.4873128Z test_schema_correctness_linalg_solve_triangular_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.197s) 2022-12-01T10:58:21.4873413Z test_schema_correctness_linalg_solve_triangular_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.196s) 2022-12-01T10:58:21.4873690Z test_schema_correctness_linalg_solve_triangular_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.172s) 2022-12-01T10:58:21.4873970Z test_schema_correctness_linalg_solve_triangular_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.171s) 2022-12-01T10:58:21.4874237Z test_schema_correctness_linalg_svd_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.723s) 2022-12-01T10:58:21.4874483Z test_schema_correctness_linalg_svd_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.351s) 2022-12-01T10:58:21.4874809Z test_schema_correctness_linalg_svd_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.292s) 2022-12-01T10:58:21.4875079Z test_schema_correctness_linalg_svd_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.363s) 2022-12-01T10:58:21.4875350Z test_schema_correctness_linalg_svdvals_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.4875617Z test_schema_correctness_linalg_svdvals_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.4875879Z test_schema_correctness_linalg_svdvals_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.4876139Z test_schema_correctness_linalg_svdvals_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.4876411Z test_schema_correctness_linalg_tensorinv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.4876685Z test_schema_correctness_linalg_tensorinv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4876938Z test_schema_correctness_linalg_tensorinv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4877211Z test_schema_correctness_linalg_tensorinv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4877504Z test_schema_correctness_linalg_tensorsolve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-12-01T10:58:21.4877798Z test_schema_correctness_linalg_tensorsolve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-12-01T10:58:21.4878153Z test_schema_correctness_linalg_tensorsolve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.063s) 2022-12-01T10:58:21.4878418Z test_schema_correctness_linalg_tensorsolve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2022-12-01T10:58:21.4878680Z test_schema_correctness_linalg_vander_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-12-01T10:58:21.4878948Z test_schema_correctness_linalg_vander_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-12-01T10:58:21.4879150Z test_schema_correctness_linalg_vander_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.4879395Z test_schema_correctness_linalg_vander_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.4879656Z test_schema_correctness_linalg_vander_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-12-01T10:58:21.4879916Z test_schema_correctness_linalg_vander_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.4880165Z test_schema_correctness_linalg_vander_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.4880424Z test_schema_correctness_linalg_vander_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.4880683Z test_schema_correctness_linalg_vander_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.4880950Z test_schema_correctness_linalg_vecdot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-12-01T10:58:21.4881238Z test_schema_correctness_linalg_vecdot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4881526Z test_schema_correctness_linalg_vecdot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4881819Z test_schema_correctness_linalg_vecdot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-12-01T10:58:21.4882028Z test_schema_correctness_linalg_vecdot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-12-01T10:58:21.4882279Z test_schema_correctness_linalg_vecdot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-12-01T10:58:21.4882595Z test_schema_correctness_linalg_vector_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.275s) 2022-12-01T10:58:21.4882881Z test_schema_correctness_linalg_vector_norm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.283s) 2022-12-01T10:58:21.4883154Z test_schema_correctness_linalg_vector_norm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.283s) 2022-12-01T10:58:21.4883421Z test_schema_correctness_linalg_vector_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.274s) 2022-12-01T10:58:21.4883688Z test_schema_correctness_linalg_vector_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.276s) 2022-12-01T10:58:21.4883946Z test_schema_correctness_linalg_vector_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.274s) 2022-12-01T10:58:21.4884203Z test_schema_correctness_linspace_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.213s) 2022-12-01T10:58:21.4884451Z test_schema_correctness_linspace_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.214s) 2022-12-01T10:58:21.4884716Z test_schema_correctness_linspace_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.214s) 2022-12-01T10:58:21.4884980Z test_schema_correctness_linspace_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.214s) 2022-12-01T10:58:21.4885240Z test_schema_correctness_linspace_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.213s) 2022-12-01T10:58:21.4885498Z test_schema_correctness_linspace_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.213s) 2022-12-01T10:58:21.4885755Z test_schema_correctness_linspace_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.214s) 2022-12-01T10:58:21.4886007Z test_schema_correctness_linspace_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.213s) 2022-12-01T10:58:21.4886261Z test_schema_correctness_linspace_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.214s) 2022-12-01T10:58:21.4886518Z test_schema_correctness_linspace_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.214s) 2022-12-01T10:58:21.4886817Z test_schema_correctness_linspace_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.173s) 2022-12-01T10:58:21.4887066Z test_schema_correctness_log10_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4887310Z test_schema_correctness_log10_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4887565Z test_schema_correctness_log10_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4887816Z test_schema_correctness_log10_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4888068Z test_schema_correctness_log10_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4888320Z test_schema_correctness_log10_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4888579Z test_schema_correctness_log10_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4888826Z test_schema_correctness_log10_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4889046Z test_schema_correctness_log10_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4889283Z test_schema_correctness_log10_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4889528Z test_schema_correctness_log10_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4889772Z test_schema_correctness_log10_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4890023Z test_schema_correctness_log1p_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4890265Z test_schema_correctness_log1p_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4890560Z test_schema_correctness_log1p_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4890817Z test_schema_correctness_log1p_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4891066Z test_schema_correctness_log1p_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4891295Z test_schema_correctness_log1p_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4891531Z test_schema_correctness_log1p_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4891764Z test_schema_correctness_log1p_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4892005Z test_schema_correctness_log1p_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4892252Z test_schema_correctness_log1p_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4892506Z test_schema_correctness_log2_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4892758Z test_schema_correctness_log2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4893017Z test_schema_correctness_log2_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4893267Z test_schema_correctness_log2_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4893501Z test_schema_correctness_log2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4893740Z test_schema_correctness_log2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4893979Z test_schema_correctness_log2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4894230Z test_schema_correctness_log2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4894464Z test_schema_correctness_log2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4894762Z test_schema_correctness_log2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4895005Z test_schema_correctness_log2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4895254Z test_schema_correctness_log2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4895488Z test_schema_correctness_log_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4895732Z test_schema_correctness_log_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4895987Z test_schema_correctness_log_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4896411Z test_schema_correctness_log_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4896499Z test_schema_correctness_log_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4896747Z test_schema_correctness_log_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4896989Z test_schema_correctness_log_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4897316Z test_schema_correctness_log_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4897481Z test_schema_correctness_log_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4897748Z test_schema_correctness_log_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4897993Z test_schema_correctness_log_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4898297Z test_schema_correctness_log_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4898548Z test_schema_correctness_log_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4898820Z test_schema_correctness_log_softmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4899080Z test_schema_correctness_log_softmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4899345Z test_schema_correctness_log_softmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4899603Z test_schema_correctness_log_softmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4899882Z test_schema_correctness_log_softmax_dtype_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-12-01T10:58:21.4900131Z test_schema_correctness_log_softmax_dtype_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-12-01T10:58:21.4900412Z test_schema_correctness_log_softmax_dtype_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-12-01T10:58:21.4900692Z test_schema_correctness_log_softmax_dtype_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4900970Z test_schema_correctness_log_softmax_dtype_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-12-01T10:58:21.4901243Z test_schema_correctness_log_softmax_dtype_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-12-01T10:58:21.4901510Z test_schema_correctness_log_softmax_dtype_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-12-01T10:58:21.4901779Z test_schema_correctness_log_softmax_dtype_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4902047Z test_schema_correctness_log_softmax_dtype_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-12-01T10:58:21.4902318Z test_schema_correctness_log_softmax_dtype_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-12-01T10:58:21.4902637Z test_schema_correctness_log_softmax_dtype_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-12-01T10:58:21.4902883Z test_schema_correctness_log_softmax_dtype_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-12-01T10:58:21.4903145Z test_schema_correctness_log_softmax_dtype_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-12-01T10:58:21.4903406Z test_schema_correctness_logaddexp2_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4903674Z test_schema_correctness_logaddexp2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4903936Z test_schema_correctness_logaddexp2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4904200Z test_schema_correctness_logaddexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4904460Z test_schema_correctness_logaddexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4904727Z test_schema_correctness_logaddexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.4904996Z test_schema_correctness_logcumsumexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4905246Z test_schema_correctness_logcumsumexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4905513Z test_schema_correctness_logcumsumexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4905779Z test_schema_correctness_logcumsumexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4906043Z test_schema_correctness_logdet_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.4906357Z test_schema_correctness_logdet_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.4906626Z test_schema_correctness_logdet_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.110s) 2022-12-01T10:58:21.4906883Z test_schema_correctness_logdet_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.111s) 2022-12-01T10:58:21.4907148Z test_schema_correctness_logical_and_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4907403Z test_schema_correctness_logical_and_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4907653Z test_schema_correctness_logical_and_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.4907917Z test_schema_correctness_logical_and_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.4908189Z test_schema_correctness_logical_and_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4908453Z test_schema_correctness_logical_and_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4908722Z test_schema_correctness_logical_and_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4908974Z test_schema_correctness_logical_and_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4909230Z test_schema_correctness_logical_and_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4909486Z test_schema_correctness_logical_and_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4909743Z test_schema_correctness_logical_and_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4909980Z test_schema_correctness_logical_and_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4910245Z test_schema_correctness_logical_not_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4910750Z test_schema_correctness_logical_not_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4910994Z test_schema_correctness_logical_not_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4911241Z test_schema_correctness_logical_not_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4911588Z test_schema_correctness_logical_not_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4911756Z test_schema_correctness_logical_not_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4912012Z test_schema_correctness_logical_not_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4912272Z test_schema_correctness_logical_not_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4912538Z test_schema_correctness_logical_not_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4912765Z test_schema_correctness_logical_not_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4913026Z test_schema_correctness_logical_not_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4913289Z test_schema_correctness_logical_not_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.4913551Z test_schema_correctness_logical_or_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4913806Z test_schema_correctness_logical_or_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4914074Z test_schema_correctness_logical_or_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.4914414Z test_schema_correctness_logical_or_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4914702Z test_schema_correctness_logical_or_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4914957Z test_schema_correctness_logical_or_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4915227Z test_schema_correctness_logical_or_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4915497Z test_schema_correctness_logical_or_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4915766Z test_schema_correctness_logical_or_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4916033Z test_schema_correctness_logical_or_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4916305Z test_schema_correctness_logical_or_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4916578Z test_schema_correctness_logical_or_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4916861Z test_schema_correctness_logical_xor_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4917131Z test_schema_correctness_logical_xor_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4917395Z test_schema_correctness_logical_xor_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4917676Z test_schema_correctness_logical_xor_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4917950Z test_schema_correctness_logical_xor_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4918223Z test_schema_correctness_logical_xor_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4918498Z test_schema_correctness_logical_xor_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4918837Z test_schema_correctness_logical_xor_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4919104Z test_schema_correctness_logical_xor_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4919372Z test_schema_correctness_logical_xor_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4919644Z test_schema_correctness_logical_xor_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4919893Z test_schema_correctness_logical_xor_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4920165Z test_schema_correctness_logit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4920424Z test_schema_correctness_logit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4920692Z test_schema_correctness_logit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4920959Z test_schema_correctness_logit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4921219Z test_schema_correctness_logit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4921478Z test_schema_correctness_logit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4921741Z test_schema_correctness_logit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4922001Z test_schema_correctness_logit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4922241Z test_schema_correctness_logit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4922502Z test_schema_correctness_logit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.4922826Z test_schema_correctness_logspace_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.863s) 2022-12-01T10:58:21.4923122Z test_schema_correctness_logspace_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.863s) 2022-12-01T10:58:21.4923402Z test_schema_correctness_logspace_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.862s) 2022-12-01T10:58:21.4923675Z test_schema_correctness_logspace_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.863s) 2022-12-01T10:58:21.4923949Z test_schema_correctness_logspace_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.862s) 2022-12-01T10:58:21.4924221Z test_schema_correctness_logspace_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.863s) 2022-12-01T10:58:21.4924489Z test_schema_correctness_logspace_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.747s) 2022-12-01T10:58:21.4924738Z test_schema_correctness_logspace_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.748s) 2022-12-01T10:58:21.4925010Z test_schema_correctness_logspace_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.748s) 2022-12-01T10:58:21.4925289Z test_schema_correctness_logspace_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.703s) 2022-12-01T10:58:21.4925560Z test_schema_correctness_logspace_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.563s) 2022-12-01T10:58:21.4925836Z test_schema_correctness_logsumexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4926101Z test_schema_correctness_logsumexp_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4926374Z test_schema_correctness_logsumexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4926652Z test_schema_correctness_logsumexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4926930Z test_schema_correctness_logsumexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.4927237Z test_schema_correctness_logsumexp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4927505Z test_schema_correctness_logsumexp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4927772Z test_schema_correctness_logsumexp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4928040Z test_schema_correctness_logsumexp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4928305Z test_schema_correctness_logsumexp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4928570Z test_schema_correctness_long_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4928829Z test_schema_correctness_long_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4929100Z test_schema_correctness_long_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.4929376Z test_schema_correctness_long_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4929624Z test_schema_correctness_long_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4929886Z test_schema_correctness_long_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4930146Z test_schema_correctness_long_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4930407Z test_schema_correctness_long_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4930668Z test_schema_correctness_long_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4930924Z test_schema_correctness_long_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4931236Z test_schema_correctness_long_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.4931509Z test_schema_correctness_long_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4931767Z test_schema_correctness_long_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4932008Z test_schema_correctness_lt_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4932264Z test_schema_correctness_lt_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4932522Z test_schema_correctness_lt_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4932777Z test_schema_correctness_lt_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4933032Z test_schema_correctness_lt_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.4933286Z test_schema_correctness_lt_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4933545Z test_schema_correctness_lt_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4933803Z test_schema_correctness_lt_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4934063Z test_schema_correctness_lt_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4934301Z test_schema_correctness_lt_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4935140Z test_schema_correctness_lu_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T10:58:21.4935300Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:58:21.4935430Z should be replaced with 2022-12-01T10:58:21.4935616Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:58:21.4935777Z and 2022-12-01T10:58:21.4935973Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:58:21.4936101Z should be replaced with 2022-12-01T10:58:21.4936446Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T10:58:21.4936651Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:58:21.4936756Z ok (0.655s) 2022-12-01T10:58:21.4937024Z test_schema_correctness_lu_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.143s) 2022-12-01T10:58:21.4937281Z test_schema_correctness_lu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.098s) 2022-12-01T10:58:21.4937542Z test_schema_correctness_lu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.160s) 2022-12-01T10:58:21.4938357Z test_schema_correctness_lu_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:58:21.4938556Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:58:21.4938698Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:58:21.4938802Z should be replaced with 2022-12-01T10:58:21.4939133Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T10:58:21.4939270Z return self.op(*args, **kwargs) 2022-12-01T10:58:21.4939377Z ok (0.068s) 2022-12-01T10:58:21.4939658Z test_schema_correctness_lu_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-12-01T10:58:21.4939985Z test_schema_correctness_lu_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.4940273Z test_schema_correctness_lu_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-12-01T10:58:21.4940554Z test_schema_correctness_lu_unpack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4940818Z test_schema_correctness_lu_unpack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.4941084Z test_schema_correctness_lu_unpack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-12-01T10:58:21.4941351Z test_schema_correctness_lu_unpack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-12-01T10:58:21.4941711Z test_schema_correctness_mH_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4941858Z test_schema_correctness_mH_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4942124Z test_schema_correctness_mH_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4942397Z test_schema_correctness_mH_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4942666Z test_schema_correctness_mH_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4942926Z test_schema_correctness_mH_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4943166Z test_schema_correctness_mH_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4943424Z test_schema_correctness_mH_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4943681Z test_schema_correctness_mH_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4943939Z test_schema_correctness_mH_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4944193Z test_schema_correctness_mH_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4944525Z test_schema_correctness_mH_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4944780Z test_schema_correctness_mH_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4945041Z test_schema_correctness_mT_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4945296Z test_schema_correctness_mT_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4945540Z test_schema_correctness_mT_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4945800Z test_schema_correctness_mT_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4946064Z test_schema_correctness_mT_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4946330Z test_schema_correctness_mT_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.4946600Z test_schema_correctness_mT_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4946856Z test_schema_correctness_mT_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4947111Z test_schema_correctness_mT_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4947365Z test_schema_correctness_mT_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4947600Z test_schema_correctness_mT_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4947854Z test_schema_correctness_mT_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4948113Z test_schema_correctness_mT_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.4948443Z test_schema_correctness_masked_amax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.314s) 2022-12-01T10:58:21.4948734Z test_schema_correctness_masked_amax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.315s) 2022-12-01T10:58:21.4949007Z test_schema_correctness_masked_amax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.313s) 2022-12-01T10:58:21.4949279Z test_schema_correctness_masked_amax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.313s) 2022-12-01T10:58:21.4949549Z test_schema_correctness_masked_amax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.269s) 2022-12-01T10:58:21.4949818Z test_schema_correctness_masked_amax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.269s) 2022-12-01T10:58:21.4950069Z test_schema_correctness_masked_amax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.269s) 2022-12-01T10:58:21.4950564Z test_schema_correctness_masked_amax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.270s) 2022-12-01T10:58:21.4950812Z test_schema_correctness_masked_amax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.269s) 2022-12-01T10:58:21.4951061Z test_schema_correctness_masked_amin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.313s) 2022-12-01T10:58:21.4951332Z test_schema_correctness_masked_amin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.314s) 2022-12-01T10:58:21.4951594Z test_schema_correctness_masked_amin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.313s) 2022-12-01T10:58:21.4951855Z test_schema_correctness_masked_amin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.313s) 2022-12-01T10:58:21.4952111Z test_schema_correctness_masked_amin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.268s) 2022-12-01T10:58:21.4952368Z test_schema_correctness_masked_amin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.269s) 2022-12-01T10:58:21.4952610Z test_schema_correctness_masked_amin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.269s) 2022-12-01T10:58:21.4952948Z test_schema_correctness_masked_amin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.269s) 2022-12-01T10:58:21.4953206Z test_schema_correctness_masked_amin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.268s) 2022-12-01T10:58:21.4953473Z test_schema_correctness_masked_argmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.208s) 2022-12-01T10:58:21.4953742Z test_schema_correctness_masked_argmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.209s) 2022-12-01T10:58:21.4954010Z test_schema_correctness_masked_argmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.208s) 2022-12-01T10:58:21.4954266Z test_schema_correctness_masked_argmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.208s) 2022-12-01T10:58:21.4954527Z test_schema_correctness_masked_argmax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.174s) 2022-12-01T10:58:21.4954787Z test_schema_correctness_masked_argmax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.174s) 2022-12-01T10:58:21.4955045Z test_schema_correctness_masked_argmax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.130s) 2022-12-01T10:58:21.4955288Z test_schema_correctness_masked_argmax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.174s) 2022-12-01T10:58:21.4955540Z test_schema_correctness_masked_argmax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.174s) 2022-12-01T10:58:21.4955972Z test_schema_correctness_masked_argmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.208s) 2022-12-01T10:58:21.4956066Z test_schema_correctness_masked_argmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.208s) 2022-12-01T10:58:21.4956326Z test_schema_correctness_masked_argmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.208s) 2022-12-01T10:58:21.4956642Z test_schema_correctness_masked_argmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.208s) 2022-12-01T10:58:21.4956918Z test_schema_correctness_masked_argmin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.175s) 2022-12-01T10:58:21.4957177Z test_schema_correctness_masked_argmin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.174s) 2022-12-01T10:58:21.4957436Z test_schema_correctness_masked_argmin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.130s) 2022-12-01T10:58:21.4957678Z test_schema_correctness_masked_argmin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.174s) 2022-12-01T10:58:21.4957930Z test_schema_correctness_masked_argmin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.174s) 2022-12-01T10:58:21.4958198Z test_schema_correctness_masked_cumprod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.4958475Z test_schema_correctness_masked_cumprod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.4958751Z test_schema_correctness_masked_cumprod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.4959017Z test_schema_correctness_masked_cumprod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.4959282Z test_schema_correctness_masked_cumprod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.4959544Z test_schema_correctness_masked_cumprod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.4959810Z test_schema_correctness_masked_cumprod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.4960058Z test_schema_correctness_masked_cumprod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.4960321Z test_schema_correctness_masked_cumprod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.4960582Z test_schema_correctness_masked_cumprod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.4960894Z test_schema_correctness_masked_cumprod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.4961160Z test_schema_correctness_masked_cumsum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.4961432Z test_schema_correctness_masked_cumsum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.4961702Z test_schema_correctness_masked_cumsum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.4961964Z test_schema_correctness_masked_cumsum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.4962223Z test_schema_correctness_masked_cumsum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.4962465Z test_schema_correctness_masked_cumsum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.4962728Z test_schema_correctness_masked_cumsum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.4962986Z test_schema_correctness_masked_cumsum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.4963245Z test_schema_correctness_masked_cumsum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.4963506Z test_schema_correctness_masked_cumsum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.4963759Z test_schema_correctness_masked_cumsum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.4964023Z test_schema_correctness_masked_fill_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4964382Z test_schema_correctness_masked_fill_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4964666Z test_schema_correctness_masked_fill_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4964914Z test_schema_correctness_masked_fill_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.4965181Z test_schema_correctness_masked_fill_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.4965442Z test_schema_correctness_masked_fill_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4965703Z test_schema_correctness_masked_fill_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4965962Z test_schema_correctness_masked_fill_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.4966221Z test_schema_correctness_masked_fill_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4966479Z test_schema_correctness_masked_fill_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4966742Z test_schema_correctness_masked_fill_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4967001Z test_schema_correctness_masked_fill_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4967239Z test_schema_correctness_masked_fill_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.4967513Z test_schema_correctness_masked_log_softmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.4967784Z test_schema_correctness_masked_log_softmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.4968048Z test_schema_correctness_masked_log_softmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.4968323Z test_schema_correctness_masked_log_softmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.4968650Z test_schema_correctness_masked_logaddexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.4968927Z test_schema_correctness_masked_logaddexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.4969198Z test_schema_correctness_masked_logaddexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.4969466Z test_schema_correctness_masked_logsumexp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.336s) 2022-12-01T10:58:21.4969734Z test_schema_correctness_masked_logsumexp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.322s) 2022-12-01T10:58:21.4969981Z test_schema_correctness_masked_logsumexp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.323s) 2022-12-01T10:58:21.4970257Z test_schema_correctness_masked_logsumexp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.323s) 2022-12-01T10:58:21.4970526Z test_schema_correctness_masked_logsumexp_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.350s) 2022-12-01T10:58:21.4970798Z test_schema_correctness_masked_logsumexp_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.349s) 2022-12-01T10:58:21.4971066Z test_schema_correctness_masked_logsumexp_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.349s) 2022-12-01T10:58:21.4971393Z test_schema_correctness_masked_logsumexp_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.350s) 2022-12-01T10:58:21.4971597Z test_schema_correctness_masked_logsumexp_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.349s) 2022-12-01T10:58:21.4971865Z test_schema_correctness_masked_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.228s) 2022-12-01T10:58:21.4972289Z test_schema_correctness_masked_mean_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.039s) 2022-12-01T10:58:21.4972431Z test_schema_correctness_masked_mean_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.055s) 2022-12-01T10:58:21.4972711Z test_schema_correctness_masked_mean_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.053s) 2022-12-01T10:58:21.4972970Z test_schema_correctness_masked_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.230s) 2022-12-01T10:58:21.4973237Z test_schema_correctness_masked_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.227s) 2022-12-01T10:58:21.4973497Z test_schema_correctness_masked_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.226s) 2022-12-01T10:58:21.4973754Z test_schema_correctness_masked_mean_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.037s) 2022-12-01T10:58:21.4974010Z test_schema_correctness_masked_mean_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.037s) 2022-12-01T10:58:21.4974262Z test_schema_correctness_masked_mean_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.038s) 2022-12-01T10:58:21.4974528Z test_schema_correctness_masked_mean_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.036s) 2022-12-01T10:58:21.4974766Z test_schema_correctness_masked_mean_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.035s) 2022-12-01T10:58:21.4975028Z test_schema_correctness_masked_median_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.4975288Z test_schema_correctness_masked_median_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.4975554Z test_schema_correctness_masked_median_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.4975819Z test_schema_correctness_masked_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.655s) 2022-12-01T10:58:21.4976084Z test_schema_correctness_masked_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.655s) 2022-12-01T10:58:21.4976339Z test_schema_correctness_masked_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.653s) 2022-12-01T10:58:21.4976643Z test_schema_correctness_masked_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (1.649s) 2022-12-01T10:58:21.4976913Z test_schema_correctness_masked_normalize_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.528s) 2022-12-01T10:58:21.4977169Z test_schema_correctness_masked_normalize_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.534s) 2022-12-01T10:58:21.4977442Z test_schema_correctness_masked_normalize_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.535s) 2022-12-01T10:58:21.4977710Z test_schema_correctness_masked_normalize_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.528s) 2022-12-01T10:58:21.4977977Z test_schema_correctness_masked_normalize_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.528s) 2022-12-01T10:58:21.4978248Z test_schema_correctness_masked_normalize_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.527s) 2022-12-01T10:58:21.4978515Z test_schema_correctness_masked_prod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.323s) 2022-12-01T10:58:21.4978768Z test_schema_correctness_masked_prod_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.360s) 2022-12-01T10:58:21.4979036Z test_schema_correctness_masked_prod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.291s) 2022-12-01T10:58:21.4979297Z test_schema_correctness_masked_prod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.289s) 2022-12-01T10:58:21.4979552Z test_schema_correctness_masked_prod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.321s) 2022-12-01T10:58:21.4979792Z test_schema_correctness_masked_prod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.322s) 2022-12-01T10:58:21.4980087Z test_schema_correctness_masked_prod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.319s) 2022-12-01T10:58:21.4980350Z test_schema_correctness_masked_prod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.338s) 2022-12-01T10:58:21.4980602Z test_schema_correctness_masked_prod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.338s) 2022-12-01T10:58:21.4980861Z test_schema_correctness_masked_prod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.267s) 2022-12-01T10:58:21.4981121Z test_schema_correctness_masked_prod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.338s) 2022-12-01T10:58:21.4981386Z test_schema_correctness_masked_prod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.339s) 2022-12-01T10:58:21.4981657Z test_schema_correctness_masked_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4981917Z test_schema_correctness_masked_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4982172Z test_schema_correctness_masked_scatter_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4982447Z test_schema_correctness_masked_scatter_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4982710Z test_schema_correctness_masked_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4982972Z test_schema_correctness_masked_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4983235Z test_schema_correctness_masked_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4983496Z test_schema_correctness_masked_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4983755Z test_schema_correctness_masked_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4984021Z test_schema_correctness_masked_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4984341Z test_schema_correctness_masked_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4984581Z test_schema_correctness_masked_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.4984849Z test_schema_correctness_masked_select_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4985113Z test_schema_correctness_masked_select_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4985386Z test_schema_correctness_masked_select_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4985655Z test_schema_correctness_masked_select_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.4985923Z test_schema_correctness_masked_select_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4986187Z test_schema_correctness_masked_select_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4986671Z test_schema_correctness_masked_select_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.4986718Z test_schema_correctness_masked_select_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4986959Z test_schema_correctness_masked_select_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4987216Z test_schema_correctness_masked_select_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4987571Z test_schema_correctness_masked_select_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4987740Z test_schema_correctness_masked_select_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.4988073Z test_schema_correctness_masked_softmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.4988353Z test_schema_correctness_masked_softmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.4988620Z test_schema_correctness_masked_softmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.4988883Z test_schema_correctness_masked_softmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.4989147Z test_schema_correctness_masked_softmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4989388Z test_schema_correctness_masked_softmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4989651Z test_schema_correctness_masked_softmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4989913Z test_schema_correctness_masked_softmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.4990179Z test_schema_correctness_masked_std_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (7.779s) 2022-12-01T10:58:21.4990666Z test_schema_correctness_masked_std_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4990935Z test_schema_correctness_masked_std_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4991161Z test_schema_correctness_masked_std_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (7.768s) 2022-12-01T10:58:21.4991419Z test_schema_correctness_masked_std_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (7.756s) 2022-12-01T10:58:21.4991677Z test_schema_correctness_masked_std_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (7.754s) 2022-12-01T10:58:21.4991937Z test_schema_correctness_masked_std_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (6.503s) 2022-12-01T10:58:21.4992169Z test_schema_correctness_masked_std_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (6.499s) 2022-12-01T10:58:21.4992507Z test_schema_correctness_masked_std_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (6.503s) 2022-12-01T10:58:21.4992765Z test_schema_correctness_masked_std_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (6.500s) 2022-12-01T10:58:21.4993025Z test_schema_correctness_masked_std_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (6.507s) 2022-12-01T10:58:21.4993287Z test_schema_correctness_masked_sum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.324s) 2022-12-01T10:58:21.4993546Z test_schema_correctness_masked_sum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.281s) 2022-12-01T10:58:21.4993815Z test_schema_correctness_masked_sum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.292s) 2022-12-01T10:58:21.4994082Z test_schema_correctness_masked_sum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.292s) 2022-12-01T10:58:21.4994346Z test_schema_correctness_masked_sum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.323s) 2022-12-01T10:58:21.4994584Z test_schema_correctness_masked_sum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.322s) 2022-12-01T10:58:21.4994843Z test_schema_correctness_masked_sum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.322s) 2022-12-01T10:58:21.4995099Z test_schema_correctness_masked_sum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.279s) 2022-12-01T10:58:21.4995355Z test_schema_correctness_masked_sum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.278s) 2022-12-01T10:58:21.4995610Z test_schema_correctness_masked_sum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.276s) 2022-12-01T10:58:21.4995867Z test_schema_correctness_masked_sum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.278s) 2022-12-01T10:58:21.4996187Z test_schema_correctness_masked_sum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.280s) 2022-12-01T10:58:21.4996468Z test_schema_correctness_masked_var_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (7.657s) 2022-12-01T10:58:21.4996756Z test_schema_correctness_masked_var_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.4997020Z test_schema_correctness_masked_var_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.4997279Z test_schema_correctness_masked_var_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (7.672s) 2022-12-01T10:58:21.4997540Z test_schema_correctness_masked_var_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (7.668s) 2022-12-01T10:58:21.4997829Z test_schema_correctness_masked_var_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (8.045s) 2022-12-01T10:58:21.4998087Z test_schema_correctness_masked_var_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (6.557s) 2022-12-01T10:58:21.4998346Z test_schema_correctness_masked_var_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (6.482s) 2022-12-01T10:58:21.4998598Z test_schema_correctness_masked_var_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (6.611s) 2022-12-01T10:58:21.4998851Z test_schema_correctness_masked_var_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (6.583s) 2022-12-01T10:58:21.4999107Z test_schema_correctness_masked_var_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (6.584s) 2022-12-01T10:58:21.4999348Z test_schema_correctness_matmul_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.131s) 2022-12-01T10:58:21.4999604Z test_schema_correctness_matmul_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.128s) 2022-12-01T10:58:21.4999858Z test_schema_correctness_matmul_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.126s) 2022-12-01T10:58:21.5000117Z test_schema_correctness_matmul_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.124s) 2022-12-01T10:58:21.5000436Z test_schema_correctness_matmul_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.126s) 2022-12-01T10:58:21.5000699Z test_schema_correctness_matrix_exp_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5000971Z test_schema_correctness_matrix_exp_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5001244Z test_schema_correctness_matrix_exp_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5001505Z test_schema_correctness_matrix_exp_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5001744Z test_schema_correctness_matrix_exp_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5002000Z test_schema_correctness_matrix_exp_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5002266Z test_schema_correctness_max_binary_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5002640Z test_schema_correctness_max_binary_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5002788Z test_schema_correctness_max_binary_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5003044Z test_schema_correctness_max_binary_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5003298Z test_schema_correctness_max_binary_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5003557Z test_schema_correctness_max_binary_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5003808Z test_schema_correctness_max_binary_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5004096Z test_schema_correctness_max_binary_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5004369Z test_schema_correctness_max_binary_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5004628Z test_schema_correctness_max_binary_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5004909Z test_schema_correctness_max_reduction_no_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5005177Z test_schema_correctness_max_reduction_no_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5005454Z test_schema_correctness_max_reduction_no_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5005726Z test_schema_correctness_max_reduction_no_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5005992Z test_schema_correctness_max_reduction_no_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5006275Z test_schema_correctness_max_reduction_no_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5006520Z test_schema_correctness_max_reduction_no_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5006783Z test_schema_correctness_max_reduction_no_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5007048Z test_schema_correctness_max_reduction_no_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5007317Z test_schema_correctness_max_reduction_no_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5007601Z test_schema_correctness_max_reduction_with_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5007881Z test_schema_correctness_max_reduction_with_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5008218Z test_schema_correctness_max_reduction_with_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5008486Z test_schema_correctness_max_reduction_with_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5008758Z test_schema_correctness_max_reduction_with_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5009034Z test_schema_correctness_max_reduction_with_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5009278Z test_schema_correctness_max_reduction_with_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5009552Z test_schema_correctness_max_reduction_with_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5009827Z test_schema_correctness_max_reduction_with_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5010102Z test_schema_correctness_max_reduction_with_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5010363Z test_schema_correctness_maximum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5010617Z test_schema_correctness_maximum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5010878Z test_schema_correctness_maximum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5011136Z test_schema_correctness_maximum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5011391Z test_schema_correctness_maximum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5011625Z test_schema_correctness_maximum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5011920Z test_schema_correctness_maximum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5012177Z test_schema_correctness_maximum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5012432Z test_schema_correctness_maximum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5012680Z test_schema_correctness_maximum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5012936Z test_schema_correctness_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5013192Z test_schema_correctness_mean_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-12-01T10:58:21.5013453Z test_schema_correctness_mean_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.5013711Z test_schema_correctness_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.5013940Z test_schema_correctness_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.5014195Z test_schema_correctness_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5014448Z test_schema_correctness_median_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5014704Z test_schema_correctness_median_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5014961Z test_schema_correctness_median_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5015211Z test_schema_correctness_median_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5015468Z test_schema_correctness_median_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5015717Z test_schema_correctness_median_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5015971Z test_schema_correctness_median_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5016250Z test_schema_correctness_median_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5016535Z test_schema_correctness_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5016812Z test_schema_correctness_meshgrid_list_of_tensors_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5017101Z test_schema_correctness_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.5017388Z test_schema_correctness_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.5017778Z test_schema_correctness_meshgrid_list_of_tensors_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5017944Z test_schema_correctness_meshgrid_list_of_tensors_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5018229Z test_schema_correctness_meshgrid_list_of_tensors_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5018682Z test_schema_correctness_meshgrid_list_of_tensors_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5018766Z test_schema_correctness_meshgrid_list_of_tensors_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5019036Z test_schema_correctness_meshgrid_list_of_tensors_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5019314Z test_schema_correctness_meshgrid_list_of_tensors_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.5019636Z test_schema_correctness_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5019937Z test_schema_correctness_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5020220Z test_schema_correctness_meshgrid_variadic_tensors_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5020512Z test_schema_correctness_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.5020801Z test_schema_correctness_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.5021088Z test_schema_correctness_meshgrid_variadic_tensors_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5021365Z test_schema_correctness_meshgrid_variadic_tensors_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5021633Z test_schema_correctness_meshgrid_variadic_tensors_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.5021916Z test_schema_correctness_meshgrid_variadic_tensors_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5022197Z test_schema_correctness_meshgrid_variadic_tensors_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5022467Z test_schema_correctness_meshgrid_variadic_tensors_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5022745Z test_schema_correctness_meshgrid_variadic_tensors_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5023025Z test_schema_correctness_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5023288Z test_schema_correctness_min_binary_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5023550Z test_schema_correctness_min_binary_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5023866Z test_schema_correctness_min_binary_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5024126Z test_schema_correctness_min_binary_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5024359Z test_schema_correctness_min_binary_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5024616Z test_schema_correctness_min_binary_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5024866Z test_schema_correctness_min_binary_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5025111Z test_schema_correctness_min_binary_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5025363Z test_schema_correctness_min_binary_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5025623Z test_schema_correctness_min_binary_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5025904Z test_schema_correctness_min_reduction_no_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5026175Z test_schema_correctness_min_reduction_no_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5026449Z test_schema_correctness_min_reduction_no_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5026696Z test_schema_correctness_min_reduction_no_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5026964Z test_schema_correctness_min_reduction_no_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5027233Z test_schema_correctness_min_reduction_no_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5027547Z test_schema_correctness_min_reduction_no_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5027820Z test_schema_correctness_min_reduction_no_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5028095Z test_schema_correctness_min_reduction_no_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5028363Z test_schema_correctness_min_reduction_no_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5028637Z test_schema_correctness_min_reduction_with_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5028908Z test_schema_correctness_min_reduction_with_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5029162Z test_schema_correctness_min_reduction_with_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5029442Z test_schema_correctness_min_reduction_with_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5029718Z test_schema_correctness_min_reduction_with_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5029991Z test_schema_correctness_min_reduction_with_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5030262Z test_schema_correctness_min_reduction_with_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5030774Z test_schema_correctness_min_reduction_with_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5031187Z test_schema_correctness_min_reduction_with_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5031477Z test_schema_correctness_min_reduction_with_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5031745Z test_schema_correctness_minimum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5032081Z test_schema_correctness_minimum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5032318Z test_schema_correctness_minimum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5032572Z test_schema_correctness_minimum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5032820Z test_schema_correctness_minimum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5033255Z test_schema_correctness_minimum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5033318Z test_schema_correctness_minimum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5033559Z test_schema_correctness_minimum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5033810Z test_schema_correctness_minimum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5034219Z test_schema_correctness_minimum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5034316Z test_schema_correctness_mm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5034570Z test_schema_correctness_mm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.5034848Z test_schema_correctness_mm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.5035098Z test_schema_correctness_mm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5035349Z test_schema_correctness_mm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5035649Z test_schema_correctness_mm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5035909Z test_schema_correctness_mode_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5036155Z test_schema_correctness_mode_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5036405Z test_schema_correctness_mode_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5036638Z test_schema_correctness_mode_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5036886Z test_schema_correctness_mode_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5037137Z test_schema_correctness_mode_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5037379Z test_schema_correctness_mode_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5037620Z test_schema_correctness_mode_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5037873Z test_schema_correctness_mode_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5038122Z test_schema_correctness_mode_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5038384Z test_schema_correctness_movedim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5038639Z test_schema_correctness_movedim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5038885Z test_schema_correctness_movedim_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5039148Z test_schema_correctness_movedim_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5039411Z test_schema_correctness_movedim_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5039675Z test_schema_correctness_movedim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5039992Z test_schema_correctness_movedim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5040247Z test_schema_correctness_movedim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5040500Z test_schema_correctness_movedim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5040746Z test_schema_correctness_movedim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5040985Z test_schema_correctness_movedim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5041216Z test_schema_correctness_movedim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5041455Z test_schema_correctness_movedim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5041708Z test_schema_correctness_msort_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5041956Z test_schema_correctness_msort_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5042200Z test_schema_correctness_msort_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5042463Z test_schema_correctness_msort_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5042744Z test_schema_correctness_msort_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5042940Z test_schema_correctness_msort_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5043178Z test_schema_correctness_msort_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5043405Z test_schema_correctness_msort_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5043703Z test_schema_correctness_msort_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5043972Z test_schema_correctness_mul_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5044216Z test_schema_correctness_mul_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5044473Z test_schema_correctness_mul_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5044732Z test_schema_correctness_mul_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5044983Z test_schema_correctness_mul_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5045231Z test_schema_correctness_mul_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5045482Z test_schema_correctness_mul_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5045707Z test_schema_correctness_mul_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5045955Z test_schema_correctness_mul_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5046204Z test_schema_correctness_mul_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5046457Z test_schema_correctness_mul_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5046704Z test_schema_correctness_mul_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5046948Z test_schema_correctness_mul_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5047217Z test_schema_correctness_multinomial_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5047487Z test_schema_correctness_multinomial_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5047750Z test_schema_correctness_multinomial_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5048034Z test_schema_correctness_mv_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5048288Z test_schema_correctness_mv_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5048543Z test_schema_correctness_mv_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5048847Z test_schema_correctness_mv_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5049033Z test_schema_correctness_mv_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5049280Z test_schema_correctness_mv_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5049757Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5049825Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5050096Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5050349Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5050615Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5050871Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5051136Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5051456Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5051742Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5052016Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5052282Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5052552Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5052795Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5053057Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5053388Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5053655Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5053976Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5054155Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5054418Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5054689Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5054951Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5055214Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5055462Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5055798Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5056059Z test_schema_correctness_nan_to_num_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5056317Z test_schema_correctness_nan_to_num_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5056576Z test_schema_correctness_nan_to_num_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5056830Z test_schema_correctness_nan_to_num_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5057084Z test_schema_correctness_nan_to_num_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5057339Z test_schema_correctness_nan_to_num_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5057599Z test_schema_correctness_nan_to_num_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5057836Z test_schema_correctness_nan_to_num_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5058093Z test_schema_correctness_nan_to_num_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5058348Z test_schema_correctness_nan_to_num_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5058600Z test_schema_correctness_nanmean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.221s) 2022-12-01T10:58:21.5058860Z test_schema_correctness_nanmean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.221s) 2022-12-01T10:58:21.5059167Z test_schema_correctness_nanmean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.214s) 2022-12-01T10:58:21.5059428Z test_schema_correctness_nanmean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.216s) 2022-12-01T10:58:21.5059693Z test_schema_correctness_nanmedian_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5059949Z test_schema_correctness_nanmedian_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5060189Z test_schema_correctness_nanmedian_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5060438Z test_schema_correctness_nanmedian_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5060684Z test_schema_correctness_nanmedian_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5060943Z test_schema_correctness_nanmedian_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5061208Z test_schema_correctness_nanmedian_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5061472Z test_schema_correctness_nanmedian_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5061742Z test_schema_correctness_nanquantile_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.502s) 2022-12-01T10:58:21.5062007Z test_schema_correctness_nanquantile_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.488s) 2022-12-01T10:58:21.5062256Z test_schema_correctness_nansum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.5062487Z test_schema_correctness_nansum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5062741Z test_schema_correctness_nansum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.5062996Z test_schema_correctness_nansum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.5063251Z test_schema_correctness_nansum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.5063556Z test_schema_correctness_nansum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5063800Z test_schema_correctness_nansum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-12-01T10:58:21.5064257Z test_schema_correctness_nansum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5064292Z test_schema_correctness_nansum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5064546Z test_schema_correctness_nansum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5064792Z test_schema_correctness_narrow_copy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5065176Z test_schema_correctness_narrow_copy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5065332Z test_schema_correctness_narrow_copy_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5065604Z test_schema_correctness_narrow_copy_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5065867Z test_schema_correctness_narrow_copy_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5066130Z test_schema_correctness_narrow_copy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5066392Z test_schema_correctness_narrow_copy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5066648Z test_schema_correctness_narrow_copy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5066908Z test_schema_correctness_narrow_copy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5067188Z test_schema_correctness_narrow_copy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5067461Z test_schema_correctness_narrow_copy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5067718Z test_schema_correctness_narrow_copy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5067977Z test_schema_correctness_narrow_copy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5068233Z test_schema_correctness_narrow_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5068483Z test_schema_correctness_narrow_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5068741Z test_schema_correctness_narrow_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5068999Z test_schema_correctness_narrow_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5069258Z test_schema_correctness_narrow_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5069501Z test_schema_correctness_narrow_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5069750Z test_schema_correctness_narrow_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5070003Z test_schema_correctness_narrow_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5070257Z test_schema_correctness_narrow_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5070689Z test_schema_correctness_narrow_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5070919Z test_schema_correctness_narrow_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5071151Z test_schema_correctness_narrow_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5071401Z test_schema_correctness_narrow_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5071752Z test_schema_correctness_native_batch_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.5072004Z test_schema_correctness_native_batch_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.5072274Z test_schema_correctness_native_batch_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.5072540Z test_schema_correctness_native_batch_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.5072813Z test_schema_correctness_native_layer_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5073077Z test_schema_correctness_native_layer_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5073343Z test_schema_correctness_native_layer_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5073613Z test_schema_correctness_native_layer_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5073866Z test_schema_correctness_ne_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5074116Z test_schema_correctness_ne_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5074354Z test_schema_correctness_ne_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5074615Z test_schema_correctness_ne_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5074869Z test_schema_correctness_ne_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5075178Z test_schema_correctness_ne_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5075432Z test_schema_correctness_ne_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5075684Z test_schema_correctness_ne_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5075927Z test_schema_correctness_ne_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5076166Z test_schema_correctness_ne_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5076404Z test_schema_correctness_ne_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5076628Z test_schema_correctness_ne_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5076878Z test_schema_correctness_neg_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5077133Z test_schema_correctness_neg_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5077389Z test_schema_correctness_neg_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5077641Z test_schema_correctness_neg_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5077890Z test_schema_correctness_neg_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5078135Z test_schema_correctness_neg_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5078385Z test_schema_correctness_neg_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5078626Z test_schema_correctness_neg_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5078853Z test_schema_correctness_neg_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5079100Z test_schema_correctness_neg_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5079341Z test_schema_correctness_neg_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5079634Z test_schema_correctness_neg_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5079897Z test_schema_correctness_new_empty_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5080168Z test_schema_correctness_new_empty_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5080413Z test_schema_correctness_new_empty_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5080677Z test_schema_correctness_new_empty_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5081116Z test_schema_correctness_new_empty_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5081187Z test_schema_correctness_new_empty_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5081448Z test_schema_correctness_new_empty_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5081711Z test_schema_correctness_new_empty_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5081973Z test_schema_correctness_new_empty_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5082222Z test_schema_correctness_new_empty_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5082472Z test_schema_correctness_new_empty_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5082723Z test_schema_correctness_new_empty_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5082975Z test_schema_correctness_new_empty_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5083295Z test_schema_correctness_new_empty_strided_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-12-01T10:58:21.5083557Z test_schema_correctness_new_empty_strided_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-12-01T10:58:21.5083832Z test_schema_correctness_new_empty_strided_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-12-01T10:58:21.5084103Z test_schema_correctness_new_empty_strided_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5084369Z test_schema_correctness_new_empty_strided_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-12-01T10:58:21.5084638Z test_schema_correctness_new_empty_strided_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-12-01T10:58:21.5084904Z test_schema_correctness_new_empty_strided_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-12-01T10:58:21.5085171Z test_schema_correctness_new_empty_strided_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-12-01T10:58:21.5085439Z test_schema_correctness_new_empty_strided_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-12-01T10:58:21.5085701Z test_schema_correctness_new_empty_strided_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-12-01T10:58:21.5085947Z test_schema_correctness_new_empty_strided_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-12-01T10:58:21.5086212Z test_schema_correctness_new_empty_strided_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-12-01T10:58:21.5086475Z test_schema_correctness_new_empty_strided_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-12-01T10:58:21.5086730Z test_schema_correctness_new_full_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-12-01T10:58:21.5086982Z test_schema_correctness_new_full_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.5087243Z test_schema_correctness_new_full_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-12-01T10:58:21.5087591Z test_schema_correctness_new_full_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5087849Z test_schema_correctness_new_full_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-12-01T10:58:21.5088101Z test_schema_correctness_new_full_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-12-01T10:58:21.5088338Z test_schema_correctness_new_full_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.5088592Z test_schema_correctness_new_full_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-12-01T10:58:21.5088840Z test_schema_correctness_new_full_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.5089091Z test_schema_correctness_new_full_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.5089336Z test_schema_correctness_new_full_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.5089586Z test_schema_correctness_new_full_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.5089832Z test_schema_correctness_new_full_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.5090085Z test_schema_correctness_new_ones_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5090334Z test_schema_correctness_new_ones_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5090578Z test_schema_correctness_new_ones_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.5090836Z test_schema_correctness_new_ones_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5091142Z test_schema_correctness_new_ones_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.5091408Z test_schema_correctness_new_ones_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5091661Z test_schema_correctness_new_ones_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5091907Z test_schema_correctness_new_ones_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.5092155Z test_schema_correctness_new_ones_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5092402Z test_schema_correctness_new_ones_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5092653Z test_schema_correctness_new_ones_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5092890Z test_schema_correctness_new_ones_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5093136Z test_schema_correctness_new_ones_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5093403Z test_schema_correctness_new_zeros_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.5093657Z test_schema_correctness_new_zeros_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5093920Z test_schema_correctness_new_zeros_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.5094180Z test_schema_correctness_new_zeros_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5094439Z test_schema_correctness_new_zeros_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.5094694Z test_schema_correctness_new_zeros_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5094954Z test_schema_correctness_new_zeros_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5095244Z test_schema_correctness_new_zeros_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.5095700Z test_schema_correctness_new_zeros_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5095753Z test_schema_correctness_new_zeros_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5096012Z test_schema_correctness_new_zeros_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5096266Z test_schema_correctness_new_zeros_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5096603Z test_schema_correctness_new_zeros_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5096786Z test_schema_correctness_nextafter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5097051Z test_schema_correctness_nextafter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5097316Z test_schema_correctness_nextafter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5097691Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.5097984Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.5098296Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.5098601Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.5098953Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5099304Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5099599Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5099888Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5100179Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5100465Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5100753Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5101024Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5101321Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5101609Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5101893Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5102177Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5102464Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5102752Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-12-01T10:58:21.5103090Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-12-01T10:58:21.5103373Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.5103659Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5103923Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5104204Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5104487Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5104777Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5105064Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5105348Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5105633Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5105918Z test_schema_correctness_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5106201Z test_schema_correctness_nn_functional_avg_pool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5106518Z test_schema_correctness_nn_functional_avg_pool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5106795Z test_schema_correctness_nn_functional_avg_pool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5107077Z test_schema_correctness_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5107360Z test_schema_correctness_nn_functional_avg_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5107634Z test_schema_correctness_nn_functional_avg_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5107904Z test_schema_correctness_nn_functional_avg_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5108186Z test_schema_correctness_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-12-01T10:58:21.5108467Z test_schema_correctness_nn_functional_avg_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-12-01T10:58:21.5108747Z test_schema_correctness_nn_functional_avg_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.024s) 2022-12-01T10:58:21.5109019Z test_schema_correctness_nn_functional_avg_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.5109304Z test_schema_correctness_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.178s) 2022-12-01T10:58:21.5109563Z test_schema_correctness_nn_functional_batch_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.191s) 2022-12-01T10:58:21.5109835Z test_schema_correctness_nn_functional_batch_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.373s) 2022-12-01T10:58:21.5110111Z test_schema_correctness_nn_functional_batch_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.141s) 2022-12-01T10:58:21.5110696Z test_schema_correctness_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.179s) 2022-12-01T10:58:21.5111292Z test_schema_correctness_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.178s) 2022-12-01T10:58:21.5111606Z test_schema_correctness_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.178s) 2022-12-01T10:58:21.5111887Z test_schema_correctness_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.181s) 2022-12-01T10:58:21.5112163Z test_schema_correctness_nn_functional_bilinear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.090s) 2022-12-01T10:58:21.5112554Z test_schema_correctness_nn_functional_bilinear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.090s) 2022-12-01T10:58:21.5112701Z test_schema_correctness_nn_functional_bilinear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.089s) 2022-12-01T10:58:21.5112982Z test_schema_correctness_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.5113275Z test_schema_correctness_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.5113554Z test_schema_correctness_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.5113845Z test_schema_correctness_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.5114154Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.5114528Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.5114855Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.5115163Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.5115441Z test_schema_correctness_nn_functional_celu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5115712Z test_schema_correctness_nn_functional_celu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5115954Z test_schema_correctness_nn_functional_celu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5116227Z test_schema_correctness_nn_functional_celu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5116507Z test_schema_correctness_nn_functional_conv1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5116797Z test_schema_correctness_nn_functional_conv1d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.690s) 2022-12-01T10:58:21.5117075Z test_schema_correctness_nn_functional_conv1d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5117348Z test_schema_correctness_nn_functional_conv1d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.195s) 2022-12-01T10:58:21.5117621Z test_schema_correctness_nn_functional_conv1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5117890Z test_schema_correctness_nn_functional_conv1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5118155Z test_schema_correctness_nn_functional_conv1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5119243Z test_schema_correctness_nn_functional_conv2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T10:58:21.5119443Z return self.op(*args, **kwargs) 2022-12-01T10:58:21.5119529Z ok (0.094s) 2022-12-01T10:58:21.5119811Z test_schema_correctness_nn_functional_conv2d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.610s) 2022-12-01T10:58:21.5120088Z test_schema_correctness_nn_functional_conv2d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5120365Z test_schema_correctness_nn_functional_conv2d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.660s) 2022-12-01T10:58:21.5120645Z test_schema_correctness_nn_functional_conv2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.096s) 2022-12-01T10:58:21.5120919Z test_schema_correctness_nn_functional_conv2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.094s) 2022-12-01T10:58:21.5121180Z test_schema_correctness_nn_functional_conv2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.093s) 2022-12-01T10:58:21.5121468Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5121761Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.196s) 2022-12-01T10:58:21.5122036Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5122325Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.193s) 2022-12-01T10:58:21.5122661Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5122960Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5123239Z test_schema_correctness_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5123526Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5123812Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5124098Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5124390Z test_schema_correctness_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5124683Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.5124953Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.5125232Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.5125511Z test_schema_correctness_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.5125812Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.296s) 2022-12-01T10:58:21.5126106Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.291s) 2022-12-01T10:58:21.5126408Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.301s) 2022-12-01T10:58:21.5126755Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.292s) 2022-12-01T10:58:21.5127201Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.293s) 2022-12-01T10:58:21.5127335Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.290s) 2022-12-01T10:58:21.5127626Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.292s) 2022-12-01T10:58:21.5128100Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.294s) 2022-12-01T10:58:21.5128190Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.290s) 2022-12-01T10:58:21.5128487Z test_schema_correctness_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.293s) 2022-12-01T10:58:21.5128783Z test_schema_correctness_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.136s) 2022-12-01T10:58:21.5129073Z test_schema_correctness_nn_functional_cosine_similarity_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.135s) 2022-12-01T10:58:21.5129362Z test_schema_correctness_nn_functional_cosine_similarity_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.135s) 2022-12-01T10:58:21.5129649Z test_schema_correctness_nn_functional_cosine_similarity_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.138s) 2022-12-01T10:58:21.5129938Z test_schema_correctness_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-12-01T10:58:21.5130265Z test_schema_correctness_nn_functional_cross_entropy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2022-12-01T10:58:21.5130562Z test_schema_correctness_nn_functional_cross_entropy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2022-12-01T10:58:21.5130822Z test_schema_correctness_nn_functional_cross_entropy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2022-12-01T10:58:21.5131098Z test_schema_correctness_nn_functional_ctc_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.090s) 2022-12-01T10:58:21.5131377Z test_schema_correctness_nn_functional_ctc_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.096s) 2022-12-01T10:58:21.5132696Z test_schema_correctness_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:58:21.5133040Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:58:21.5133148Z ok (0.052s) 2022-12-01T10:58:21.5133436Z test_schema_correctness_nn_functional_dropout2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.5133719Z test_schema_correctness_nn_functional_dropout2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.5133999Z test_schema_correctness_nn_functional_dropout2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.5134283Z test_schema_correctness_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-12-01T10:58:21.5134620Z test_schema_correctness_nn_functional_dropout3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-12-01T10:58:21.5134875Z test_schema_correctness_nn_functional_dropout3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-12-01T10:58:21.5135154Z test_schema_correctness_nn_functional_dropout3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-12-01T10:58:21.5135436Z test_schema_correctness_nn_functional_dropout_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-12-01T10:58:21.5135716Z test_schema_correctness_nn_functional_dropout_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-12-01T10:58:21.5135990Z test_schema_correctness_nn_functional_dropout_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-12-01T10:58:21.5136258Z test_schema_correctness_nn_functional_dropout_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-12-01T10:58:21.5136532Z test_schema_correctness_nn_functional_elu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5136803Z test_schema_correctness_nn_functional_elu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5137078Z test_schema_correctness_nn_functional_elu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5137347Z test_schema_correctness_nn_functional_elu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5137613Z test_schema_correctness_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.503s) 2022-12-01T10:58:21.5137901Z test_schema_correctness_nn_functional_embedding_bag_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.502s) 2022-12-01T10:58:21.5138233Z test_schema_correctness_nn_functional_embedding_bag_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.497s) 2022-12-01T10:58:21.5138532Z test_schema_correctness_nn_functional_embedding_bag_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.499s) 2022-12-01T10:58:21.5138816Z test_schema_correctness_nn_functional_embedding_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5139097Z test_schema_correctness_nn_functional_embedding_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5139377Z test_schema_correctness_nn_functional_embedding_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5139658Z test_schema_correctness_nn_functional_embedding_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.5139975Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-12-01T10:58:21.5140293Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-12-01T10:58:21.5140587Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-12-01T10:58:21.5140902Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-12-01T10:58:21.5141221Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5141530Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5141852Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5142171Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5142556Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5143017Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5143186Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5143494Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5143925Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5144097Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5144409Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5144722Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5145019Z test_schema_correctness_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.222s) 2022-12-01T10:58:21.5145309Z test_schema_correctness_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.221s) 2022-12-01T10:58:21.5145635Z test_schema_correctness_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.222s) 2022-12-01T10:58:21.5145927Z test_schema_correctness_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.294s) 2022-12-01T10:58:21.5146226Z test_schema_correctness_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.295s) 2022-12-01T10:58:21.5146520Z test_schema_correctness_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.294s) 2022-12-01T10:58:21.5146812Z test_schema_correctness_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.056s) 2022-12-01T10:58:21.5147082Z test_schema_correctness_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.182s) 2022-12-01T10:58:21.5147371Z test_schema_correctness_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.041s) 2022-12-01T10:58:21.5147656Z test_schema_correctness_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.072s) 2022-12-01T10:58:21.5147934Z test_schema_correctness_nn_functional_gelu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5148205Z test_schema_correctness_nn_functional_gelu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5148479Z test_schema_correctness_nn_functional_gelu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5148747Z test_schema_correctness_nn_functional_gelu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5149012Z test_schema_correctness_nn_functional_glu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5149282Z test_schema_correctness_nn_functional_glu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5149557Z test_schema_correctness_nn_functional_glu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.5149862Z test_schema_correctness_nn_functional_glu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.5150147Z test_schema_correctness_nn_functional_grid_sample_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.5150563Z test_schema_correctness_nn_functional_grid_sample_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5151016Z test_schema_correctness_nn_functional_grid_sample_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5151274Z test_schema_correctness_nn_functional_group_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5151562Z test_schema_correctness_nn_functional_group_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5151845Z test_schema_correctness_nn_functional_group_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5152127Z test_schema_correctness_nn_functional_group_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5152406Z test_schema_correctness_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5152672Z test_schema_correctness_nn_functional_hardshrink_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5152953Z test_schema_correctness_nn_functional_hardshrink_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5153228Z test_schema_correctness_nn_functional_hardshrink_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5153515Z test_schema_correctness_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5153867Z test_schema_correctness_nn_functional_hardsigmoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5154166Z test_schema_correctness_nn_functional_hardsigmoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5154441Z test_schema_correctness_nn_functional_hardsigmoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5154720Z test_schema_correctness_nn_functional_hardswish_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5154999Z test_schema_correctness_nn_functional_hardswish_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5155280Z test_schema_correctness_nn_functional_hardswish_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5155536Z test_schema_correctness_nn_functional_hardswish_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5155819Z test_schema_correctness_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5156105Z test_schema_correctness_nn_functional_hardtanh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5156385Z test_schema_correctness_nn_functional_hardtanh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5156657Z test_schema_correctness_nn_functional_hardtanh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5156936Z test_schema_correctness_nn_functional_hardtanh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5157210Z test_schema_correctness_nn_functional_hardtanh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5157479Z test_schema_correctness_nn_functional_hardtanh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5157755Z test_schema_correctness_nn_functional_hardtanh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5158119Z test_schema_correctness_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.399s) 2022-12-01T10:58:21.5158392Z test_schema_correctness_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.398s) 2022-12-01T10:58:21.5158678Z test_schema_correctness_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.404s) 2022-12-01T10:58:21.5158975Z test_schema_correctness_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.399s) 2022-12-01T10:58:21.5159255Z test_schema_correctness_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5159542Z test_schema_correctness_nn_functional_huber_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5159827Z test_schema_correctness_nn_functional_huber_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5160103Z test_schema_correctness_nn_functional_huber_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5160394Z test_schema_correctness_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.221s) 2022-12-01T10:58:21.5160677Z test_schema_correctness_nn_functional_instance_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.222s) 2022-12-01T10:58:21.5160940Z test_schema_correctness_nn_functional_instance_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.148s) 2022-12-01T10:58:21.5161223Z test_schema_correctness_nn_functional_instance_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.154s) 2022-12-01T10:58:21.5161558Z test_schema_correctness_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5161867Z test_schema_correctness_nn_functional_interpolate_area_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.5162175Z test_schema_correctness_nn_functional_interpolate_area_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5162449Z test_schema_correctness_nn_functional_interpolate_area_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5162745Z test_schema_correctness_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.5163134Z test_schema_correctness_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5163342Z test_schema_correctness_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5163640Z test_schema_correctness_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5163934Z test_schema_correctness_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5164201Z test_schema_correctness_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5164498Z test_schema_correctness_nn_functional_interpolate_linear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5164796Z test_schema_correctness_nn_functional_interpolate_linear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5165087Z test_schema_correctness_nn_functional_interpolate_linear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5165382Z test_schema_correctness_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5165743Z test_schema_correctness_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5166036Z test_schema_correctness_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5166329Z test_schema_correctness_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5166629Z test_schema_correctness_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5166922Z test_schema_correctness_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5167203Z test_schema_correctness_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5168244Z test_schema_correctness_nn_functional_kl_div_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2916: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:58:21.5168366Z warnings.warn( 2022-12-01T10:58:21.5168470Z ok (0.057s) 2022-12-01T10:58:21.5168746Z test_schema_correctness_nn_functional_kl_div_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5169012Z test_schema_correctness_nn_functional_kl_div_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.060s) 2022-12-01T10:58:21.5169330Z test_schema_correctness_nn_functional_kl_div_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5169616Z test_schema_correctness_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5169901Z test_schema_correctness_nn_functional_l1_loss_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.5170178Z test_schema_correctness_nn_functional_l1_loss_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.5170433Z test_schema_correctness_nn_functional_l1_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5170706Z test_schema_correctness_nn_functional_l1_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5170981Z test_schema_correctness_nn_functional_l1_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5171264Z test_schema_correctness_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5171544Z test_schema_correctness_nn_functional_layer_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5171826Z test_schema_correctness_nn_functional_layer_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5172097Z test_schema_correctness_nn_functional_layer_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5172385Z test_schema_correctness_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5172665Z test_schema_correctness_nn_functional_leaky_relu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5172941Z test_schema_correctness_nn_functional_leaky_relu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5173195Z test_schema_correctness_nn_functional_leaky_relu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5173523Z test_schema_correctness_nn_functional_linear_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.5173803Z test_schema_correctness_nn_functional_linear_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-12-01T10:58:21.5174082Z test_schema_correctness_nn_functional_linear_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-12-01T10:58:21.5174356Z test_schema_correctness_nn_functional_linear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.5174624Z test_schema_correctness_nn_functional_linear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.5174886Z test_schema_correctness_nn_functional_linear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.5175189Z test_schema_correctness_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2022-12-01T10:58:21.5175492Z test_schema_correctness_nn_functional_local_response_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2022-12-01T10:58:21.5175764Z test_schema_correctness_nn_functional_local_response_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-12-01T10:58:21.5176058Z test_schema_correctness_nn_functional_local_response_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2022-12-01T10:58:21.5176342Z test_schema_correctness_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5176622Z test_schema_correctness_nn_functional_logsigmoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5176949Z test_schema_correctness_nn_functional_logsigmoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5177237Z test_schema_correctness_nn_functional_logsigmoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5177603Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.111s) 2022-12-01T10:58:21.5177830Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.117s) 2022-12-01T10:58:21.5178120Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.112s) 2022-12-01T10:58:21.5178495Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.111s) 2022-12-01T10:58:21.5178680Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.105s) 2022-12-01T10:58:21.5178973Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.104s) 2022-12-01T10:58:21.5179264Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.105s) 2022-12-01T10:58:21.5179552Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.105s) 2022-12-01T10:58:21.5179839Z test_schema_correctness_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.113s) 2022-12-01T10:58:21.5180121Z test_schema_correctness_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.047s) 2022-12-01T10:58:21.5180402Z test_schema_correctness_nn_functional_max_pool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (3.059s) 2022-12-01T10:58:21.5180686Z test_schema_correctness_nn_functional_max_pool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.968s) 2022-12-01T10:58:21.5180967Z test_schema_correctness_nn_functional_max_pool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.956s) 2022-12-01T10:58:21.5181303Z test_schema_correctness_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (11.347s) 2022-12-01T10:58:21.5181565Z test_schema_correctness_nn_functional_max_pool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (11.355s) 2022-12-01T10:58:21.5181844Z test_schema_correctness_nn_functional_max_pool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (11.231s) 2022-12-01T10:58:21.5182124Z test_schema_correctness_nn_functional_max_pool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (11.241s) 2022-12-01T10:58:21.5182396Z test_schema_correctness_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (4.388s) 2022-12-01T10:58:21.5182680Z test_schema_correctness_nn_functional_max_pool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (4.386s) 2022-12-01T10:58:21.5182962Z test_schema_correctness_nn_functional_max_pool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (4.385s) 2022-12-01T10:58:21.5183242Z test_schema_correctness_nn_functional_max_pool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (4.384s) 2022-12-01T10:58:21.5183522Z test_schema_correctness_nn_functional_max_unpool1d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.566s) 2022-12-01T10:58:21.5183805Z test_schema_correctness_nn_functional_max_unpool1d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.562s) 2022-12-01T10:58:21.5184083Z test_schema_correctness_nn_functional_max_unpool1d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.561s) 2022-12-01T10:58:21.5184352Z test_schema_correctness_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.188s) 2022-12-01T10:58:21.5184691Z test_schema_correctness_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.185s) 2022-12-01T10:58:21.5184992Z test_schema_correctness_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.174s) 2022-12-01T10:58:21.5185279Z test_schema_correctness_nn_functional_max_unpool2d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.555s) 2022-12-01T10:58:21.5185567Z test_schema_correctness_nn_functional_max_unpool2d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.556s) 2022-12-01T10:58:21.5185843Z test_schema_correctness_nn_functional_max_unpool2d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.555s) 2022-12-01T10:58:21.5186125Z test_schema_correctness_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.262s) 2022-12-01T10:58:21.5186410Z test_schema_correctness_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.260s) 2022-12-01T10:58:21.5186703Z test_schema_correctness_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.262s) 2022-12-01T10:58:21.5186988Z test_schema_correctness_nn_functional_max_unpool3d_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.224s) 2022-12-01T10:58:21.5187244Z test_schema_correctness_nn_functional_max_unpool3d_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.224s) 2022-12-01T10:58:21.5187520Z test_schema_correctness_nn_functional_max_unpool3d_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.224s) 2022-12-01T10:58:21.5187805Z test_schema_correctness_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.110s) 2022-12-01T10:58:21.5188089Z test_schema_correctness_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.109s) 2022-12-01T10:58:21.5188377Z test_schema_correctness_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.113s) 2022-12-01T10:58:21.5188651Z test_schema_correctness_nn_functional_mish_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5188979Z test_schema_correctness_nn_functional_mish_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5189253Z test_schema_correctness_nn_functional_mish_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5189518Z test_schema_correctness_nn_functional_mish_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5189778Z test_schema_correctness_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5190054Z test_schema_correctness_nn_functional_mse_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5190541Z test_schema_correctness_nn_functional_mse_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5190964Z test_schema_correctness_nn_functional_mse_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5191292Z test_schema_correctness_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5191582Z test_schema_correctness_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5191867Z test_schema_correctness_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5192154Z test_schema_correctness_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5192454Z test_schema_correctness_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5192839Z test_schema_correctness_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5193134Z test_schema_correctness_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5193428Z test_schema_correctness_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5193732Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.5194037Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.5194331Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.5194637Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-12-01T10:58:21.5194924Z test_schema_correctness_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.096s) 2022-12-01T10:58:21.5195204Z test_schema_correctness_nn_functional_nll_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.096s) 2022-12-01T10:58:21.5195474Z test_schema_correctness_nn_functional_nll_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.096s) 2022-12-01T10:58:21.5195751Z test_schema_correctness_nn_functional_nll_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.096s) 2022-12-01T10:58:21.5196037Z test_schema_correctness_nn_functional_normalize_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-12-01T10:58:21.5196302Z test_schema_correctness_nn_functional_normalize_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.5196587Z test_schema_correctness_nn_functional_normalize_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.5196941Z test_schema_correctness_nn_functional_normalize_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-12-01T10:58:21.5197223Z test_schema_correctness_nn_functional_normalize_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.5197497Z test_schema_correctness_nn_functional_normalize_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-12-01T10:58:21.5197822Z test_schema_correctness_nn_functional_one_hot_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.055s) 2022-12-01T10:58:21.5198109Z test_schema_correctness_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.163s) 2022-12-01T10:58:21.5198391Z test_schema_correctness_nn_functional_pad_circular_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.5198685Z test_schema_correctness_nn_functional_pad_circular_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.168s) 2022-12-01T10:58:21.5198959Z test_schema_correctness_nn_functional_pad_circular_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.168s) 2022-12-01T10:58:21.5199244Z test_schema_correctness_nn_functional_pad_circular_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.165s) 2022-12-01T10:58:21.5199532Z test_schema_correctness_nn_functional_pad_circular_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.162s) 2022-12-01T10:58:21.5199808Z test_schema_correctness_nn_functional_pad_circular_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.163s) 2022-12-01T10:58:21.5200090Z test_schema_correctness_nn_functional_pad_circular_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.161s) 2022-12-01T10:58:21.5200374Z test_schema_correctness_nn_functional_pad_circular_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.161s) 2022-12-01T10:58:21.5200707Z test_schema_correctness_nn_functional_pad_circular_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.163s) 2022-12-01T10:58:21.5201000Z test_schema_correctness_nn_functional_pad_circular_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.161s) 2022-12-01T10:58:21.5201280Z test_schema_correctness_nn_functional_pad_circular_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.162s) 2022-12-01T10:58:21.5201565Z test_schema_correctness_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-12-01T10:58:21.5201824Z test_schema_correctness_nn_functional_pad_constant_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.5202114Z test_schema_correctness_nn_functional_pad_constant_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-12-01T10:58:21.5202406Z test_schema_correctness_nn_functional_pad_constant_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-12-01T10:58:21.5202695Z test_schema_correctness_nn_functional_pad_constant_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-12-01T10:58:21.5202981Z test_schema_correctness_nn_functional_pad_constant_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-12-01T10:58:21.5203259Z test_schema_correctness_nn_functional_pad_constant_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.050s) 2022-12-01T10:58:21.5203539Z test_schema_correctness_nn_functional_pad_constant_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.5203821Z test_schema_correctness_nn_functional_pad_constant_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.5204099Z test_schema_correctness_nn_functional_pad_constant_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.5204381Z test_schema_correctness_nn_functional_pad_constant_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.5204696Z test_schema_correctness_nn_functional_pad_constant_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.5204981Z test_schema_correctness_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5205271Z test_schema_correctness_nn_functional_pad_reflect_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5205559Z test_schema_correctness_nn_functional_pad_reflect_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5205836Z test_schema_correctness_nn_functional_pad_reflect_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5206118Z test_schema_correctness_nn_functional_pad_reflect_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5206403Z test_schema_correctness_nn_functional_pad_reflect_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5206702Z test_schema_correctness_nn_functional_pad_replicate_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5206993Z test_schema_correctness_nn_functional_pad_replicate_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5207281Z test_schema_correctness_nn_functional_pad_replicate_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5207546Z test_schema_correctness_nn_functional_pad_replicate_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5207825Z test_schema_correctness_nn_functional_pad_replicate_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5208219Z test_schema_correctness_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.5208525Z test_schema_correctness_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.5208827Z test_schema_correctness_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.5209120Z test_schema_correctness_nn_functional_pairwise_distance_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.5209410Z test_schema_correctness_nn_functional_pairwise_distance_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.5209700Z test_schema_correctness_nn_functional_pairwise_distance_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.5209989Z test_schema_correctness_nn_functional_pairwise_distance_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5210282Z test_schema_correctness_nn_functional_pairwise_distance_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5210553Z test_schema_correctness_nn_functional_pairwise_distance_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5210841Z test_schema_correctness_nn_functional_pairwise_distance_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.5211126Z test_schema_correctness_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5211402Z test_schema_correctness_nn_functional_pdist_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5211678Z test_schema_correctness_nn_functional_pdist_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5211986Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.003s) 2022-12-01T10:58:21.5212293Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5212664Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5212975Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5213281Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5213567Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5213868Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5214174Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5214482Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5214823Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5215089Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5215391Z test_schema_correctness_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5215704Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5216060Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5216386Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5216679Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5216989Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5217294Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5217600Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5217905Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5218212Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5218519Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5218824Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5219130Z test_schema_correctness_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... expected failure (0.002s) 2022-12-01T10:58:21.5219425Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.524s) 2022-12-01T10:58:21.5219719Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.522s) 2022-12-01T10:58:21.5219990Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.529s) 2022-12-01T10:58:21.5220341Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.519s) 2022-12-01T10:58:21.5220624Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.508s) 2022-12-01T10:58:21.5220908Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.542s) 2022-12-01T10:58:21.5221258Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.525s) 2022-12-01T10:58:21.5221470Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.515s) 2022-12-01T10:58:21.5221762Z test_schema_correctness_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.518s) 2022-12-01T10:58:21.5222038Z test_schema_correctness_nn_functional_prelu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.5222308Z test_schema_correctness_nn_functional_prelu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.5222560Z test_schema_correctness_nn_functional_prelu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.5222833Z test_schema_correctness_nn_functional_relu6_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5223101Z test_schema_correctness_nn_functional_relu6_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5223361Z test_schema_correctness_nn_functional_relu6_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5223692Z test_schema_correctness_nn_functional_relu6_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5223973Z test_schema_correctness_nn_functional_relu6_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5224239Z test_schema_correctness_nn_functional_relu6_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5224553Z test_schema_correctness_nn_functional_relu6_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5224768Z test_schema_correctness_nn_functional_relu6_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5225037Z test_schema_correctness_nn_functional_relu6_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5225290Z test_schema_correctness_nn_functional_relu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5225659Z test_schema_correctness_nn_functional_relu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5225852Z test_schema_correctness_nn_functional_relu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5226199Z test_schema_correctness_nn_functional_relu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5226366Z test_schema_correctness_nn_functional_relu_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5226633Z test_schema_correctness_nn_functional_relu_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5226903Z test_schema_correctness_nn_functional_relu_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5227176Z test_schema_correctness_nn_functional_relu_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5227442Z test_schema_correctness_nn_functional_relu_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5227697Z test_schema_correctness_nn_functional_rrelu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-12-01T10:58:21.5228028Z test_schema_correctness_nn_functional_rrelu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-12-01T10:58:21.5228295Z test_schema_correctness_nn_functional_rrelu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-12-01T10:58:21.5228558Z test_schema_correctness_nn_functional_rrelu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-12-01T10:58:21.5228822Z test_schema_correctness_nn_functional_selu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5229090Z test_schema_correctness_nn_functional_selu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5229357Z test_schema_correctness_nn_functional_selu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5229614Z test_schema_correctness_nn_functional_selu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5229888Z test_schema_correctness_nn_functional_silu_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5230160Z test_schema_correctness_nn_functional_silu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5230566Z test_schema_correctness_nn_functional_silu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5230878Z test_schema_correctness_nn_functional_silu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5231130Z test_schema_correctness_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5231479Z test_schema_correctness_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5231775Z test_schema_correctness_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5232067Z test_schema_correctness_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5232351Z test_schema_correctness_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5232632Z test_schema_correctness_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5232911Z test_schema_correctness_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5233187Z test_schema_correctness_nn_functional_softmin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5233446Z test_schema_correctness_nn_functional_softmin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5233726Z test_schema_correctness_nn_functional_softmin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5233998Z test_schema_correctness_nn_functional_softmin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5234292Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-12-01T10:58:21.5234591Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-12-01T10:58:21.5234892Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-12-01T10:58:21.5235178Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-12-01T10:58:21.5235470Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2022-12-01T10:58:21.5235822Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5236088Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-12-01T10:58:21.5236376Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-12-01T10:58:21.5236660Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-12-01T10:58:21.5236946Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-12-01T10:58:21.5237227Z test_schema_correctness_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-12-01T10:58:21.5237518Z test_schema_correctness_nn_functional_softplus_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5237795Z test_schema_correctness_nn_functional_softplus_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5238068Z test_schema_correctness_nn_functional_softplus_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5238338Z test_schema_correctness_nn_functional_softplus_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5238616Z test_schema_correctness_nn_functional_softshrink_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5239048Z test_schema_correctness_nn_functional_softshrink_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5239204Z test_schema_correctness_nn_functional_softshrink_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5239495Z test_schema_correctness_nn_functional_softshrink_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5239991Z test_schema_correctness_nn_functional_softsign_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5240056Z test_schema_correctness_nn_functional_softsign_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5240340Z test_schema_correctness_nn_functional_softsign_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5240618Z test_schema_correctness_nn_functional_softsign_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5240895Z test_schema_correctness_nn_functional_softsign_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5241176Z test_schema_correctness_nn_functional_softsign_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5241457Z test_schema_correctness_nn_functional_softsign_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5241710Z test_schema_correctness_nn_functional_softsign_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5241975Z test_schema_correctness_nn_functional_softsign_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5242238Z test_schema_correctness_nn_functional_softsign_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5242515Z test_schema_correctness_nn_functional_softsign_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5242790Z test_schema_correctness_nn_functional_softsign_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5243070Z test_schema_correctness_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5243406Z test_schema_correctness_nn_functional_tanhshrink_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5243695Z test_schema_correctness_nn_functional_tanhshrink_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5243976Z test_schema_correctness_nn_functional_tanhshrink_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5244256Z test_schema_correctness_nn_functional_tanhshrink_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5244518Z test_schema_correctness_nn_functional_tanhshrink_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5244795Z test_schema_correctness_nn_functional_tanhshrink_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5245071Z test_schema_correctness_nn_functional_tanhshrink_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5245352Z test_schema_correctness_nn_functional_tanhshrink_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5245625Z test_schema_correctness_nn_functional_tanhshrink_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5245901Z test_schema_correctness_nn_functional_tanhshrink_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5246180Z test_schema_correctness_nn_functional_threshold_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5246461Z test_schema_correctness_nn_functional_threshold_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5246784Z test_schema_correctness_nn_functional_threshold_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5247050Z test_schema_correctness_nn_functional_threshold_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5247333Z test_schema_correctness_nn_functional_threshold_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5247602Z test_schema_correctness_nn_functional_threshold_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5247865Z test_schema_correctness_nn_functional_threshold_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5248139Z test_schema_correctness_nn_functional_threshold_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5248412Z test_schema_correctness_nn_functional_threshold_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5248711Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2022-12-01T10:58:21.5249009Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-12-01T10:58:21.5249308Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-12-01T10:58:21.5249602Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.063s) 2022-12-01T10:58:21.5249875Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-12-01T10:58:21.5250172Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.063s) 2022-12-01T10:58:21.5250456Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-12-01T10:58:21.5250747Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-12-01T10:58:21.5251092Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-12-01T10:58:21.5251379Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-12-01T10:58:21.5251670Z test_schema_correctness_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-12-01T10:58:21.5251986Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-12-01T10:58:21.5252306Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-12-01T10:58:21.5252621Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-12-01T10:58:21.5252917Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.098s) 2022-12-01T10:58:21.5253226Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.089s) 2022-12-01T10:58:21.5253531Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-12-01T10:58:21.5253835Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2022-12-01T10:58:21.5254138Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2022-12-01T10:58:21.5254518Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.062s) 2022-12-01T10:58:21.5254803Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-12-01T10:58:21.5255105Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-12-01T10:58:21.5255428Z test_schema_correctness_nn_functional_unfold_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.332s) 2022-12-01T10:58:21.5255659Z test_schema_correctness_nn_functional_unfold_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.362s) 2022-12-01T10:58:21.5255934Z test_schema_correctness_nn_functional_unfold_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.363s) 2022-12-01T10:58:21.5256189Z test_schema_correctness_nn_functional_unfold_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.328s) 2022-12-01T10:58:21.5256456Z test_schema_correctness_nn_functional_unfold_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.328s) 2022-12-01T10:58:21.5256734Z test_schema_correctness_nn_functional_unfold_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.326s) 2022-12-01T10:58:21.5257517Z test_schema_correctness_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:58:21.5257801Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:58:21.5257908Z ok (0.006s) 2022-12-01T10:58:21.5258201Z test_schema_correctness_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5258498Z test_schema_correctness_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5259295Z test_schema_correctness_nn_functional_upsample_nearest_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:58:21.5259577Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:58:21.5259663Z ok (0.013s) 2022-12-01T10:58:21.5259959Z test_schema_correctness_nn_functional_upsample_nearest_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5260254Z test_schema_correctness_nn_functional_upsample_nearest_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5260546Z test_schema_correctness_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5260811Z test_schema_correctness_nonzero_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.5261070Z test_schema_correctness_nonzero_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.5261332Z test_schema_correctness_nonzero_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5261594Z test_schema_correctness_nonzero_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5261858Z test_schema_correctness_nonzero_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5262095Z test_schema_correctness_nonzero_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.5262358Z test_schema_correctness_nonzero_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5262664Z test_schema_correctness_nonzero_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.5262930Z test_schema_correctness_nonzero_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.027s) 2022-12-01T10:58:21.5263176Z test_schema_correctness_nonzero_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.5263422Z test_schema_correctness_nonzero_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.5263672Z test_schema_correctness_nonzero_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5263920Z test_schema_correctness_nonzero_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5264167Z test_schema_correctness_norm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.065s) 2022-12-01T10:58:21.5264406Z test_schema_correctness_norm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-12-01T10:58:21.5264666Z test_schema_correctness_norm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.056s) 2022-12-01T10:58:21.5264923Z test_schema_correctness_norm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2022-12-01T10:58:21.5265172Z test_schema_correctness_norm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.064s) 2022-12-01T10:58:21.5265413Z test_schema_correctness_norm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.5265673Z test_schema_correctness_norm_fro_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5265952Z test_schema_correctness_norm_fro_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.5266236Z test_schema_correctness_norm_fro_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.5266497Z test_schema_correctness_norm_fro_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.5266738Z test_schema_correctness_norm_fro_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.5267044Z test_schema_correctness_norm_fro_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.5267302Z test_schema_correctness_norm_inf_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5267567Z test_schema_correctness_norm_inf_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5267827Z test_schema_correctness_norm_inf_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5268081Z test_schema_correctness_norm_inf_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5268332Z test_schema_correctness_norm_inf_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5268588Z test_schema_correctness_norm_inf_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5268847Z test_schema_correctness_norm_nuc_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.5269090Z test_schema_correctness_norm_nuc_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5269344Z test_schema_correctness_norm_nuc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.5269758Z test_schema_correctness_norm_nuc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.5269842Z test_schema_correctness_normal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5270101Z test_schema_correctness_normal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.5270567Z test_schema_correctness_normal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5270964Z test_schema_correctness_normal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5271112Z test_schema_correctness_normal_number_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5271383Z test_schema_correctness_normal_number_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5271625Z test_schema_correctness_normal_number_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5271884Z test_schema_correctness_normal_number_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5272135Z test_schema_correctness_ones_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5272386Z test_schema_correctness_ones_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5272645Z test_schema_correctness_ones_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5272903Z test_schema_correctness_ones_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5273163Z test_schema_correctness_ones_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5273416Z test_schema_correctness_ones_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5273662Z test_schema_correctness_ones_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5273882Z test_schema_correctness_ones_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5274133Z test_schema_correctness_ones_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5274374Z test_schema_correctness_ones_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5274625Z test_schema_correctness_ones_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5274872Z test_schema_correctness_ones_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5275209Z test_schema_correctness_ones_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5275470Z test_schema_correctness_ones_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5275724Z test_schema_correctness_ones_like_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5275989Z test_schema_correctness_ones_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5276232Z test_schema_correctness_ones_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5276493Z test_schema_correctness_ones_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5276750Z test_schema_correctness_ones_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5277008Z test_schema_correctness_ones_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5277254Z test_schema_correctness_ones_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5277506Z test_schema_correctness_ones_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5277755Z test_schema_correctness_ones_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5278005Z test_schema_correctness_ones_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5278253Z test_schema_correctness_ones_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5278534Z test_schema_correctness_ones_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5278803Z test_schema_correctness_ormqr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.229s) 2022-12-01T10:58:21.5279060Z test_schema_correctness_ormqr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.228s) 2022-12-01T10:58:21.5279316Z test_schema_correctness_ormqr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.243s) 2022-12-01T10:58:21.5279571Z test_schema_correctness_ormqr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.218s) 2022-12-01T10:58:21.5279826Z test_schema_correctness_outer_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5280077Z test_schema_correctness_outer_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5280339Z test_schema_correctness_outer_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5280594Z test_schema_correctness_outer_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5280829Z test_schema_correctness_outer_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5281080Z test_schema_correctness_outer_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5281318Z test_schema_correctness_outer_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5281563Z test_schema_correctness_outer_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5281802Z test_schema_correctness_outer_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5282047Z test_schema_correctness_outer_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5282296Z test_schema_correctness_outer_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5282546Z test_schema_correctness_outer_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5282813Z test_schema_correctness_pca_lowrank_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (5.897s) 2022-12-01T10:58:21.5283108Z test_schema_correctness_pca_lowrank_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (5.837s) 2022-12-01T10:58:21.5283369Z test_schema_correctness_permute_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5283618Z test_schema_correctness_permute_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.5283875Z test_schema_correctness_permute_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.5284136Z test_schema_correctness_permute_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5284400Z test_schema_correctness_permute_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.020s) 2022-12-01T10:58:21.5284660Z test_schema_correctness_permute_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5284922Z test_schema_correctness_permute_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5285180Z test_schema_correctness_permute_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5285413Z test_schema_correctness_permute_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5285695Z test_schema_correctness_permute_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5285906Z test_schema_correctness_permute_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.5286160Z test_schema_correctness_permute_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.5286592Z test_schema_correctness_permute_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.5286722Z test_schema_correctness_pinverse_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.587s) 2022-12-01T10:58:21.5286989Z test_schema_correctness_pinverse_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.555s) 2022-12-01T10:58:21.5287243Z test_schema_correctness_pinverse_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.598s) 2022-12-01T10:58:21.5287497Z test_schema_correctness_pinverse_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.552s) 2022-12-01T10:58:21.5287728Z test_schema_correctness_polar_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5287970Z test_schema_correctness_polar_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5288245Z test_schema_correctness_polygamma_polygamma_n_0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5288531Z test_schema_correctness_polygamma_polygamma_n_0_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5288820Z test_schema_correctness_polygamma_polygamma_n_0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5289104Z test_schema_correctness_polygamma_polygamma_n_0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5289386Z test_schema_correctness_polygamma_polygamma_n_0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5289665Z test_schema_correctness_polygamma_polygamma_n_0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5289937Z test_schema_correctness_polygamma_polygamma_n_0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5290214Z test_schema_correctness_polygamma_polygamma_n_0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5290474Z test_schema_correctness_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5290804Z test_schema_correctness_polygamma_polygamma_n_1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5291078Z test_schema_correctness_polygamma_polygamma_n_1_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5291350Z test_schema_correctness_polygamma_polygamma_n_1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5291624Z test_schema_correctness_polygamma_polygamma_n_1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5291893Z test_schema_correctness_polygamma_polygamma_n_1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5292155Z test_schema_correctness_polygamma_polygamma_n_1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5292413Z test_schema_correctness_polygamma_polygamma_n_1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5292687Z test_schema_correctness_polygamma_polygamma_n_1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5292937Z test_schema_correctness_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5293209Z test_schema_correctness_polygamma_polygamma_n_2_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5293482Z test_schema_correctness_polygamma_polygamma_n_2_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5293759Z test_schema_correctness_polygamma_polygamma_n_2_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5294032Z test_schema_correctness_polygamma_polygamma_n_2_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5294364Z test_schema_correctness_polygamma_polygamma_n_2_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5294644Z test_schema_correctness_polygamma_polygamma_n_2_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5294905Z test_schema_correctness_polygamma_polygamma_n_2_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5295177Z test_schema_correctness_polygamma_polygamma_n_2_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5295447Z test_schema_correctness_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5295697Z test_schema_correctness_polygamma_polygamma_n_3_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5295970Z test_schema_correctness_polygamma_polygamma_n_3_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5296245Z test_schema_correctness_polygamma_polygamma_n_3_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5296526Z test_schema_correctness_polygamma_polygamma_n_3_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5296792Z test_schema_correctness_polygamma_polygamma_n_3_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5297053Z test_schema_correctness_polygamma_polygamma_n_3_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5297321Z test_schema_correctness_polygamma_polygamma_n_3_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5297590Z test_schema_correctness_polygamma_polygamma_n_3_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5298013Z test_schema_correctness_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5298266Z test_schema_correctness_polygamma_polygamma_n_4_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5298599Z test_schema_correctness_polygamma_polygamma_n_4_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5298878Z test_schema_correctness_polygamma_polygamma_n_4_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5299152Z test_schema_correctness_polygamma_polygamma_n_4_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5299422Z test_schema_correctness_polygamma_polygamma_n_4_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5299688Z test_schema_correctness_polygamma_polygamma_n_4_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5299953Z test_schema_correctness_polygamma_polygamma_n_4_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5300231Z test_schema_correctness_polygamma_polygamma_n_4_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5300505Z test_schema_correctness_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5300770Z test_schema_correctness_positive_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5301195Z test_schema_correctness_positive_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5301284Z test_schema_correctness_positive_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5301549Z test_schema_correctness_positive_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5301812Z test_schema_correctness_positive_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5302112Z test_schema_correctness_positive_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5302383Z test_schema_correctness_positive_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5302641Z test_schema_correctness_positive_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5302900Z test_schema_correctness_positive_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5303156Z test_schema_correctness_positive_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5303390Z test_schema_correctness_positive_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5303642Z test_schema_correctness_positive_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5303898Z test_schema_correctness_pow_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5304160Z test_schema_correctness_pow_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5304421Z test_schema_correctness_pow_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5304681Z test_schema_correctness_pow_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5304933Z test_schema_correctness_pow_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5305179Z test_schema_correctness_pow_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5305421Z test_schema_correctness_pow_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5305647Z test_schema_correctness_pow_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5305892Z test_schema_correctness_pow_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5306143Z test_schema_correctness_pow_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5306449Z test_schema_correctness_pow_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5306697Z test_schema_correctness_pow_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5306953Z test_schema_correctness_prod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.5307201Z test_schema_correctness_prod_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5307464Z test_schema_correctness_prod_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.5307723Z test_schema_correctness_prod_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5307963Z test_schema_correctness_prod_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5308223Z test_schema_correctness_prod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.5308482Z test_schema_correctness_prod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.5308732Z test_schema_correctness_prod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.5308976Z test_schema_correctness_prod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.5309213Z test_schema_correctness_prod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.5309450Z test_schema_correctness_prod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5309699Z test_schema_correctness_prod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-12-01T10:58:21.5309929Z test_schema_correctness_prod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.035s) 2022-12-01T10:58:21.5310225Z test_schema_correctness_put_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5310686Z test_schema_correctness_put_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5310951Z test_schema_correctness_put_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5311154Z test_schema_correctness_put_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-12-01T10:58:21.5311402Z test_schema_correctness_put_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5311642Z test_schema_correctness_put_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5311878Z test_schema_correctness_put_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5312118Z test_schema_correctness_put_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5312344Z test_schema_correctness_put_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5312591Z test_schema_correctness_put_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.5312835Z test_schema_correctness_put_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5313081Z test_schema_correctness_put_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.5313834Z test_schema_correctness_qr_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:58:21.5314129Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:58:21.5314250Z Q, R = torch.qr(A, some) 2022-12-01T10:58:21.5314375Z should be replaced with 2022-12-01T10:58:21.5314856Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-12-01T10:58:21.5315044Z return self.op(*args, **kwargs) 2022-12-01T10:58:21.5315152Z ok (0.065s) 2022-12-01T10:58:21.5315408Z test_schema_correctness_qr_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-12-01T10:58:21.5315661Z test_schema_correctness_qr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5315902Z test_schema_correctness_qr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.5316161Z test_schema_correctness_quantile_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.808s) 2022-12-01T10:58:21.5316420Z test_schema_correctness_quantile_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (2.482s) 2022-12-01T10:58:21.5316684Z test_schema_correctness_rad2deg_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5316940Z test_schema_correctness_rad2deg_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5317339Z test_schema_correctness_rad2deg_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5317420Z test_schema_correctness_rad2deg_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5317674Z test_schema_correctness_rad2deg_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5317926Z test_schema_correctness_rad2deg_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5318347Z test_schema_correctness_rad2deg_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5318410Z test_schema_correctness_rad2deg_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5318720Z test_schema_correctness_rad2deg_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5318976Z test_schema_correctness_rad2deg_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5319219Z test_schema_correctness_rand_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5319481Z test_schema_correctness_rand_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.5319747Z test_schema_correctness_rand_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5320010Z test_schema_correctness_rand_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.5320265Z test_schema_correctness_rand_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5320519Z test_schema_correctness_rand_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5320777Z test_schema_correctness_rand_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5321047Z test_schema_correctness_randint_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-12-01T10:58:21.5321309Z test_schema_correctness_randint_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-12-01T10:58:21.5321572Z test_schema_correctness_randint_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-12-01T10:58:21.5321814Z test_schema_correctness_randint_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.083s) 2022-12-01T10:58:21.5322131Z test_schema_correctness_randint_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.082s) 2022-12-01T10:58:21.5322328Z test_schema_correctness_randint_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.082s) 2022-12-01T10:58:21.5322582Z test_schema_correctness_randint_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.082s) 2022-12-01T10:58:21.5322897Z test_schema_correctness_randint_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.082s) 2022-12-01T10:58:21.5323152Z test_schema_correctness_randint_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.088s) 2022-12-01T10:58:21.5323410Z test_schema_correctness_randn_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5323667Z test_schema_correctness_randn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5323928Z test_schema_correctness_randn_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5324167Z test_schema_correctness_randn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5324421Z test_schema_correctness_randn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5324670Z test_schema_correctness_randn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5324921Z test_schema_correctness_randn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5325184Z test_schema_correctness_randn_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5325449Z test_schema_correctness_randn_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.5325710Z test_schema_correctness_randn_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5325971Z test_schema_correctness_randn_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.5326225Z test_schema_correctness_randn_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5326509Z test_schema_correctness_randn_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5326772Z test_schema_correctness_randn_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5327025Z test_schema_correctness_ravel_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5327282Z test_schema_correctness_ravel_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5327541Z test_schema_correctness_ravel_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.5327799Z test_schema_correctness_ravel_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5328054Z test_schema_correctness_ravel_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5328297Z test_schema_correctness_ravel_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5343443Z test_schema_correctness_ravel_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5343782Z test_schema_correctness_ravel_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5344046Z test_schema_correctness_ravel_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5344297Z test_schema_correctness_ravel_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5344556Z test_schema_correctness_ravel_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5344789Z test_schema_correctness_ravel_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5345043Z test_schema_correctness_ravel_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5345304Z test_schema_correctness_real_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5345563Z test_schema_correctness_real_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5346020Z test_schema_correctness_real_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5346462Z test_schema_correctness_real_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5346653Z test_schema_correctness_real_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5347000Z test_schema_correctness_real_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5347064Z test_schema_correctness_real_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5347454Z test_schema_correctness_real_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5347545Z test_schema_correctness_real_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5347967Z test_schema_correctness_real_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5348065Z test_schema_correctness_real_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5348329Z test_schema_correctness_real_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5348692Z test_schema_correctness_real_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5348992Z test_schema_correctness_reciprocal_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5349089Z test_schema_correctness_reciprocal_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5349341Z test_schema_correctness_reciprocal_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5349673Z test_schema_correctness_reciprocal_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5350053Z test_schema_correctness_reciprocal_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5350306Z test_schema_correctness_reciprocal_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5350872Z test_schema_correctness_reciprocal_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5351385Z test_schema_correctness_reciprocal_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5351629Z test_schema_correctness_reciprocal_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5351838Z test_schema_correctness_reciprocal_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5352101Z test_schema_correctness_reciprocal_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5352416Z test_schema_correctness_reciprocal_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5352664Z test_schema_correctness_remainder_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5352932Z test_schema_correctness_remainder_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5353203Z test_schema_correctness_remainder_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5353470Z test_schema_correctness_remainder_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5353733Z test_schema_correctness_remainder_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5353995Z test_schema_correctness_remainder_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5354255Z test_schema_correctness_remainder_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5354519Z test_schema_correctness_remainder_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5354890Z test_schema_correctness_remainder_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5355127Z test_schema_correctness_renorm_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5355400Z test_schema_correctness_renorm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5355666Z test_schema_correctness_renorm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5355925Z test_schema_correctness_renorm_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5356355Z test_schema_correctness_renorm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5356446Z test_schema_correctness_renorm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5356709Z test_schema_correctness_repeat_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.5356969Z test_schema_correctness_repeat_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5357208Z test_schema_correctness_repeat_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.5357475Z test_schema_correctness_repeat_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.048s) 2022-12-01T10:58:21.5357737Z test_schema_correctness_repeat_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.5357996Z test_schema_correctness_repeat_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.5358248Z test_schema_correctness_repeat_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.5358567Z test_schema_correctness_repeat_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5358835Z test_schema_correctness_repeat_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-12-01T10:58:21.5359093Z test_schema_correctness_repeat_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5359345Z test_schema_correctness_repeat_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5359570Z test_schema_correctness_repeat_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5359857Z test_schema_correctness_repeat_interleave_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5360133Z test_schema_correctness_repeat_interleave_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5360423Z test_schema_correctness_repeat_interleave_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5360705Z test_schema_correctness_repeat_interleave_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5360993Z test_schema_correctness_repeat_interleave_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5361270Z test_schema_correctness_repeat_interleave_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5361542Z test_schema_correctness_repeat_interleave_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5361818Z test_schema_correctness_repeat_interleave_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5362089Z test_schema_correctness_repeat_interleave_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5362337Z test_schema_correctness_repeat_interleave_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5362612Z test_schema_correctness_repeat_interleave_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5362937Z test_schema_correctness_repeat_interleave_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5363206Z test_schema_correctness_repeat_interleave_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5363476Z test_schema_correctness_reshape_as_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5363739Z test_schema_correctness_reshape_as_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5364013Z test_schema_correctness_reshape_as_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5364286Z test_schema_correctness_reshape_as_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5364557Z test_schema_correctness_reshape_as_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5364803Z test_schema_correctness_reshape_as_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5365068Z test_schema_correctness_reshape_as_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5365332Z test_schema_correctness_reshape_as_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5365594Z test_schema_correctness_reshape_as_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5365854Z test_schema_correctness_reshape_as_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5366115Z test_schema_correctness_reshape_as_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5366377Z test_schema_correctness_reshape_as_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5366779Z test_schema_correctness_reshape_as_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5367138Z test_schema_correctness_reshape_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.5367470Z test_schema_correctness_reshape_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-12-01T10:58:21.5367747Z test_schema_correctness_reshape_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-12-01T10:58:21.5368015Z test_schema_correctness_reshape_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5368281Z test_schema_correctness_reshape_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.047s) 2022-12-01T10:58:21.5368544Z test_schema_correctness_reshape_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.5368814Z test_schema_correctness_reshape_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5369108Z test_schema_correctness_reshape_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-12-01T10:58:21.5369368Z test_schema_correctness_reshape_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.059s) 2022-12-01T10:58:21.5369620Z test_schema_correctness_reshape_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.5369855Z test_schema_correctness_reshape_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-12-01T10:58:21.5370102Z test_schema_correctness_reshape_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-12-01T10:58:21.5370348Z test_schema_correctness_reshape_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.045s) 2022-12-01T10:58:21.5370778Z test_schema_correctness_resize__cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5370866Z test_schema_correctness_resize__cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.5371135Z test_schema_correctness_resize__cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5371467Z test_schema_correctness_resize__cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5371723Z test_schema_correctness_resize__cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5371975Z test_schema_correctness_resize__cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5372207Z test_schema_correctness_resize__cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5372463Z test_schema_correctness_resize__cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.5372714Z test_schema_correctness_resize__cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.5372965Z test_schema_correctness_resize__cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.5373237Z test_schema_correctness_resize__cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.5373476Z test_schema_correctness_resize__cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.5373745Z test_schema_correctness_resize_as__cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5374006Z test_schema_correctness_resize_as__cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5374275Z test_schema_correctness_resize_as__cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5374522Z test_schema_correctness_resize_as__cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5374830Z test_schema_correctness_resize_as__cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5375102Z test_schema_correctness_resize_as__cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5375370Z test_schema_correctness_resize_as__cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5375630Z test_schema_correctness_resize_as__cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5375890Z test_schema_correctness_resize_as__cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5376150Z test_schema_correctness_resize_as__cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5376406Z test_schema_correctness_resize_as__cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5376712Z test_schema_correctness_resize_as__cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5376914Z test_schema_correctness_resolve_conj_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5377183Z test_schema_correctness_resolve_conj_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5377460Z test_schema_correctness_resolve_conj_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5377780Z test_schema_correctness_resolve_conj_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5378276Z test_schema_correctness_resolve_conj_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5378712Z test_schema_correctness_resolve_conj_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5379135Z test_schema_correctness_resolve_conj_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5379595Z test_schema_correctness_resolve_conj_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5379868Z test_schema_correctness_resolve_conj_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5380193Z test_schema_correctness_resolve_conj_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5380458Z test_schema_correctness_resolve_conj_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5380724Z test_schema_correctness_resolve_conj_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5380992Z test_schema_correctness_resolve_neg_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5381253Z test_schema_correctness_resolve_neg_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5381526Z test_schema_correctness_resolve_neg_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5381802Z test_schema_correctness_resolve_neg_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5382076Z test_schema_correctness_resolve_neg_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5382347Z test_schema_correctness_resolve_neg_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5382587Z test_schema_correctness_resolve_neg_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5382848Z test_schema_correctness_resolve_neg_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5383111Z test_schema_correctness_resolve_neg_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5383375Z test_schema_correctness_resolve_neg_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5383679Z test_schema_correctness_resolve_neg_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5383950Z test_schema_correctness_resolve_neg_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5384217Z test_schema_correctness_resolve_neg_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5384476Z test_schema_correctness_roll_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5384731Z test_schema_correctness_roll_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-12-01T10:58:21.5384970Z test_schema_correctness_roll_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.5385234Z test_schema_correctness_roll_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5385493Z test_schema_correctness_roll_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.5385908Z test_schema_correctness_roll_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5386012Z test_schema_correctness_roll_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5386273Z test_schema_correctness_roll_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5386523Z test_schema_correctness_roll_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-12-01T10:58:21.5386806Z test_schema_correctness_roll_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-12-01T10:58:21.5387007Z test_schema_correctness_roll_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-12-01T10:58:21.5387229Z test_schema_correctness_roll_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-12-01T10:58:21.5387484Z test_schema_correctness_roll_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-12-01T10:58:21.5387744Z test_schema_correctness_rot90_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-12-01T10:58:21.5387995Z test_schema_correctness_rot90_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5388308Z test_schema_correctness_rot90_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5388570Z test_schema_correctness_rot90_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5388824Z test_schema_correctness_rot90_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5389072Z test_schema_correctness_rot90_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-12-01T10:58:21.5389318Z test_schema_correctness_rot90_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.036s) 2022-12-01T10:58:21.5389543Z test_schema_correctness_rot90_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5389793Z test_schema_correctness_rot90_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5390048Z test_schema_correctness_rot90_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5390301Z test_schema_correctness_rot90_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5390783Z test_schema_correctness_rot90_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5390993Z test_schema_correctness_round_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5391246Z test_schema_correctness_round_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5391505Z test_schema_correctness_round_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5391753Z test_schema_correctness_round_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5392057Z test_schema_correctness_round_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5392319Z test_schema_correctness_round_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5392561Z test_schema_correctness_round_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5392816Z test_schema_correctness_round_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5393072Z test_schema_correctness_round_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5393350Z test_schema_correctness_round_decimals_0_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5393628Z test_schema_correctness_round_decimals_0_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5393908Z test_schema_correctness_round_decimals_0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5394180Z test_schema_correctness_round_decimals_0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5394436Z test_schema_correctness_round_decimals_3_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5394710Z test_schema_correctness_round_decimals_3_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5394981Z test_schema_correctness_round_decimals_3_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5395251Z test_schema_correctness_round_decimals_3_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5395530Z test_schema_correctness_round_decimals_neg_3_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5395812Z test_schema_correctness_round_decimals_neg_3_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5396086Z test_schema_correctness_round_decimals_neg_3_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5396429Z test_schema_correctness_round_decimals_neg_3_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5396689Z test_schema_correctness_rsqrt_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5396920Z test_schema_correctness_rsqrt_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5397183Z test_schema_correctness_rsqrt_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5397446Z test_schema_correctness_rsqrt_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5397702Z test_schema_correctness_rsqrt_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5398003Z test_schema_correctness_rsqrt_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5398262Z test_schema_correctness_rsqrt_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5398515Z test_schema_correctness_rsqrt_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5398770Z test_schema_correctness_rsqrt_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5399021Z test_schema_correctness_rsqrt_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5399288Z test_schema_correctness_rsqrt_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5399546Z test_schema_correctness_rsqrt_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5399791Z test_schema_correctness_rsqrt_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5400095Z test_schema_correctness_rsub_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5400370Z test_schema_correctness_rsub_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.5400629Z test_schema_correctness_rsub_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.5400912Z test_schema_correctness_rsub_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5401138Z test_schema_correctness_rsub_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5401383Z test_schema_correctness_rsub_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5401607Z test_schema_correctness_rsub_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5401903Z test_schema_correctness_rsub_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5402094Z test_schema_correctness_rsub_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5402348Z test_schema_correctness_rsub_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5402601Z test_schema_correctness_rsub_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5402872Z test_schema_correctness_scatter_add_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5403137Z test_schema_correctness_scatter_add_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5403411Z test_schema_correctness_scatter_add_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5403681Z test_schema_correctness_scatter_add_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5403925Z test_schema_correctness_scatter_add_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5404199Z test_schema_correctness_scatter_add_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5404533Z test_schema_correctness_scatter_add_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5404797Z test_schema_correctness_scatter_add_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5405060Z test_schema_correctness_scatter_add_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5405322Z test_schema_correctness_scatter_add_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5405584Z test_schema_correctness_scatter_add_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5405848Z test_schema_correctness_scatter_add_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5406114Z test_schema_correctness_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5406350Z test_schema_correctness_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.5406621Z test_schema_correctness_scatter_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5406884Z test_schema_correctness_scatter_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5407148Z test_schema_correctness_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5407410Z test_schema_correctness_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5407670Z test_schema_correctness_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5407930Z test_schema_correctness_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.5408229Z test_schema_correctness_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5408496Z test_schema_correctness_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.5408729Z test_schema_correctness_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.5408986Z test_schema_correctness_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.026s) 2022-12-01T10:58:21.5409968Z test_schema_correctness_scatter_reduce_amax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T10:58:21.5410114Z return self.op(*args, **kwargs) 2022-12-01T10:58:21.5410223Z ok (0.042s) 2022-12-01T10:58:21.5410507Z test_schema_correctness_scatter_reduce_amax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5410786Z test_schema_correctness_scatter_reduce_amax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5411053Z test_schema_correctness_scatter_reduce_amax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5411326Z test_schema_correctness_scatter_reduce_amax_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5411603Z test_schema_correctness_scatter_reduce_amax_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5411850Z test_schema_correctness_scatter_reduce_amax_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5412126Z test_schema_correctness_scatter_reduce_amax_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5412410Z test_schema_correctness_scatter_reduce_amax_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5412746Z test_schema_correctness_scatter_reduce_amin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5413023Z test_schema_correctness_scatter_reduce_amin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5413294Z test_schema_correctness_scatter_reduce_amin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5413559Z test_schema_correctness_scatter_reduce_amin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5413827Z test_schema_correctness_scatter_reduce_amin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5414097Z test_schema_correctness_scatter_reduce_amin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5414348Z test_schema_correctness_scatter_reduce_amin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5414628Z test_schema_correctness_scatter_reduce_amin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5414899Z test_schema_correctness_scatter_reduce_amin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5415183Z test_schema_correctness_scatter_reduce_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.043s) 2022-12-01T10:58:21.5415458Z test_schema_correctness_scatter_reduce_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5415727Z test_schema_correctness_scatter_reduce_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5416001Z test_schema_correctness_scatter_reduce_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5416320Z test_schema_correctness_scatter_reduce_mean_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5416652Z test_schema_correctness_scatter_reduce_mean_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5416873Z test_schema_correctness_scatter_reduce_mean_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5417121Z test_schema_correctness_scatter_reduce_mean_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5417553Z test_schema_correctness_scatter_reduce_mean_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5417677Z test_schema_correctness_scatter_reduce_prod_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5417956Z test_schema_correctness_scatter_reduce_prod_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5418238Z test_schema_correctness_scatter_reduce_prod_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5418508Z test_schema_correctness_scatter_reduce_prod_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5418785Z test_schema_correctness_scatter_reduce_prod_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5419055Z test_schema_correctness_scatter_reduce_prod_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5419326Z test_schema_correctness_scatter_reduce_prod_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.038s) 2022-12-01T10:58:21.5419576Z test_schema_correctness_scatter_reduce_prod_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5419848Z test_schema_correctness_scatter_reduce_prod_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5420130Z test_schema_correctness_scatter_reduce_sum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5420403Z test_schema_correctness_scatter_reduce_sum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5420736Z test_schema_correctness_scatter_reduce_sum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5421004Z test_schema_correctness_scatter_reduce_sum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.044s) 2022-12-01T10:58:21.5421270Z test_schema_correctness_scatter_reduce_sum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.046s) 2022-12-01T10:58:21.5421547Z test_schema_correctness_scatter_reduce_sum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.039s) 2022-12-01T10:58:21.5421820Z test_schema_correctness_scatter_reduce_sum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5422066Z test_schema_correctness_scatter_reduce_sum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5422341Z test_schema_correctness_scatter_reduce_sum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5422612Z test_schema_correctness_scatter_reduce_sum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.037s) 2022-12-01T10:58:21.5423919Z test_schema_correctness_searchsorted_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-12-01T10:58:21.5424062Z return self.op(*args, **kwargs) 2022-12-01T10:58:21.5425188Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-12-01T10:58:21.5425337Z return self.op(*args, **kwargs) 2022-12-01T10:58:21.5425447Z ok (0.239s) 2022-12-01T10:58:21.5425725Z test_schema_correctness_searchsorted_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.239s) 2022-12-01T10:58:21.5426001Z test_schema_correctness_searchsorted_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.237s) 2022-12-01T10:58:21.5426274Z test_schema_correctness_searchsorted_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.283s) 2022-12-01T10:58:21.5426549Z test_schema_correctness_searchsorted_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.229s) 2022-12-01T10:58:21.5426796Z test_schema_correctness_searchsorted_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.229s) 2022-12-01T10:58:21.5427075Z test_schema_correctness_searchsorted_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.229s) 2022-12-01T10:58:21.5427338Z test_schema_correctness_searchsorted_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.231s) 2022-12-01T10:58:21.5427628Z test_schema_correctness_segment_reduce_lengths_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.154s) 2022-12-01T10:58:21.5427914Z test_schema_correctness_segment_reduce_lengths_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.154s) 2022-12-01T10:58:21.5428203Z test_schema_correctness_segment_reduce_lengths_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.153s) 2022-12-01T10:58:21.5428487Z test_schema_correctness_segment_reduce_lengths_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.154s) 2022-12-01T10:58:21.5428777Z test_schema_correctness_segment_reduce_offsets_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.153s) 2022-12-01T10:58:21.5429115Z test_schema_correctness_segment_reduce_offsets_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.152s) 2022-12-01T10:58:21.5429393Z test_schema_correctness_segment_reduce_offsets_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.150s) 2022-12-01T10:58:21.5429648Z test_schema_correctness_segment_reduce_offsets_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.151s) 2022-12-01T10:58:21.5429911Z test_schema_correctness_select_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5430169Z test_schema_correctness_select_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5430569Z test_schema_correctness_select_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5431190Z test_schema_correctness_select_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5431478Z test_schema_correctness_select_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5431738Z test_schema_correctness_select_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5431990Z test_schema_correctness_select_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5432251Z test_schema_correctness_select_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5432585Z test_schema_correctness_select_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5432737Z test_schema_correctness_select_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5433062Z test_schema_correctness_select_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5433326Z test_schema_correctness_select_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5433589Z test_schema_correctness_select_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5433862Z test_schema_correctness_select_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5434135Z test_schema_correctness_select_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5434407Z test_schema_correctness_select_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5434678Z test_schema_correctness_select_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5434925Z test_schema_correctness_select_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5435200Z test_schema_correctness_select_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5435474Z test_schema_correctness_select_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5435741Z test_schema_correctness_select_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5436008Z test_schema_correctness_select_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5436272Z test_schema_correctness_select_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5436633Z test_schema_correctness_sgn_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5436884Z test_schema_correctness_sgn_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5437145Z test_schema_correctness_sgn_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5437383Z test_schema_correctness_sgn_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5437706Z test_schema_correctness_sgn_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5437959Z test_schema_correctness_sgn_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5438213Z test_schema_correctness_sgn_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5438461Z test_schema_correctness_sgn_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5438712Z test_schema_correctness_sgn_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5438967Z test_schema_correctness_sgn_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5439216Z test_schema_correctness_sgn_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5439442Z test_schema_correctness_sgn_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5439693Z test_schema_correctness_sgn_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5439955Z test_schema_correctness_short_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.5440214Z test_schema_correctness_short_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.051s) 2022-12-01T10:58:21.5440479Z test_schema_correctness_short_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.5440742Z test_schema_correctness_short_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.5441000Z test_schema_correctness_short_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.5441304Z test_schema_correctness_short_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.5441560Z test_schema_correctness_short_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.5441790Z test_schema_correctness_short_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.5442045Z test_schema_correctness_short_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.053s) 2022-12-01T10:58:21.5442292Z test_schema_correctness_short_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.5442542Z test_schema_correctness_short_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.5442787Z test_schema_correctness_short_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.052s) 2022-12-01T10:58:21.5443049Z test_schema_correctness_sigmoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5443312Z test_schema_correctness_sigmoid_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5443581Z test_schema_correctness_sigmoid_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5443851Z test_schema_correctness_sigmoid_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5444091Z test_schema_correctness_sigmoid_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5444353Z test_schema_correctness_sigmoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5444609Z test_schema_correctness_sigmoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5444869Z test_schema_correctness_sigmoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5445127Z test_schema_correctness_sigmoid_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5445382Z test_schema_correctness_sigmoid_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5445678Z test_schema_correctness_sigmoid_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5445939Z test_schema_correctness_sigmoid_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5446199Z test_schema_correctness_sigmoid_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5446427Z test_schema_correctness_sign_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5446678Z test_schema_correctness_sign_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5446939Z test_schema_correctness_sign_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5447196Z test_schema_correctness_sign_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5447448Z test_schema_correctness_sign_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5447703Z test_schema_correctness_sign_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5447965Z test_schema_correctness_sign_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5448194Z test_schema_correctness_sign_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5448447Z test_schema_correctness_sign_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5448871Z test_schema_correctness_sign_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5448943Z test_schema_correctness_signbit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5449205Z test_schema_correctness_signbit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5449512Z test_schema_correctness_signbit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5449776Z test_schema_correctness_signbit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5450037Z test_schema_correctness_signbit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5450296Z test_schema_correctness_signbit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5450548Z test_schema_correctness_signbit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5450796Z test_schema_correctness_signbit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5451027Z test_schema_correctness_signbit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5451288Z test_schema_correctness_signbit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5451542Z test_schema_correctness_sin_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5451797Z test_schema_correctness_sin_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5452059Z test_schema_correctness_sin_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5452315Z test_schema_correctness_sin_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5452568Z test_schema_correctness_sin_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5452822Z test_schema_correctness_sin_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5453067Z test_schema_correctness_sin_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5453287Z test_schema_correctness_sin_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5453539Z test_schema_correctness_sin_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5453840Z test_schema_correctness_sin_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5454087Z test_schema_correctness_sin_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5454340Z test_schema_correctness_sin_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5454585Z test_schema_correctness_sin_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5454847Z test_schema_correctness_sinc_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5455098Z test_schema_correctness_sinc_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5455365Z test_schema_correctness_sinc_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5455602Z test_schema_correctness_sinc_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5455865Z test_schema_correctness_sinc_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5456119Z test_schema_correctness_sinc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5456368Z test_schema_correctness_sinc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5456619Z test_schema_correctness_sinc_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5456872Z test_schema_correctness_sinc_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5457118Z test_schema_correctness_sinc_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5457408Z test_schema_correctness_sinc_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5457645Z test_schema_correctness_sinc_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5457904Z test_schema_correctness_sinh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5458156Z test_schema_correctness_sinh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5458420Z test_schema_correctness_sinh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5458677Z test_schema_correctness_sinh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5458937Z test_schema_correctness_sinh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5459192Z test_schema_correctness_sinh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5459449Z test_schema_correctness_sinh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5459699Z test_schema_correctness_sinh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5459928Z test_schema_correctness_sinh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5460175Z test_schema_correctness_sinh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5460417Z test_schema_correctness_sinh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5460663Z test_schema_correctness_sinh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5460914Z test_schema_correctness_sinh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5461176Z test_schema_correctness_slice_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5461430Z test_schema_correctness_slice_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5461699Z test_schema_correctness_slice_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5462026Z test_schema_correctness_slice_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5462265Z test_schema_correctness_slice_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5462525Z test_schema_correctness_slice_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5462777Z test_schema_correctness_slice_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5463123Z test_schema_correctness_slice_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5463277Z test_schema_correctness_slice_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5463532Z test_schema_correctness_slice_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5463791Z test_schema_correctness_slice_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5464045Z test_schema_correctness_slice_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5464295Z test_schema_correctness_slice_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5464544Z test_schema_correctness_slice_scatter_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5464813Z test_schema_correctness_slice_scatter_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5465081Z test_schema_correctness_slice_scatter_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5465354Z test_schema_correctness_slice_scatter_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5465658Z test_schema_correctness_slice_scatter_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5465935Z test_schema_correctness_slice_scatter_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5466200Z test_schema_correctness_slice_scatter_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5466469Z test_schema_correctness_slice_scatter_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5466735Z test_schema_correctness_slice_scatter_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5466972Z test_schema_correctness_slice_scatter_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5467239Z test_schema_correctness_softmax_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5467503Z test_schema_correctness_softmax_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5467761Z test_schema_correctness_softmax_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5468024Z test_schema_correctness_softmax_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5468303Z test_schema_correctness_softmax_with_dtype_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-12-01T10:58:21.5468579Z test_schema_correctness_softmax_with_dtype_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-12-01T10:58:21.5468863Z test_schema_correctness_softmax_with_dtype_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2022-12-01T10:58:21.5469147Z test_schema_correctness_softmax_with_dtype_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2022-12-01T10:58:21.5469401Z test_schema_correctness_softmax_with_dtype_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-12-01T10:58:21.5469672Z test_schema_correctness_softmax_with_dtype_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-12-01T10:58:21.5470011Z test_schema_correctness_softmax_with_dtype_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5470284Z test_schema_correctness_softmax_with_dtype_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-12-01T10:58:21.5470785Z test_schema_correctness_softmax_with_dtype_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-12-01T10:58:21.5471019Z test_schema_correctness_softmax_with_dtype_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.073s) 2022-12-01T10:58:21.5471298Z test_schema_correctness_softmax_with_dtype_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.082s) 2022-12-01T10:58:21.5471571Z test_schema_correctness_softmax_with_dtype_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.112s) 2022-12-01T10:58:21.5471836Z test_schema_correctness_sort_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-12-01T10:58:21.5472101Z test_schema_correctness_sort_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-12-01T10:58:21.5472325Z test_schema_correctness_sort_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-12-01T10:58:21.5472572Z test_schema_correctness_sort_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-12-01T10:58:21.5472828Z test_schema_correctness_sort_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.5473073Z test_schema_correctness_sort_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.5473315Z test_schema_correctness_sort_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.5473565Z test_schema_correctness_sort_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.5473945Z test_schema_correctness_sort_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.5475176Z test_schema_correctness_sparse_sampled_addmm_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:969: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:58:21.5475302Z .to_sparse_csr() 2022-12-01T10:58:21.5475415Z ok (0.014s) 2022-12-01T10:58:21.5475682Z test_schema_correctness_sparse_sampled_addmm_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5475972Z test_schema_correctness_sparse_sampled_addmm_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5476250Z test_schema_correctness_sparse_sampled_addmm_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5476524Z test_schema_correctness_special_airy_ai_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5476799Z test_schema_correctness_special_airy_ai_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5477072Z test_schema_correctness_special_airy_ai_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5477412Z test_schema_correctness_special_airy_ai_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5477612Z test_schema_correctness_special_airy_ai_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5477882Z test_schema_correctness_special_airy_ai_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5478128Z test_schema_correctness_special_airy_ai_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5478471Z test_schema_correctness_special_airy_ai_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5478945Z test_schema_correctness_special_bessel_j0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5479020Z test_schema_correctness_special_bessel_j0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5479296Z test_schema_correctness_special_bessel_j0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5479568Z test_schema_correctness_special_bessel_j0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5479907Z test_schema_correctness_special_bessel_j0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5480115Z test_schema_correctness_special_bessel_j0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5480391Z test_schema_correctness_special_bessel_j0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5480632Z test_schema_correctness_special_bessel_j0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5480904Z test_schema_correctness_special_bessel_j1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5481175Z test_schema_correctness_special_bessel_j1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5481447Z test_schema_correctness_special_bessel_j1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5481714Z test_schema_correctness_special_bessel_j1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5482027Z test_schema_correctness_special_bessel_j1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5482301Z test_schema_correctness_special_bessel_j1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5482575Z test_schema_correctness_special_bessel_j1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5482838Z test_schema_correctness_special_bessel_j1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5483082Z test_schema_correctness_special_bessel_y0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5483354Z test_schema_correctness_special_bessel_y0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5483625Z test_schema_correctness_special_bessel_y0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5483898Z test_schema_correctness_special_bessel_y0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5484165Z test_schema_correctness_special_bessel_y0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5484432Z test_schema_correctness_special_bessel_y0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5484702Z test_schema_correctness_special_bessel_y0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5484968Z test_schema_correctness_special_bessel_y0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5485236Z test_schema_correctness_special_bessel_y1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5485514Z test_schema_correctness_special_bessel_y1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5485765Z test_schema_correctness_special_bessel_y1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5486033Z test_schema_correctness_special_bessel_y1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5486348Z test_schema_correctness_special_bessel_y1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5486615Z test_schema_correctness_special_bessel_y1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5486884Z test_schema_correctness_special_bessel_y1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5487148Z test_schema_correctness_special_bessel_y1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5487444Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5487759Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5488064Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5488339Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5488635Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5488923Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5489214Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5489508Z test_schema_correctness_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5489832Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5490135Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5490430Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5490720Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5491010Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5491274Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5491568Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5491863Z test_schema_correctness_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5492412Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5492991Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5493528Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5494265Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5494596Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5495176Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5495701Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5496218Z test_schema_correctness_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5496746Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5497283Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5497791Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5498366Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5498892Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5499453Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5499986Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5500512Z test_schema_correctness_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5500786Z test_schema_correctness_special_entr_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5501058Z test_schema_correctness_special_entr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5501333Z test_schema_correctness_special_entr_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5501602Z test_schema_correctness_special_entr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5501872Z test_schema_correctness_special_entr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5502116Z test_schema_correctness_special_entr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5502385Z test_schema_correctness_special_entr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5502650Z test_schema_correctness_special_entr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5502914Z test_schema_correctness_special_entr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5503180Z test_schema_correctness_special_entr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5503450Z test_schema_correctness_special_erfcx_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5503725Z test_schema_correctness_special_erfcx_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5503998Z test_schema_correctness_special_erfcx_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5504323Z test_schema_correctness_special_erfcx_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5504565Z test_schema_correctness_special_erfcx_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5504830Z test_schema_correctness_special_erfcx_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5505095Z test_schema_correctness_special_erfcx_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5505360Z test_schema_correctness_special_erfcx_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5505653Z test_schema_correctness_special_hermite_polynomial_h_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5505956Z test_schema_correctness_special_hermite_polynomial_h_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5506249Z test_schema_correctness_special_hermite_polynomial_h_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5506541Z test_schema_correctness_special_hermite_polynomial_h_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5506830Z test_schema_correctness_special_hermite_polynomial_h_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5507116Z test_schema_correctness_special_hermite_polynomial_h_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5507378Z test_schema_correctness_special_hermite_polynomial_h_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5507706Z test_schema_correctness_special_hermite_polynomial_h_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5508003Z test_schema_correctness_special_hermite_polynomial_he_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5508298Z test_schema_correctness_special_hermite_polynomial_he_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5508595Z test_schema_correctness_special_hermite_polynomial_he_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5508886Z test_schema_correctness_special_hermite_polynomial_he_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5509337Z test_schema_correctness_special_hermite_polynomial_he_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5509466Z test_schema_correctness_special_hermite_polynomial_he_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5509764Z test_schema_correctness_special_hermite_polynomial_he_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5510236Z test_schema_correctness_special_hermite_polynomial_he_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5510314Z test_schema_correctness_special_i0e_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5510766Z test_schema_correctness_special_i0e_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5511008Z test_schema_correctness_special_i0e_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5511277Z test_schema_correctness_special_i0e_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5511538Z test_schema_correctness_special_i0e_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5511810Z test_schema_correctness_special_i0e_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5512074Z test_schema_correctness_special_i0e_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5512402Z test_schema_correctness_special_i0e_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5512668Z test_schema_correctness_special_i0e_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5512906Z test_schema_correctness_special_i0e_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5513170Z test_schema_correctness_special_i1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5513436Z test_schema_correctness_special_i1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5513703Z test_schema_correctness_special_i1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5513969Z test_schema_correctness_special_i1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5514237Z test_schema_correctness_special_i1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5514498Z test_schema_correctness_special_i1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5514766Z test_schema_correctness_special_i1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5515029Z test_schema_correctness_special_i1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5515265Z test_schema_correctness_special_i1e_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5515533Z test_schema_correctness_special_i1e_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5515859Z test_schema_correctness_special_i1e_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5516130Z test_schema_correctness_special_i1e_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5516387Z test_schema_correctness_special_i1e_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5516651Z test_schema_correctness_special_i1e_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5516910Z test_schema_correctness_special_i1e_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5517176Z test_schema_correctness_special_i1e_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5517468Z test_schema_correctness_special_laguerre_polynomial_l_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5517740Z test_schema_correctness_special_laguerre_polynomial_l_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5518040Z test_schema_correctness_special_laguerre_polynomial_l_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5518338Z test_schema_correctness_special_laguerre_polynomial_l_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5518629Z test_schema_correctness_special_laguerre_polynomial_l_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5518920Z test_schema_correctness_special_laguerre_polynomial_l_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5519212Z test_schema_correctness_special_laguerre_polynomial_l_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5519501Z test_schema_correctness_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5520048Z test_schema_correctness_special_legendre_polynomial_p_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5520652Z test_schema_correctness_special_legendre_polynomial_p_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5521183Z test_schema_correctness_special_legendre_polynomial_p_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5521707Z test_schema_correctness_special_legendre_polynomial_p_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5522235Z test_schema_correctness_special_legendre_polynomial_p_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5522733Z test_schema_correctness_special_legendre_polynomial_p_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5523266Z test_schema_correctness_special_legendre_polynomial_p_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5523791Z test_schema_correctness_special_legendre_polynomial_p_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5524068Z test_schema_correctness_special_log_ndtr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5524346Z test_schema_correctness_special_log_ndtr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5524623Z test_schema_correctness_special_log_ndtr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5524938Z test_schema_correctness_special_log_ndtr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5525220Z test_schema_correctness_special_log_ndtr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5525567Z test_schema_correctness_special_log_ndtr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5525767Z test_schema_correctness_special_log_ndtr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5526007Z test_schema_correctness_special_log_ndtr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5526476Z test_schema_correctness_special_modified_bessel_i0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5526588Z test_schema_correctness_special_modified_bessel_i0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5526879Z test_schema_correctness_special_modified_bessel_i0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5527168Z test_schema_correctness_special_modified_bessel_i0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5527454Z test_schema_correctness_special_modified_bessel_i0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5527736Z test_schema_correctness_special_modified_bessel_i0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5528021Z test_schema_correctness_special_modified_bessel_i0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5528306Z test_schema_correctness_special_modified_bessel_i0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5528562Z test_schema_correctness_special_modified_bessel_i1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5528850Z test_schema_correctness_special_modified_bessel_i1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5529191Z test_schema_correctness_special_modified_bessel_i1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5529474Z test_schema_correctness_special_modified_bessel_i1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5529755Z test_schema_correctness_special_modified_bessel_i1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5530037Z test_schema_correctness_special_modified_bessel_i1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5530319Z test_schema_correctness_special_modified_bessel_i1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5530604Z test_schema_correctness_special_modified_bessel_i1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5530885Z test_schema_correctness_special_modified_bessel_k0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5531175Z test_schema_correctness_special_modified_bessel_k0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5531434Z test_schema_correctness_special_modified_bessel_k0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5531720Z test_schema_correctness_special_modified_bessel_k0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5531999Z test_schema_correctness_special_modified_bessel_k0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5532279Z test_schema_correctness_special_modified_bessel_k0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5532600Z test_schema_correctness_special_modified_bessel_k0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5532890Z test_schema_correctness_special_modified_bessel_k0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5533176Z test_schema_correctness_special_modified_bessel_k1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5533463Z test_schema_correctness_special_modified_bessel_k1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5533746Z test_schema_correctness_special_modified_bessel_k1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5534026Z test_schema_correctness_special_modified_bessel_k1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5534283Z test_schema_correctness_special_modified_bessel_k1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5534567Z test_schema_correctness_special_modified_bessel_k1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5534845Z test_schema_correctness_special_modified_bessel_k1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5535129Z test_schema_correctness_special_modified_bessel_k1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5535402Z test_schema_correctness_special_ndtr_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5535669Z test_schema_correctness_special_ndtr_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5535940Z test_schema_correctness_special_ndtr_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5536209Z test_schema_correctness_special_ndtr_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5536481Z test_schema_correctness_special_ndtr_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5536722Z test_schema_correctness_special_ndtr_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5537041Z test_schema_correctness_special_ndtr_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5537296Z test_schema_correctness_special_ndtr_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5537563Z test_schema_correctness_special_ndtr_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5537827Z test_schema_correctness_special_ndtr_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5538085Z test_schema_correctness_special_ndtri_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5538355Z test_schema_correctness_special_ndtri_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5538627Z test_schema_correctness_special_ndtri_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5538902Z test_schema_correctness_special_ndtri_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5539146Z test_schema_correctness_special_ndtri_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5539412Z test_schema_correctness_special_ndtri_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5539679Z test_schema_correctness_special_ndtri_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5539940Z test_schema_correctness_special_ndtri_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5540249Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5540606Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5540965Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5541232Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5541537Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5541862Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5542096Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5542403Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5542707Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5543004Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5543303Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5543600Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5543892Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5544186Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5544481Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5544818Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5545081Z test_schema_correctness_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5545375Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5545676Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5545977Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5546272Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5546564Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5546860Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5547162Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5547449Z test_schema_correctness_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5548006Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5548603Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5549206Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5549692Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5550226Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5551142Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5551703Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5552254Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5552796Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5553337Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5553877Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5554422Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5555035Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5555575Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5556114Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5556660Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5557201Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5557722Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5558259Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5558851Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5559410Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5560002Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5560834Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5561461Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5562005Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5562550Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5563097Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5563633Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5564158Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:58:21.5564699Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5565319Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5565860Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:58:21.5566129Z test_schema_correctness_special_spherical_bessel_j0_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5566427Z test_schema_correctness_special_spherical_bessel_j0_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5566721Z test_schema_correctness_special_spherical_bessel_j0_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5567017Z test_schema_correctness_special_spherical_bessel_j0_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5567296Z test_schema_correctness_special_spherical_bessel_j0_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5567580Z test_schema_correctness_special_spherical_bessel_j0_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5567865Z test_schema_correctness_special_spherical_bessel_j0_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5568155Z test_schema_correctness_special_spherical_bessel_j0_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5568434Z test_schema_correctness_special_xlog1py_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5568757Z test_schema_correctness_special_xlog1py_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5569022Z test_schema_correctness_special_xlog1py_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5569296Z test_schema_correctness_special_xlog1py_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5569571Z test_schema_correctness_special_xlog1py_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5569846Z test_schema_correctness_special_xlog1py_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5570116Z test_schema_correctness_special_xlog1py_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5570382Z test_schema_correctness_special_xlog1py_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5570654Z test_schema_correctness_special_xlog1py_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5570926Z test_schema_correctness_special_xlog1py_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5571197Z test_schema_correctness_special_zeta_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5571441Z test_schema_correctness_special_zeta_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5571724Z test_schema_correctness_special_zeta_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5571983Z test_schema_correctness_special_zeta_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5572250Z test_schema_correctness_special_zeta_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5572623Z test_schema_correctness_special_zeta_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5572787Z test_schema_correctness_special_zeta_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5573107Z test_schema_correctness_special_zeta_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5573371Z test_schema_correctness_split_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5573631Z test_schema_correctness_split_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5573874Z test_schema_correctness_split_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5574143Z test_schema_correctness_split_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5574412Z test_schema_correctness_split_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5574676Z test_schema_correctness_split_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5574936Z test_schema_correctness_split_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5575193Z test_schema_correctness_split_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5575448Z test_schema_correctness_split_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5575696Z test_schema_correctness_split_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5575946Z test_schema_correctness_split_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5576180Z test_schema_correctness_split_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5576435Z test_schema_correctness_split_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5576757Z test_schema_correctness_split_list_args_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5577038Z test_schema_correctness_split_list_args_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5577321Z test_schema_correctness_split_list_args_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5577596Z test_schema_correctness_split_list_args_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5577872Z test_schema_correctness_split_list_args_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5578144Z test_schema_correctness_split_list_args_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5578416Z test_schema_correctness_split_list_args_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5578664Z test_schema_correctness_split_list_args_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5578930Z test_schema_correctness_split_list_args_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5579194Z test_schema_correctness_split_list_args_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5579462Z test_schema_correctness_split_list_args_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5579721Z test_schema_correctness_split_list_args_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5579999Z test_schema_correctness_split_with_sizes_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5580261Z test_schema_correctness_split_with_sizes_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5580539Z test_schema_correctness_split_with_sizes_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5580819Z test_schema_correctness_split_with_sizes_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5581142Z test_schema_correctness_split_with_sizes_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5581413Z test_schema_correctness_split_with_sizes_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5581686Z test_schema_correctness_split_with_sizes_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5581959Z test_schema_correctness_split_with_sizes_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5582228Z test_schema_correctness_split_with_sizes_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5582495Z test_schema_correctness_split_with_sizes_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5582767Z test_schema_correctness_split_with_sizes_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5583039Z test_schema_correctness_split_with_sizes_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5583307Z test_schema_correctness_split_with_sizes_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5583568Z test_schema_correctness_sqrt_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5583798Z test_schema_correctness_sqrt_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5584064Z test_schema_correctness_sqrt_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5584328Z test_schema_correctness_sqrt_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5584582Z test_schema_correctness_sqrt_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5584890Z test_schema_correctness_sqrt_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5585154Z test_schema_correctness_sqrt_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5585405Z test_schema_correctness_sqrt_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5585661Z test_schema_correctness_sqrt_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5585913Z test_schema_correctness_sqrt_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5586133Z test_schema_correctness_sqrt_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5586383Z test_schema_correctness_sqrt_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5586637Z test_schema_correctness_sqrt_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5586902Z test_schema_correctness_square_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5587326Z test_schema_correctness_square_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5587430Z test_schema_correctness_square_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5587696Z test_schema_correctness_square_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5587956Z test_schema_correctness_square_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5588221Z test_schema_correctness_square_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5588448Z test_schema_correctness_square_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5588709Z test_schema_correctness_square_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5588960Z test_schema_correctness_square_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5589258Z test_schema_correctness_square_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5589510Z test_schema_correctness_square_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5589769Z test_schema_correctness_square_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5590033Z test_schema_correctness_squeeze_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5590287Z test_schema_correctness_squeeze_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5590743Z test_schema_correctness_squeeze_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5590994Z test_schema_correctness_squeeze_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5591229Z test_schema_correctness_squeeze_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5591490Z test_schema_correctness_squeeze_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5591752Z test_schema_correctness_squeeze_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5592044Z test_schema_correctness_squeeze_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5592272Z test_schema_correctness_squeeze_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5592532Z test_schema_correctness_squeeze_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5592790Z test_schema_correctness_squeeze_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5593099Z test_schema_correctness_squeeze_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5593369Z test_schema_correctness_squeeze_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5593629Z test_schema_correctness_stack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5593885Z test_schema_correctness_stack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5594153Z test_schema_correctness_stack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5594419Z test_schema_correctness_stack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5594682Z test_schema_correctness_stack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5594941Z test_schema_correctness_stack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5595205Z test_schema_correctness_stack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5595434Z test_schema_correctness_stack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5595688Z test_schema_correctness_stack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5595938Z test_schema_correctness_stack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5596182Z test_schema_correctness_stack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5596439Z test_schema_correctness_stack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5596694Z test_schema_correctness_stack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5596957Z test_schema_correctness_std_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5597221Z test_schema_correctness_std_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5597554Z test_schema_correctness_std_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5597782Z test_schema_correctness_std_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5598068Z test_schema_correctness_std_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5598312Z test_schema_correctness_std_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5598579Z test_schema_correctness_std_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5598852Z test_schema_correctness_std_mean_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5599140Z test_schema_correctness_std_mean_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5599392Z test_schema_correctness_std_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5599706Z test_schema_correctness_std_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5599934Z test_schema_correctness_std_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5600159Z test_schema_correctness_stft_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5600761Z test_schema_correctness_stft_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5602110Z test_schema_correctness_stft_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:632: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-12-01T10:58:21.5603284Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-12-01T10:58:21.5603512Z ok (0.049s) 2022-12-01T10:58:21.5603931Z test_schema_correctness_stft_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.049s) 2022-12-01T10:58:21.5604417Z test_schema_correctness_sub_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5604964Z test_schema_correctness_sub_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5605481Z test_schema_correctness_sub_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5606137Z test_schema_correctness_sub_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5606546Z test_schema_correctness_sub_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5607160Z test_schema_correctness_sub_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5607685Z test_schema_correctness_sub_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5608090Z test_schema_correctness_sub_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5608726Z test_schema_correctness_sub_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5609121Z test_schema_correctness_sub_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5609609Z test_schema_correctness_sub_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5610229Z test_schema_correctness_sub_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5610683Z test_schema_correctness_sum_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5611222Z test_schema_correctness_sum_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5611968Z test_schema_correctness_sum_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5612498Z test_schema_correctness_sum_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5612907Z test_schema_correctness_sum_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5613429Z test_schema_correctness_sum_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5613933Z test_schema_correctness_sum_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5614452Z test_schema_correctness_sum_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5614974Z test_schema_correctness_sum_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5615467Z test_schema_correctness_sum_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5615979Z test_schema_correctness_sum_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5616588Z test_schema_correctness_sum_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5617045Z test_schema_correctness_sum_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5617617Z test_schema_correctness_sum_to_size_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5618108Z test_schema_correctness_sum_to_size_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5618584Z test_schema_correctness_sum_to_size_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.5619138Z test_schema_correctness_sum_to_size_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.5619670Z test_schema_correctness_sum_to_size_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5620199Z test_schema_correctness_sum_to_size_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5620717Z test_schema_correctness_sum_to_size_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5621237Z test_schema_correctness_sum_to_size_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5621738Z test_schema_correctness_sum_to_size_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5622254Z test_schema_correctness_sum_to_size_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5622781Z test_schema_correctness_sum_to_size_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5623284Z test_schema_correctness_sum_to_size_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5623829Z test_schema_correctness_svd_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.5624390Z test_schema_correctness_svd_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.5624928Z test_schema_correctness_svd_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.507s) 2022-12-01T10:58:21.5625423Z test_schema_correctness_svd_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.586s) 2022-12-01T10:58:21.5625944Z test_schema_correctness_svd_lowrank_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (7.883s) 2022-12-01T10:58:21.5626481Z test_schema_correctness_svd_lowrank_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (7.833s) 2022-12-01T10:58:21.5627531Z test_schema_correctness_symeig_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:58:21.5628386Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:58:21.5628832Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:58:21.5629125Z should be replaced with 2022-12-01T10:58:21.5629616Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:58:21.5629808Z and 2022-12-01T10:58:21.5630125Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:58:21.5630565Z should be replaced with 2022-12-01T10:58:21.5631432Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T10:58:21.5631923Z return self.op(*args, **kwargs) 2022-12-01T10:58:21.5632190Z ok (0.026s) 2022-12-01T10:58:21.5632574Z test_schema_correctness_symeig_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.5633109Z test_schema_correctness_symeig_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.5633634Z test_schema_correctness_symeig_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5634151Z test_schema_correctness_t_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5634635Z test_schema_correctness_t_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5635146Z test_schema_correctness_t_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5635668Z test_schema_correctness_t_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5636247Z test_schema_correctness_t_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5636777Z test_schema_correctness_t_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5637286Z test_schema_correctness_t_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5637791Z test_schema_correctness_t_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5638270Z test_schema_correctness_t_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5638761Z test_schema_correctness_t_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5639262Z test_schema_correctness_t_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5639763Z test_schema_correctness_t_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5640271Z test_schema_correctness_take_along_dim_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5640816Z test_schema_correctness_take_along_dim_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5641365Z test_schema_correctness_take_along_dim_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5641922Z test_schema_correctness_take_along_dim_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5642451Z test_schema_correctness_take_along_dim_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.5643080Z test_schema_correctness_take_along_dim_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.5643534Z test_schema_correctness_take_along_dim_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.018s) 2022-12-01T10:58:21.5644061Z test_schema_correctness_take_along_dim_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5644602Z test_schema_correctness_take_along_dim_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5645206Z test_schema_correctness_take_along_dim_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5645739Z test_schema_correctness_take_along_dim_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5646251Z test_schema_correctness_take_along_dim_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5646781Z test_schema_correctness_take_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5647296Z test_schema_correctness_take_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5647817Z test_schema_correctness_take_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5648331Z test_schema_correctness_take_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5648855Z test_schema_correctness_take_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5649369Z test_schema_correctness_take_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5649860Z test_schema_correctness_take_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5650370Z test_schema_correctness_take_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5650877Z test_schema_correctness_take_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5651382Z test_schema_correctness_take_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5651866Z test_schema_correctness_take_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5652518Z test_schema_correctness_take_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5652952Z test_schema_correctness_tan_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5653463Z test_schema_correctness_tan_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5653961Z test_schema_correctness_tan_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5654490Z test_schema_correctness_tan_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5655041Z test_schema_correctness_tan_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5655526Z test_schema_correctness_tan_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5656019Z test_schema_correctness_tan_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5656530Z test_schema_correctness_tan_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5657042Z test_schema_correctness_tan_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5657531Z test_schema_correctness_tan_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5658037Z test_schema_correctness_tan_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5658541Z test_schema_correctness_tan_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5659043Z test_schema_correctness_tan_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5659534Z test_schema_correctness_tanh_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5660043Z test_schema_correctness_tanh_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5660566Z test_schema_correctness_tanh_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5661151Z test_schema_correctness_tanh_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5661657Z test_schema_correctness_tanh_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5662179Z test_schema_correctness_tanh_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5662695Z test_schema_correctness_tanh_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5663194Z test_schema_correctness_tanh_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5663705Z test_schema_correctness_tanh_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5664209Z test_schema_correctness_tanh_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5664716Z test_schema_correctness_tanh_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5665205Z test_schema_correctness_tanh_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5665714Z test_schema_correctness_tanh_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5666239Z test_schema_correctness_tensor_split_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.5666866Z test_schema_correctness_tensor_split_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5667308Z test_schema_correctness_tensor_split_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-12-01T10:58:21.5667860Z test_schema_correctness_tensor_split_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-12-01T10:58:21.5668469Z test_schema_correctness_tensor_split_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5669002Z test_schema_correctness_tensor_split_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.031s) 2022-12-01T10:58:21.5669547Z test_schema_correctness_tensor_split_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.032s) 2022-12-01T10:58:21.5670076Z test_schema_correctness_tensor_split_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5670804Z test_schema_correctness_tensor_split_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-12-01T10:58:21.5671280Z test_schema_correctness_tensor_split_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5671801Z test_schema_correctness_tensor_split_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5672321Z test_schema_correctness_tensor_split_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.030s) 2022-12-01T10:58:21.5672830Z test_schema_correctness_tensordot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5673364Z test_schema_correctness_tensordot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-12-01T10:58:21.5673900Z test_schema_correctness_tensordot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.034s) 2022-12-01T10:58:21.5674429Z test_schema_correctness_tensordot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5674934Z test_schema_correctness_tensordot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5675450Z test_schema_correctness_tensordot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.033s) 2022-12-01T10:58:21.5675974Z test_schema_correctness_tile_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-12-01T10:58:21.5676467Z test_schema_correctness_tile_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5676983Z test_schema_correctness_tile_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2022-12-01T10:58:21.5677605Z test_schema_correctness_tile_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.066s) 2022-12-01T10:58:21.5678121Z test_schema_correctness_tile_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-12-01T10:58:21.5678612Z test_schema_correctness_tile_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-12-01T10:58:21.5679121Z test_schema_correctness_tile_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.061s) 2022-12-01T10:58:21.5679625Z test_schema_correctness_tile_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5680120Z test_schema_correctness_tile_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5680601Z test_schema_correctness_tile_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.057s) 2022-12-01T10:58:21.5681101Z test_schema_correctness_tile_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5681607Z test_schema_correctness_tile_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.058s) 2022-12-01T10:58:21.5682094Z test_schema_correctness_to_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.519s) 2022-12-01T10:58:21.5682598Z test_schema_correctness_to_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.516s) 2022-12-01T10:58:21.5683286Z test_schema_correctness_to_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.524s) 2022-12-01T10:58:21.5683622Z test_schema_correctness_to_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.521s) 2022-12-01T10:58:21.5684112Z test_schema_correctness_to_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.520s) 2022-12-01T10:58:21.5684675Z test_schema_correctness_to_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.519s) 2022-12-01T10:58:21.5685185Z test_schema_correctness_to_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.391s) 2022-12-01T10:58:21.5685684Z test_schema_correctness_to_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.516s) 2022-12-01T10:58:21.5686163Z test_schema_correctness_to_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.518s) 2022-12-01T10:58:21.5686654Z test_schema_correctness_to_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.517s) 2022-12-01T10:58:21.5687149Z test_schema_correctness_to_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.519s) 2022-12-01T10:58:21.5687631Z test_schema_correctness_to_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.520s) 2022-12-01T10:58:21.5688148Z test_schema_correctness_to_sparse_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5688677Z test_schema_correctness_to_sparse_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5689209Z test_schema_correctness_to_sparse_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5689735Z test_schema_correctness_to_sparse_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5690267Z test_schema_correctness_to_sparse_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5690788Z test_schema_correctness_to_sparse_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5691310Z test_schema_correctness_to_sparse_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5691814Z test_schema_correctness_to_sparse_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5692330Z test_schema_correctness_to_sparse_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5692847Z test_schema_correctness_to_sparse_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5693404Z test_schema_correctness_to_sparse_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5693920Z test_schema_correctness_to_sparse_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.004s) 2022-12-01T10:58:21.5694432Z test_schema_correctness_topk_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5694943Z test_schema_correctness_topk_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.5695440Z test_schema_correctness_topk_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5695945Z test_schema_correctness_topk_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.017s) 2022-12-01T10:58:21.5696450Z test_schema_correctness_topk_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5696955Z test_schema_correctness_topk_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5697440Z test_schema_correctness_topk_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5697992Z test_schema_correctness_topk_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5698503Z test_schema_correctness_topk_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5699012Z test_schema_correctness_trace_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5699557Z test_schema_correctness_trace_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5700070Z test_schema_correctness_trace_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5700641Z test_schema_correctness_trace_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5701157Z test_schema_correctness_trace_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5701680Z test_schema_correctness_trace_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5702193Z test_schema_correctness_trace_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5702690Z test_schema_correctness_trace_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5703177Z test_schema_correctness_trace_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5703675Z test_schema_correctness_trace_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5704170Z test_schema_correctness_trace_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5704679Z test_schema_correctness_trace_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5705173Z test_schema_correctness_trace_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5705701Z test_schema_correctness_transpose_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5706227Z test_schema_correctness_transpose_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5706742Z test_schema_correctness_transpose_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5707281Z test_schema_correctness_transpose_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5707822Z test_schema_correctness_transpose_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5708346Z test_schema_correctness_transpose_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5708859Z test_schema_correctness_transpose_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5709435Z test_schema_correctness_transpose_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5709958Z test_schema_correctness_transpose_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5710869Z test_schema_correctness_transpose_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5711513Z test_schema_correctness_transpose_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5712033Z test_schema_correctness_transpose_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5712553Z test_schema_correctness_transpose_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5713084Z test_schema_correctness_trapezoid_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.076s) 2022-12-01T10:58:21.5713612Z test_schema_correctness_trapezoid_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.079s) 2022-12-01T10:58:21.5714157Z test_schema_correctness_trapezoid_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.080s) 2022-12-01T10:58:21.5714835Z test_schema_correctness_trapezoid_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.075s) 2022-12-01T10:58:21.5715195Z test_schema_correctness_trapezoid_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.074s) 2022-12-01T10:58:21.5715717Z test_schema_correctness_trapezoid_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.072s) 2022-12-01T10:58:21.5716231Z test_schema_correctness_trapezoid_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.071s) 2022-12-01T10:58:21.5716746Z test_schema_correctness_trapezoid_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-12-01T10:58:21.5717331Z test_schema_correctness_trapezoid_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-12-01T10:58:21.5717867Z test_schema_correctness_trapezoid_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-12-01T10:58:21.5718391Z test_schema_correctness_trapezoid_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-12-01T10:58:21.5718909Z test_schema_correctness_trapz_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.070s) 2022-12-01T10:58:21.5719421Z test_schema_correctness_trapz_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.078s) 2022-12-01T10:58:21.5719943Z test_schema_correctness_trapz_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.077s) 2022-12-01T10:58:21.5720458Z test_schema_correctness_trapz_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-12-01T10:58:21.5720955Z test_schema_correctness_trapz_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-12-01T10:58:21.5721460Z test_schema_correctness_trapz_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.069s) 2022-12-01T10:58:21.5721975Z test_schema_correctness_trapz_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-12-01T10:58:21.5722482Z test_schema_correctness_trapz_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-12-01T10:58:21.5722966Z test_schema_correctness_trapz_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-12-01T10:58:21.5723472Z test_schema_correctness_trapz_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.068s) 2022-12-01T10:58:21.5723981Z test_schema_correctness_trapz_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.067s) 2022-12-01T10:58:21.5725101Z test_schema_correctness_triangular_solve_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:58:21.5725906Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:58:21.5726393Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:58:21.5726689Z should be replaced with 2022-12-01T10:58:21.5727156Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:58:21.5727595Z return self.op(*args, **kwargs) 2022-12-01T10:58:21.5727858Z ok (0.035s) 2022-12-01T10:58:21.5728260Z test_schema_correctness_triangular_solve_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5728801Z test_schema_correctness_triangular_solve_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.5729349Z test_schema_correctness_triangular_solve_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.5730079Z test_schema_correctness_tril_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5730401Z test_schema_correctness_tril_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5730907Z test_schema_correctness_tril_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5731422Z test_schema_correctness_tril_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5731940Z test_schema_correctness_tril_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5732449Z test_schema_correctness_tril_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5732933Z test_schema_correctness_tril_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5733484Z test_schema_correctness_tril_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5734001Z test_schema_correctness_tril_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5734488Z test_schema_correctness_tril_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5734985Z test_schema_correctness_tril_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5735485Z test_schema_correctness_tril_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5735994Z test_schema_correctness_tril_indices_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-12-01T10:58:21.5736503Z test_schema_correctness_tril_indices_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.028s) 2022-12-01T10:58:21.5737017Z test_schema_correctness_triu_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5737531Z test_schema_correctness_triu_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5738052Z test_schema_correctness_triu_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5738556Z test_schema_correctness_triu_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5739070Z test_schema_correctness_triu_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5739575Z test_schema_correctness_triu_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5740058Z test_schema_correctness_triu_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5740561Z test_schema_correctness_triu_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5741057Z test_schema_correctness_triu_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5741561Z test_schema_correctness_triu_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5742041Z test_schema_correctness_triu_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5742600Z test_schema_correctness_triu_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5743109Z test_schema_correctness_triu_indices_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-12-01T10:58:21.5743630Z test_schema_correctness_triu_indices_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.029s) 2022-12-01T10:58:21.5744141Z test_schema_correctness_true_divide_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.5744678Z test_schema_correctness_true_divide_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5745205Z test_schema_correctness_true_divide_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5745732Z test_schema_correctness_true_divide_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5746273Z test_schema_correctness_true_divide_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5746810Z test_schema_correctness_true_divide_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.5747336Z test_schema_correctness_true_divide_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.5747836Z test_schema_correctness_true_divide_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.016s) 2022-12-01T10:58:21.5748349Z test_schema_correctness_true_divide_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5748868Z test_schema_correctness_true_divide_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5749428Z test_schema_correctness_true_divide_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5749947Z test_schema_correctness_true_divide_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5750768Z test_schema_correctness_true_divide_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.015s) 2022-12-01T10:58:21.5751358Z test_schema_correctness_trunc_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5751875Z test_schema_correctness_trunc_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5752366Z test_schema_correctness_trunc_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5752869Z test_schema_correctness_trunc_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5753370Z test_schema_correctness_trunc_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5753860Z test_schema_correctness_trunc_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5754369Z test_schema_correctness_trunc_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5754880Z test_schema_correctness_trunc_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5755385Z test_schema_correctness_trunc_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5755878Z test_schema_correctness_unbind_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5756387Z test_schema_correctness_unbind_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5756898Z test_schema_correctness_unbind_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5757423Z test_schema_correctness_unbind_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5757938Z test_schema_correctness_unbind_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5758555Z test_schema_correctness_unbind_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5759069Z test_schema_correctness_unbind_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5759562Z test_schema_correctness_unbind_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5760075Z test_schema_correctness_unbind_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5760634Z test_schema_correctness_unbind_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5761138Z test_schema_correctness_unbind_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5761622Z test_schema_correctness_unbind_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5762132Z test_schema_correctness_unbind_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5762658Z test_schema_correctness_unflatten_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5763184Z test_schema_correctness_unflatten_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5763701Z test_schema_correctness_unflatten_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5764241Z test_schema_correctness_unflatten_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5764773Z test_schema_correctness_unflatten_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5765298Z test_schema_correctness_unflatten_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5765870Z test_schema_correctness_unflatten_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5766402Z test_schema_correctness_unflatten_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5766924Z test_schema_correctness_unflatten_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5767421Z test_schema_correctness_unflatten_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5767944Z test_schema_correctness_unflatten_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5768471Z test_schema_correctness_unflatten_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5768999Z test_schema_correctness_unflatten_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5769499Z test_schema_correctness_unfold_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5770021Z test_schema_correctness_unfold_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5770546Z test_schema_correctness_unfold_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5771074Z test_schema_correctness_unfold_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5771584Z test_schema_correctness_unfold_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.025s) 2022-12-01T10:58:21.5772102Z test_schema_correctness_unfold_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5772612Z test_schema_correctness_unfold_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5773110Z test_schema_correctness_unfold_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.5773623Z test_schema_correctness_unfold_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5774138Z test_schema_correctness_unfold_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5774698Z test_schema_correctness_unfold_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5775189Z test_schema_correctness_unfold_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5775698Z test_schema_correctness_unfold_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.019s) 2022-12-01T10:58:21.5776217Z test_schema_correctness_uniform_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5776860Z test_schema_correctness_uniform_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5777263Z test_schema_correctness_uniform_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5777788Z test_schema_correctness_uniform_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5778307Z test_schema_correctness_uniform_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5778829Z test_schema_correctness_uniform_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5779344Z test_schema_correctness_unique_consecutive_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.283s) 2022-12-01T10:58:21.5779897Z test_schema_correctness_unique_consecutive_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.300s) 2022-12-01T10:58:21.5780454Z test_schema_correctness_unique_consecutive_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.298s) 2022-12-01T10:58:21.5780985Z test_schema_correctness_unique_consecutive_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.298s) 2022-12-01T10:58:21.5781531Z test_schema_correctness_unique_consecutive_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.278s) 2022-12-01T10:58:21.5782123Z test_schema_correctness_unique_consecutive_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.330s) 2022-12-01T10:58:21.5782683Z test_schema_correctness_unique_consecutive_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.278s) 2022-12-01T10:58:21.5783217Z test_schema_correctness_unique_consecutive_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.278s) 2022-12-01T10:58:21.5783765Z test_schema_correctness_unique_consecutive_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.278s) 2022-12-01T10:58:21.5784289Z test_schema_correctness_unique_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.578s) 2022-12-01T10:58:21.5784802Z test_schema_correctness_unique_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.620s) 2022-12-01T10:58:21.5785300Z test_schema_correctness_unique_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.608s) 2022-12-01T10:58:21.5785828Z test_schema_correctness_unique_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.619s) 2022-12-01T10:58:21.5786349Z test_schema_correctness_unique_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.594s) 2022-12-01T10:58:21.5786860Z test_schema_correctness_unique_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.634s) 2022-12-01T10:58:21.5787347Z test_schema_correctness_unique_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.607s) 2022-12-01T10:58:21.5787855Z test_schema_correctness_unique_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.653s) 2022-12-01T10:58:21.5788363Z test_schema_correctness_unique_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.662s) 2022-12-01T10:58:21.5788861Z test_schema_correctness_unsqueeze_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5789384Z test_schema_correctness_unsqueeze_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5789918Z test_schema_correctness_unsqueeze_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5790735Z test_schema_correctness_unsqueeze_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5791421Z test_schema_correctness_unsqueeze_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5791737Z test_schema_correctness_unsqueeze_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5792370Z test_schema_correctness_unsqueeze_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5792786Z test_schema_correctness_unsqueeze_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5793298Z test_schema_correctness_unsqueeze_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5793819Z test_schema_correctness_unsqueeze_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5794346Z test_schema_correctness_unsqueeze_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5794870Z test_schema_correctness_unsqueeze_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5795379Z test_schema_correctness_unsqueeze_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5795901Z test_schema_correctness_var_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5796420Z test_schema_correctness_var_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5796928Z test_schema_correctness_var_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.013s) 2022-12-01T10:58:21.5797449Z test_schema_correctness_var_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5798075Z test_schema_correctness_var_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5798598Z test_schema_correctness_var_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5799107Z test_schema_correctness_var_mean_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5799643Z test_schema_correctness_var_mean_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5800190Z test_schema_correctness_var_mean_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.014s) 2022-12-01T10:58:21.5800728Z test_schema_correctness_var_mean_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5801241Z test_schema_correctness_var_mean_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5801768Z test_schema_correctness_var_mean_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5802296Z test_schema_correctness_vdot_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5802822Z test_schema_correctness_vdot_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T10:58:21.5803393Z test_schema_correctness_vdot_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... skip: Skipped! (0.000s) 2022-12-01T10:58:21.5803937Z test_schema_correctness_vdot_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5804455Z test_schema_correctness_vdot_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5804944Z test_schema_correctness_vdot_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5805483Z test_schema_correctness_view_as_complex_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5806099Z test_schema_correctness_view_as_complex_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5806650Z test_schema_correctness_view_as_complex_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.002s) 2022-12-01T10:58:21.5807243Z test_schema_correctness_view_as_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5807762Z test_schema_correctness_view_as_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5808290Z test_schema_correctness_view_as_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5808832Z test_schema_correctness_view_as_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5809341Z test_schema_correctness_view_as_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5809861Z test_schema_correctness_view_as_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5810385Z test_schema_correctness_view_as_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5810887Z test_schema_correctness_view_as_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5811412Z test_schema_correctness_view_as_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5811927Z test_schema_correctness_view_as_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5812425Z test_schema_correctness_view_as_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5812913Z test_schema_correctness_view_as_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5813417Z test_schema_correctness_view_as_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5813955Z test_schema_correctness_view_as_real_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5814560Z test_schema_correctness_view_as_real_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.003s) 2022-12-01T10:58:21.5815091Z test_schema_correctness_view_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5815603Z test_schema_correctness_view_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5816122Z test_schema_correctness_view_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.5816628Z test_schema_correctness_view_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5817151Z test_schema_correctness_view_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.023s) 2022-12-01T10:58:21.5817672Z test_schema_correctness_view_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5818188Z test_schema_correctness_view_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5818679Z test_schema_correctness_view_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5819197Z test_schema_correctness_view_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.022s) 2022-12-01T10:58:21.5819705Z test_schema_correctness_view_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.5820206Z test_schema_correctness_view_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.5820689Z test_schema_correctness_view_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.5821194Z test_schema_correctness_view_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.021s) 2022-12-01T10:58:21.5821711Z test_schema_correctness_vsplit_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5822215Z test_schema_correctness_vsplit_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5822959Z test_schema_correctness_vsplit_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5823345Z test_schema_correctness_vsplit_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5823880Z test_schema_correctness_vsplit_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5824390Z test_schema_correctness_vsplit_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5824920Z test_schema_correctness_vsplit_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5825441Z test_schema_correctness_vsplit_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5825956Z test_schema_correctness_vsplit_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5826448Z test_schema_correctness_vsplit_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5826969Z test_schema_correctness_vsplit_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5827489Z test_schema_correctness_vsplit_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5828002Z test_schema_correctness_vsplit_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5828505Z test_schema_correctness_vstack_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5829027Z test_schema_correctness_vstack_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5829555Z test_schema_correctness_vstack_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5830068Z test_schema_correctness_vstack_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5831046Z test_schema_correctness_vstack_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5831660Z test_schema_correctness_vstack_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5832185Z test_schema_correctness_vstack_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5832687Z test_schema_correctness_vstack_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.007s) 2022-12-01T10:58:21.5833204Z test_schema_correctness_vstack_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5833720Z test_schema_correctness_vstack_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5834234Z test_schema_correctness_vstack_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5834728Z test_schema_correctness_vstack_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5835251Z test_schema_correctness_vstack_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5835776Z test_schema_correctness_where_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5836268Z test_schema_correctness_where_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5836891Z test_schema_correctness_where_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5837379Z test_schema_correctness_where_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5837926Z test_schema_correctness_where_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.011s) 2022-12-01T10:58:21.5838361Z test_schema_correctness_where_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5838885Z test_schema_correctness_where_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5839396Z test_schema_correctness_where_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5839977Z test_schema_correctness_where_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5840466Z test_schema_correctness_where_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.008s) 2022-12-01T10:58:21.5840967Z test_schema_correctness_where_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5841483Z test_schema_correctness_where_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5841976Z test_schema_correctness_where_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.009s) 2022-12-01T10:58:21.5842496Z test_schema_correctness_xlogy_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5843008Z test_schema_correctness_xlogy_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5843528Z test_schema_correctness_xlogy_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5844033Z test_schema_correctness_xlogy_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5844543Z test_schema_correctness_xlogy_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.012s) 2022-12-01T10:58:21.5845056Z test_schema_correctness_xlogy_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5845567Z test_schema_correctness_xlogy_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5846058Z test_schema_correctness_xlogy_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5846567Z test_schema_correctness_xlogy_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5847074Z test_schema_correctness_xlogy_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5847616Z test_schema_correctness_zero__cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5848137Z test_schema_correctness_zero__cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5848661Z test_schema_correctness_zero__cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5849192Z test_schema_correctness_zero__cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5849697Z test_schema_correctness_zero__cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5850209Z test_schema_correctness_zero__cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.006s) 2022-12-01T10:58:21.5850718Z test_schema_correctness_zero__cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5851226Z test_schema_correctness_zero__cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5851708Z test_schema_correctness_zero__cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5852214Z test_schema_correctness_zero__cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5852865Z test_schema_correctness_zero__cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5853224Z test_schema_correctness_zero__cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.005s) 2022-12-01T10:58:21.5853785Z test_schema_correctness_zeros_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5854222Z test_schema_correctness_zeros_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5854736Z test_schema_correctness_zeros_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5855250Z test_schema_correctness_zeros_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5855773Z test_schema_correctness_zeros_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5856353Z test_schema_correctness_zeros_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5856858Z test_schema_correctness_zeros_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5857341Z test_schema_correctness_zeros_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5857846Z test_schema_correctness_zeros_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5858351Z test_schema_correctness_zeros_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5858854Z test_schema_correctness_zeros_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5859341Z test_schema_correctness_zeros_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5859857Z test_schema_correctness_zeros_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.010s) 2022-12-01T10:58:21.5860384Z test_schema_correctness_zeros_like_cuda_bfloat16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5860890Z test_schema_correctness_zeros_like_cuda_bool (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5861422Z test_schema_correctness_zeros_like_cuda_complex128 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5861963Z test_schema_correctness_zeros_like_cuda_complex32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.001s) 2022-12-01T10:58:21.5862501Z test_schema_correctness_zeros_like_cuda_complex64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.042s) 2022-12-01T10:58:21.5863015Z test_schema_correctness_zeros_like_cuda_float16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5863632Z test_schema_correctness_zeros_like_cuda_float32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5863906Z test_schema_correctness_zeros_like_cuda_float64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5864161Z test_schema_correctness_zeros_like_cuda_int16 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5864416Z test_schema_correctness_zeros_like_cuda_int32 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5864672Z test_schema_correctness_zeros_like_cuda_int64 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.041s) 2022-12-01T10:58:21.5864928Z test_schema_correctness_zeros_like_cuda_int8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5865161Z test_schema_correctness_zeros_like_cuda_uint8 (__main__.TestSchemaCheckModeOpInfoCUDA) ... ok (0.040s) 2022-12-01T10:58:21.5865204Z 2022-12-01T10:58:21.5865498Z ---------------------------------------------------------------------- 2022-12-01T10:58:21.5865624Z Ran 5239 tests in 538.896s 2022-12-01T10:58:21.5865648Z 2022-12-01T10:58:21.5865799Z OK (skipped=109, expected failures=24) 2022-12-01T10:58:21.5865819Z 2022-12-01T10:58:21.5865948Z Generating XML reports... 2022-12-01T10:58:21.5866351Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20221201104920.xml 2022-12-01T10:58:21.5866808Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCUDA-20221201104920.xml 2022-12-01T10:58:21.5866828Z 2022-12-01T10:58:21.5867336Z ##[endgroup] 2022-12-01T10:58:21.5867714Z FINISHED PRINTING LOG FILE of test_schema_check (/var/lib/jenkins/workspace/test/test-reports/test_schema_check_3v0q7dhr) 2022-12-01T10:58:21.5867940Z 2022-12-01T10:58:22.3494509Z 2022-12-01T10:58:22.3495431Z Expand the folded group to see the log file of test_maskedtensor 2022-12-01T10:58:22.3497183Z ##[group]PRINTING LOG FILE of test_maskedtensor (/var/lib/jenkins/workspace/test/test-reports/test_maskedtensor_cgqih66b) 2022-12-01T10:58:22.3497831Z 2022-12-01T10:58:22.3498463Z Running tests... 2022-12-01T10:58:22.3499478Z ---------------------------------------------------------------------- 2022-12-01T10:58:22.3500535Z Test results will be stored in test-reports/python-unittest/test_maskedtensor 2022-12-01T10:58:22.3502630Z test_add_cuda (__main__.TestBasicsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/masked/maskedtensor/core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-12-01T10:58:22.3504281Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-12-01T10:58:22.3504924Z ok (0.007s) 2022-12-01T10:58:22.3505440Z test_contiguous_cuda (__main__.TestBasicsCUDA) ... ok (0.012s) 2022-12-01T10:58:22.3506122Z test_diff_dim_cuda (__main__.TestBasicsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3506757Z test_diff_layouts_cuda (__main__.TestBasicsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3507385Z test_diff_sizes_cuda (__main__.TestBasicsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3508058Z test_grad_warning_cuda (__main__.TestBasicsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3510098Z test_invalid_sparse_coo_values_cuda (__main__.TestBasicsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/masked/maskedtensor/core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-12-01T10:58:22.3511719Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-12-01T10:58:22.3512274Z ok (0.003s) 2022-12-01T10:58:22.3513950Z test_invalid_sparse_csr_values_cuda (__main__.TestBasicsCUDA) ... /var/lib/jenkins/workspace/test/test_maskedtensor.py:293: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:58:22.3515400Z t1 = torch.sparse_csr_tensor( 2022-12-01T10:58:22.3515884Z ok (0.025s) 2022-12-01T10:58:22.3516485Z test_invalid_sparse_layout_cuda (__main__.TestBasicsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3517190Z test_invalid_tensor_inputs_cuda (__main__.TestBasicsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3518921Z test_softmax_cuda (__main__.TestBasicsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/masked/maskedtensor/core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-12-01T10:58:22.3520178Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-12-01T10:58:22.3520803Z ok (0.007s) 2022-12-01T10:58:22.3521352Z test_to_dense_and_sparse_coo_cuda (__main__.TestBasicsCUDA) ... ok (0.052s) 2022-12-01T10:58:22.3522793Z test_to_dense_and_sparse_csr_cuda (__main__.TestBasicsCUDA) ... ok (0.015s) 2022-12-01T10:58:22.3523704Z test_to_dense_cuda (__main__.TestBasicsCUDA) ... ok (0.040s) 2022-12-01T10:58:22.3524109Z test_to_sparse_cuda (__main__.TestBasicsCUDA) ... ok (0.027s) 2022-12-01T10:58:22.3524384Z test_where_cuda (__main__.TestBasicsCUDA) ... ok (0.008s) 2022-12-01T10:58:22.3524755Z test_binary_fn_aten_add (__main__.TestBinary) ... ok (0.003s) 2022-12-01T10:58:22.3525188Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3525492Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3525876Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3526393Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3526671Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3527190Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3527601Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3527983Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3528341Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3528817Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3529093Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3529463Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3529962Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3530207Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3530563Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3531071Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3531337Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3531720Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3532063Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3532434Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3532798Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3533172Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3533643Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3533949Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3534369Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.003s) 2022-12-01T10:58:22.3534848Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3535118Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3535500Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3535955Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3536239Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3536619Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3537107Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3537353Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3537725Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3538118Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3538499Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3538904Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3539302Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3539695Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3540128Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3540564Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3541000Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3541412Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3541948Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3542226Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3542609Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.014s) 2022-12-01T10:58:22.3543201Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.014s) 2022-12-01T10:58:22.3543487Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3543877Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.014s) 2022-12-01T10:58:22.3544364Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.013s) 2022-12-01T10:58:22.3544680Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.013s) 2022-12-01T10:58:22.3545089Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.013s) 2022-12-01T10:58:22.3545459Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.013s) 2022-12-01T10:58:22.3545857Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.013s) 2022-12-01T10:58:22.3546334Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.014s) 2022-12-01T10:58:22.3546668Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.013s) 2022-12-01T10:58:22.3547047Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3547453Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3547858Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.013s) 2022-12-01T10:58:22.3548242Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3548654Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.013s) 2022-12-01T10:58:22.3549067Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3549453Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3549858Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3550531Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:58:22.3551089Z test_masks_match_fn_name_add (__main__.TestBinary) ... ok (0.001s) 2022-12-01T10:58:22.3551461Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.001s) 2022-12-01T10:58:22.3551961Z test_binary_core_add_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-12-01T10:58:22.3552465Z test_binary_core_add_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-12-01T10:58:22.3553009Z test_binary_core_add_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-12-01T10:58:22.3553381Z test_binary_core_add_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-12-01T10:58:22.3553877Z test_binary_core_add_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-12-01T10:58:22.3554386Z test_binary_core_add_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-12-01T10:58:22.3554846Z test_binary_core_add_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-12-01T10:58:22.3555443Z test_binary_core_add_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3555818Z test_binary_core_add_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-12-01T10:58:22.3556302Z test_binary_core_atan2_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3556797Z test_binary_core_atan2_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-12-01T10:58:22.3557356Z test_binary_core_atan2_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3557990Z test_binary_core_atan2_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3558464Z test_binary_core_atan2_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3559030Z test_binary_core_atan2_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3559653Z test_binary_core_atan2_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3560181Z test_binary_core_atan2_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-12-01T10:58:22.3560652Z test_binary_core_atan2_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3561157Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-12-01T10:58:22.3561814Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-12-01T10:58:22.3562226Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3562738Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-12-01T10:58:22.3563272Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-12-01T10:58:22.3563787Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-12-01T10:58:22.3564316Z test_binary_core_div_floor_rounding_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-12-01T10:58:22.3564821Z test_binary_core_div_floor_rounding_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3565344Z test_binary_core_div_floor_rounding_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3565960Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-12-01T10:58:22.3566524Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-12-01T10:58:22.3567038Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3567550Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-12-01T10:58:22.3568078Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-12-01T10:58:22.3568679Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-12-01T10:58:22.3569471Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3570113Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3570643Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3571172Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3571684Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3572211Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3572840Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-12-01T10:58:22.3573262Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-12-01T10:58:22.3573772Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-12-01T10:58:22.3574375Z test_binary_core_div_trunc_rounding_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-12-01T10:58:22.3574903Z test_binary_core_div_trunc_rounding_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-12-01T10:58:22.3575399Z test_binary_core_div_trunc_rounding_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-12-01T10:58:22.3575906Z test_binary_core_eq_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-12-01T10:58:22.3576406Z test_binary_core_eq_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-12-01T10:58:22.3576901Z test_binary_core_eq_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-12-01T10:58:22.3577372Z test_binary_core_eq_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-12-01T10:58:22.3577859Z test_binary_core_eq_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-12-01T10:58:22.3578333Z test_binary_core_eq_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-12-01T10:58:22.3578807Z test_binary_core_eq_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-12-01T10:58:22.3579270Z test_binary_core_eq_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-12-01T10:58:22.3579749Z test_binary_core_eq_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-12-01T10:58:22.3580249Z test_binary_core_floor_divide_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-12-01T10:58:22.3580753Z test_binary_core_floor_divide_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-12-01T10:58:22.3581294Z test_binary_core_floor_divide_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-12-01T10:58:22.3581809Z test_binary_core_floor_divide_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-12-01T10:58:22.3582297Z test_binary_core_floor_divide_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-12-01T10:58:22.3582777Z test_binary_core_floor_divide_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-12-01T10:58:22.3583290Z test_binary_core_floor_divide_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3583793Z test_binary_core_floor_divide_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-12-01T10:58:22.3584288Z test_binary_core_floor_divide_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3584768Z test_binary_core_fmax_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3585261Z test_binary_core_fmax_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3585735Z test_binary_core_fmax_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3586338Z test_binary_core_fmax_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3586685Z test_binary_core_fmax_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3587158Z test_binary_core_fmax_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3587640Z test_binary_core_fmax_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3588123Z test_binary_core_fmax_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3588585Z test_binary_core_fmax_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3589134Z test_binary_core_fmin_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3589618Z test_binary_core_fmin_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3590081Z test_binary_core_fmin_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-12-01T10:58:22.3590897Z test_binary_core_fmin_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3591357Z test_binary_core_fmin_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3591835Z test_binary_core_fmin_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3592302Z test_binary_core_fmin_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3592784Z test_binary_core_fmin_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3593257Z test_binary_core_fmin_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3593742Z test_binary_core_fmod_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3594208Z test_binary_core_fmod_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-12-01T10:58:22.3594677Z test_binary_core_fmod_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3595165Z test_binary_core_fmod_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-12-01T10:58:22.3595642Z test_binary_core_fmod_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-12-01T10:58:22.3596184Z test_binary_core_fmod_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-12-01T10:58:22.3596685Z test_binary_core_fmod_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3597175Z test_binary_core_fmod_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3597688Z test_binary_core_fmod_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3598183Z test_binary_core_ge_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3598676Z test_binary_core_ge_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3599159Z test_binary_core_ge_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3599628Z test_binary_core_ge_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3600103Z test_binary_core_ge_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3600578Z test_binary_core_ge_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3601054Z test_binary_core_ge_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3601513Z test_binary_core_ge_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3601994Z test_binary_core_ge_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3602477Z test_binary_core_gt_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-12-01T10:58:22.3602954Z test_binary_core_gt_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-12-01T10:58:22.3603418Z test_binary_core_gt_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-12-01T10:58:22.3603897Z test_binary_core_gt_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3604441Z test_binary_core_gt_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3604895Z test_binary_core_gt_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3605375Z test_binary_core_gt_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-12-01T10:58:22.3605858Z test_binary_core_gt_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3606337Z test_binary_core_gt_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3606801Z test_binary_core_le_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3607295Z test_binary_core_le_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3607781Z test_binary_core_le_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-12-01T10:58:22.3608263Z test_binary_core_le_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3608727Z test_binary_core_le_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3609204Z test_binary_core_le_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3609686Z test_binary_core_le_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3610146Z test_binary_core_le_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3610674Z test_binary_core_le_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3611177Z test_binary_core_lt_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3611671Z test_binary_core_lt_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-12-01T10:58:22.3612131Z test_binary_core_lt_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3612725Z test_binary_core_lt_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3613084Z test_binary_core_lt_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3613568Z test_binary_core_lt_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3614030Z test_binary_core_lt_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3614516Z test_binary_core_lt_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3614998Z test_binary_core_lt_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3615478Z test_binary_core_maximum_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3615976Z test_binary_core_maximum_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3616473Z test_binary_core_maximum_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3616976Z test_binary_core_maximum_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3617448Z test_binary_core_maximum_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3617946Z test_binary_core_maximum_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3618448Z test_binary_core_maximum_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3619015Z test_binary_core_maximum_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3619480Z test_binary_core_maximum_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3619968Z test_binary_core_minimum_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3620461Z test_binary_core_minimum_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3620952Z test_binary_core_minimum_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3621526Z test_binary_core_minimum_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3622169Z test_binary_core_minimum_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3622655Z test_binary_core_minimum_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3623125Z test_binary_core_minimum_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3623619Z test_binary_core_minimum_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3624101Z test_binary_core_minimum_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3624595Z test_binary_core_mul_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3625063Z test_binary_core_mul_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3625549Z test_binary_core_mul_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3626094Z test_binary_core_mul_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3626599Z test_binary_core_mul_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3627065Z test_binary_core_mul_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3627553Z test_binary_core_mul_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3628039Z test_binary_core_mul_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3628520Z test_binary_core_mul_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3628983Z test_binary_core_ne_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3629468Z test_binary_core_ne_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3629962Z test_binary_core_ne_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3630554Z test_binary_core_ne_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3631269Z test_binary_core_ne_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3631751Z test_binary_core_ne_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3632232Z test_binary_core_ne_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3632742Z test_binary_core_ne_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3633354Z test_binary_core_ne_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3633866Z test_binary_core_nextafter_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-12-01T10:58:22.3634375Z test_binary_core_nextafter_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-12-01T10:58:22.3634957Z test_binary_core_nextafter_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3635455Z test_binary_core_nextafter_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3635970Z test_binary_core_nextafter_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3636455Z test_binary_core_nextafter_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3636966Z test_binary_core_remainder_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-12-01T10:58:22.3637472Z test_binary_core_remainder_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-12-01T10:58:22.3637982Z test_binary_core_remainder_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-12-01T10:58:22.3638471Z test_binary_core_remainder_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-12-01T10:58:22.3638974Z test_binary_core_remainder_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-12-01T10:58:22.3639476Z test_binary_core_remainder_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-12-01T10:58:22.3639985Z test_binary_core_remainder_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-12-01T10:58:22.3640470Z test_binary_core_remainder_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-12-01T10:58:22.3640981Z test_binary_core_remainder_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-12-01T10:58:22.3641540Z test_binary_core_sub_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3642054Z test_binary_core_sub_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3642525Z test_binary_core_sub_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3643020Z test_binary_core_sub_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3643506Z test_binary_core_sub_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3643967Z test_binary_core_sub_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3644456Z test_binary_core_sub_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3644956Z test_binary_core_sub_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3645437Z test_binary_core_sub_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3645917Z test_binary_core_true_divide_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-12-01T10:58:22.3646428Z test_binary_core_true_divide_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-12-01T10:58:22.3646926Z test_binary_core_true_divide_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-12-01T10:58:22.3647435Z test_binary_core_true_divide_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-12-01T10:58:22.3647920Z test_binary_core_true_divide_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-12-01T10:58:22.3648414Z test_binary_core_true_divide_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-12-01T10:58:22.3648934Z test_binary_core_true_divide_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-12-01T10:58:22.3649444Z test_binary_core_true_divide_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3649989Z test_binary_core_true_divide_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-12-01T10:58:22.3650500Z test_reduction_all_amax_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-12-01T10:58:22.3651009Z test_reduction_all_amax_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-12-01T10:58:22.3651511Z test_reduction_all_amax_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-12-01T10:58:22.3651983Z test_reduction_all_amax_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-12-01T10:58:22.3652487Z test_reduction_all_amax_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-12-01T10:58:22.3653056Z test_reduction_all_amax_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-12-01T10:58:22.3653463Z test_reduction_all_amax_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-12-01T10:58:22.3653965Z test_reduction_all_amax_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-12-01T10:58:22.3654458Z test_reduction_all_amax_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-12-01T10:58:22.3654960Z test_reduction_all_amin_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-12-01T10:58:22.3655440Z test_reduction_all_amin_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-12-01T10:58:22.3655938Z test_reduction_all_amin_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-12-01T10:58:22.3656487Z test_reduction_all_amin_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-12-01T10:58:22.3656992Z test_reduction_all_amin_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3657463Z test_reduction_all_amin_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-12-01T10:58:22.3657968Z test_reduction_all_amin_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-12-01T10:58:22.3658463Z test_reduction_all_amin_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-12-01T10:58:22.3658938Z test_reduction_all_amin_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-12-01T10:58:22.3659444Z test_reduction_all_argmax_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-12-01T10:58:22.3659955Z test_reduction_all_argmax_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-12-01T10:58:22.3660469Z test_reduction_all_argmax_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-12-01T10:58:22.3660959Z test_reduction_all_argmax_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3661463Z test_reduction_all_argmax_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3661968Z test_reduction_all_argmax_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3662472Z test_reduction_all_argmax_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3662961Z test_reduction_all_argmax_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3663462Z test_reduction_all_argmax_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3663967Z test_reduction_all_argmin_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-12-01T10:58:22.3664477Z test_reduction_all_argmin_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-12-01T10:58:22.3665024Z test_reduction_all_argmin_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-12-01T10:58:22.3665526Z test_reduction_all_argmin_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3666031Z test_reduction_all_argmin_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3666535Z test_reduction_all_argmin_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3667018Z test_reduction_all_argmin_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3667514Z test_reduction_all_argmin_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3668009Z test_reduction_all_argmin_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3668489Z test_reduction_all_prod_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.062s) 2022-12-01T10:58:22.3668992Z test_reduction_all_prod_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-12-01T10:58:22.3669496Z test_reduction_all_prod_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.059s) 2022-12-01T10:58:22.3669988Z test_reduction_all_prod_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3670700Z test_reduction_all_prod_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-12-01T10:58:22.3671291Z test_reduction_all_prod_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-12-01T10:58:22.3671873Z test_reduction_all_prod_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-12-01T10:58:22.3672394Z test_reduction_all_prod_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-12-01T10:58:22.3672866Z test_reduction_all_prod_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.042s) 2022-12-01T10:58:22.3673366Z test_reduction_all_sum_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-12-01T10:58:22.3673868Z test_reduction_all_sum_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-12-01T10:58:22.3674365Z test_reduction_all_sum_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.033s) 2022-12-01T10:58:22.3674839Z test_reduction_all_sum_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-12-01T10:58:22.3675339Z test_reduction_all_sum_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-12-01T10:58:22.3675838Z test_reduction_all_sum_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-12-01T10:58:22.3676313Z test_reduction_all_sum_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-12-01T10:58:22.3676813Z test_reduction_all_sum_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-12-01T10:58:22.3677302Z test_reduction_all_sum_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-12-01T10:58:22.3677793Z test_unary_core_abs_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3678263Z test_unary_core_abs_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3678742Z test_unary_core_abs_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3679235Z test_unary_core_abs_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3679718Z test_unary_core_abs_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3680257Z test_unary_core_abs_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3680741Z test_unary_core_abs_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3681223Z test_unary_core_abs_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3681686Z test_unary_core_abs_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3682173Z test_unary_core_acos_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3682668Z test_unary_core_acos_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3683163Z test_unary_core_acos_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3683638Z test_unary_core_acos_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3684123Z test_unary_core_acos_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3684602Z test_unary_core_acos_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3685091Z test_unary_core_acos_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3685560Z test_unary_core_acos_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3686042Z test_unary_core_acos_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3686531Z test_unary_core_acosh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3687078Z test_unary_core_acosh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3687567Z test_unary_core_acosh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3688050Z test_unary_core_acosh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3688544Z test_unary_core_acosh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3689014Z test_unary_core_acosh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3689506Z test_unary_core_acosh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3689996Z test_unary_core_acosh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3690490Z test_unary_core_acosh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3690967Z test_unary_core_angle_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3691469Z test_unary_core_angle_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3691959Z test_unary_core_angle_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3692456Z test_unary_core_angle_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3692929Z test_unary_core_angle_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3693416Z test_unary_core_angle_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3693908Z test_unary_core_asin_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3694385Z test_unary_core_asin_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3694937Z test_unary_core_asin_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3695425Z test_unary_core_asin_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3695906Z test_unary_core_asin_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3696370Z test_unary_core_asin_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3696861Z test_unary_core_asin_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3697348Z test_unary_core_asin_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3697870Z test_unary_core_asin_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3698331Z test_unary_core_asinh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3698836Z test_unary_core_asinh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3699326Z test_unary_core_asinh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3699822Z test_unary_core_asinh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3700292Z test_unary_core_asinh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3700772Z test_unary_core_asinh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3701259Z test_unary_core_asinh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3701788Z test_unary_core_asinh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3702284Z test_unary_core_asinh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3702783Z test_unary_core_atan_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3703281Z test_unary_core_atan_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3703755Z test_unary_core_atan_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3704243Z test_unary_core_atan_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3704726Z test_unary_core_atan_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3705214Z test_unary_core_atan_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3705684Z test_unary_core_atan_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3706173Z test_unary_core_atan_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3706652Z test_unary_core_atan_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3707110Z test_unary_core_atanh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3707601Z test_unary_core_atanh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3708186Z test_unary_core_atanh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3708676Z test_unary_core_atanh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3709145Z test_unary_core_atanh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3709630Z test_unary_core_atanh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3710173Z test_unary_core_atanh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3711033Z test_unary_core_atanh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3711479Z test_unary_core_atanh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3711972Z test_unary_core_ceil_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3712464Z test_unary_core_ceil_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3712949Z test_unary_core_ceil_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3713417Z test_unary_core_ceil_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3713902Z test_unary_core_ceil_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3714389Z test_unary_core_ceil_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3714851Z test_unary_core_ceil_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3715338Z test_unary_core_ceil_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3715813Z test_unary_core_ceil_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3716308Z test_unary_core_conj_physical_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3716806Z test_unary_core_conj_physical_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3717412Z test_unary_core_conj_physical_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3717934Z test_unary_core_conj_physical_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3718438Z test_unary_core_conj_physical_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3718924Z test_unary_core_conj_physical_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3719436Z test_unary_core_conj_physical_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3719941Z test_unary_core_conj_physical_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3720440Z test_unary_core_conj_physical_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3720921Z test_unary_core_cos_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3721407Z test_unary_core_cos_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3721901Z test_unary_core_cos_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3722361Z test_unary_core_cos_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3722835Z test_unary_core_cos_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3723309Z test_unary_core_cos_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3723794Z test_unary_core_cos_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3724258Z test_unary_core_cos_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3724737Z test_unary_core_cos_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3725311Z test_unary_core_cosh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3725805Z test_unary_core_cosh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3726275Z test_unary_core_cosh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3726758Z test_unary_core_cosh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3727241Z test_unary_core_cosh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3727725Z test_unary_core_cosh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3728191Z test_unary_core_cosh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3728679Z test_unary_core_cosh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3729162Z test_unary_core_cosh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3729626Z test_unary_core_deg2rad_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3730134Z test_unary_core_deg2rad_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3730639Z test_unary_core_deg2rad_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3731135Z test_unary_core_deg2rad_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3731605Z test_unary_core_deg2rad_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3732154Z test_unary_core_deg2rad_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3732659Z test_unary_core_deg2rad_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3733156Z test_unary_core_deg2rad_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3733620Z test_unary_core_deg2rad_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3734116Z test_unary_core_digamma_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3734617Z test_unary_core_digamma_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3735106Z test_unary_core_digamma_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3735568Z test_unary_core_digamma_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3736058Z test_unary_core_digamma_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3736548Z test_unary_core_digamma_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3737013Z test_unary_core_digamma_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3737503Z test_unary_core_digamma_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3737982Z test_unary_core_digamma_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3738469Z test_unary_core_erf_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3738939Z test_unary_core_erf_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3739426Z test_unary_core_erf_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3739914Z test_unary_core_erf_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3740501Z test_unary_core_erf_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3740962Z test_unary_core_erf_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3741445Z test_unary_core_erf_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3741926Z test_unary_core_erf_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3742387Z test_unary_core_erf_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3742872Z test_unary_core_erfc_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3743366Z test_unary_core_erfc_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3743851Z test_unary_core_erfc_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3744316Z test_unary_core_erfc_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3744788Z test_unary_core_erfc_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3745273Z test_unary_core_erfc_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3745754Z test_unary_core_erfc_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3746222Z test_unary_core_erfc_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3746703Z test_unary_core_erfc_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3747240Z test_unary_core_erfinv_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3747758Z test_unary_core_erfinv_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3748235Z test_unary_core_erfinv_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3748731Z test_unary_core_erfinv_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3749219Z test_unary_core_erfinv_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3749682Z test_unary_core_erfinv_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3750162Z test_unary_core_erfinv_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3751021Z test_unary_core_erfinv_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3751508Z test_unary_core_erfinv_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3751985Z test_unary_core_exp2_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3752470Z test_unary_core_exp2_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3752954Z test_unary_core_exp2_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3753440Z test_unary_core_exp2_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3753909Z test_unary_core_exp2_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3754394Z test_unary_core_exp2_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3754634Z test_unary_core_exp2_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3754954Z test_unary_core_exp2_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3755194Z test_unary_core_exp2_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3755438Z test_unary_core_exp_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3755659Z test_unary_core_exp_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3755894Z test_unary_core_exp_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3756131Z test_unary_core_exp_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3756361Z test_unary_core_exp_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3756597Z test_unary_core_exp_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3756838Z test_unary_core_exp_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3757070Z test_unary_core_exp_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3757302Z test_unary_core_exp_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3757543Z test_unary_core_expm1_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3757765Z test_unary_core_expm1_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3757997Z test_unary_core_expm1_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3758289Z test_unary_core_expm1_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3758533Z test_unary_core_expm1_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3758767Z test_unary_core_expm1_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3759004Z test_unary_core_expm1_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3759241Z test_unary_core_expm1_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3759472Z test_unary_core_expm1_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3759706Z test_unary_core_floor_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3759922Z test_unary_core_floor_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3760162Z test_unary_core_floor_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3760395Z test_unary_core_floor_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3760629Z test_unary_core_floor_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3760858Z test_unary_core_floor_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3761088Z test_unary_core_floor_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3761318Z test_unary_core_floor_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3761545Z test_unary_core_floor_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3761786Z test_unary_core_frac_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3762011Z test_unary_core_frac_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3762300Z test_unary_core_frac_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3762537Z test_unary_core_frac_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3762768Z test_unary_core_frac_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3762999Z test_unary_core_frac_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3763233Z test_unary_core_frac_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3763466Z test_unary_core_frac_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3763700Z test_unary_core_frac_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3763938Z test_unary_core_i0_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3764159Z test_unary_core_i0_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3764392Z test_unary_core_i0_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3764623Z test_unary_core_i0_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3764852Z test_unary_core_i0_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3765079Z test_unary_core_i0_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3765309Z test_unary_core_i0_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3765592Z test_unary_core_i0_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3765831Z test_unary_core_i0_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3766073Z test_unary_core_isnan_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3766292Z test_unary_core_isnan_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3766531Z test_unary_core_isnan_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3766767Z test_unary_core_isnan_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3766995Z test_unary_core_isnan_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3767222Z test_unary_core_isnan_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3767458Z test_unary_core_isnan_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3767700Z test_unary_core_isnan_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3767933Z test_unary_core_isnan_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3768179Z test_unary_core_lgamma_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3768405Z test_unary_core_lgamma_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3768652Z test_unary_core_lgamma_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3768895Z test_unary_core_lgamma_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3769137Z test_unary_core_lgamma_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3769377Z test_unary_core_lgamma_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3769672Z test_unary_core_lgamma_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3769909Z test_unary_core_lgamma_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3770138Z test_unary_core_lgamma_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3770375Z test_unary_core_log10_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3770594Z test_unary_core_log10_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3770823Z test_unary_core_log10_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3771055Z test_unary_core_log10_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3771281Z test_unary_core_log10_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3771513Z test_unary_core_log10_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3771749Z test_unary_core_log10_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3771980Z test_unary_core_log10_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3772210Z test_unary_core_log10_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3772446Z test_unary_core_log1p_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3772660Z test_unary_core_log1p_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3772938Z test_unary_core_log1p_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3773184Z test_unary_core_log1p_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3773409Z test_unary_core_log1p_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3773633Z test_unary_core_log1p_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3773865Z test_unary_core_log1p_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3774103Z test_unary_core_log1p_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3774333Z test_unary_core_log1p_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3774573Z test_unary_core_log2_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3774792Z test_unary_core_log2_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3775028Z test_unary_core_log2_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3775259Z test_unary_core_log2_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3775485Z test_unary_core_log2_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3775714Z test_unary_core_log2_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3775945Z test_unary_core_log2_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3776177Z test_unary_core_log2_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3776410Z test_unary_core_log2_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3776655Z test_unary_core_log_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3776926Z test_unary_core_log_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3777154Z test_unary_core_log_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3777383Z test_unary_core_log_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3777609Z test_unary_core_log_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3777840Z test_unary_core_log_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3778154Z test_unary_core_log_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3778397Z test_unary_core_log_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3778639Z test_unary_core_log_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3778879Z test_unary_core_logit_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3779101Z test_unary_core_logit_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3779339Z test_unary_core_logit_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3779573Z test_unary_core_logit_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3779807Z test_unary_core_logit_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3780038Z test_unary_core_logit_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3780325Z test_unary_core_logit_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3780577Z test_unary_core_logit_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3780813Z test_unary_core_logit_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3781062Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3781283Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3781521Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3781752Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3781989Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3782226Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3782470Z test_unary_core_nan_to_num_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3782712Z test_unary_core_nan_to_num_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3782957Z test_unary_core_nan_to_num_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3783196Z test_unary_core_neg_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3783413Z test_unary_core_neg_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3783649Z test_unary_core_neg_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3783883Z test_unary_core_neg_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3784162Z test_unary_core_neg_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3784395Z test_unary_core_neg_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3784629Z test_unary_core_neg_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3784856Z test_unary_core_neg_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3785095Z test_unary_core_neg_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3785349Z test_unary_core_positive_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3785584Z test_unary_core_positive_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3785838Z test_unary_core_positive_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3786090Z test_unary_core_positive_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3786331Z test_unary_core_positive_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3786570Z test_unary_core_positive_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3786813Z test_unary_core_positive_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3787057Z test_unary_core_positive_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3787294Z test_unary_core_positive_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3787598Z test_unary_core_rad2deg_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3787835Z test_unary_core_rad2deg_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3788084Z test_unary_core_rad2deg_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3788332Z test_unary_core_rad2deg_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3788567Z test_unary_core_rad2deg_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3788804Z test_unary_core_rad2deg_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3789042Z test_unary_core_rad2deg_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3789281Z test_unary_core_rad2deg_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3789513Z test_unary_core_rad2deg_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3789768Z test_unary_core_reciprocal_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3790013Z test_unary_core_reciprocal_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3790234Z test_unary_core_reciprocal_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3790739Z test_unary_core_reciprocal_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3791026Z test_unary_core_reciprocal_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3791283Z test_unary_core_reciprocal_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3791533Z test_unary_core_reciprocal_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3791859Z test_unary_core_reciprocal_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3792110Z test_unary_core_reciprocal_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3792403Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3792663Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3792899Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3793154Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3793406Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3793720Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3793976Z test_unary_core_round_decimals_0_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3794217Z test_unary_core_round_decimals_0_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3794453Z test_unary_core_round_decimals_0_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3794701Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3794952Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3795246Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3795510Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3795756Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3795999Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3796242Z test_unary_core_round_decimals_3_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3796479Z test_unary_core_round_decimals_3_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3796719Z test_unary_core_round_decimals_3_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3796983Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3797248Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3797543Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3797782Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3798035Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3798288Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3798543Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3798802Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3799109Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-12-01T10:58:22.3799357Z test_unary_core_round_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3799598Z test_unary_core_round_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3799833Z test_unary_core_round_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3800047Z test_unary_core_round_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3800278Z test_unary_core_round_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3800508Z test_unary_core_round_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3800746Z test_unary_core_round_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3800990Z test_unary_core_round_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3801220Z test_unary_core_round_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3801455Z test_unary_core_rsqrt_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3801692Z test_unary_core_rsqrt_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3801925Z test_unary_core_rsqrt_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3802135Z test_unary_core_rsqrt_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3802408Z test_unary_core_rsqrt_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3802646Z test_unary_core_rsqrt_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3802877Z test_unary_core_rsqrt_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3803106Z test_unary_core_rsqrt_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3803337Z test_unary_core_rsqrt_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3803572Z test_unary_core_sgn_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3803814Z test_unary_core_sgn_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3804047Z test_unary_core_sgn_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3804262Z test_unary_core_sgn_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3804498Z test_unary_core_sgn_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3804726Z test_unary_core_sgn_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3804964Z test_unary_core_sgn_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3805198Z test_unary_core_sgn_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3828977Z test_unary_core_sgn_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3829227Z test_unary_core_sigmoid_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3829503Z test_unary_core_sigmoid_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3829751Z test_unary_core_sigmoid_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3830136Z test_unary_core_sigmoid_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3830573Z test_unary_core_sigmoid_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3831156Z test_unary_core_sigmoid_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3831248Z test_unary_core_sigmoid_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3831494Z test_unary_core_sigmoid_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3831732Z test_unary_core_sigmoid_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3831982Z test_unary_core_sign_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3832232Z test_unary_core_sign_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3832473Z test_unary_core_sign_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3832713Z test_unary_core_sign_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3832923Z test_unary_core_sign_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3833165Z test_unary_core_sign_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3833407Z test_unary_core_sign_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3833643Z test_unary_core_sign_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3833965Z test_unary_core_sign_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3834230Z test_unary_core_signbit_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3834478Z test_unary_core_signbit_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3834722Z test_unary_core_signbit_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3834962Z test_unary_core_signbit_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3835175Z test_unary_core_signbit_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3835430Z test_unary_core_signbit_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3835672Z test_unary_core_signbit_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3835916Z test_unary_core_signbit_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3836160Z test_unary_core_signbit_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3836402Z test_unary_core_sin_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3836635Z test_unary_core_sin_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3836875Z test_unary_core_sin_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3837115Z test_unary_core_sin_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3837330Z test_unary_core_sin_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3837566Z test_unary_core_sin_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3837886Z test_unary_core_sin_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3838117Z test_unary_core_sin_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3838343Z test_unary_core_sin_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3838585Z test_unary_core_sinc_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3838830Z test_unary_core_sinc_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3839070Z test_unary_core_sinc_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3839314Z test_unary_core_sinc_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3839531Z test_unary_core_sinc_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3839773Z test_unary_core_sinc_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3840016Z test_unary_core_sinc_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3840257Z test_unary_core_sinc_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3840488Z test_unary_core_sinc_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-12-01T10:58:22.3840725Z test_unary_core_sinh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3841106Z test_unary_core_sinh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3841253Z test_unary_core_sinh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3841501Z test_unary_core_sinh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3841845Z test_unary_core_sinh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3842025Z test_unary_core_sinh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3842195Z test_unary_core_sinh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3842421Z test_unary_core_sinh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3842650Z test_unary_core_sinh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3842886Z test_unary_core_sqrt_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3843125Z test_unary_core_sqrt_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3843364Z test_unary_core_sqrt_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3843600Z test_unary_core_sqrt_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3843810Z test_unary_core_sqrt_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3844039Z test_unary_core_sqrt_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3844269Z test_unary_core_sqrt_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3844495Z test_unary_core_sqrt_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3844718Z test_unary_core_sqrt_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3844962Z test_unary_core_square_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3845262Z test_unary_core_square_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3845497Z test_unary_core_square_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3845731Z test_unary_core_square_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3845944Z test_unary_core_square_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3846183Z test_unary_core_square_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3846421Z test_unary_core_square_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3846664Z test_unary_core_square_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3846900Z test_unary_core_square_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-12-01T10:58:22.3847132Z test_unary_core_tan_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3847368Z test_unary_core_tan_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3847604Z test_unary_core_tan_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3847838Z test_unary_core_tan_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3848047Z test_unary_core_tan_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3848269Z test_unary_core_tan_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3848549Z test_unary_core_tan_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3848794Z test_unary_core_tan_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3849022Z test_unary_core_tan_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3849263Z test_unary_core_tanh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3849496Z test_unary_core_tanh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3849733Z test_unary_core_tanh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3849968Z test_unary_core_tanh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3850184Z test_unary_core_tanh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3850420Z test_unary_core_tanh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3850656Z test_unary_core_tanh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3850883Z test_unary_core_tanh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3851110Z test_unary_core_tanh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3851354Z test_unary_core_trunc_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3851596Z test_unary_core_trunc_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3851833Z test_unary_core_trunc_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3852078Z test_unary_core_trunc_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-12-01T10:58:22.3852297Z test_unary_core_trunc_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3852585Z test_unary_core_trunc_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3852814Z test_unary_core_trunc_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3853040Z test_unary_core_trunc_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3853275Z test_unary_core_trunc_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-12-01T10:58:22.3853444Z test_all (__main__.TestReductions) ... ok (0.004s) 2022-12-01T10:58:22.3853609Z test_amax (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:58:22.3853782Z test_amax_grad (__main__.TestReductions) ... ok (0.004s) 2022-12-01T10:58:22.3853928Z test_amin (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:58:22.3854105Z test_amin_grad (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:58:22.3854287Z test_grad_dtype (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:58:22.3855032Z test_max_not_implemented (__main__.TestReductions) ... /opt/conda/lib/python3.10/site-packages/torch/masked/maskedtensor/core.py:299: UserWarning: max is not implemented in __torch_dispatch__ for MaskedTensor. 2022-12-01T10:58:22.3855433Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-12-01T10:58:22.3855732Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-12-01T10:58:22.3855859Z warnings.warn(msg) 2022-12-01T10:58:22.3855966Z ok (0.001s) 2022-12-01T10:58:22.3856133Z test_mean (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:58:22.3856366Z test_mean_dim_grad (__main__.TestReductions) ... ok (0.004s) 2022-12-01T10:58:22.3856543Z test_mean_grad_case_1a (__main__.TestReductions) 2022-12-01T10:58:22.3857431Z values.requires_grad = True ... /opt/conda/lib/python3.10/site-packages/torch/masked/maskedtensor/core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-12-01T10:58:22.3857650Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-12-01T10:58:22.3858239Z /opt/conda/lib/python3.10/site-packages/torch/masked/maskedtensor/core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-12-01T10:58:22.3858483Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-12-01T10:58:22.3858598Z ok (0.008s) 2022-12-01T10:58:22.3858767Z test_mean_grad_case_1b (__main__.TestReductions) 2022-12-01T10:58:22.3858930Z values.requires_grad = False ... ok (0.004s) 2022-12-01T10:58:22.3859072Z test_mean_grad_case_1c (__main__.TestReductions) 2022-12-01T10:58:22.3859933Z values.requires_grad = True ... /opt/conda/lib/python3.10/site-packages/torch/masked/maskedtensor/core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-12-01T10:58:22.3860150Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-12-01T10:58:22.3860257Z ok (0.005s) 2022-12-01T10:58:22.3860418Z test_mean_grad_case_1d (__main__.TestReductions) 2022-12-01T10:58:22.3860567Z values.requires_grad = False ... ok (0.002s) 2022-12-01T10:58:22.3860711Z test_mean_grad_case_1e (__main__.TestReductions) 2022-12-01T10:58:22.3861342Z values.requires_grad = True ... /opt/conda/lib/python3.10/site-packages/torch/masked/maskedtensor/core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-12-01T10:58:22.3861628Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-12-01T10:58:22.3861712Z ok (0.007s) 2022-12-01T10:58:22.3861857Z test_mean_grad_case_1f (__main__.TestReductions) 2022-12-01T10:58:22.3862710Z values.requires_grad = False ... /opt/conda/lib/python3.10/site-packages/torch/masked/maskedtensor/core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-12-01T10:58:22.3862910Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-12-01T10:58:22.3863004Z ok (0.002s) 2022-12-01T10:58:22.3863155Z test_prod (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:58:22.3863811Z test_prod_grad (__main__.TestReductions) ... /opt/conda/lib/python3.10/site-packages/torch/masked/maskedtensor/core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-12-01T10:58:22.3864041Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-12-01T10:58:22.3864130Z ok (0.004s) 2022-12-01T10:58:22.3864272Z test_sum (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:58:22.3864427Z test_sum_grad (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:58:22.3864602Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3864783Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3865033Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3865237Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3865435Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3865631Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3865799Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3865994Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3866189Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3866388Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3866580Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3866771Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3866962Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3867155Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3867339Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3867528Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3867716Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3867905Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3868103Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3868293Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3868481Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3868676Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3868848Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3869038Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3869287Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3869480Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3869669Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3869854Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3870047Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3870236Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3870406Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3870985Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3871221Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3871418Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3871613Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3871805Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3871995Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3872159Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3872349Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3872547Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3872736Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3872935Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3873219Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3873429Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3873636Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3873804Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3873992Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3874185Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3874379Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3874568Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3874752Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3874942Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3875127Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3875293Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3875490Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3875672Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3875855Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3876050Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3876226Z test_unary_fn_aten_abs (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3876409Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3876581Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3876733Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3876915Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3877097Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3877358Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3877540Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3877722Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3877903Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3878084Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3878235Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3878412Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3878587Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3878760Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3878944Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3879121Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3879301Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3879453Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3879644Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3879816Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3879987Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3880165Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3880344Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3880517Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3880687Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3880841Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3881065Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3881255Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3881434Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3881608Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3881783Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3881955Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3882130Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3882281Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3882459Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3882631Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3882799Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3882979Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3883157Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3883331Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3883493Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3883668Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3883849Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3884030Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3884203Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3884384Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3884571Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3884752Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3884903Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3885129Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3885308Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3885482Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3885660Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3885831Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3886055Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3886231Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3886377Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3886559Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3886733Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:58:22.3886913Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3887097Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.001s) 2022-12-01T10:58:22.3887119Z 2022-12-01T10:58:22.3887425Z ---------------------------------------------------------------------- 2022-12-01T10:58:22.3887551Z Ran 937 tests in 5.163s 2022-12-01T10:58:22.3887571Z 2022-12-01T10:58:22.3887673Z OK 2022-12-01T10:58:22.3887692Z 2022-12-01T10:58:22.3887823Z Generating XML reports... 2022-12-01T10:58:22.3888207Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBasicsCUDA-20221201105816.xml 2022-12-01T10:58:22.3888587Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20221201105816.xml 2022-12-01T10:58:22.3888988Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestOperatorsCUDA-20221201105816.xml 2022-12-01T10:58:22.3889477Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20221201105816.xml 2022-12-01T10:58:22.3889862Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20221201105816.xml 2022-12-01T10:58:22.3889885Z 2022-12-01T10:58:22.3890373Z ##[endgroup] 2022-12-01T10:58:22.3890783Z FINISHED PRINTING LOG FILE of test_maskedtensor (/var/lib/jenkins/workspace/test/test-reports/test_maskedtensor_cgqih66b) 2022-12-01T10:58:22.3890803Z 2022-12-01T10:58:23.5248514Z Ignoring disabled issues: [] 2022-12-01T10:58:23.5807531Z Running test_scatter_gather_ops ... [2022-12-01 10:58:23.580198] 2022-12-01T10:58:23.5809201Z Executing ['/opt/conda/bin/python', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:23.580589] 2022-12-01T10:58:24.4892603Z Ignoring disabled issues: [] 2022-12-01T10:58:24.5229269Z Running test_mkl_verbose ... [2022-12-01 10:58:24.522495] 2022-12-01T10:58:24.5232893Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:24.522885] 2022-12-01T10:58:31.5424638Z 2022-12-01T10:58:31.5425579Z Expand the folded group to see the log file of test_mkl_verbose 2022-12-01T10:58:31.5427369Z ##[group]PRINTING LOG FILE of test_mkl_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkl_verbose_qu9emw7s) 2022-12-01T10:58:31.5427817Z 2022-12-01T10:58:31.5427903Z Running tests... 2022-12-01T10:58:31.5428694Z ---------------------------------------------------------------------- 2022-12-01T10:58:31.5429130Z Test results will be stored in test-reports/python-unittest/test_mkl_verbose 2022-12-01T10:58:31.5429558Z test_verbose_off (__main__.TestMKLVerbose) ... ok (2.982s) 2022-12-01T10:58:31.5429943Z test_verbose_on (__main__.TestMKLVerbose) ... ok (2.212s) 2022-12-01T10:58:31.5430136Z 2022-12-01T10:58:31.5430410Z ---------------------------------------------------------------------- 2022-12-01T10:58:31.5430987Z Ran 2 tests in 5.194s 2022-12-01T10:58:31.5431163Z 2022-12-01T10:58:31.5431295Z OK 2022-12-01T10:58:31.5431444Z 2022-12-01T10:58:31.5431553Z Generating XML reports... 2022-12-01T10:58:31.5432430Z Generated XML report: test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20221201105825.xml 2022-12-01T10:58:31.5432749Z 2022-12-01T10:58:31.5433092Z ##[endgroup] 2022-12-01T10:58:31.5433601Z FINISHED PRINTING LOG FILE of test_mkl_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkl_verbose_qu9emw7s) 2022-12-01T10:58:31.5433915Z 2022-12-01T10:58:32.9351685Z 2022-12-01T10:58:32.9352507Z Expand the folded group to see the log file of test_scatter_gather_ops 2022-12-01T10:58:32.9354547Z ##[group]PRINTING LOG FILE of test_scatter_gather_ops (/var/lib/jenkins/workspace/test/test-reports/test_scatter_gather_ops_tqrre8na) 2022-12-01T10:58:32.9355059Z 2022-12-01T10:58:32.9355222Z Running tests... 2022-12-01T10:58:32.9356057Z ---------------------------------------------------------------------- 2022-12-01T10:58:32.9356524Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-12-01T10:58:32.9357082Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.005s) 2022-12-01T10:58:32.9357609Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.002s) 2022-12-01T10:58:32.9358309Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.002s) 2022-12-01T10:58:32.9358749Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.002s) 2022-12-01T10:58:32.9359409Z test_gather_bool_cuda_bool (__main__.TestScatterGatherCUDA) ... ok (0.002s) 2022-12-01T10:58:32.9359671Z test_gather_cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.026s) 2022-12-01T10:58:32.9360115Z test_gather_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.027s) 2022-12-01T10:58:32.9360801Z test_scatter__cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.049s) 2022-12-01T10:58:32.9361252Z test_scatter__cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.049s) 2022-12-01T10:58:32.9361888Z test_scatter__cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.049s) 2022-12-01T10:58:32.9362144Z test_scatter__reductions_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.602s) 2022-12-01T10:58:32.9362595Z test_scatter__reductions_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.589s) 2022-12-01T10:58:32.9363135Z test_scatter__scalar_cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.072s) 2022-12-01T10:58:32.9363539Z test_scatter__scalar_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.081s) 2022-12-01T10:58:32.9364190Z test_scatter__scalar_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.063s) 2022-12-01T10:58:32.9364703Z test_scatter_add__cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.049s) 2022-12-01T10:58:32.9365173Z test_scatter_add__cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.047s) 2022-12-01T10:58:32.9365630Z test_scatter_add__cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.048s) 2022-12-01T10:58:32.9366076Z test_scatter_add_mult_index_base_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.004s) 2022-12-01T10:58:32.9366883Z test_scatter_reduce_amax_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... /var/lib/jenkins/workspace/test/test_scatter_gather_ops.py:107: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T10:58:32.9367661Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-12-01T10:58:32.9368033Z ok (0.093s) 2022-12-01T10:58:32.9368376Z test_scatter_reduce_amax_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.093s) 2022-12-01T10:58:32.9368824Z test_scatter_reduce_amax_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.092s) 2022-12-01T10:58:32.9369286Z test_scatter_reduce_amax_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.091s) 2022-12-01T10:58:32.9369886Z test_scatter_reduce_amax_cuda_int16 (__main__.TestScatterGatherCUDA) ... ok (0.090s) 2022-12-01T10:58:32.9370450Z test_scatter_reduce_amax_cuda_int32 (__main__.TestScatterGatherCUDA) ... ok (0.090s) 2022-12-01T10:58:32.9370785Z test_scatter_reduce_amax_cuda_int64 (__main__.TestScatterGatherCUDA) ... ok (0.090s) 2022-12-01T10:58:32.9371244Z test_scatter_reduce_amax_cuda_int8 (__main__.TestScatterGatherCUDA) ... ok (0.089s) 2022-12-01T10:58:32.9371703Z test_scatter_reduce_amax_cuda_uint8 (__main__.TestScatterGatherCUDA) ... ok (0.090s) 2022-12-01T10:58:32.9372142Z test_scatter_reduce_amin_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... ok (0.092s) 2022-12-01T10:58:32.9372809Z test_scatter_reduce_amin_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.093s) 2022-12-01T10:58:32.9373085Z test_scatter_reduce_amin_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.093s) 2022-12-01T10:58:32.9373552Z test_scatter_reduce_amin_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.092s) 2022-12-01T10:58:32.9374064Z test_scatter_reduce_amin_cuda_int16 (__main__.TestScatterGatherCUDA) ... ok (0.092s) 2022-12-01T10:58:32.9374456Z test_scatter_reduce_amin_cuda_int32 (__main__.TestScatterGatherCUDA) ... ok (0.091s) 2022-12-01T10:58:32.9375107Z test_scatter_reduce_amin_cuda_int64 (__main__.TestScatterGatherCUDA) ... ok (0.090s) 2022-12-01T10:58:32.9375343Z test_scatter_reduce_amin_cuda_int8 (__main__.TestScatterGatherCUDA) ... ok (0.091s) 2022-12-01T10:58:32.9375802Z test_scatter_reduce_amin_cuda_uint8 (__main__.TestScatterGatherCUDA) ... ok (0.091s) 2022-12-01T10:58:32.9376461Z test_scatter_reduce_mean_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... ok (0.081s) 2022-12-01T10:58:32.9376731Z test_scatter_reduce_mean_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.081s) 2022-12-01T10:58:32.9377230Z test_scatter_reduce_mean_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.081s) 2022-12-01T10:58:32.9377709Z test_scatter_reduce_mean_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.080s) 2022-12-01T10:58:32.9378175Z test_scatter_reduce_mean_cuda_int16 (__main__.TestScatterGatherCUDA) ... ok (0.081s) 2022-12-01T10:58:32.9378810Z test_scatter_reduce_mean_cuda_int32 (__main__.TestScatterGatherCUDA) ... ok (0.080s) 2022-12-01T10:58:32.9379069Z test_scatter_reduce_mean_cuda_int64 (__main__.TestScatterGatherCUDA) ... ok (0.080s) 2022-12-01T10:58:32.9379523Z test_scatter_reduce_mean_cuda_int8 (__main__.TestScatterGatherCUDA) ... ok (0.080s) 2022-12-01T10:58:32.9380177Z test_scatter_reduce_mean_cuda_uint8 (__main__.TestScatterGatherCUDA) ... ok (0.080s) 2022-12-01T10:58:32.9380426Z test_scatter_reduce_prod_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... ok (0.082s) 2022-12-01T10:58:32.9380901Z test_scatter_reduce_prod_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.081s) 2022-12-01T10:58:32.9381382Z test_scatter_reduce_prod_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.082s) 2022-12-01T10:58:32.9381822Z test_scatter_reduce_prod_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.083s) 2022-12-01T10:58:32.9382476Z test_scatter_reduce_prod_cuda_int16 (__main__.TestScatterGatherCUDA) ... ok (0.081s) 2022-12-01T10:58:32.9382755Z test_scatter_reduce_prod_cuda_int32 (__main__.TestScatterGatherCUDA) ... ok (0.081s) 2022-12-01T10:58:32.9383210Z test_scatter_reduce_prod_cuda_int64 (__main__.TestScatterGatherCUDA) ... ok (0.081s) 2022-12-01T10:58:32.9383790Z test_scatter_reduce_prod_cuda_int8 (__main__.TestScatterGatherCUDA) ... ok (0.091s) 2022-12-01T10:58:32.9384106Z test_scatter_reduce_prod_cuda_uint8 (__main__.TestScatterGatherCUDA) ... ok (0.082s) 2022-12-01T10:58:32.9384569Z test_scatter_reduce_sum_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... ok (0.081s) 2022-12-01T10:58:32.9385016Z test_scatter_reduce_sum_cuda_complex128 (__main__.TestScatterGatherCUDA) ... ok (0.081s) 2022-12-01T10:58:32.9385496Z test_scatter_reduce_sum_cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.082s) 2022-12-01T10:58:32.9386200Z test_scatter_reduce_sum_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.080s) 2022-12-01T10:58:32.9386493Z test_scatter_reduce_sum_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.080s) 2022-12-01T10:58:32.9386933Z test_scatter_reduce_sum_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.080s) 2022-12-01T10:58:32.9387405Z test_scatter_reduce_sum_cuda_int16 (__main__.TestScatterGatherCUDA) ... ok (0.079s) 2022-12-01T10:58:32.9387847Z test_scatter_reduce_sum_cuda_int32 (__main__.TestScatterGatherCUDA) ... ok (0.079s) 2022-12-01T10:58:32.9388496Z test_scatter_reduce_sum_cuda_int64 (__main__.TestScatterGatherCUDA) ... ok (0.078s) 2022-12-01T10:58:32.9388719Z test_scatter_reduce_sum_cuda_int8 (__main__.TestScatterGatherCUDA) ... ok (0.079s) 2022-12-01T10:58:32.9389181Z test_scatter_reduce_sum_cuda_uint8 (__main__.TestScatterGatherCUDA) ... ok (0.080s) 2022-12-01T10:58:32.9389441Z 2022-12-01T10:58:32.9389787Z ---------------------------------------------------------------------- 2022-12-01T10:58:32.9390081Z Ran 66 tests in 5.765s 2022-12-01T10:58:32.9390257Z 2022-12-01T10:58:32.9390360Z OK 2022-12-01T10:58:32.9390942Z 2022-12-01T10:58:32.9391058Z Generating XML reports... 2022-12-01T10:58:32.9391560Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCUDA-20221201105826.xml 2022-12-01T10:58:32.9391896Z 2022-12-01T10:58:32.9392269Z ##[endgroup] 2022-12-01T10:58:32.9392833Z FINISHED PRINTING LOG FILE of test_scatter_gather_ops (/var/lib/jenkins/workspace/test/test-reports/test_scatter_gather_ops_tqrre8na) 2022-12-01T10:58:32.9393365Z 2022-12-01T10:58:33.6173828Z Ignoring disabled issues: [] 2022-12-01T10:58:33.6513327Z Running test_mkldnn_verbose ... [2022-12-01 10:58:33.650889] 2022-12-01T10:58:33.6516300Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:33.651267] 2022-12-01T10:58:35.0269141Z Ignoring disabled issues: [] 2022-12-01T10:58:35.0616276Z Running test_import_stats ... [2022-12-01 10:58:35.061093] 2022-12-01T10:58:35.0618384Z Executing ['/opt/conda/bin/python', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:35.061470] 2022-12-01T10:58:40.0079651Z 2022-12-01T10:58:40.0080628Z Expand the folded group to see the log file of test_mkldnn_verbose 2022-12-01T10:58:40.0081922Z ##[group]PRINTING LOG FILE of test_mkldnn_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_verbose_cwq0_sg7) 2022-12-01T10:58:40.0083969Z 2022-12-01T10:58:40.0084345Z Running tests... 2022-12-01T10:58:40.0085532Z ---------------------------------------------------------------------- 2022-12-01T10:58:40.0086560Z Test results will be stored in test-reports/python-unittest/test_mkldnn_verbose 2022-12-01T10:58:40.0087482Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (3.034s) 2022-12-01T10:58:40.0088283Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (1.451s) 2022-12-01T10:58:40.0088733Z 2022-12-01T10:58:40.0089313Z ---------------------------------------------------------------------- 2022-12-01T10:58:40.0089969Z Ran 2 tests in 4.486s 2022-12-01T10:58:40.0090306Z 2022-12-01T10:58:40.0090524Z OK 2022-12-01T10:58:40.0090794Z 2022-12-01T10:58:40.0091053Z Generating XML reports... 2022-12-01T10:58:40.0092232Z Generated XML report: test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20221201105835.xml 2022-12-01T10:58:40.0092921Z 2022-12-01T10:58:40.0093844Z ##[endgroup] 2022-12-01T10:58:40.0094985Z FINISHED PRINTING LOG FILE of test_mkldnn_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_verbose_cwq0_sg7) 2022-12-01T10:58:40.0095640Z 2022-12-01T10:58:41.5100870Z 2022-12-01T10:58:41.5101791Z Expand the folded group to see the log file of test_import_stats 2022-12-01T10:58:41.5103561Z ##[group]PRINTING LOG FILE of test_import_stats (/var/lib/jenkins/workspace/test/test-reports/test_import_stats_e3yn1hst) 2022-12-01T10:58:41.5104201Z 2022-12-01T10:58:41.5104323Z Running tests... 2022-12-01T10:58:41.5104880Z ---------------------------------------------------------------------- 2022-12-01T10:58:41.5105422Z Test results will be stored in test-reports/python-unittest/test_import_stats 2022-12-01T10:58:41.5105864Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (3.080s) 2022-12-01T10:58:41.5106280Z test_time_import_torch (__main__.TestImportTime) ... ok (1.453s) 2022-12-01T10:58:41.5106488Z 2022-12-01T10:58:41.5106765Z ---------------------------------------------------------------------- 2022-12-01T10:58:41.5107112Z Ran 2 tests in 4.533s 2022-12-01T10:58:41.5107284Z 2022-12-01T10:58:41.5107382Z OK 2022-12-01T10:58:41.5107523Z 2022-12-01T10:58:41.5107630Z Generating XML reports... 2022-12-01T10:58:41.5108217Z Generated XML report: test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20221201105836.xml 2022-12-01T10:58:41.5108544Z 2022-12-01T10:58:41.5108880Z ##[endgroup] 2022-12-01T10:58:41.5109393Z FINISHED PRINTING LOG FILE of test_import_stats (/var/lib/jenkins/workspace/test/test-reports/test_import_stats_e3yn1hst) 2022-12-01T10:58:41.5109704Z 2022-12-01T10:58:42.1386055Z Ignoring disabled issues: [] 2022-12-01T10:58:42.1732459Z Running test_logging ... [2022-12-01 10:58:42.172847] 2022-12-01T10:58:42.1735823Z Executing ['/opt/conda/bin/python', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:42.173218] 2022-12-01T10:58:43.6056050Z Ignoring disabled issues: [] 2022-12-01T10:58:43.6400722Z Running test_package ... [2022-12-01 10:58:43.639647] 2022-12-01T10:58:43.6403608Z Executing ['/opt/conda/bin/python', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:43.640013] 2022-12-01T10:58:47.7542659Z 2022-12-01T10:58:47.7543935Z Expand the folded group to see the log file of test_logging 2022-12-01T10:58:47.7545577Z ##[group]PRINTING LOG FILE of test_logging (/var/lib/jenkins/workspace/test/test-reports/test_logging_kva_dy0x) 2022-12-01T10:58:47.7546301Z 2022-12-01T10:58:47.7546480Z Running tests... 2022-12-01T10:58:47.7547005Z ---------------------------------------------------------------------- 2022-12-01T10:58:47.7547505Z Test results will be stored in test-reports/python-unittest/test_logging 2022-12-01T10:58:47.7547894Z testApiUsage (__main__.LoggingTest) 2022-12-01T10:58:47.7548290Z This test verifies that api usage logging is not triggered via static ... ok (3.693s) 2022-12-01T10:58:47.7548552Z 2022-12-01T10:58:47.7548807Z ---------------------------------------------------------------------- 2022-12-01T10:58:47.7549153Z Ran 1 test in 3.694s 2022-12-01T10:58:47.7549340Z 2022-12-01T10:58:47.7549443Z OK 2022-12-01T10:58:47.7549588Z 2022-12-01T10:58:47.7549722Z Generating XML reports... 2022-12-01T10:58:47.7550353Z Generated XML report: test-reports/python-unittest/test_logging/TEST-LoggingTest-20221201105843.xml 2022-12-01T10:58:47.7550997Z 2022-12-01T10:58:47.7551368Z ##[endgroup] 2022-12-01T10:58:47.7551907Z FINISHED PRINTING LOG FILE of test_logging (/var/lib/jenkins/workspace/test/test-reports/test_logging_kva_dy0x) 2022-12-01T10:58:47.7552182Z 2022-12-01T10:58:48.0290256Z 2022-12-01T10:58:48.0291370Z Expand the folded group to see the log file of test_package 2022-12-01T10:58:48.0293248Z ##[group]PRINTING LOG FILE of test_package (/var/lib/jenkins/workspace/test/test-reports/test_package_6y0941z9) 2022-12-01T10:58:48.0293907Z 2022-12-01T10:58:48.0294151Z Running tests... 2022-12-01T10:58:48.0294985Z ---------------------------------------------------------------------- 2022-12-01T10:58:48.0296126Z Test results will be stored in test-reports/python-unittest/test_package 2022-12-01T10:58:48.0297740Z test_trace_dependencies (test_analyze.TestAnalyze) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81213 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (1.604s) 2022-12-01T10:58:48.0298888Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-12-01T10:58:48.0299441Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.002s) 2022-12-01T10:58:48.0299901Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-12-01T10:58:48.0300319Z A unpackageable dependency should raise a PackagingError. ... ok (0.002s) 2022-12-01T10:58:48.0300746Z test_deny (test_dependency_api.TestDependencyAPI) 2022-12-01T10:58:48.0301137Z Test marking packages as "deny" during export. ... ok (0.002s) 2022-12-01T10:58:48.0301532Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-12-01T10:58:48.0301944Z Test marking packages as "deny" using globs instead of package names. ... ok (0.002s) 2022-12-01T10:58:48.0302392Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:58:48.0302833Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:58:48.0303253Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-12-01T10:58:48.0303724Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.001s) 2022-12-01T10:58:48.0304190Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-12-01T10:58:48.0304685Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... ok (0.010s) 2022-12-01T10:58:48.0305143Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-12-01T10:58:48.0305582Z The save_module APIs should implicitly intern the module being saved. ... ok (0.001s) 2022-12-01T10:58:48.0306012Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-12-01T10:58:48.0306522Z Failure to handle all dependencies should lead to an error. ... ok (0.002s) 2022-12-01T10:58:48.0306969Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-12-01T10:58:48.0307501Z An incorrectly-formed import should raise a PackagingError. ... ok (0.001s) 2022-12-01T10:58:48.0307933Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:58:48.0308352Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-12-01T10:58:48.0308789Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-12-01T10:58:48.0309246Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.052s) 2022-12-01T10:58:48.0309691Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:58:48.0310143Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:58:48.0311037Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-12-01T10:58:48.0311616Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.004s) 2022-12-01T10:58:48.0312127Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-12-01T10:58:48.0312619Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-12-01T10:58:48.0313106Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-12-01T10:58:48.0313558Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-12-01T10:58:48.0314020Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-12-01T10:58:48.0314443Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:58:48.0314809Z test_contains (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:58:48.0315222Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:58:48.0315628Z test_edges (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:58:48.0316017Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:58:48.0316515Z test_iter (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:58:48.0316899Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:58:48.0317303Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:58:48.0317695Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:58:48.0318120Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:58:48.0318536Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:58:48.0318922Z test_successors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:58:48.0319361Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... ok (0.005s) 2022-12-01T10:58:48.0319821Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:58:48.0320301Z Test DirectoryReader's has_record(). ... ok (0.003s) 2022-12-01T10:58:48.0320680Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:58:48.0321131Z Test basic saving and loading of a packages from a DirectoryReader. ... ok (0.003s) 2022-12-01T10:58:48.0321576Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:58:48.0322043Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: no torchvision (0.001s) 2022-12-01T10:58:48.0322539Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:58:48.0323021Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.004s) 2022-12-01T10:58:48.0323500Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:58:48.0323937Z Tests that packaged code can used importlib.resources.path. ... ok (0.004s) 2022-12-01T10:58:48.0324388Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:58:48.0324906Z Tests DirectoryReader as the base for get_resource_reader. ... ok (0.008s) 2022-12-01T10:58:48.0325347Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:58:48.0325806Z Test basic saving and loading of a ScriptModule in a directory. ... ok (0.014s) 2022-12-01T10:58:48.0326226Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:58:48.0326636Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:58:48.0327026Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:58:48.0327451Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:58:48.0327855Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:58:48.0328239Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:58:48.0328680Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:58:48.0329133Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:58:48.0329577Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:58:48.0329982Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:58:48.0330380Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:58:48.0330774Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:58:48.0331165Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:58:48.0331585Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:58:48.0332023Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.002s) 2022-12-01T10:58:48.0332565Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-12-01T10:58:48.0333360Z OrderedImporter's implementation of whichmodule should try each ... ok (0.002s) 2022-12-01T10:58:48.0334192Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-12-01T10:58:48.0335219Z Exercise corner case where we try to pickle an object whose ... ok (0.002s) 2022-12-01T10:58:48.0335728Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.002s) 2022-12-01T10:58:48.0336267Z test_sys_importer (test_importer.TestImporter) ... ok (0.001s) 2022-12-01T10:58:48.0337044Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.001s) 2022-12-01T10:58:48.0337557Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-12-01T10:58:48.0337988Z Tests for backwards compatible fx module ... ok (0.010s) 2022-12-01T10:58:48.0338412Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-12-01T10:58:48.0338834Z Tests for backwards compatible nn module ... ok (0.005s) 2022-12-01T10:58:48.0339257Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-12-01T10:58:48.0339713Z Tests for backwards compatible torchscript module ... ok (0.046s) 2022-12-01T10:58:48.0340104Z test_demangle_base (test_mangling.TestMangling) 2022-12-01T10:58:48.0340518Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.001s) 2022-12-01T10:58:48.0340970Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-12-01T10:58:48.0341444Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.001s) 2022-12-01T10:58:48.0341879Z test_is_mangled (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:58:48.0342435Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:58:48.0342710Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:58:48.0343107Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-12-01T10:58:48.0343498Z Mangling the same name twice should produce the same result. ... ok (0.001s) 2022-12-01T10:58:48.0344030Z test_package_mangler (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:58:48.0344454Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:58:48.0344832Z test_unique_manglers (test_mangling.TestMangling) 2022-12-01T10:58:48.0345271Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.001s) 2022-12-01T10:58:48.0345728Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.003s) 2022-12-01T10:58:48.0346121Z test_dunder_package_present (test_misc.TestMisc) 2022-12-01T10:58:48.0346641Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.002s) 2022-12-01T10:58:48.0347083Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-12-01T10:58:48.0347592Z The attribute '__torch_package__' should be accessible from within ... ok (0.002s) 2022-12-01T10:58:48.0347971Z test_exporter_content_lists (test_misc.TestMisc) 2022-12-01T10:58:48.0348463Z Test content list API for PackageExporter's contained modules. ... ok (0.004s) 2022-12-01T10:58:48.0348858Z test_file_structure (test_misc.TestMisc) 2022-12-01T10:58:48.0349340Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.004s) 2022-12-01T10:58:48.0349759Z test_file_structure_has_file (test_misc.TestMisc) 2022-12-01T10:58:48.0350170Z Test Directory's has_file() method. ... ok (0.002s) 2022-12-01T10:58:48.0350930Z test_inspect_class (test_misc.TestMisc) 2022-12-01T10:58:48.0351328Z Should be able to retrieve source for a packaged class. ... ok (0.002s) 2022-12-01T10:58:48.0351683Z test_is_from_package (test_misc.TestMisc) 2022-12-01T10:58:48.0352056Z is_from_package should work for objects and modules ... ok (0.002s) 2022-12-01T10:58:48.0352458Z test_load_python_version_from_package (test_misc.TestMisc) 2022-12-01T10:58:48.0352836Z Tests loading a package with a python version embdded ... ok (0.001s) 2022-12-01T10:58:48.0353209Z test_python_version (test_misc.TestMisc) 2022-12-01T10:58:48.0353630Z Tests that the current python version is stored in the package and is available ... ok (0.003s) 2022-12-01T10:58:48.0354036Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-12-01T10:58:48.0354573Z The standard library performs sys.module assignment hackery which ... ok (0.003s) 2022-12-01T10:58:48.0355143Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-12-01T10:58:48.0355783Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-12-01T10:58:48.0356397Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-12-01T10:58:48.0356945Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.012s) 2022-12-01T10:58:48.0357388Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.023s) 2022-12-01T10:58:48.0357820Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.007s) 2022-12-01T10:58:48.0358239Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.007s) 2022-12-01T10:58:48.0358674Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.007s) 2022-12-01T10:58:48.0359123Z test_different_package_interface (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0359545Z Test a case where the interface defined in the package is ... ok (0.016s) 2022-12-01T10:58:48.0359996Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0360446Z Test a case where the script class defined in the package is ... ok (0.008s) 2022-12-01T10:58:48.0360887Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0361312Z Test loading of single ScriptModule shared by multiple eager ... ok (0.010s) 2022-12-01T10:58:48.0361744Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0362312Z Test tensors shared across eager and ScriptModules on load ... ok (0.012s) 2022-12-01T10:58:48.0362762Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0363213Z Test tensors shared across eager and ScriptModules on load ... ok (0.017s) 2022-12-01T10:58:48.0363669Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0364126Z Test saving inline and imported modules in same package with ... ok (0.018s) 2022-12-01T10:58:48.0364581Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0365080Z Test saving inline and imported modules in same package that ... skip: no torchvision (0.001s) 2022-12-01T10:58:48.0365538Z test_package_interface (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0365941Z Packaging an interface class should work correctly. ... ok (0.054s) 2022-12-01T10:58:48.0366399Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.006s) 2022-12-01T10:58:48.0366905Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.019s) 2022-12-01T10:58:48.0367415Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0367843Z Test saving of single ScriptModule shared by multiple ... ok (0.007s) 2022-12-01T10:58:48.0368296Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0368755Z Test to verify saving multiple ScriptModules with completely ... ok (0.012s) 2022-12-01T10:58:48.0369182Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0369618Z Test to verify saving multiple different modules and ... ok (0.061s) 2022-12-01T10:58:48.0370038Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0370408Z Test basic saving of ScriptModule. ... ok (0.006s) 2022-12-01T10:58:48.0370814Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0371224Z Test basic saving of ScriptModule in file. ... ok (0.006s) 2022-12-01T10:58:48.0371724Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0372191Z Test to verify when saving multiple packages with same CU ... skip: no torchvision (0.001s) 2022-12-01T10:58:48.0372665Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0373105Z Test basic saving of ScriptModule with submodule. ... ok (0.009s) 2022-12-01T10:58:48.0373524Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0373998Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.050s) 2022-12-01T10:58:48.0374482Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0374961Z Test to verify saving multiple ScriptModules with same top module ... ok (0.020s) 2022-12-01T10:58:48.0375376Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0375831Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.010s) 2022-12-01T10:58:48.0376313Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0376724Z Test scripting a module loaded from a package ... ok (0.013s) 2022-12-01T10:58:48.0377148Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0377599Z Test to verify saving and loading same ScriptModule object works ... ok (0.016s) 2022-12-01T10:58:48.0378039Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-12-01T10:58:48.0378460Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.006s) 2022-12-01T10:58:48.0378948Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.006s) 2022-12-01T10:58:48.0379504Z test_importer_access (test_resources.TestResources) ... ok (0.002s) 2022-12-01T10:58:48.0379915Z test_package_resource_access (test_resources.TestResources) 2022-12-01T10:58:48.0380374Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.002s) 2022-12-01T10:58:48.0380821Z test_resource_access_by_path (test_resources.TestResources) 2022-12-01T10:58:48.0381259Z Tests that packaged code can used importlib.resources.path. ... ok (0.002s) 2022-12-01T10:58:48.0381665Z test_resource_reader (test_resources.TestResources) 2022-12-01T10:58:48.0382073Z Test compliance with the get_resource_reader importlib API. ... ok (0.004s) 2022-12-01T10:58:48.0382478Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-12-01T10:58:48.0382979Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.001s) 2022-12-01T10:58:48.0383418Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.004s) 2022-12-01T10:58:48.0383832Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-12-01T10:58:48.0384235Z If an object with the same qualified name is loaded from different ... ok (0.006s) 2022-12-01T10:58:48.0384653Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-12-01T10:58:48.0385038Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-12-01T10:58:48.0385463Z Saving a module that came from another PackageImporter should work. ... ok (0.003s) 2022-12-01T10:58:48.0385900Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-12-01T10:58:48.0386481Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.003s) 2022-12-01T10:58:48.0386927Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-12-01T10:58:48.0387311Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-12-01T10:58:48.0387720Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.007s) 2022-12-01T10:58:48.0388123Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-12-01T10:58:48.0388356Z 2022-12-01T10:58:48.0388635Z ---------------------------------------------------------------------- 2022-12-01T10:58:48.0389028Z Ran 132 tests in 2.375s 2022-12-01T10:58:48.0389197Z 2022-12-01T10:58:48.0389310Z OK (skipped=7) 2022-12-01T10:58:48.0389464Z 2022-12-01T10:58:48.0389591Z Generating XML reports... 2022-12-01T10:58:48.0390172Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20221201105845.xml 2022-12-01T10:58:48.0391316Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20221201105845.xml 2022-12-01T10:58:48.0392054Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20221201105845.xml 2022-12-01T10:58:48.0392790Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20221201105845.xml 2022-12-01T10:58:48.0393505Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20221201105845.xml 2022-12-01T10:58:48.0394221Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20221201105845.xml 2022-12-01T10:58:48.0394970Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20221201105845.xml 2022-12-01T10:58:48.0395706Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20221201105845.xml 2022-12-01T10:58:48.0396360Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20221201105845.xml 2022-12-01T10:58:48.0397036Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20221201105845.xml 2022-12-01T10:58:48.0397765Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20221201105845.xml 2022-12-01T10:58:48.0398596Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20221201105845.xml 2022-12-01T10:58:48.0399317Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20221201105845.xml 2022-12-01T10:58:48.0400069Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20221201105845.xml 2022-12-01T10:58:48.0400761Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20221201105845.xml 2022-12-01T10:58:48.0401428Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20221201105845.xml 2022-12-01T10:58:48.0401721Z 2022-12-01T10:58:48.0402089Z ##[endgroup] 2022-12-01T10:58:48.0402598Z FINISHED PRINTING LOG FILE of test_package (/var/lib/jenkins/workspace/test/test-reports/test_package_6y0941z9) 2022-12-01T10:58:48.0402897Z 2022-12-01T10:58:49.9756413Z Ignoring disabled issues: [] 2022-12-01T10:58:50.0105350Z Running test_model_dump ... [2022-12-01 10:58:50.010020] 2022-12-01T10:58:50.0107457Z Executing ['/opt/conda/bin/python', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:50.010357] 2022-12-01T10:58:50.1366161Z Ignoring disabled issues: [] 2022-12-01T10:58:50.1714478Z Running backends/xeon/test_launch ... [2022-12-01 10:58:50.170910] 2022-12-01T10:58:50.1716459Z Executing ['/opt/conda/bin/python', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:50.171324] 2022-12-01T10:58:53.7247020Z 2022-12-01T10:58:53.7248002Z Expand the folded group to see the log file of backends/xeon/test_launch 2022-12-01T10:58:53.7250050Z ##[group]PRINTING LOG FILE of backends/xeon/test_launch (/var/lib/jenkins/workspace/test/test-reports/backends-xeon-test_launch_d_kyfhf_) 2022-12-01T10:58:53.7250809Z 2022-12-01T10:58:53.7251017Z Running tests... 2022-12-01T10:58:53.7252132Z ---------------------------------------------------------------------- 2022-12-01T10:58:53.7253301Z Test results will be stored in test-reports/python-unittest/backends.xeon.test_launch 2022-12-01T10:58:53.7256112Z test_cpu_info (__main__.TestTorchrun) ... 2022-12-01 10:58:51,814 - torch.backends.xeon.run_cpu - WARNING - Numa Aware: cores:[2, 3, 4, 5] on different NUMA nodes:[0, 1]. To avoid this behavior, please use --ncores_per_instance knob to make sure number of cores is divisible by --ncores_per_instance. Alternatively, please use --skip_cross_node_cores knob. 2022-12-01T10:58:53.7257523Z ok (0.137s) 2022-12-01T10:58:53.7258119Z test_multi_threads (__main__.TestTorchrun) ... ok (1.691s) 2022-12-01T10:58:53.7258567Z 2022-12-01T10:58:53.7259149Z ---------------------------------------------------------------------- 2022-12-01T10:58:53.7259849Z Ran 2 tests in 1.829s 2022-12-01T10:58:53.7260184Z 2022-12-01T10:58:53.7260347Z OK 2022-12-01T10:58:53.7260622Z 2022-12-01T10:58:53.7260879Z Generating XML reports... 2022-12-01T10:58:53.7262106Z Generated XML report: test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20221201105851.xml 2022-12-01T10:58:53.7262832Z 2022-12-01T10:58:53.7263438Z ##[endgroup] 2022-12-01T10:58:53.7264643Z FINISHED PRINTING LOG FILE of backends/xeon/test_launch (/var/lib/jenkins/workspace/test/test-reports/backends-xeon-test_launch_d_kyfhf_) 2022-12-01T10:58:53.7265364Z 2022-12-01T10:58:54.2946397Z 2022-12-01T10:58:54.2947012Z Expand the folded group to see the log file of test_model_dump 2022-12-01T10:58:54.2948396Z ##[group]PRINTING LOG FILE of test_model_dump (/var/lib/jenkins/workspace/test/test-reports/test_model_dump_glpudary) 2022-12-01T10:58:54.2949118Z 2022-12-01T10:58:54.2949366Z Running tests... 2022-12-01T10:58:54.2950360Z ---------------------------------------------------------------------- 2022-12-01T10:58:54.2951821Z Test results will be stored in test-reports/python-unittest/test_model_dump 2022-12-01T10:58:54.2952370Z test_inline_skeleton (__main__.TestModelDump) ... ok (1.596s) 2022-12-01T10:58:54.2953036Z test_invalid_json (__main__.TestModelDump) ... ok (0.026s) 2022-12-01T10:58:54.2953418Z test_main (__main__.TestModelDump) ... ok (0.020s) 2022-12-01T10:58:54.2953814Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.002s) 2022-12-01T10:58:54.2954238Z test_model_with_lists (__main__.TestModelDump) ... ok (0.005s) 2022-12-01T10:58:54.2954631Z test_optimized_quantized_model (__main__.TestModelDump) ... ok (0.393s) 2022-12-01T10:58:54.2955029Z test_quantized_model (__main__.TestModelDump) ... ok (0.340s) 2022-12-01T10:58:54.2955387Z test_scripted_model (__main__.TestModelDump) ... ok (0.015s) 2022-12-01T10:58:54.2955755Z test_traced_model (__main__.TestModelDump) ... ok (0.023s) 2022-12-01T10:58:54.2955968Z 2022-12-01T10:58:54.2956257Z ---------------------------------------------------------------------- 2022-12-01T10:58:54.2956576Z Ran 9 tests in 2.422s 2022-12-01T10:58:54.2956741Z 2022-12-01T10:58:54.2956850Z OK (skipped=1) 2022-12-01T10:58:54.2957010Z 2022-12-01T10:58:54.2957137Z Generating XML reports... 2022-12-01T10:58:54.2957679Z Generated XML report: test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20221201105851.xml 2022-12-01T10:58:54.2958003Z 2022-12-01T10:58:54.2958342Z ##[endgroup] 2022-12-01T10:58:54.2958858Z FINISHED PRINTING LOG FILE of test_model_dump (/var/lib/jenkins/workspace/test/test-reports/test_model_dump_glpudary) 2022-12-01T10:58:54.2959162Z 2022-12-01T10:58:55.8113458Z Ignoring disabled issues: [] 2022-12-01T10:58:55.8459739Z Running nn/test_packed_sequence ... [2022-12-01 10:58:55.845411] 2022-12-01T10:58:55.8461197Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:55.845778] 2022-12-01T10:58:56.3742507Z Ignoring disabled issues: [] 2022-12-01T10:58:56.4092086Z Running test_monitor ... [2022-12-01 10:58:56.408722] 2022-12-01T10:58:56.4094329Z Executing ['/opt/conda/bin/python', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:58:56.409109] 2022-12-01T10:58:59.5824525Z 2022-12-01T10:58:59.5825395Z Expand the folded group to see the log file of nn/test_packed_sequence 2022-12-01T10:58:59.5827190Z ##[group]PRINTING LOG FILE of nn/test_packed_sequence (/var/lib/jenkins/workspace/test/test-reports/nn-test_packed_sequence_tn93q9n6) 2022-12-01T10:58:59.5827815Z 2022-12-01T10:58:59.5828116Z Running tests... 2022-12-01T10:58:59.5829048Z ---------------------------------------------------------------------- 2022-12-01T10:58:59.5829572Z Test results will be stored in test-reports/python-unittest/nn.test_packed_sequence 2022-12-01T10:58:59.5830071Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (1.662s) 2022-12-01T10:58:59.5830423Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.076s) 2022-12-01T10:58:59.5831121Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.013s) 2022-12-01T10:58:59.5831544Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.001s) 2022-12-01T10:58:59.5831992Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.002s) 2022-12-01T10:58:59.5832414Z test_to (__main__.PackedSequenceTest) ... ok (0.011s) 2022-12-01T10:58:59.5832793Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.001s) 2022-12-01T10:58:59.5833189Z test_total_length (__main__.PackedSequenceTest) ... ok (0.005s) 2022-12-01T10:58:59.5833538Z test_type_casts (__main__.PackedSequenceTest) 2022-12-01T10:58:59.5833944Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.037s) 2022-12-01T10:58:59.5834398Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.014s) 2022-12-01T10:58:59.5834778Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.013s) 2022-12-01T10:58:59.5835167Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.005s) 2022-12-01T10:58:59.5835395Z 2022-12-01T10:58:59.5835987Z ---------------------------------------------------------------------- 2022-12-01T10:58:59.5836350Z Ran 12 tests in 1.841s 2022-12-01T10:58:59.5836504Z 2022-12-01T10:58:59.5836597Z OK 2022-12-01T10:58:59.5836732Z 2022-12-01T10:58:59.5836856Z Generating XML reports... 2022-12-01T10:58:59.5837498Z Generated XML report: test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20221201105857.xml 2022-12-01T10:58:59.5837795Z 2022-12-01T10:58:59.5838112Z ##[endgroup] 2022-12-01T10:58:59.5838701Z FINISHED PRINTING LOG FILE of nn/test_packed_sequence (/var/lib/jenkins/workspace/test/test-reports/nn-test_packed_sequence_tn93q9n6) 2022-12-01T10:58:59.5838994Z 2022-12-01T10:59:00.1874243Z 2022-12-01T10:59:00.1875150Z Expand the folded group to see the log file of test_monitor 2022-12-01T10:59:00.1877073Z ##[group]PRINTING LOG FILE of test_monitor (/var/lib/jenkins/workspace/test/test-reports/test_monitor_8sub_5ro) 2022-12-01T10:59:00.1877419Z 2022-12-01T10:59:00.1877536Z Running tests... 2022-12-01T10:59:00.1878112Z ---------------------------------------------------------------------- 2022-12-01T10:59:00.1878620Z Test results will be stored in test-reports/python-unittest/test_monitor 2022-12-01T10:59:00.1879022Z test_event_handler (__main__.TestMonitor) ... ok (1.600s) 2022-12-01T10:59:00.1879383Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.002s) 2022-12-01T10:59:00.1879723Z test_interval_stat (__main__.TestMonitor) ... ok (0.002s) 2022-12-01T10:59:00.1880062Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2022-12-01T10:59:00.1880437Z test_event_handler (__main__.TestMonitorTensorboard) ... ok (0.253s) 2022-12-01T10:59:00.1880674Z 2022-12-01T10:59:00.1880946Z ---------------------------------------------------------------------- 2022-12-01T10:59:00.1881256Z Ran 5 tests in 1.859s 2022-12-01T10:59:00.1881420Z 2022-12-01T10:59:00.1881513Z OK 2022-12-01T10:59:00.1881647Z 2022-12-01T10:59:00.1881771Z Generating XML reports... 2022-12-01T10:59:00.1882301Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20221201105857.xml 2022-12-01T10:59:00.1882992Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20221201105857.xml 2022-12-01T10:59:00.1883617Z 2022-12-01T10:59:00.1883938Z ##[endgroup] 2022-12-01T10:59:00.1884424Z FINISHED PRINTING LOG FILE of test_monitor (/var/lib/jenkins/workspace/test/test-reports/test_monitor_8sub_5ro) 2022-12-01T10:59:00.1884714Z 2022-12-01T10:59:01.7203500Z Ignoring disabled issues: [] 2022-12-01T10:59:01.7551716Z Running test_cuda_sanitizer ... [2022-12-01 10:59:01.754643] 2022-12-01T10:59:01.7553229Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_sanitizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:01.754986] 2022-12-01T10:59:02.3077814Z Ignoring disabled issues: [] 2022-12-01T10:59:02.3514446Z Running test_license ... [2022-12-01 10:59:02.351033] 2022-12-01T10:59:02.3518423Z Executing ['/opt/conda/bin/python', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:02.351530] 2022-12-01T10:59:05.4415649Z 2022-12-01T10:59:05.4416279Z Expand the folded group to see the log file of test_cuda_sanitizer 2022-12-01T10:59:05.4417488Z ##[group]PRINTING LOG FILE of test_cuda_sanitizer (/var/lib/jenkins/workspace/test/test-reports/test_cuda_sanitizer_p7dmlo13) 2022-12-01T10:59:05.4417797Z 2022-12-01T10:59:05.4417893Z Running tests... 2022-12-01T10:59:05.4418500Z ---------------------------------------------------------------------- 2022-12-01T10:59:05.4419007Z Test results will be stored in test-reports/python-unittest/test_cuda_sanitizer 2022-12-01T10:59:05.4419423Z test_add (__main__.TestArgumentHandler) ... ok (1.677s) 2022-12-01T10:59:05.4419772Z test_cat (__main__.TestArgumentHandler) ... ok (0.002s) 2022-12-01T10:59:05.4420141Z test_inplace (__main__.TestArgumentHandler) ... ok (0.001s) 2022-12-01T10:59:05.4420517Z test_nonzero (__main__.TestArgumentHandler) ... ok (0.002s) 2022-12-01T10:59:05.4421172Z test_out (__main__.TestArgumentHandler) ... ok (0.002s) 2022-12-01T10:59:05.4421559Z test_split (__main__.TestArgumentHandler) ... ok (0.002s) 2022-12-01T10:59:05.4421948Z test_tensor_names (__main__.TestArgumentHandler) ... ok (0.002s) 2022-12-01T10:59:05.4422341Z test_all_reads_checked_failing (__main__.TestEventHandler) ... ok (0.002s) 2022-12-01T10:59:05.4422763Z test_all_reads_checked_passing (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4423163Z test_branch_sync (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4423539Z test_chain_sync (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4423908Z test_correct_state_merging (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4424305Z test_deleted_record (__main__.TestEventHandler) ... ok (0.002s) 2022-12-01T10:59:05.4424720Z test_device_synchronization_expired (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4425125Z test_device_synchronize (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4425523Z test_empty_kernel_launch (__main__.TestEventHandler) ... ok (0.000s) 2022-12-01T10:59:05.4425925Z test_event_synchronize (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4426314Z test_expired_record (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4426680Z test_multiple_errors (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4427062Z test_multiple_wait (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4427461Z test_new_stream_is_synchronized (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4427859Z test_reads_check_last_write (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4428255Z test_record_override (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4428638Z test_simple_error (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4429004Z test_simple_passing (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4429386Z test_simple_sync (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4429896Z test_stream_synchronize (__main__.TestEventHandler) ... ok (0.001s) 2022-12-01T10:59:05.4430290Z test_ensure_does_not_exist (__main__.TestMessages) ... ok (0.002s) 2022-12-01T10:59:05.4430973Z test_ensure_exists (__main__.TestMessages) ... ok (0.001s) 2022-12-01T10:59:05.4431334Z test_error_message (__main__.TestMessages) ... ok (0.002s) 2022-12-01T10:59:05.4431542Z 2022-12-01T10:59:05.4431833Z ---------------------------------------------------------------------- 2022-12-01T10:59:05.4432152Z Ran 30 tests in 1.716s 2022-12-01T10:59:05.4432318Z 2022-12-01T10:59:05.4432412Z OK 2022-12-01T10:59:05.4432550Z 2022-12-01T10:59:05.4432676Z Generating XML reports... 2022-12-01T10:59:05.4433272Z Generated XML report: test-reports/python-unittest/test_cuda_sanitizer/TEST-TestArgumentHandler-20221201105903.xml 2022-12-01T10:59:05.4433978Z Generated XML report: test-reports/python-unittest/test_cuda_sanitizer/TEST-TestEventHandler-20221201105903.xml 2022-12-01T10:59:05.4434659Z Generated XML report: test-reports/python-unittest/test_cuda_sanitizer/TEST-TestMessages-20221201105903.xml 2022-12-01T10:59:05.4434976Z 2022-12-01T10:59:05.4435291Z ##[endgroup] 2022-12-01T10:59:05.4435812Z FINISHED PRINTING LOG FILE of test_cuda_sanitizer (/var/lib/jenkins/workspace/test/test-reports/test_cuda_sanitizer_p7dmlo13) 2022-12-01T10:59:05.4436125Z 2022-12-01T10:59:05.9138831Z 2022-12-01T10:59:05.9139727Z Expand the folded group to see the log file of test_license 2022-12-01T10:59:05.9141559Z ##[group]PRINTING LOG FILE of test_license (/var/lib/jenkins/workspace/test/test-reports/test_license_4bbtstkp) 2022-12-01T10:59:05.9142214Z 2022-12-01T10:59:05.9142512Z Running tests... 2022-12-01T10:59:05.9143108Z ---------------------------------------------------------------------- 2022-12-01T10:59:05.9143624Z Test results will be stored in test-reports/python-unittest/test_license 2022-12-01T10:59:05.9144309Z test_distinfo_license (__main__.TestLicense) 2022-12-01T10:59:05.9144702Z If run when pytorch is installed via a wheel, the license will be in ... ok (1.593s) 2022-12-01T10:59:05.9145171Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.001s) 2022-12-01T10:59:05.9145432Z 2022-12-01T10:59:05.9145710Z ---------------------------------------------------------------------- 2022-12-01T10:59:05.9146045Z Ran 2 tests in 1.594s 2022-12-01T10:59:05.9146194Z 2022-12-01T10:59:05.9146302Z OK (skipped=1) 2022-12-01T10:59:05.9146458Z 2022-12-01T10:59:05.9146584Z Generating XML reports... 2022-12-01T10:59:05.9147123Z Generated XML report: test-reports/python-unittest/test_license/TEST-TestLicense-20221201105903.xml 2022-12-01T10:59:05.9147427Z 2022-12-01T10:59:05.9147727Z ##[endgroup] 2022-12-01T10:59:05.9148226Z FINISHED PRINTING LOG FILE of test_license (/var/lib/jenkins/workspace/test/test-reports/test_license_4bbtstkp) 2022-12-01T10:59:05.9148519Z 2022-12-01T10:59:07.5168029Z Ignoring disabled issues: [] 2022-12-01T10:59:07.5516868Z Running test_type_info ... [2022-12-01 10:59:07.551244] 2022-12-01T10:59:07.5519879Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:07.551624] 2022-12-01T10:59:08.0257718Z Ignoring disabled issues: [] 2022-12-01T10:59:08.0606738Z Running test_per_overload_api ... [2022-12-01 10:59:08.060254] 2022-12-01T10:59:08.0608657Z Executing ['/opt/conda/bin/python', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:08.060585] 2022-12-01T10:59:11.1289996Z 2022-12-01T10:59:11.1290898Z Expand the folded group to see the log file of test_type_info 2022-12-01T10:59:11.1292600Z ##[group]PRINTING LOG FILE of test_type_info (/var/lib/jenkins/workspace/test/test-reports/test_type_info_p_zyqgio) 2022-12-01T10:59:11.1293138Z 2022-12-01T10:59:11.1293480Z Running tests... 2022-12-01T10:59:11.1294566Z ---------------------------------------------------------------------- 2022-12-01T10:59:11.1295631Z Test results will be stored in test-reports/python-unittest/test_type_info 2022-12-01T10:59:11.1296687Z test_finfo (__main__.TestDTypeInfo) ... ok (1.634s) 2022-12-01T10:59:11.1297382Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.002s) 2022-12-01T10:59:11.1298090Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.001s) 2022-12-01T10:59:11.1298520Z 2022-12-01T10:59:11.1299054Z ---------------------------------------------------------------------- 2022-12-01T10:59:11.1299773Z Ran 3 tests in 1.638s 2022-12-01T10:59:11.1300051Z 2022-12-01T10:59:11.1300230Z OK 2022-12-01T10:59:11.1300502Z 2022-12-01T10:59:11.1300753Z Generating XML reports... 2022-12-01T10:59:11.1301931Z Generated XML report: test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20221201105909.xml 2022-12-01T10:59:11.1302587Z 2022-12-01T10:59:11.1303201Z ##[endgroup] 2022-12-01T10:59:11.1304299Z FINISHED PRINTING LOG FILE of test_type_info (/var/lib/jenkins/workspace/test/test-reports/test_type_info_p_zyqgio) 2022-12-01T10:59:11.1304847Z 2022-12-01T10:59:11.6042057Z 2022-12-01T10:59:11.6042835Z Expand the folded group to see the log file of test_per_overload_api 2022-12-01T10:59:11.6044534Z ##[group]PRINTING LOG FILE of test_per_overload_api (/var/lib/jenkins/workspace/test/test-reports/test_per_overload_api_gsla_2re) 2022-12-01T10:59:11.6045240Z 2022-12-01T10:59:11.6045427Z Running tests... 2022-12-01T10:59:11.6045804Z ---------------------------------------------------------------------- 2022-12-01T10:59:11.6046323Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-12-01T10:59:11.6046935Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (1.602s) 2022-12-01T10:59:11.6047194Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-12-01T10:59:11.6047590Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-12-01T10:59:11.6047811Z 2022-12-01T10:59:11.6048302Z ---------------------------------------------------------------------- 2022-12-01T10:59:11.6048655Z Ran 3 tests in 1.606s 2022-12-01T10:59:11.6048834Z 2022-12-01T10:59:11.6048911Z OK 2022-12-01T10:59:11.6049045Z 2022-12-01T10:59:11.6049167Z Generating XML reports... 2022-12-01T10:59:11.6049756Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20221201105909.xml 2022-12-01T10:59:11.6050094Z 2022-12-01T10:59:11.6050400Z ##[endgroup] 2022-12-01T10:59:11.6051072Z FINISHED PRINTING LOG FILE of test_per_overload_api (/var/lib/jenkins/workspace/test/test-reports/test_per_overload_api_gsla_2re) 2022-12-01T10:59:11.6051258Z 2022-12-01T10:59:13.2864575Z Ignoring disabled issues: [] 2022-12-01T10:59:13.3212442Z Running test_itt ... [2022-12-01 10:59:13.320758] 2022-12-01T10:59:13.3214435Z Executing ['/opt/conda/bin/python', '-bb', 'test_itt.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:13.321100] 2022-12-01T10:59:13.7018067Z Ignoring disabled issues: [] 2022-12-01T10:59:13.7365479Z Running test_set_default_mobile_cpu_allocator ... [2022-12-01 10:59:13.736048] 2022-12-01T10:59:13.7367667Z Executing ['/opt/conda/bin/python', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:13.736420] 2022-12-01T10:59:16.8769669Z 2022-12-01T10:59:16.8770365Z Expand the folded group to see the log file of test_itt 2022-12-01T10:59:16.8771694Z ##[group]PRINTING LOG FILE of test_itt (/var/lib/jenkins/workspace/test/test-reports/test_itt_2g0jlppg) 2022-12-01T10:59:16.8772182Z 2022-12-01T10:59:16.8772303Z Running tests... 2022-12-01T10:59:16.8772895Z ---------------------------------------------------------------------- 2022-12-01T10:59:16.8773307Z Test results will be stored in test-reports/python-unittest/test_itt 2022-12-01T10:59:16.8773678Z test_itt (__main__.TestItt) ... ok (1.647s) 2022-12-01T10:59:16.8773869Z 2022-12-01T10:59:16.8774197Z ---------------------------------------------------------------------- 2022-12-01T10:59:16.8774510Z Ran 1 test in 1.648s 2022-12-01T10:59:16.8774980Z 2022-12-01T10:59:16.8775059Z OK 2022-12-01T10:59:16.8775251Z 2022-12-01T10:59:16.8775368Z Generating XML reports... 2022-12-01T10:59:16.8775853Z Generated XML report: test-reports/python-unittest/test_itt/TEST-TestItt-20221201105914.xml 2022-12-01T10:59:16.8776141Z 2022-12-01T10:59:16.8776468Z ##[endgroup] 2022-12-01T10:59:16.8776930Z FINISHED PRINTING LOG FILE of test_itt (/var/lib/jenkins/workspace/test/test-reports/test_itt_2g0jlppg) 2022-12-01T10:59:16.8777216Z 2022-12-01T10:59:17.2977426Z 2022-12-01T10:59:17.2978081Z Expand the folded group to see the log file of test_set_default_mobile_cpu_allocator 2022-12-01T10:59:17.2979149Z ##[group]PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (/var/lib/jenkins/workspace/test/test-reports/test_set_default_mobile_cpu_allocator_wk7hyxfl) 2022-12-01T10:59:17.2979789Z 2022-12-01T10:59:17.2979917Z Running tests... 2022-12-01T10:59:17.2980502Z ---------------------------------------------------------------------- 2022-12-01T10:59:17.2981091Z Test results will be stored in test-reports/python-unittest/test_set_default_mobile_cpu_allocator 2022-12-01T10:59:17.2981586Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (1.608s) 2022-12-01T10:59:17.2982055Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.001s) 2022-12-01T10:59:17.2982321Z 2022-12-01T10:59:17.2982595Z ---------------------------------------------------------------------- 2022-12-01T10:59:17.2982936Z Ran 2 tests in 1.609s 2022-12-01T10:59:17.2983087Z 2022-12-01T10:59:17.2983184Z OK 2022-12-01T10:59:17.2983323Z 2022-12-01T10:59:17.2983452Z Generating XML reports... 2022-12-01T10:59:17.2984136Z Generated XML report: test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20221201105915.xml 2022-12-01T10:59:17.2984545Z 2022-12-01T10:59:17.2984845Z ##[endgroup] 2022-12-01T10:59:17.2985737Z FINISHED PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (/var/lib/jenkins/workspace/test/test-reports/test_set_default_mobile_cpu_allocator_wk7hyxfl) 2022-12-01T10:59:17.2986121Z 2022-12-01T10:59:19.0347572Z Ignoring disabled issues: [] 2022-12-01T10:59:19.0698726Z Running test_namedtensor ... [2022-12-01 10:59:19.069404] 2022-12-01T10:59:19.0701399Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:19.069773] 2022-12-01T10:59:19.4122907Z Ignoring disabled issues: [] 2022-12-01T10:59:19.4494642Z Running test_dlpack ... [2022-12-01 10:59:19.448932] 2022-12-01T10:59:19.4496104Z Executing ['/opt/conda/bin/python', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:19.449290] 2022-12-01T10:59:23.1484146Z 2022-12-01T10:59:23.1485063Z Expand the folded group to see the log file of test_dlpack 2022-12-01T10:59:23.1486700Z ##[group]PRINTING LOG FILE of test_dlpack (/var/lib/jenkins/workspace/test/test-reports/test_dlpack_i5ftyhqs) 2022-12-01T10:59:23.1487393Z 2022-12-01T10:59:23.1487624Z Running tests... 2022-12-01T10:59:23.1488620Z ---------------------------------------------------------------------- 2022-12-01T10:59:23.1489689Z Test results will be stored in test-reports/python-unittest/test_dlpack 2022-12-01T10:59:23.1490584Z test_dlpack_capsule_conversion_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-12-01T10:59:23.1491682Z test_dlpack_capsule_conversion_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.006s) 2022-12-01T10:59:23.1492226Z test_dlpack_capsule_conversion_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1492707Z test_dlpack_capsule_conversion_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1493164Z test_dlpack_capsule_conversion_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1493713Z test_dlpack_capsule_conversion_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1494128Z test_dlpack_capsule_conversion_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1494939Z test_dlpack_capsule_conversion_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1495329Z test_dlpack_capsule_conversion_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1495805Z test_dlpack_capsule_conversion_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1496271Z test_dlpack_capsule_conversion_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1496736Z test_dlpack_conversion_with_diff_streams_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1497325Z test_dlpack_conversion_with_diff_streams_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1497780Z test_dlpack_conversion_with_diff_streams_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1498299Z test_dlpack_conversion_with_diff_streams_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1498785Z test_dlpack_conversion_with_diff_streams_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1499284Z test_dlpack_conversion_with_diff_streams_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1499840Z test_dlpack_conversion_with_diff_streams_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1500270Z test_dlpack_conversion_with_diff_streams_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1500743Z test_dlpack_conversion_with_diff_streams_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1501241Z test_dlpack_conversion_with_diff_streams_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1501844Z test_dlpack_conversion_with_diff_streams_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1503162Z test_dlpack_conversion_with_streams_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86386 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:59:23.1504032Z test_dlpack_conversion_with_streams_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1505195Z test_dlpack_conversion_with_streams_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86778 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:59:23.1506109Z test_dlpack_conversion_with_streams_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1506538Z test_dlpack_conversion_with_streams_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1507060Z test_dlpack_conversion_with_streams_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1507537Z test_dlpack_conversion_with_streams_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1507990Z test_dlpack_conversion_with_streams_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1508532Z test_dlpack_conversion_with_streams_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1508931Z test_dlpack_conversion_with_streams_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1510110Z test_dlpack_conversion_with_streams_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86696 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:59:23.1511274Z test_dlpack_default_stream_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1511711Z test_dlpack_error_on_bool_tensor_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.009s) 2022-12-01T10:59:23.1512206Z test_dlpack_export_is_conj_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1512617Z test_dlpack_export_non_strided_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1513049Z test_dlpack_export_requires_grad_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1513558Z test_dlpack_normalize_strides_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1513981Z test_dlpack_protocol_conversion_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1514471Z test_dlpack_protocol_conversion_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1514949Z test_dlpack_protocol_conversion_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1515436Z test_dlpack_protocol_conversion_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1515978Z test_dlpack_protocol_conversion_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1516368Z test_dlpack_protocol_conversion_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1516841Z test_dlpack_protocol_conversion_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1517311Z test_dlpack_protocol_conversion_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1517871Z test_dlpack_protocol_conversion_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1518381Z test_dlpack_protocol_conversion_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1518804Z test_dlpack_protocol_conversion_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1519266Z test_dlpack_shared_storage_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1519735Z test_dlpack_tensor_invalid_stream_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1520201Z test_dlpack_tensor_invalid_stream_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1520779Z test_dlpack_tensor_invalid_stream_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1521186Z test_dlpack_tensor_invalid_stream_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1521641Z test_dlpack_tensor_invalid_stream_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1522187Z test_dlpack_tensor_invalid_stream_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1522581Z test_dlpack_tensor_invalid_stream_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1523053Z test_dlpack_tensor_invalid_stream_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1523499Z test_dlpack_tensor_invalid_stream_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1523980Z test_dlpack_tensor_invalid_stream_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1524518Z test_dlpack_tensor_invalid_stream_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1524882Z test_from_dlpack_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1525322Z test_from_dlpack_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1525837Z test_from_dlpack_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1526210Z test_from_dlpack_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1526713Z test_from_dlpack_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-12-01T10:59:23.1527134Z test_from_dlpack_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1527568Z test_from_dlpack_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1527973Z test_from_dlpack_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1528537Z test_from_dlpack_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1528916Z test_from_dlpack_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1529408Z test_from_dlpack_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1529764Z test_from_dlpack_dtype_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1530228Z test_from_dlpack_dtype_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1530769Z test_from_dlpack_dtype_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1531135Z test_from_dlpack_dtype_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1531589Z test_from_dlpack_dtype_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1532045Z test_from_dlpack_dtype_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1532494Z test_from_dlpack_dtype_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1532912Z test_from_dlpack_dtype_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1533358Z test_from_dlpack_dtype_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1533854Z test_from_dlpack_dtype_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1534336Z test_from_dlpack_dtype_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-12-01T10:59:23.1534773Z test_from_dlpack_noncontinguous_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-12-01T10:59:23.1535262Z test_from_dlpack_noncontinguous_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-12-01T10:59:23.1535757Z test_from_dlpack_noncontinguous_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-12-01T10:59:23.1536225Z test_from_dlpack_noncontinguous_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-12-01T10:59:23.1536698Z test_from_dlpack_noncontinguous_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-12-01T10:59:23.1537169Z test_from_dlpack_noncontinguous_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-12-01T10:59:23.1537645Z test_from_dlpack_noncontinguous_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-12-01T10:59:23.1538183Z test_from_dlpack_noncontinguous_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-12-01T10:59:23.1538575Z test_from_dlpack_noncontinguous_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-12-01T10:59:23.1539055Z test_from_dlpack_noncontinguous_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-12-01T10:59:23.1539505Z test_from_dlpack_noncontinguous_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-12-01T10:59:23.1539761Z 2022-12-01T10:59:23.1540058Z ---------------------------------------------------------------------- 2022-12-01T10:59:23.1540477Z Ran 95 tests in 0.180s 2022-12-01T10:59:23.1540651Z 2022-12-01T10:59:23.1540683Z OK (skipped=3) 2022-12-01T10:59:23.1540822Z 2022-12-01T10:59:23.1540956Z Generating XML reports... 2022-12-01T10:59:23.1541531Z Generated XML report: test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCUDA-20221201105922.xml 2022-12-01T10:59:23.1541877Z 2022-12-01T10:59:23.1542221Z ##[endgroup] 2022-12-01T10:59:23.1542712Z FINISHED PRINTING LOG FILE of test_dlpack (/var/lib/jenkins/workspace/test/test-reports/test_dlpack_i5ftyhqs) 2022-12-01T10:59:23.1543109Z 2022-12-01T10:59:23.9719119Z 2022-12-01T10:59:23.9720215Z Expand the folded group to see the log file of test_namedtensor 2022-12-01T10:59:23.9722010Z ##[group]PRINTING LOG FILE of test_namedtensor (/var/lib/jenkins/workspace/test/test-reports/test_namedtensor_0ay4mmbw) 2022-12-01T10:59:23.9722686Z 2022-12-01T10:59:23.9722907Z Running tests... 2022-12-01T10:59:23.9723945Z ---------------------------------------------------------------------- 2022-12-01T10:59:23.9724918Z Test results will be stored in test-reports/python-unittest/test_namedtensor 2022-12-01T10:59:23.9725857Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:59:23.9726724Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:59:23.9727493Z test_addmm (__main__.TestNamedTensor) ... ok (0.016s) 2022-12-01T10:59:23.9728151Z test_addmv (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:59:23.9728886Z test_align_as (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9729660Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.001s) 2022-12-01T10:59:23.9730594Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.003s) 2022-12-01T10:59:23.9731244Z test_align_to (__main__.TestNamedTensor) ... ok (0.011s) 2022-12-01T10:59:23.9731609Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.013s) 2022-12-01T10:59:23.9731987Z test_any_all (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9732351Z test_as_strided (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9732766Z test_as_strided_cuda (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9733127Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9733537Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9734180Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9734592Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:59:23.9734982Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.024s) 2022-12-01T10:59:23.9735376Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.399s) 2022-12-01T10:59:23.9735729Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:59:23.9736092Z test_bmm (__main__.TestNamedTensor) ... ok (0.044s) 2022-12-01T10:59:23.9736482Z test_cat (__main__.TestNamedTensor) ... ok (0.017s) 2022-12-01T10:59:23.9736834Z test_cdist (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:59:23.9737210Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.009s) 2022-12-01T10:59:23.9737577Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9737956Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:59:23.9738329Z test_detach (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9738674Z test_diagonal (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9739041Z test_dot (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9739391Z test_equal (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9739727Z test_expand (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:59:23.9740100Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.008s) 2022-12-01T10:59:23.9740493Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.044s) 2022-12-01T10:59:23.9740875Z test_flatten (__main__.TestNamedTensor) ... ok (0.013s) 2022-12-01T10:59:23.9741227Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:59:23.9741602Z test_has_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9741967Z test_index_fill (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:59:23.9742311Z test_info_smoke (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:59:23.9742678Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9743178Z test_logical_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:59:23.9743530Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:59:23.9743894Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.017s) 2022-12-01T10:59:23.9744267Z test_masked_select (__main__.TestNamedTensor) ... ok (0.008s) 2022-12-01T10:59:23.9744623Z test_matmul (__main__.TestNamedTensor) ... ok (0.049s) 2022-12-01T10:59:23.9744963Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.006s) 2022-12-01T10:59:23.9745371Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:59:23.9745771Z test_mm (__main__.TestNamedTensor) ... ok (0.014s) 2022-12-01T10:59:23.9746096Z test_mv (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:59:23.9746474Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.069s) 2022-12-01T10:59:23.9746878Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.010s) 2022-12-01T10:59:23.9747280Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9747688Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9748083Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9748483Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9748868Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9749273Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.003s) 2022-12-01T10:59:23.9749684Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.024s) 2022-12-01T10:59:23.9750048Z test_pow_special (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:59:23.9750431Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9751404Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.258s) 2022-12-01T10:59:23.9751875Z test_refine_names (__main__.TestNamedTensor) ... ok (0.010s) 2022-12-01T10:59:23.9752252Z test_rename (__main__.TestNamedTensor) ... ok (0.009s) 2022-12-01T10:59:23.9752607Z test_rename_ (__main__.TestNamedTensor) ... ok (0.008s) 2022-12-01T10:59:23.9752976Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.004s) 2022-12-01T10:59:23.9753342Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:59:23.9753715Z test_repr (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:59:23.9754073Z test_resize (__main__.TestNamedTensor) ... ok (0.014s) 2022-12-01T10:59:23.9754409Z test_select (__main__.TestNamedTensor) ... ok (0.004s) 2022-12-01T10:59:23.9754781Z test_select_cuda (__main__.TestNamedTensor) ... ok (0.004s) 2022-12-01T10:59:23.9755172Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.006s) 2022-12-01T10:59:23.9755530Z test_size (__main__.TestNamedTensor) ... ok (0.009s) 2022-12-01T10:59:23.9755927Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:59:23.9756329Z test_squeeze (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9756692Z test_stride (__main__.TestNamedTensor) ... ok (0.008s) 2022-12-01T10:59:23.9757047Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.004s) 2022-12-01T10:59:23.9757787Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... /var/lib/jenkins/workspace/test/test_namedtensor.py:516: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:59:23.9758451Z tensor = torch.tensor(x) 2022-12-01T10:59:23.9759066Z /var/lib/jenkins/workspace/test/test_namedtensor.py:522: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:59:23.9759642Z tensor = torch.tensor(x, names=None) 2022-12-01T10:59:23.9760356Z /var/lib/jenkins/workspace/test/test_namedtensor.py:527: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:59:23.9761042Z tensor = torch.tensor(x, names=('N', 'C')) 2022-12-01T10:59:23.9761330Z ok (0.004s) 2022-12-01T10:59:23.9761632Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9762354Z test_tensor_from_tensor (__main__.TestNamedTensor) ... /var/lib/jenkins/workspace/test/test_namedtensor.py:511: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:59:23.9763004Z tensor = torch.tensor(x, names=names) 2022-12-01T10:59:23.9763291Z ok (0.001s) 2022-12-01T10:59:23.9763600Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9764015Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.002s) 2022-12-01T10:59:23.9764400Z test_trivial (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9764771Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.055s) 2022-12-01T10:59:23.9765169Z test_unflatten (__main__.TestNamedTensor) ... ok (0.018s) 2022-12-01T10:59:23.9765579Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.012s) 2022-12-01T10:59:23.9766039Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9766518Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9767003Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.001s) 2022-12-01T10:59:23.9767328Z 2022-12-01T10:59:23.9767623Z ---------------------------------------------------------------------- 2022-12-01T10:59:23.9767954Z Ran 86 tests in 1.312s 2022-12-01T10:59:23.9768125Z 2022-12-01T10:59:23.9768243Z OK (skipped=2) 2022-12-01T10:59:23.9768402Z 2022-12-01T10:59:23.9768532Z Generating XML reports... 2022-12-01T10:59:23.9769114Z Generated XML report: test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20221201105922.xml 2022-12-01T10:59:23.9769420Z 2022-12-01T10:59:23.9769762Z ##[endgroup] 2022-12-01T10:59:23.9770297Z FINISHED PRINTING LOG FILE of test_namedtensor (/var/lib/jenkins/workspace/test/test-reports/test_namedtensor_0ay4mmbw) 2022-12-01T10:59:23.9770610Z 2022-12-01T10:59:25.2844145Z Ignoring disabled issues: [] 2022-12-01T10:59:25.3194335Z Running test_numba_integration ... [2022-12-01 10:59:25.319000] 2022-12-01T10:59:25.3197486Z Executing ['/opt/conda/bin/python', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:25.319346] 2022-12-01T10:59:26.1326290Z Ignoring disabled issues: [] 2022-12-01T10:59:26.1681689Z Running test_numpy_interop ... [2022-12-01 10:59:26.167686] 2022-12-01T10:59:26.1683391Z Executing ['/opt/conda/bin/python', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:26.168035] 2022-12-01T10:59:28.9227330Z 2022-12-01T10:59:28.9228415Z Expand the folded group to see the log file of test_numba_integration 2022-12-01T10:59:28.9231856Z ##[group]PRINTING LOG FILE of test_numba_integration (/var/lib/jenkins/workspace/test/test-reports/test_numba_integration_8q7crq6f) 2022-12-01T10:59:28.9232497Z 2022-12-01T10:59:28.9232705Z Running tests... 2022-12-01T10:59:28.9233634Z ---------------------------------------------------------------------- 2022-12-01T10:59:28.9234628Z Test results will be stored in test-reports/python-unittest/test_numba_integration 2022-12-01T10:59:28.9235362Z test_active_device (__main__.TestNumbaIntegration) 2022-12-01T10:59:28.9236376Z 'as_cuda_array' tensor device must match active numba context. ... skip: No multigpu (0.001s) 2022-12-01T10:59:28.9237457Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-12-01T10:59:28.9238178Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... ok (0.040s) 2022-12-01T10:59:28.9238884Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-12-01T10:59:28.9239667Z Numba properly detects array interface for tensor.Tensor variants. ... ok (0.002s) 2022-12-01T10:59:28.9240419Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-12-01T10:59:28.9241180Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... ok (0.007s) 2022-12-01T10:59:28.9241920Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-12-01T10:59:28.9242928Z torch.as_tensor() and torch.tensor() supports the __cuda_array_interface__ protocol. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.002s) 2022-12-01T10:59:28.9243963Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-12-01T10:59:28.9244936Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-12-01T10:59:28.9245936Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-12-01T10:59:28.9246747Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... ok (0.005s) 2022-12-01T10:59:28.9247552Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-12-01T10:59:28.9248536Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-12-01T10:59:28.9249306Z 2022-12-01T10:59:28.9249819Z ---------------------------------------------------------------------- 2022-12-01T10:59:28.9250634Z Ran 8 tests in 0.061s 2022-12-01T10:59:28.9250923Z 2022-12-01T10:59:28.9251098Z OK (skipped=4) 2022-12-01T10:59:28.9251354Z 2022-12-01T10:59:28.9251574Z Generating XML reports... 2022-12-01T10:59:28.9252589Z Generated XML report: test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20221201105928.xml 2022-12-01T10:59:28.9252950Z 2022-12-01T10:59:28.9253322Z ##[endgroup] 2022-12-01T10:59:28.9253888Z FINISHED PRINTING LOG FILE of test_numba_integration (/var/lib/jenkins/workspace/test/test-reports/test_numba_integration_8q7crq6f) 2022-12-01T10:59:28.9254218Z 2022-12-01T10:59:29.8449617Z 2022-12-01T10:59:29.8450627Z Expand the folded group to see the log file of test_numpy_interop 2022-12-01T10:59:29.8452421Z ##[group]PRINTING LOG FILE of test_numpy_interop (/var/lib/jenkins/workspace/test/test-reports/test_numpy_interop_xot_rkqw) 2022-12-01T10:59:29.8453120Z 2022-12-01T10:59:29.8453313Z Running tests... 2022-12-01T10:59:29.8454392Z ---------------------------------------------------------------------- 2022-12-01T10:59:29.8454955Z Test results will be stored in test-reports/python-unittest/test_numpy_interop 2022-12-01T10:59:29.8455860Z test_ctor_with_invalid_numpy_array_sequence_cuda (__main__.TestNumPyInteropCUDA) ... /var/lib/jenkins/workspace/test/test_numpy_interop.py:265: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-12-01T10:59:29.8456756Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2022-12-01T10:59:29.8457086Z ok (0.003s) 2022-12-01T10:59:29.8457470Z test_ctor_with_numpy_scalar_ctor_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:59:29.8457954Z test_from_list_of_ndarray_warning_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.001s) 2022-12-01T10:59:29.8458378Z test_from_numpy_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.011s) 2022-12-01T10:59:29.8459102Z test_has_storage_numpy_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.003s) 2022-12-01T10:59:29.8459589Z test_multiplication_numpy_scalar_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:59:29.8460101Z test_numpy_array_interface_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.003s) 2022-12-01T10:59:29.8460568Z test_numpy_index_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:59:29.8461101Z test_numpy_non_writeable_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:59:29.8461520Z test_numpy_scalar_cmp_cuda_bfloat16 (__main__.TestNumPyInteropCUDA) ... ok (0.003s) 2022-12-01T10:59:29.8461973Z test_numpy_scalar_cmp_cuda_bool (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-12-01T10:59:29.8462418Z test_numpy_scalar_cmp_cuda_complex128 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-12-01T10:59:29.8463055Z test_numpy_scalar_cmp_cuda_complex64 (__main__.TestNumPyInteropCUDA) ... /var/lib/jenkins/workspace/test/test_numpy_interop.py:471: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:59:29.8463580Z self.assertFalse(t == a) 2022-12-01T10:59:29.8463828Z ok (0.004s) 2022-12-01T10:59:29.8464231Z test_numpy_scalar_cmp_cuda_float16 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-12-01T10:59:29.8464636Z test_numpy_scalar_cmp_cuda_float32 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-12-01T10:59:29.8465089Z test_numpy_scalar_cmp_cuda_float64 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-12-01T10:59:29.8465566Z test_numpy_scalar_cmp_cuda_int16 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-12-01T10:59:29.8465966Z test_numpy_scalar_cmp_cuda_int32 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-12-01T10:59:29.8466505Z test_numpy_scalar_cmp_cuda_int64 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-12-01T10:59:29.8466937Z test_numpy_scalar_cmp_cuda_int8 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-12-01T10:59:29.8467382Z test_numpy_scalar_cmp_cuda_uint8 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-12-01T10:59:29.8467844Z test_numpy_unresizable_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T10:59:29.8468327Z test_parse_numpy_int_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T10:59:29.8468754Z test_to_numpy_bool_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.002s) 2022-12-01T10:59:29.8469194Z test_to_numpy_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.004s) 2022-12-01T10:59:29.8469655Z test_to_numpy_force_argument_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.024s) 2022-12-01T10:59:29.8469912Z 2022-12-01T10:59:29.8470185Z ---------------------------------------------------------------------- 2022-12-01T10:59:29.8470838Z Ran 26 tests in 0.106s 2022-12-01T10:59:29.8471020Z 2022-12-01T10:59:29.8471142Z OK (skipped=8) 2022-12-01T10:59:29.8471302Z 2022-12-01T10:59:29.8471435Z Generating XML reports... 2022-12-01T10:59:29.8472025Z Generated XML report: test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCUDA-20221201105929.xml 2022-12-01T10:59:29.8472366Z 2022-12-01T10:59:29.8472700Z ##[endgroup] 2022-12-01T10:59:29.8473225Z FINISHED PRINTING LOG FILE of test_numpy_interop (/var/lib/jenkins/workspace/test/test-reports/test_numpy_interop_xot_rkqw) 2022-12-01T10:59:29.8473518Z 2022-12-01T10:59:31.0031810Z Ignoring disabled issues: [] 2022-12-01T10:59:31.2950970Z Running test_linalg ... [2022-12-01 10:59:31.294523] 2022-12-01T10:59:31.2954258Z Executing ['/opt/conda/bin/python', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:31.295007] 2022-12-01T11:05:20.3861826Z 2022-12-01T11:05:20.3865094Z Expand the folded group to see the log file of test_linalg 2022-12-01T11:05:20.3866222Z ##[group]PRINTING LOG FILE of test_linalg (/var/lib/jenkins/workspace/test/test-reports/test_linalg_74n7o68k) 2022-12-01T11:05:20.3866883Z 2022-12-01T11:05:20.3867061Z Running tests... 2022-12-01T11:05:20.3869164Z ---------------------------------------------------------------------- 2022-12-01T11:05:20.3869614Z Test results will be stored in test-reports/python-unittest/test_linalg 2022-12-01T11:05:20.3871057Z test_addbmm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-12-01T11:05:20.3871629Z test_addbmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.219s) 2022-12-01T11:05:20.3872167Z test_addbmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.835s) 2022-12-01T11:05:20.3872569Z test_addbmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.746s) 2022-12-01T11:05:20.3873272Z test_addbmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.694s) 2022-12-01T11:05:20.3873640Z test_addmm_activation_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-12-01T11:05:20.3874093Z test_addmm_activation_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-12-01T11:05:20.3874804Z test_addmm_baddbmm_overflow_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.3875162Z test_addmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-12-01T11:05:20.3875704Z test_addmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-12-01T11:05:20.3876219Z test_addmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-12-01T11:05:20.3876630Z test_addmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-12-01T11:05:20.3877258Z test_addmm_sizes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.273s) 2022-12-01T11:05:20.3877689Z test_addmm_sizes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.272s) 2022-12-01T11:05:20.3878414Z test_addmm_sizes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.269s) 2022-12-01T11:05:20.3879125Z test_addmm_sizes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.271s) 2022-12-01T11:05:20.3880100Z test_addmv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-12-01T11:05:20.3880931Z test_addmv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-12-01T11:05:20.3881345Z test_addmv_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-12-01T11:05:20.3884001Z test_addmv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-12-01T11:05:20.3884669Z test_addmv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-12-01T11:05:20.3885483Z test_addmv_rowmajor_colmajor_incx_incy_lda_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-12-01T11:05:20.3886495Z test_addmv_rowmajor_colmajor_incx_incy_lda_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-12-01T11:05:20.3886938Z test_addr_bool_cuda_bool (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-12-01T11:05:20.3887746Z test_addr_float_and_complex_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-12-01T11:05:20.3888683Z test_addr_float_and_complex_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-12-01T11:05:20.3889536Z test_addr_float_and_complex_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-12-01T11:05:20.3890357Z test_addr_float_and_complex_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-12-01T11:05:20.3891066Z test_addr_float_and_complex_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-12-01T11:05:20.3892057Z test_addr_float_and_complex_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-12-01T11:05:20.3892851Z test_addr_integral_cuda_int16 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-12-01T11:05:20.3893546Z test_addr_integral_cuda_int32 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-12-01T11:05:20.3894263Z test_addr_integral_cuda_int64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-12-01T11:05:20.3894912Z test_addr_integral_cuda_int8 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-12-01T11:05:20.3895602Z test_addr_integral_cuda_uint8 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-12-01T11:05:20.3896352Z test_addr_type_promotion_cuda (__main__.TestLinalgCUDA) ... ok (0.795s) 2022-12-01T11:05:20.3897016Z test_baddbmm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.3897969Z test_baddbmm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.586s) 2022-12-01T11:05:20.3898796Z test_baddbmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.664s) 2022-12-01T11:05:20.3899475Z test_baddbmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.465s) 2022-12-01T11:05:20.3900092Z test_baddbmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.385s) 2022-12-01T11:05:20.3900921Z test_blas_alpha_beta_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-12-01T11:05:20.3901689Z test_blas_alpha_beta_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.3902597Z test_blas_alpha_beta_empty_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.3903313Z test_blas_alpha_beta_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.3903692Z test_blas_alpha_beta_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.3904100Z test_blas_empty_cuda (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-12-01T11:05:20.3904507Z test_blas_mv_large_input_cuda (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:05:20.3905565Z test_blas_nan_out_cuda_bfloat16 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:4674: UserWarning: An output with one or more elements was resized since it had shape [7], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3906627Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-12-01T11:05:20.3907017Z ok (0.004s) 2022-12-01T11:05:20.3907368Z test_blas_nan_out_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.3907774Z test_blas_nan_out_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.3908187Z test_blas_nan_out_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.3908590Z test_blas_nan_out_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.3908988Z test_blas_nan_out_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.3909352Z test_bmm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.3910368Z test_bmm_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3911710Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:05:20.3912609Z /var/lib/jenkins/workspace/test/test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3913446Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:05:20.3914335Z /var/lib/jenkins/workspace/test/test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3915244Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:05:20.3916122Z /var/lib/jenkins/workspace/test/test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3916963Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:05:20.3917838Z /var/lib/jenkins/workspace/test/test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3918676Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:05:20.3919649Z /var/lib/jenkins/workspace/test/test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3920492Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:05:20.3921352Z /var/lib/jenkins/workspace/test/test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3922185Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:05:20.3923074Z /var/lib/jenkins/workspace/test/test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3923901Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:05:20.3924785Z /var/lib/jenkins/workspace/test/test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3925630Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:05:20.3926509Z /var/lib/jenkins/workspace/test/test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3927378Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:05:20.3928260Z /var/lib/jenkins/workspace/test/test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3929105Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:05:20.3930023Z /var/lib/jenkins/workspace/test/test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3930852Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:05:20.3931781Z /var/lib/jenkins/workspace/test/test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3932623Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:05:20.3933486Z /var/lib/jenkins/workspace/test/test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3934317Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:05:20.3934581Z ok (19.696s) 2022-12-01T11:05:20.3934909Z test_bmm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (19.734s) 2022-12-01T11:05:20.3935287Z test_bmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (19.565s) 2022-12-01T11:05:20.3935672Z test_bmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (19.525s) 2022-12-01T11:05:20.3936688Z test_broadcast_batched_matmul_cuda (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:6878: UserWarning: An output with one or more elements was resized since it had shape [3, 8], which does not match the required output shape [3, 8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3937600Z torch.matmul(l, r, out=out) 2022-12-01T11:05:20.3938490Z /var/lib/jenkins/workspace/test/test_linalg.py:6878: UserWarning: An output with one or more elements was resized since it had shape [3, 1], which does not match the required output shape [3, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.3939394Z torch.matmul(l, r, out=out) 2022-12-01T11:05:20.3939638Z ok (0.037s) 2022-12-01T11:05:20.3939968Z test_broadcast_fused_matmul_cuda (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-12-01T11:05:20.3941284Z test_chain_matmul_cuda_float64 (__main__.TestLinalgCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:1580: UserWarning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:971.) 2022-12-01T11:05:20.3942218Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-12-01T11:05:20.3942517Z ok (0.008s) 2022-12-01T11:05:20.3942843Z test_cholesky_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.260s) 2022-12-01T11:05:20.3943260Z test_cholesky_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-12-01T11:05:20.3943640Z test_cholesky_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-12-01T11:05:20.3944040Z test_cholesky_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-12-01T11:05:20.3944478Z test_cholesky_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.048s) 2022-12-01T11:05:20.3944941Z test_cholesky_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-12-01T11:05:20.3945438Z test_cholesky_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.048s) 2022-12-01T11:05:20.3945905Z test_cholesky_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-12-01T11:05:20.3946339Z test_cholesky_ex_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-12-01T11:05:20.3946734Z test_cholesky_ex_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-12-01T11:05:20.3947143Z test_cholesky_ex_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-12-01T11:05:20.3947548Z test_cholesky_ex_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-12-01T11:05:20.3947969Z test_cholesky_ex_non_pd_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-12-01T11:05:20.3948390Z test_cholesky_ex_non_pd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-12-01T11:05:20.3948821Z test_cholesky_ex_non_pd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-12-01T11:05:20.3949244Z test_cholesky_ex_non_pd_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-12-01T11:05:20.3949656Z test_cholesky_inverse_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.223s) 2022-12-01T11:05:20.3950090Z test_cholesky_inverse_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.042s) 2022-12-01T11:05:20.3950776Z test_cholesky_inverse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-12-01T11:05:20.3951279Z test_cholesky_inverse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-12-01T11:05:20.3951710Z test_cholesky_inverse_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-12-01T11:05:20.3952188Z test_cholesky_inverse_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-12-01T11:05:20.3952667Z test_cholesky_inverse_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-12-01T11:05:20.3953136Z test_cholesky_inverse_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-12-01T11:05:20.3953598Z test_cholesky_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-12-01T11:05:20.3954096Z test_cholesky_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-12-01T11:05:20.3954683Z test_cholesky_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-12-01T11:05:20.3955134Z test_cholesky_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-12-01T11:05:20.3955837Z test_cholesky_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:2507: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T11:05:20.3956410Z L = torch.cholesky(A) 2022-12-01T11:05:20.3956684Z should be replaced with 2022-12-01T11:05:20.3956954Z L = torch.linalg.cholesky(A) 2022-12-01T11:05:20.3957216Z and 2022-12-01T11:05:20.3957475Z U = torch.cholesky(A, upper=True) 2022-12-01T11:05:20.3957746Z should be replaced with 2022-12-01T11:05:20.3958048Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T11:05:20.3958612Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-12-01T11:05:20.3959135Z L = torch.cholesky(A, upper=upper) 2022-12-01T11:05:20.3959411Z ok (0.012s) 2022-12-01T11:05:20.3959763Z test_cholesky_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-12-01T11:05:20.3960214Z test_cholesky_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-12-01T11:05:20.3960634Z test_cholesky_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-12-01T11:05:20.3961180Z test_cholesky_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:05:20.3961893Z test_cholesky_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:05:20.3962552Z test_cholesky_solve_batched_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:05:20.3963150Z test_cholesky_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:05:20.3963672Z test_cholesky_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-12-01T11:05:20.3964097Z test_cholesky_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-12-01T11:05:20.3964516Z test_cholesky_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-12-01T11:05:20.3964910Z test_cholesky_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-12-01T11:05:20.3965372Z test_cholesky_solve_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-12-01T11:05:20.3965861Z test_cholesky_solve_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-12-01T11:05:20.3966326Z test_cholesky_solve_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-12-01T11:05:20.3966796Z test_cholesky_solve_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-12-01T11:05:20.3967230Z test_cond_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.725s) 2022-12-01T11:05:20.3967636Z test_cond_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.166s) 2022-12-01T11:05:20.3968006Z test_cond_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.129s) 2022-12-01T11:05:20.3968393Z test_cond_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.203s) 2022-12-01T11:05:20.3968813Z test_cond_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.064s) 2022-12-01T11:05:20.3969252Z test_cond_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.062s) 2022-12-01T11:05:20.3969704Z test_cond_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.063s) 2022-12-01T11:05:20.3970207Z test_cond_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.062s) 2022-12-01T11:05:20.3970661Z test_corner_cases_of_cublasltmatmul_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.812s) 2022-12-01T11:05:20.3971112Z test_corner_cases_of_cublasltmatmul_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.631s) 2022-12-01T11:05:20.3971572Z test_corner_cases_of_cublasltmatmul_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.573s) 2022-12-01T11:05:20.3972024Z test_corner_cases_of_cublasltmatmul_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.550s) 2022-12-01T11:05:20.3972457Z test_corner_cases_of_cublasltmatmul_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.665s) 2022-12-01T11:05:20.3972871Z test_cross_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.3973268Z test_cross_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.3973692Z test_cross_with_and_without_dim_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.3974121Z test_cross_with_and_without_dim_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.3974552Z test_cublas_addmm_size_10000_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (10.234s) 2022-12-01T11:05:20.3974974Z test_cublas_addmm_size_10000_cuda_float16 (__main__.TestLinalgCUDA) ... ok (15.246s) 2022-12-01T11:05:20.3975387Z test_cublas_addmm_size_10000_cuda_float32 (__main__.TestLinalgCUDA) ... ok (9.558s) 2022-12-01T11:05:20.3975813Z test_cublas_addmm_size_1000_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.049s) 2022-12-01T11:05:20.3976246Z test_cublas_addmm_size_1000_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.105s) 2022-12-01T11:05:20.3976670Z test_cublas_addmm_size_1000_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-12-01T11:05:20.3977131Z test_cublas_addmm_size_100_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-12-01T11:05:20.3977575Z test_cublas_addmm_size_100_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-12-01T11:05:20.3978004Z test_cublas_addmm_size_100_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.3978392Z test_det_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-12-01T11:05:20.3978775Z test_det_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-12-01T11:05:20.3994962Z test_det_logdet_slogdet_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.280s) 2022-12-01T11:05:20.3995651Z test_det_logdet_slogdet_cuda_float64 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:6479: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T11:05:20.3996417Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:05:20.3996764Z Q, R = torch.qr(A, some) 2022-12-01T11:05:20.3997061Z should be replaced with 2022-12-01T11:05:20.3997707Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-12-01T11:05:20.3998157Z q, _ = torch.qr(mat) 2022-12-01T11:05:20.3998409Z ok (3.562s) 2022-12-01T11:05:20.3998738Z test_dot_invalid_args_cuda (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-12-01T11:05:20.3999134Z test_dot_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-12-01T11:05:20.3999555Z test_dot_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.4000055Z test_eig_check_magma_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:05:20.4000573Z test_eig_compare_backends_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-12-01T11:05:20.4001004Z test_eig_compare_backends_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-12-01T11:05:20.4001452Z test_eig_compare_backends_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-12-01T11:05:20.4002048Z test_eig_compare_backends_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-12-01T11:05:20.4002489Z test_eig_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.045s) 2022-12-01T11:05:20.4002919Z test_eig_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.044s) 2022-12-01T11:05:20.4003364Z test_eig_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.057s) 2022-12-01T11:05:20.4003807Z test_eig_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.057s) 2022-12-01T11:05:20.4004202Z test_eig_numpy_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-12-01T11:05:20.4004616Z test_eig_numpy_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-12-01T11:05:20.4005018Z test_eig_removed_error_cuda (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-12-01T11:05:20.4005440Z test_eig_with_nan_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-12-01T11:05:20.4005842Z test_eig_with_nan_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-12-01T11:05:20.4006252Z test_eig_with_nan_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-12-01T11:05:20.4006661Z test_eig_with_nan_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-12-01T11:05:20.4007046Z test_eigh_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.050s) 2022-12-01T11:05:20.4007455Z test_eigh_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.051s) 2022-12-01T11:05:20.4007854Z test_eigh_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.046s) 2022-12-01T11:05:20.4008218Z test_eigh_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.044s) 2022-12-01T11:05:20.4008650Z test_eigh_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.051s) 2022-12-01T11:05:20.4009112Z test_eigh_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.051s) 2022-12-01T11:05:20.4009645Z test_eigh_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.051s) 2022-12-01T11:05:20.4010087Z test_eigh_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.051s) 2022-12-01T11:05:20.4010529Z test_eigh_lower_uplo_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.4010966Z test_eigh_lower_uplo_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.4011372Z test_eigh_lower_uplo_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.4011800Z test_eigh_lower_uplo_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.4012246Z test_eigvals_compare_backends_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-12-01T11:05:20.4012715Z test_eigvals_compare_backends_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-12-01T11:05:20.4013150Z test_eigvals_compare_backends_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-12-01T11:05:20.4013613Z test_eigvals_compare_backends_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-12-01T11:05:20.4014084Z test_eigvals_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-12-01T11:05:20.4014559Z test_eigvals_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-12-01T11:05:20.4015000Z test_eigvals_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-12-01T11:05:20.4015449Z test_eigvals_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-12-01T11:05:20.4015891Z test_eigvals_numpy_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-12-01T11:05:20.4016293Z test_eigvals_numpy_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-12-01T11:05:20.4016717Z test_eigvalsh_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.027s) 2022-12-01T11:05:20.4017136Z test_eigvalsh_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-12-01T11:05:20.4017547Z test_eigvalsh_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-12-01T11:05:20.4017992Z test_eigvalsh_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-12-01T11:05:20.4018703Z test_eigvalsh_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:1043: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T11:05:20.4019355Z out = torch.empty_like(t).to(real_dtype) 2022-12-01T11:05:20.4019622Z ok (0.034s) 2022-12-01T11:05:20.4019987Z test_eigvalsh_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-12-01T11:05:20.4020706Z test_eigvalsh_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-12-01T11:05:20.4021171Z test_eigvalsh_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-12-01T11:05:20.4021583Z test_einsum_corner_cases_cuda (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-12-01T11:05:20.4022001Z test_einsum_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.062s) 2022-12-01T11:05:20.4022416Z test_einsum_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.056s) 2022-12-01T11:05:20.4022795Z test_einsum_error_cases_cuda (__main__.TestLinalgCUDA) ... ok (0.050s) 2022-12-01T11:05:20.4023218Z test_einsum_random_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (5.161s) 2022-12-01T11:05:20.4023644Z test_einsum_random_cuda_float64 (__main__.TestLinalgCUDA) ... ok (4.822s) 2022-12-01T11:05:20.4024082Z test_einsum_sublist_format_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-12-01T11:05:20.4024503Z test_einsum_sublist_format_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-12-01T11:05:20.4024928Z test_geqrf_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-12-01T11:05:20.4025335Z test_geqrf_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-12-01T11:05:20.4025763Z test_geqrf_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-12-01T11:05:20.4026174Z test_geqrf_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.033s) 2022-12-01T11:05:20.4026604Z test_householder_product_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-12-01T11:05:20.4027065Z test_householder_product_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-12-01T11:05:20.4027489Z test_householder_product_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-12-01T11:05:20.4027930Z test_householder_product_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-12-01T11:05:20.4028395Z test_householder_product_errors_and_warnings_cuda (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-12-01T11:05:20.4028811Z test_inner_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-12-01T11:05:20.4029214Z test_inner_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-12-01T11:05:20.4029693Z test_inv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.061s) 2022-12-01T11:05:20.4030161Z test_inv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.060s) 2022-12-01T11:05:20.4030937Z test_inv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.060s) 2022-12-01T11:05:20.4031406Z test_inv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.061s) 2022-12-01T11:05:20.4031842Z test_inv_ex_info_device_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-12-01T11:05:20.4032259Z test_inv_ex_info_device_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-12-01T11:05:20.4032693Z test_inv_ex_info_device_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-12-01T11:05:20.4033121Z test_inv_ex_info_device_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-12-01T11:05:20.4033554Z test_inv_ex_singular_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-12-01T11:05:20.4033968Z test_inv_ex_singular_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-12-01T11:05:20.4034394Z test_inv_ex_singular_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-12-01T11:05:20.4034971Z test_inv_ex_singular_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-12-01T11:05:20.4035424Z test_invariance_error_spectral_decompositions_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-12-01T11:05:20.4035891Z test_inverse_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.264s) 2022-12-01T11:05:20.4036303Z test_inverse_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.172s) 2022-12-01T11:05:20.4036710Z test_inverse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.155s) 2022-12-01T11:05:20.4037082Z test_inverse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.167s) 2022-12-01T11:05:20.4037498Z test_inverse_errors_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-12-01T11:05:20.4037927Z test_inverse_errors_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-12-01T11:05:20.4038330Z test_inverse_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-12-01T11:05:20.4038752Z test_inverse_errors_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-12-01T11:05:20.4039243Z test_inverse_errors_large_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.001s) 2022-12-01T11:05:20.4039789Z test_inverse_errors_large_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.001s) 2022-12-01T11:05:20.4040310Z test_inverse_errors_large_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.001s) 2022-12-01T11:05:20.4040843Z test_inverse_errors_large_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.001s) 2022-12-01T11:05:20.4041411Z test_inverse_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:05:20.4042098Z test_inverse_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:05:20.4042694Z test_inverse_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:05:20.4043283Z test_inverse_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:05:20.4043777Z test_kron_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-12-01T11:05:20.4044180Z test_kron_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-12-01T11:05:20.4044555Z test_kron_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-12-01T11:05:20.4044937Z test_kron_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-12-01T11:05:20.4045344Z test_kron_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.4045742Z test_kron_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.4046158Z test_kron_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.4046576Z test_kron_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.4047625Z test_kron_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:1118: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.4048553Z torch.kron(a, b, out=out) 2022-12-01T11:05:20.4048796Z ok (0.007s) 2022-12-01T11:05:20.4049765Z test_kron_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:1118: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.4050756Z torch.kron(a, b, out=out) 2022-12-01T11:05:20.4051026Z ok (0.007s) 2022-12-01T11:05:20.4051985Z test_kron_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:1118: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.4052881Z torch.kron(a, b, out=out) 2022-12-01T11:05:20.4053149Z ok (0.007s) 2022-12-01T11:05:20.4054092Z test_kron_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:1118: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.4055006Z torch.kron(a, b, out=out) 2022-12-01T11:05:20.4055321Z ok (0.007s) 2022-12-01T11:05:20.4055635Z test_lapack_empty_cuda (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-12-01T11:05:20.4056783Z test_ldl_factor_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77038 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-12-01T11:05:20.4058237Z test_ldl_factor_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77040 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-12-01T11:05:20.4059009Z test_ldl_factor_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.074s) 2022-12-01T11:05:20.4059425Z test_ldl_factor_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-12-01T11:05:20.4059820Z test_ldl_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-12-01T11:05:20.4060236Z test_ldl_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-12-01T11:05:20.4060647Z test_ldl_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-12-01T11:05:20.4061028Z test_ldl_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-12-01T11:05:20.4061442Z test_linalg_cross_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.4061862Z test_linalg_cross_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.4062283Z test_linalg_cross_with_and_without_dim_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4062762Z test_linalg_cross_with_and_without_dim_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4063243Z test_linalg_lstsq_batch_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.450s) 2022-12-01T11:05:20.4063788Z test_linalg_lstsq_batch_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.127s) 2022-12-01T11:05:20.4064243Z test_linalg_lstsq_batch_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.095s) 2022-12-01T11:05:20.4064714Z test_linalg_lstsq_batch_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.137s) 2022-12-01T11:05:20.4065160Z test_linalg_lstsq_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.423s) 2022-12-01T11:05:20.4065596Z test_linalg_lstsq_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.438s) 2022-12-01T11:05:20.4065987Z test_linalg_lstsq_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.340s) 2022-12-01T11:05:20.4066402Z test_linalg_lstsq_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.559s) 2022-12-01T11:05:20.4066832Z test_linalg_lstsq_input_checks_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.048s) 2022-12-01T11:05:20.4067273Z test_linalg_lstsq_input_checks_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.048s) 2022-12-01T11:05:20.4067732Z test_linalg_lstsq_input_checks_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-12-01T11:05:20.4068184Z test_linalg_lstsq_input_checks_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.047s) 2022-12-01T11:05:20.4068661Z test_linalg_lu_cpu_errors_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:05:20.4069138Z test_linalg_lu_cpu_errors_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:05:20.4069629Z test_linalg_lu_cpu_errors_cuda_float32 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:05:20.4070120Z test_linalg_lu_cpu_errors_cuda_float64 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.003s) 2022-12-01T11:05:20.4071564Z test_linalg_lu_family_cuda_complex128 (__main__.TestLinalgCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T11:05:20.4072205Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T11:05:20.4072520Z should be replaced with 2022-12-01T11:05:20.4072860Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T11:05:20.4073139Z and 2022-12-01T11:05:20.4073448Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T11:05:20.4073785Z should be replaced with 2022-12-01T11:05:20.4074265Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T11:05:20.4074820Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T11:05:20.4075145Z ok (2.077s) 2022-12-01T11:05:20.4075494Z test_linalg_lu_family_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.663s) 2022-12-01T11:05:20.4075909Z test_linalg_lu_family_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.438s) 2022-12-01T11:05:20.4076337Z test_linalg_lu_family_cuda_float64 (__main__.TestLinalgCUDA) ... ok (2.026s) 2022-12-01T11:05:20.4077063Z test_linalg_lu_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... [W Context.cpp:237] Warning: torch.backends.cuda.preferred_linalg_library is an experimental feature. If you see any error or unexpected behavior when this flag is set please file an issue on GitHub. (function operator()) 2022-12-01T11:05:20.4077674Z ok (1.904s) 2022-12-01T11:05:20.4077993Z test_linalg_lu_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.862s) 2022-12-01T11:05:20.4078419Z test_linalg_lu_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.846s) 2022-12-01T11:05:20.4078838Z test_linalg_lu_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.878s) 2022-12-01T11:05:20.4079346Z test_linalg_matrix_exp_analytic_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T11:05:20.4079971Z test_linalg_matrix_exp_analytic_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:05:20.4080674Z test_linalg_matrix_exp_analytic_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:05:20.4081295Z test_linalg_matrix_exp_analytic_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:05:20.4081800Z test_linalg_matrix_exp_batch_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.059s) 2022-12-01T11:05:20.4082241Z test_linalg_matrix_exp_batch_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.057s) 2022-12-01T11:05:20.4082704Z test_linalg_matrix_exp_boundary_cases_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-12-01T11:05:20.4083191Z test_linalg_matrix_exp_boundary_cases_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-12-01T11:05:20.4083642Z test_linalg_matrix_exp_boundary_cases_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-12-01T11:05:20.4084120Z test_linalg_matrix_exp_boundary_cases_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-12-01T11:05:20.4084606Z test_linalg_matrix_exp_compare_with_taylor_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.146s) 2022-12-01T11:05:20.4085100Z test_linalg_matrix_exp_compare_with_taylor_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.145s) 2022-12-01T11:05:20.4085563Z test_linalg_matrix_exp_compare_with_taylor_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.143s) 2022-12-01T11:05:20.4086041Z test_linalg_matrix_exp_compare_with_taylor_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.132s) 2022-12-01T11:05:20.4086543Z test_linalg_matrix_exp_no_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:05:20.4087063Z test_linalg_matrix_exp_utils_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-12-01T11:05:20.4087518Z test_linalg_matrix_exp_utils_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-12-01T11:05:20.4087970Z test_linalg_qr_autograd_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-12-01T11:05:20.4088449Z test_linalg_solve_triangular_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-12-01T11:05:20.4088924Z test_linalg_solve_triangular_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-12-01T11:05:20.4089414Z test_linalg_solve_triangular_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-12-01T11:05:20.4089902Z test_linalg_solve_triangular_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-12-01T11:05:20.4090350Z test_linalg_solve_triangular_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (3.590s) 2022-12-01T11:05:20.4090805Z test_linalg_solve_triangular_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (3.641s) 2022-12-01T11:05:20.4091260Z test_linalg_solve_triangular_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.754s) 2022-12-01T11:05:20.4091704Z test_linalg_solve_triangular_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.718s) 2022-12-01T11:05:20.4092190Z test_linalg_solve_triangular_large_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.002s) 2022-12-01T11:05:20.4092761Z test_linalg_solve_triangular_large_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.001s) 2022-12-01T11:05:20.4093325Z test_linalg_solve_triangular_large_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.001s) 2022-12-01T11:05:20.4093880Z test_linalg_solve_triangular_large_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.001s) 2022-12-01T11:05:20.4094355Z test_linear_algebra_scalar_raises_cuda (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-12-01T11:05:20.4095009Z test_lobpcg_basic_cuda_float64 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:5120: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:05:20.4095813Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:05:20.4096270Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:05:20.4096550Z should be replaced with 2022-12-01T11:05:20.4096973Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:05:20.4097283Z and 2022-12-01T11:05:20.4097538Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:05:20.4097851Z should be replaced with 2022-12-01T11:05:20.4098481Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T11:05:20.4098930Z e = torch.symeig(A)[0] 2022-12-01T11:05:20.4099201Z ok (3.728s) 2022-12-01T11:05:20.4099540Z test_lobpcg_ortho_cuda_float64 (__main__.TestLinalgCUDA) ... ok (18.003s) 2022-12-01T11:05:20.4099953Z test_lobpcg_scipy_cuda_float64 (__main__.TestLinalgCUDA) 2022-12-01T11:05:20.4100390Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... skip: Only runs on cpu (0.007s) 2022-12-01T11:05:20.4100899Z test_lobpcg_torchscript_cuda_float64 (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:05:20.4101349Z test_lstsq_removed_error_cuda (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-12-01T11:05:20.4101996Z test_lu_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:6975: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T11:05:20.4102636Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T11:05:20.4102985Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T11:05:20.4103334Z should be replaced with 2022-12-01T11:05:20.4103798Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T11:05:20.4104284Z x = torch.lu_solve(b, LU_data, LU_pivots) 2022-12-01T11:05:20.4104572Z ok (0.016s) 2022-12-01T11:05:20.4104914Z test_lu_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-12-01T11:05:20.4105387Z test_lu_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.008s) 2022-12-01T11:05:20.4105852Z test_lu_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-12-01T11:05:20.4106298Z test_lu_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.031s) 2022-12-01T11:05:20.4106713Z test_lu_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-12-01T11:05:20.4107145Z test_lu_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-12-01T11:05:20.4107575Z test_lu_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-12-01T11:05:20.4108093Z test_lu_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:05:20.4108724Z test_lu_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:05:20.4109336Z test_lu_solve_batched_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:05:20.4109953Z test_lu_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:05:20.4110449Z test_lu_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-12-01T11:05:20.4111192Z test_lu_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-12-01T11:05:20.4111603Z test_lu_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-12-01T11:05:20.4112108Z test_lu_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-12-01T11:05:20.4112518Z test_lu_solve_large_matrices_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.4112977Z test_lu_solve_large_matrices_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.4113434Z test_lu_solve_large_matrices_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4113878Z test_lu_solve_large_matrices_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4114288Z test_lu_unpack_check_input_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-12-01T11:05:20.4114702Z test_matmul_45724_cuda (__main__.TestLinalgCUDA) ... ok (0.881s) 2022-12-01T11:05:20.4115742Z test_matmul_small_brute_force_1d_Nd_cuda_complex64 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:4309: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.4116687Z ans = torch.matmul(x, y, out=out) 2022-12-01T11:05:20.4117653Z /var/lib/jenkins/workspace/test/test_linalg.py:4309: UserWarning: An output with one or more elements was resized since it had shape [2], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.4118499Z ans = torch.matmul(x, y, out=out) 2022-12-01T11:05:20.4119386Z /var/lib/jenkins/workspace/test/test_linalg.py:4309: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.4120242Z ans = torch.matmul(x, y, out=out) 2022-12-01T11:05:20.4120520Z ok (0.943s) 2022-12-01T11:05:20.4120860Z test_matmul_small_brute_force_1d_Nd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.779s) 2022-12-01T11:05:20.4121329Z test_matmul_small_brute_force_2d_Nd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (3.613s) 2022-12-01T11:05:20.4121791Z test_matmul_small_brute_force_2d_Nd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (3.019s) 2022-12-01T11:05:20.4122254Z test_matmul_small_brute_force_3d_Nd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (4.092s) 2022-12-01T11:05:20.4122684Z test_matmul_small_brute_force_3d_Nd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (3.420s) 2022-12-01T11:05:20.4123110Z test_matrix_norm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-12-01T11:05:20.4123517Z test_matrix_norm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-12-01T11:05:20.4123950Z test_matrix_power_negative_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.033s) 2022-12-01T11:05:20.4124377Z test_matrix_power_negative_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.026s) 2022-12-01T11:05:20.4124830Z test_matrix_power_non_negative_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-12-01T11:05:20.4125294Z test_matrix_power_non_negative_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-12-01T11:05:20.4125711Z test_matrix_rank_atol_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.901s) 2022-12-01T11:05:20.4126207Z test_matrix_rank_atol_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.211s) 2022-12-01T11:05:20.4126636Z test_matrix_rank_atol_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.146s) 2022-12-01T11:05:20.4127058Z test_matrix_rank_atol_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.283s) 2022-12-01T11:05:20.4127465Z test_matrix_rank_atol_rtol_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.015s) 2022-12-01T11:05:20.4127901Z test_matrix_rank_basic_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.4128341Z test_matrix_rank_basic_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.4128752Z test_matrix_rank_basic_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.4129179Z test_matrix_rank_basic_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.003s) 2022-12-01T11:05:20.4129604Z test_matrix_rank_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.254s) 2022-12-01T11:05:20.4130080Z test_matrix_rank_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.067s) 2022-12-01T11:05:20.4130471Z test_matrix_rank_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.050s) 2022-12-01T11:05:20.4130875Z test_matrix_rank_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.092s) 2022-12-01T11:05:20.4131354Z test_matrix_rank_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.002s) 2022-12-01T11:05:20.4131867Z test_matrix_rank_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.002s) 2022-12-01T11:05:20.4132399Z test_matrix_rank_empty_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.002s) 2022-12-01T11:05:20.4132921Z test_matrix_rank_empty_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test skipped for CUDA version (11, 6) (0.002s) 2022-12-01T11:05:20.4133482Z test_matrix_rank_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-12-01T11:05:20.4133959Z test_matrix_rank_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-12-01T11:05:20.4134447Z test_matrix_rank_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-12-01T11:05:20.4134916Z test_matrix_rank_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-12-01T11:05:20.4135369Z test_matrix_rank_removed_error_cuda (__main__.TestLinalgCUDA) ... ok (0.001s) 2022-12-01T11:05:20.4135769Z test_mm_bmm_non_memory_dense_cuda (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-12-01T11:05:20.4136261Z test_mm_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:05:20.4136821Z test_mm_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:05:20.4137357Z test_mm_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:05:20.4137906Z test_mm_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:05:20.4138377Z test_multi_dot_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-12-01T11:05:20.4138790Z test_multi_dot_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.014s) 2022-12-01T11:05:20.4139181Z test_multi_dot_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.039s) 2022-12-01T11:05:20.4139609Z test_norm_complex_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.142s) 2022-12-01T11:05:20.4140033Z test_norm_complex_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.044s) 2022-12-01T11:05:20.4140453Z test_norm_complex_old_cuda (__main__.TestLinalgCUDA) ... ok (0.013s) 2022-12-01T11:05:20.4140844Z test_norm_dtype_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.111s) 2022-12-01T11:05:20.4141264Z test_norm_dtype_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.234s) 2022-12-01T11:05:20.4141751Z test_norm_dtype_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.294s) 2022-12-01T11:05:20.4142137Z test_norm_dtype_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.112s) 2022-12-01T11:05:20.4142549Z test_norm_dtype_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.202s) 2022-12-01T11:05:20.4142955Z test_norm_dtype_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.121s) 2022-12-01T11:05:20.4143338Z test_norm_errors_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.183s) 2022-12-01T11:05:20.4143749Z test_norm_errors_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.181s) 2022-12-01T11:05:20.4144499Z test_norm_extreme_values_cuda (__main__.TestLinalgCUDA) ... /opt/conda/lib/python3.10/site-packages/numpy/linalg/linalg.py:2570: RuntimeWarning: divide by zero encountered in power 2022-12-01T11:05:20.4144974Z ret **= (1 / ord) 2022-12-01T11:05:20.4145502Z /opt/conda/lib/python3.10/site-packages/numpy/linalg/linalg.py:2568: RuntimeWarning: divide by zero encountered in reciprocal 2022-12-01T11:05:20.4145915Z absx **= ord 2022-12-01T11:05:20.4146450Z /opt/conda/lib/python3.10/site-packages/numpy/linalg/linalg.py:2568: RuntimeWarning: divide by zero encountered in power 2022-12-01T11:05:20.4146857Z absx **= ord 2022-12-01T11:05:20.4147078Z ok (0.089s) 2022-12-01T11:05:20.4147408Z test_norm_fastpaths_cuda (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.4147839Z test_norm_fro_2_equivalence_old_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.197s) 2022-12-01T11:05:20.4148549Z test_norm_fused_type_promotion_cuda_bfloat16 (__main__.TestLinalgCUDA) ... STAGE:2022-12-01 11:03:15 19554:19554 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:05:20.4149245Z STAGE:2022-12-01 11:03:15 19554:19554 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:05:20.4149906Z STAGE:2022-12-01 11:03:15 19554:19554 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:05:20.4150763Z STAGE:2022-12-01 11:03:15 19554:19554 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:05:20.4151197Z ok (0.523s) 2022-12-01T11:05:20.4151837Z test_norm_fused_type_promotion_cuda_float16 (__main__.TestLinalgCUDA) ... STAGE:2022-12-01 11:03:15 19554:19554 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:05:20.4152520Z STAGE:2022-12-01 11:03:15 19554:19554 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:05:20.4153085Z STAGE:2022-12-01 11:03:15 19554:19554 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:05:20.4153678Z STAGE:2022-12-01 11:03:15 19554:19554 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:05:20.4154052Z ok (0.009s) 2022-12-01T11:05:20.4154387Z test_norm_matrix_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.265s) 2022-12-01T11:05:20.4154784Z test_norm_matrix_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.588s) 2022-12-01T11:05:20.4155233Z test_norm_matrix_degenerate_shapes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.622s) 2022-12-01T11:05:20.4155713Z test_norm_matrix_degenerate_shapes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.624s) 2022-12-01T11:05:20.4156158Z test_norm_matrix_degenerate_shapes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.623s) 2022-12-01T11:05:20.4156627Z test_norm_matrix_degenerate_shapes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.621s) 2022-12-01T11:05:20.4157039Z test_norm_old_cuda (__main__.TestLinalgCUDA) ... ok (0.550s) 2022-12-01T11:05:20.4157450Z test_norm_old_nan_propagation_cuda (__main__.TestLinalgCUDA) ... ok (0.012s) 2022-12-01T11:05:20.4157847Z test_norm_vector_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.149s) 2022-12-01T11:05:20.4158255Z test_norm_vector_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.945s) 2022-12-01T11:05:20.4158708Z test_norm_vector_degenerate_shapes_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.238s) 2022-12-01T11:05:20.4159160Z test_norm_vector_degenerate_shapes_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.239s) 2022-12-01T11:05:20.4159732Z test_norm_vector_degenerate_shapes_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.239s) 2022-12-01T11:05:20.4160198Z test_norm_vector_degenerate_shapes_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.238s) 2022-12-01T11:05:20.4160661Z test_nuclear_norm_axes_small_brute_force_old_cuda (__main__.TestLinalgCUDA) ... ok (0.129s) 2022-12-01T11:05:20.4161091Z test_nuclear_norm_exceptions_old_cuda (__main__.TestLinalgCUDA) ... ok (0.036s) 2022-12-01T11:05:20.4161523Z test_nuclear_norm_out_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-12-01T11:05:20.4161946Z test_nuclear_norm_out_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.087s) 2022-12-01T11:05:20.4162361Z test_old_cholesky_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.018s) 2022-12-01T11:05:20.4162813Z test_old_cholesky_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-12-01T11:05:20.4163260Z test_old_cholesky_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.017s) 2022-12-01T11:05:20.4163698Z test_old_cholesky_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.016s) 2022-12-01T11:05:20.4164215Z test_old_cholesky_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:05:20.4164768Z test_old_cholesky_batched_upper_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4165236Z test_old_cholesky_batched_upper_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4165699Z test_old_cholesky_batched_upper_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4166124Z test_old_cholesky_batched_upper_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4166635Z test_old_cholesky_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.4167077Z test_old_cholesky_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.4167480Z test_old_cholesky_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.4167894Z test_old_cholesky_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.4168330Z test_old_cholesky_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4168778Z test_old_cholesky_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4169196Z test_old_cholesky_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4169629Z test_old_cholesky_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4170046Z test_ormqr_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.224s) 2022-12-01T11:05:20.4170428Z test_ormqr_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.232s) 2022-12-01T11:05:20.4170832Z test_ormqr_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.199s) 2022-12-01T11:05:20.4171231Z test_ormqr_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.190s) 2022-12-01T11:05:20.4171638Z test_ormqr_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-12-01T11:05:20.4172099Z test_ormqr_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.036s) 2022-12-01T11:05:20.4172555Z test_ormqr_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-12-01T11:05:20.4173003Z test_ormqr_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.034s) 2022-12-01T11:05:20.4173749Z test_outer_cuda_bfloat16 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:133: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1136.) 2022-12-01T11:05:20.4174410Z torch.ger(a, b, out=out) 2022-12-01T11:05:20.4174680Z ok (0.010s) 2022-12-01T11:05:20.4175063Z test_outer_cuda_bool (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-12-01T11:05:20.4175440Z test_outer_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-12-01T11:05:20.4175849Z test_outer_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-12-01T11:05:20.4176245Z test_outer_cuda_float16 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-12-01T11:05:20.4176610Z test_outer_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-12-01T11:05:20.4177000Z test_outer_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-12-01T11:05:20.4177387Z test_outer_cuda_int16 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-12-01T11:05:20.4177771Z test_outer_cuda_int32 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-12-01T11:05:20.4178130Z test_outer_cuda_int64 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-12-01T11:05:20.4178521Z test_outer_cuda_int8 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-12-01T11:05:20.4178909Z test_outer_cuda_uint8 (__main__.TestLinalgCUDA) ... ok (0.007s) 2022-12-01T11:05:20.4179299Z test_outer_ger_addr_legacy_tests_cuda (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-12-01T11:05:20.4179756Z test_outer_type_promotion_cuda_bfloat16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4180217Z test_outer_type_promotion_cuda_bfloat16_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4180661Z test_outer_type_promotion_cuda_bfloat16_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4181134Z test_outer_type_promotion_cuda_bfloat16_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4181601Z test_outer_type_promotion_cuda_bfloat16_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4182057Z test_outer_type_promotion_cuda_bfloat16_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4182538Z test_outer_type_promotion_cuda_bfloat16_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4183067Z test_outer_type_promotion_cuda_bfloat16_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4183531Z test_outer_type_promotion_cuda_bfloat16_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4183987Z test_outer_type_promotion_cuda_bfloat16_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4184420Z test_outer_type_promotion_cuda_bfloat16_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4184875Z test_outer_type_promotion_cuda_bfloat16_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4185328Z test_outer_type_promotion_cuda_bool_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4185751Z test_outer_type_promotion_cuda_bool_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4186204Z test_outer_type_promotion_cuda_bool_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4186665Z test_outer_type_promotion_cuda_bool_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4187125Z test_outer_type_promotion_cuda_bool_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4187550Z test_outer_type_promotion_cuda_bool_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4187995Z test_outer_type_promotion_cuda_bool_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4188438Z test_outer_type_promotion_cuda_bool_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4188853Z test_outer_type_promotion_cuda_bool_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4189293Z test_outer_type_promotion_cuda_bool_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4189735Z test_outer_type_promotion_cuda_bool_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4190176Z test_outer_type_promotion_cuda_bool_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4191009Z test_outer_type_promotion_cuda_complex128_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4191558Z test_outer_type_promotion_cuda_complex128_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4192032Z test_outer_type_promotion_cuda_complex128_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4192489Z test_outer_type_promotion_cuda_complex128_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4192966Z test_outer_type_promotion_cuda_complex128_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4193431Z test_outer_type_promotion_cuda_complex128_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4193905Z test_outer_type_promotion_cuda_complex128_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4194340Z test_outer_type_promotion_cuda_complex128_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4194805Z test_outer_type_promotion_cuda_complex128_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4195259Z test_outer_type_promotion_cuda_complex128_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4195706Z test_outer_type_promotion_cuda_complex128_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4196135Z test_outer_type_promotion_cuda_complex128_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4196598Z test_outer_type_promotion_cuda_complex64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4197061Z test_outer_type_promotion_cuda_complex64_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4197502Z test_outer_type_promotion_cuda_complex64_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4197977Z test_outer_type_promotion_cuda_complex64_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4198509Z test_outer_type_promotion_cuda_complex64_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4198991Z test_outer_type_promotion_cuda_complex64_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4199431Z test_outer_type_promotion_cuda_complex64_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4199894Z test_outer_type_promotion_cuda_complex64_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4200356Z test_outer_type_promotion_cuda_complex64_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4200801Z test_outer_type_promotion_cuda_complex64_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4201222Z test_outer_type_promotion_cuda_complex64_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4201682Z test_outer_type_promotion_cuda_complex64_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4202133Z test_outer_type_promotion_cuda_float16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4202566Z test_outer_type_promotion_cuda_float16_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4203034Z test_outer_type_promotion_cuda_float16_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4203499Z test_outer_type_promotion_cuda_float16_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4203962Z test_outer_type_promotion_cuda_float16_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4204391Z test_outer_type_promotion_cuda_float16_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4204840Z test_outer_type_promotion_cuda_float16_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4205286Z test_outer_type_promotion_cuda_float16_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4205706Z test_outer_type_promotion_cuda_float16_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4206158Z test_outer_type_promotion_cuda_float16_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4206609Z test_outer_type_promotion_cuda_float16_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4207136Z test_outer_type_promotion_cuda_float16_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4207565Z test_outer_type_promotion_cuda_float32_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4208021Z test_outer_type_promotion_cuda_float32_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4208482Z test_outer_type_promotion_cuda_float32_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4208925Z test_outer_type_promotion_cuda_float32_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4209386Z test_outer_type_promotion_cuda_float32_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4209836Z test_outer_type_promotion_cuda_float32_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4210290Z test_outer_type_promotion_cuda_float32_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4210714Z test_outer_type_promotion_cuda_float32_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4211163Z test_outer_type_promotion_cuda_float32_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4211609Z test_outer_type_promotion_cuda_float32_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4212057Z test_outer_type_promotion_cuda_float32_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4212482Z test_outer_type_promotion_cuda_float32_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4212932Z test_outer_type_promotion_cuda_float64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4213386Z test_outer_type_promotion_cuda_float64_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4213824Z test_outer_type_promotion_cuda_float64_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4214333Z test_outer_type_promotion_cuda_float64_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4214809Z test_outer_type_promotion_cuda_float64_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4215265Z test_outer_type_promotion_cuda_float64_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4215685Z test_outer_type_promotion_cuda_float64_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4216134Z test_outer_type_promotion_cuda_float64_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4216584Z test_outer_type_promotion_cuda_float64_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4217010Z test_outer_type_promotion_cuda_float64_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4217455Z test_outer_type_promotion_cuda_float64_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4217904Z test_outer_type_promotion_cuda_float64_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4218352Z test_outer_type_promotion_cuda_int16_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4218782Z test_outer_type_promotion_cuda_int16_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4219235Z test_outer_type_promotion_cuda_int16_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4219693Z test_outer_type_promotion_cuda_int16_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4220123Z test_outer_type_promotion_cuda_int16_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4220575Z test_outer_type_promotion_cuda_int16_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4221022Z test_outer_type_promotion_cuda_int16_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4221464Z test_outer_type_promotion_cuda_int16_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4221888Z test_outer_type_promotion_cuda_int16_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4222391Z test_outer_type_promotion_cuda_int16_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4222833Z test_outer_type_promotion_cuda_int16_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4223279Z test_outer_type_promotion_cuda_int16_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4223702Z test_outer_type_promotion_cuda_int32_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4224150Z test_outer_type_promotion_cuda_int32_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4224602Z test_outer_type_promotion_cuda_int32_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4225038Z test_outer_type_promotion_cuda_int32_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4225499Z test_outer_type_promotion_cuda_int32_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4225947Z test_outer_type_promotion_cuda_int32_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4226400Z test_outer_type_promotion_cuda_int32_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4226821Z test_outer_type_promotion_cuda_int32_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4227264Z test_outer_type_promotion_cuda_int32_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4227701Z test_outer_type_promotion_cuda_int32_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4228118Z test_outer_type_promotion_cuda_int32_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4228559Z test_outer_type_promotion_cuda_int32_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4229008Z test_outer_type_promotion_cuda_int64_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4229504Z test_outer_type_promotion_cuda_int64_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4229985Z test_outer_type_promotion_cuda_int64_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4230443Z test_outer_type_promotion_cuda_int64_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4231070Z test_outer_type_promotion_cuda_int64_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4231499Z test_outer_type_promotion_cuda_int64_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4231949Z test_outer_type_promotion_cuda_int64_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4232387Z test_outer_type_promotion_cuda_int64_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4232825Z test_outer_type_promotion_cuda_int64_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4233244Z test_outer_type_promotion_cuda_int64_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4233690Z test_outer_type_promotion_cuda_int64_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4234130Z test_outer_type_promotion_cuda_int64_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4234579Z test_outer_type_promotion_cuda_int8_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4235002Z test_outer_type_promotion_cuda_int8_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4235451Z test_outer_type_promotion_cuda_int8_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4235908Z test_outer_type_promotion_cuda_int8_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4236339Z test_outer_type_promotion_cuda_int8_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4236791Z test_outer_type_promotion_cuda_int8_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4237234Z test_outer_type_promotion_cuda_int8_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4237683Z test_outer_type_promotion_cuda_int8_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4238183Z test_outer_type_promotion_cuda_int8_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4238620Z test_outer_type_promotion_cuda_int8_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4239057Z test_outer_type_promotion_cuda_int8_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4239470Z test_outer_type_promotion_cuda_int8_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4239918Z test_outer_type_promotion_cuda_uint8_bfloat16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4240361Z test_outer_type_promotion_cuda_uint8_bool (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4240819Z test_outer_type_promotion_cuda_uint8_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4241257Z test_outer_type_promotion_cuda_uint8_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4241714Z test_outer_type_promotion_cuda_uint8_float16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4242167Z test_outer_type_promotion_cuda_uint8_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4242592Z test_outer_type_promotion_cuda_uint8_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4243038Z test_outer_type_promotion_cuda_uint8_int16 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4243481Z test_outer_type_promotion_cuda_uint8_int32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4243926Z test_outer_type_promotion_cuda_uint8_int64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4244344Z test_outer_type_promotion_cuda_uint8_int8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4244787Z test_outer_type_promotion_cuda_uint8_uint8 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4245208Z test_pca_lowrank_cuda (__main__.TestLinalgCUDA) ... ok (25.576s) 2022-12-01T11:05:20.4245649Z test_permute_matmul_cuda (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4246076Z test_pinv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.135s) 2022-12-01T11:05:20.4246481Z test_pinv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.559s) 2022-12-01T11:05:20.4246886Z test_pinv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.469s) 2022-12-01T11:05:20.4247250Z test_pinv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.569s) 2022-12-01T11:05:20.4247674Z test_pinv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.045s) 2022-12-01T11:05:20.4248136Z test_pinv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-12-01T11:05:20.4248566Z test_pinv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.038s) 2022-12-01T11:05:20.4249015Z test_pinv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.040s) 2022-12-01T11:05:20.4249450Z test_pinverse_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.139s) 2022-12-01T11:05:20.4249871Z test_pinverse_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.057s) 2022-12-01T11:05:20.4250263Z test_pinverse_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.046s) 2022-12-01T11:05:20.4250670Z test_pinverse_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.060s) 2022-12-01T11:05:20.4251089Z test_preferred_linalg_library_cuda (__main__.TestLinalgCUDA) ... ok (0.004s) 2022-12-01T11:05:20.4251478Z test_qr_batched_cuda_complex128 (__main__.TestLinalgCUDA) 2022-12-01T11:05:20.4251916Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.006s) 2022-12-01T11:05:20.4252339Z test_qr_batched_cuda_complex64 (__main__.TestLinalgCUDA) 2022-12-01T11:05:20.4252763Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.006s) 2022-12-01T11:05:20.4253153Z test_qr_batched_cuda_float32 (__main__.TestLinalgCUDA) 2022-12-01T11:05:20.4253571Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.005s) 2022-12-01T11:05:20.4253983Z test_qr_batched_cuda_float64 (__main__.TestLinalgCUDA) 2022-12-01T11:05:20.4254435Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.005s) 2022-12-01T11:05:20.4255076Z test_qr_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:3540: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T11:05:20.4255801Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:05:20.4256169Z Q, R = torch.qr(A, some) 2022-12-01T11:05:20.4256428Z should be replaced with 2022-12-01T11:05:20.4257067Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2367.) 2022-12-01T11:05:20.4257573Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-12-01T11:05:20.4257839Z ok (0.113s) 2022-12-01T11:05:20.4258169Z test_qr_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.102s) 2022-12-01T11:05:20.4258564Z test_qr_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.093s) 2022-12-01T11:05:20.4258930Z test_qr_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.091s) 2022-12-01T11:05:20.4259333Z test_qr_error_cases_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-12-01T11:05:20.4259741Z test_qr_vs_numpy_cuda_complex128 (__main__.TestLinalgCUDA) 2022-12-01T11:05:20.4260127Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.011s) 2022-12-01T11:05:20.4260490Z test_qr_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) 2022-12-01T11:05:20.4260873Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.011s) 2022-12-01T11:05:20.4261253Z test_qr_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) 2022-12-01T11:05:20.4261601Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.011s) 2022-12-01T11:05:20.4261977Z test_qr_vs_numpy_cuda_float64 (__main__.TestLinalgCUDA) 2022-12-01T11:05:20.4262402Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.011s) 2022-12-01T11:05:20.4262769Z test_renorm_cuda (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-12-01T11:05:20.4263185Z test_renorm_ps_cuda (__main__.TestLinalgCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:05:20.4263617Z test_slogdet_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.350s) 2022-12-01T11:05:20.4264037Z test_slogdet_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.212s) 2022-12-01T11:05:20.4264420Z test_slogdet_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.186s) 2022-12-01T11:05:20.4264818Z test_slogdet_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.205s) 2022-12-01T11:05:20.4265241Z test_slogdet_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-12-01T11:05:20.4265681Z test_slogdet_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-12-01T11:05:20.4266135Z test_slogdet_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-12-01T11:05:20.4266580Z test_slogdet_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-12-01T11:05:20.4267033Z test_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.019s) 2022-12-01T11:05:20.4267474Z test_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-12-01T11:05:20.4267926Z test_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.009s) 2022-12-01T11:05:20.4268375Z test_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-12-01T11:05:20.4268775Z test_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.176s) 2022-12-01T11:05:20.4269168Z test_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.071s) 2022-12-01T11:05:20.4269552Z test_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.058s) 2022-12-01T11:05:20.4269931Z test_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.090s) 2022-12-01T11:05:20.4270308Z test_solve_removed_error_cuda (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4270879Z test_strided_mm_bmm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4271373Z test_strided_mm_bmm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4271756Z test_svd_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (5.080s) 2022-12-01T11:05:20.4272141Z test_svd_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (3.676s) 2022-12-01T11:05:20.4272522Z test_svd_cuda_float32 (__main__.TestLinalgCUDA) ... ok (3.265s) 2022-12-01T11:05:20.4272897Z test_svd_cuda_float64 (__main__.TestLinalgCUDA) ... ok (3.436s) 2022-12-01T11:05:20.4274273Z test_svd_lowrank_cuda_float64 (__main__.TestLinalgCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_lowrank.py:184: UserWarning: torch.linalg.svd: During SVD computation with the selected cusolver driver, batches 0 failed to converge. A more accurate method will be used to compute the SVD as a fallback. Check doc at https://pytorch.org/docs/stable/generated/torch.linalg.svd.html (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.cpp:875.) 2022-12-01T11:05:20.4275212Z U, S, Vh = torch.linalg.svd(B_t, full_matrices=False) 2022-12-01T11:05:20.4275508Z ok (50.671s) 2022-12-01T11:05:20.4275854Z test_svd_memory_allocation_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.097s) 2022-12-01T11:05:20.4276281Z test_svd_memory_allocation_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.035s) 2022-12-01T11:05:20.4276721Z test_svd_memory_allocation_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.020s) 2022-12-01T11:05:20.4277147Z test_svd_memory_allocation_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.059s) 2022-12-01T11:05:20.4277553Z test_svd_nan_error_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (2.402s) 2022-12-01T11:05:20.4277969Z test_svd_nan_error_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.497s) 2022-12-01T11:05:20.4278444Z test_svd_nan_error_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.282s) 2022-12-01T11:05:20.4278860Z test_svd_nan_error_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.643s) 2022-12-01T11:05:20.4279469Z test_symeig_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:7012: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:05:20.4280186Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:05:20.4280629Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:05:20.4280922Z should be replaced with 2022-12-01T11:05:20.4281307Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:05:20.4281605Z and 2022-12-01T11:05:20.4281871Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:05:20.4282150Z should be replaced with 2022-12-01T11:05:20.4282776Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2824.) 2022-12-01T11:05:20.4283334Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T11:05:20.4284300Z /var/lib/jenkins/workspace/test/test_linalg.py:7012: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.4285209Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T11:05:20.4286173Z /var/lib/jenkins/workspace/test/test_linalg.py:7012: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.4287159Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T11:05:20.4288113Z /var/lib/jenkins/workspace/test/test_linalg.py:7012: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.4289032Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T11:05:20.4289988Z /var/lib/jenkins/workspace/test/test_linalg.py:7012: UserWarning: An output with one or more elements was resized since it had shape [5, 3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:05:20.4290910Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T11:05:20.4291224Z ok (1.362s) 2022-12-01T11:05:20.4291549Z test_symeig_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.362s) 2022-12-01T11:05:20.4291945Z test_symeig_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.356s) 2022-12-01T11:05:20.4292363Z test_symeig_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.354s) 2022-12-01T11:05:20.4292804Z test_symeig_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-12-01T11:05:20.4293274Z test_symeig_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-12-01T11:05:20.4293730Z test_symeig_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-12-01T11:05:20.4294161Z test_symeig_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-12-01T11:05:20.4294576Z test_tensordot_cuda (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-12-01T11:05:20.4294964Z test_tensorinv_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-12-01T11:05:20.4295354Z test_tensorinv_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-12-01T11:05:20.4295754Z test_tensorinv_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.022s) 2022-12-01T11:05:20.4296146Z test_tensorinv_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.021s) 2022-12-01T11:05:20.4296563Z test_tensorinv_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4296973Z test_tensorinv_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4297393Z test_tensorinv_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4297806Z test_tensorinv_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4298229Z test_tensorinv_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-12-01T11:05:20.4298692Z test_tensorinv_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-12-01T11:05:20.4299141Z test_tensorinv_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-12-01T11:05:20.4299585Z test_tensorinv_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-12-01T11:05:20.4300014Z test_tensorinv_singular_input_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-12-01T11:05:20.4300468Z test_tensorinv_singular_input_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-12-01T11:05:20.4300970Z test_tensorinv_singular_input_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-12-01T11:05:20.4301413Z test_tensorinv_singular_input_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-12-01T11:05:20.4301822Z test_tensorsolve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-12-01T11:05:20.4302237Z test_tensorsolve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.011s) 2022-12-01T11:05:20.4302645Z test_tensorsolve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-12-01T11:05:20.4303028Z test_tensorsolve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-12-01T11:05:20.4303441Z test_tensorsolve_empty_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4303875Z test_tensorsolve_empty_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4304284Z test_tensorsolve_empty_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4304711Z test_tensorsolve_empty_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.002s) 2022-12-01T11:05:20.4305145Z test_tensorsolve_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.010s) 2022-12-01T11:05:20.4305871Z test_triangular_solve_batched_broadcasting_cuda_complex128 (__main__.TestLinalgCUDA) ... /var/lib/jenkins/workspace/test/test_linalg.py:4234: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T11:05:20.4306611Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T11:05:20.4307007Z X = torch.triangular_solve(B, A).solution 2022-12-01T11:05:20.4307305Z should be replaced with 2022-12-01T11:05:20.4307828Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T11:05:20.4308402Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-12-01T11:05:20.4308773Z ok (0.045s) 2022-12-01T11:05:20.4309150Z test_triangular_solve_batched_broadcasting_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.046s) 2022-12-01T11:05:20.4309618Z test_triangular_solve_batched_broadcasting_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.043s) 2022-12-01T11:05:20.4310094Z test_triangular_solve_batched_broadcasting_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.042s) 2022-12-01T11:05:20.4310706Z test_triangular_solve_batched_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-12-01T11:05:20.4311171Z test_triangular_solve_batched_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-12-01T11:05:20.4311598Z test_triangular_solve_batched_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-12-01T11:05:20.4312042Z test_triangular_solve_batched_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.028s) 2022-12-01T11:05:20.4312593Z test_triangular_solve_batched_many_batches_cuda_complex128 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:05:20.4313242Z test_triangular_solve_batched_many_batches_cuda_complex64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:05:20.4313857Z test_triangular_solve_batched_many_batches_cuda_float32 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:05:20.4314477Z test_triangular_solve_batched_many_batches_cuda_float64 (__main__.TestLinalgCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:05:20.4315003Z test_triangular_solve_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-12-01T11:05:20.4315432Z test_triangular_solve_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.025s) 2022-12-01T11:05:20.4315853Z test_triangular_solve_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.024s) 2022-12-01T11:05:20.4316347Z test_triangular_solve_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.023s) 2022-12-01T11:05:20.4316792Z test_triangular_solve_out_errors_and_warnings_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-12-01T11:05:20.4317281Z test_triangular_solve_out_errors_and_warnings_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-12-01T11:05:20.4317763Z test_triangular_solve_out_errors_and_warnings_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.030s) 2022-12-01T11:05:20.4318222Z test_triangular_solve_out_errors_and_warnings_cuda_float64 (__main__.TestLinalgCUDA) ... ok (0.029s) 2022-12-01T11:05:20.4318651Z test_vdot_invalid_args_cuda (__main__.TestLinalgCUDA) ... ok (0.041s) 2022-12-01T11:05:20.4319053Z test_vdot_vs_numpy_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (0.006s) 2022-12-01T11:05:20.4319449Z test_vdot_vs_numpy_cuda_float32 (__main__.TestLinalgCUDA) ... ok (0.005s) 2022-12-01T11:05:20.4319849Z test_vector_norm_cuda_bfloat16 (__main__.TestLinalgCUDA) ... ok (1.742s) 2022-12-01T11:05:20.4320255Z test_vector_norm_cuda_complex128 (__main__.TestLinalgCUDA) ... ok (1.120s) 2022-12-01T11:05:20.4320658Z test_vector_norm_cuda_complex64 (__main__.TestLinalgCUDA) ... ok (1.780s) 2022-12-01T11:05:20.4321037Z test_vector_norm_cuda_float16 (__main__.TestLinalgCUDA) ... ok (1.743s) 2022-12-01T11:05:20.4321428Z test_vector_norm_cuda_float32 (__main__.TestLinalgCUDA) ... ok (1.741s) 2022-12-01T11:05:20.4321816Z test_vector_norm_cuda_float64 (__main__.TestLinalgCUDA) ... ok (1.094s) 2022-12-01T11:05:20.4322202Z test_vector_norm_dim_tuple_arg_cuda (__main__.TestLinalgCUDA) ... ok (0.042s) 2022-12-01T11:05:20.4322955Z test_vector_norm_extreme_values_cuda (__main__.TestLinalgCUDA) ... /opt/conda/lib/python3.10/site-packages/numpy/linalg/linalg.py:2570: RuntimeWarning: divide by zero encountered in power 2022-12-01T11:05:20.4323492Z ret **= (1 / ord) 2022-12-01T11:05:20.4324034Z /opt/conda/lib/python3.10/site-packages/numpy/linalg/linalg.py:2568: RuntimeWarning: divide by zero encountered in reciprocal 2022-12-01T11:05:20.4324421Z absx **= ord 2022-12-01T11:05:20.4324941Z /opt/conda/lib/python3.10/site-packages/numpy/linalg/linalg.py:2568: RuntimeWarning: divide by zero encountered in power 2022-12-01T11:05:20.4325331Z absx **= ord 2022-12-01T11:05:20.4325544Z ok (0.043s) 2022-12-01T11:05:20.4325694Z 2022-12-01T11:05:20.4325964Z ---------------------------------------------------------------------- 2022-12-01T11:05:20.4326297Z Ran 725 tests in 345.328s 2022-12-01T11:05:20.4326463Z 2022-12-01T11:05:20.4326556Z OK (skipped=49) 2022-12-01T11:05:20.4326714Z 2022-12-01T11:05:20.4326837Z Generating XML reports... 2022-12-01T11:05:20.4327367Z Generated XML report: test-reports/python-unittest/test_linalg/TEST-TestLinalgCUDA-20221201105934.xml 2022-12-01T11:05:20.4327674Z 2022-12-01T11:05:20.4328132Z ##[endgroup] 2022-12-01T11:05:20.4328621Z FINISHED PRINTING LOG FILE of test_linalg (/var/lib/jenkins/workspace/test/test-reports/test_linalg_74n7o68k) 2022-12-01T11:05:20.4328913Z 2022-12-01T11:05:20.4329127Z Running test_torch ... [2022-12-01 11:05:20.386942] 2022-12-01T11:05:20.4329772Z Executing ['/opt/conda/bin/python', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:05:20.387304] 2022-12-01T11:08:39.6218252Z 2022-12-01T11:08:39.6218815Z Expand the folded group to see the log file of test_torch 2022-12-01T11:08:39.6220026Z ##[group]PRINTING LOG FILE of test_torch (/var/lib/jenkins/workspace/test/test-reports/test_torch_sycwzedi) 2022-12-01T11:08:39.6223199Z 2022-12-01T11:08:39.6223658Z Running tests... 2022-12-01T11:08:39.6224378Z ---------------------------------------------------------------------- 2022-12-01T11:08:39.6225097Z Test results will be stored in test-reports/python-unittest/test_torch 2022-12-01T11:08:39.6225791Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.001s) 2022-12-01T11:08:39.6226193Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... ok (0.001s) 2022-12-01T11:08:39.6231023Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... ok (0.002s) 2022-12-01T11:08:39.6231542Z test_advancedindex_mixed_cpu_devices_cuda (__main__.TestDevicePrecisionCUDA) ... [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T11:08:39.6232015Z [TORCH_VITAL] CUDA.used true 2022-12-01T11:08:39.6232382Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T11:08:39.6235578Z [TORCH_VITAL] CUDA.used true 2022-12-01T11:08:39.6236074Z [TORCH_VITAL] Dataloader.enabled True 2022-12-01T11:08:39.6236586Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T11:08:39.6236976Z [TORCH_VITAL] CUDA.used true 2022-12-01T11:08:39.6237221Z ok (0.007s) 2022-12-01T11:08:39.6237847Z test_advancedindex_mixed_devices_error_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.022s) 2022-12-01T11:08:39.6238622Z test_clamp_cuda_float32 (__main__.TestDevicePrecisionCUDA) ... ok (0.023s) 2022-12-01T11:08:39.6239605Z test_clamp_cuda_float64 (__main__.TestDevicePrecisionCUDA) ... ok (0.021s) 2022-12-01T11:08:39.6240199Z test_clamp_cuda_int64 (__main__.TestDevicePrecisionCUDA) ... ok (0.013s) 2022-12-01T11:08:39.6240601Z test_copy_broadcast_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6241036Z test_copy_noncontig_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6242053Z test_cuda_device_idx_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6243025Z test_device_serialization_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6244051Z test_from_sequence_cuda_float16 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6245083Z test_from_sequence_cuda_float32 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6246168Z test_from_sequence_cuda_float64 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6246955Z test_from_sequence_cuda_int16 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6247756Z test_from_sequence_cuda_int32 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6248562Z test_from_sequence_cuda_int64 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6249322Z test_from_sequence_cuda_int8 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6250132Z test_from_sequence_cuda_uint8 (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6250917Z test_index_add_bfloat16_cuda (__main__.TestDevicePrecisionCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6251740Z test_multidevice_serialization_cuda (__main__.TestDevicePrecisionCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:08:39.6252812Z test_type_conversions_same_device_cuda (__main__.TestDevicePrecisionCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:08:39.6253527Z test_RNGState (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6254229Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6254954Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6255402Z test_Size (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6255859Z test_Size_iter (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6256510Z test_Size_scalar (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6257046Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6257885Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6258625Z test_apply (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6259326Z test_as_subclass (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:08:39.6260048Z test_assert_async (__main__.TestTorch) ... ok (0.022s) 2022-12-01T11:08:39.6260816Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.053s) 2022-12-01T11:08:39.6261578Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:08:39.6263688Z test_bmm_multithreaded (__main__.TestTorch) ... /var/lib/jenkins/workspace/test/test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:39.6265471Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:08:39.6267267Z /var/lib/jenkins/workspace/test/test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:39.6268130Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:08:39.6269022Z /var/lib/jenkins/workspace/test/test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:39.6269864Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:08:39.6271314Z /var/lib/jenkins/workspace/test/test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:39.6272165Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:08:39.6273051Z /var/lib/jenkins/workspace/test/test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:39.6273899Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:08:39.6274764Z /var/lib/jenkins/workspace/test/test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:39.6275589Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:08:39.6276470Z /var/lib/jenkins/workspace/test/test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:39.6277381Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:08:39.6278225Z /var/lib/jenkins/workspace/test/test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:39.6279067Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:08:39.6280308Z /var/lib/jenkins/workspace/test/test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:39.6281154Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:08:39.6282036Z /var/lib/jenkins/workspace/test/test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:39.6282931Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:08:39.6283812Z /var/lib/jenkins/workspace/test/test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:39.6284658Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:08:39.6285747Z /var/lib/jenkins/workspace/test/test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:39.6286592Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:08:39.6287454Z /var/lib/jenkins/workspace/test/test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:39.6288289Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:08:39.6289177Z /var/lib/jenkins/workspace/test/test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T11:08:39.6290077Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:08:39.6290315Z ok (0.758s) 2022-12-01T11:08:39.6290626Z test_boxMullerState (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6291056Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.001s) 2022-12-01T11:08:39.6291446Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6291793Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:08:39.6292144Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6292477Z test_contains (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6292834Z test_copy_broadcast (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:08:39.6293183Z test_copy_dtypes (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6293538Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:08:39.6294476Z test_copy_transpose (__main__.TestTorch) ... /var/lib/jenkins/workspace/test/test_torch.py:7525: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T11:08:39.6295153Z x = torch.arange(100 * 100).reshape(100, 100).to(dtype=torch.complex32).t() 2022-12-01T11:08:39.6295477Z ok (0.004s) 2022-12-01T11:08:39.6295959Z test_cuda_not_built (__main__.TestTorch) ... skip: CUDA is built, can't test CUDA not built error (0.001s) 2022-12-01T11:08:39.6296354Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6296762Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6297134Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6297471Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6297809Z test_cxx_flags (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6298841Z test_dead_weak_ref (__main__.TestTorch) ... [W python_variable.cpp:327] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2022-12-01T11:08:39.6299496Z ok (0.004s) 2022-12-01T11:08:39.6299782Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6300151Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6300527Z test_deterministic_flag (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6300884Z test_device (__main__.TestTorch) ... ok (0.023s) 2022-12-01T11:08:39.6301196Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6301524Z test_doc (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6301846Z test_doc_template (__main__.TestTorch) 2022-12-01T11:08:39.6302222Z Test that all public API doc strings use the same standard template for ... ok (0.026s) 2022-12-01T11:08:39.6302633Z test_dot_data_use (__main__.TestTorch) ... ok (0.013s) 2022-12-01T11:08:39.6302988Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:08:39.6303321Z test_element_size (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:08:39.6303661Z test_empty_meta (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:08:39.6304011Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6304337Z test_equal (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6304707Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.012s) 2022-12-01T11:08:39.6305086Z test_fill_diagonal (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6305444Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6305855Z test_from_buffer (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:08:39.6306196Z test_from_file (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:08:39.6306549Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6306884Z test_generator_cpu (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6307249Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6307618Z test_has_storage (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6308532Z test_index_add (__main__.TestTorch) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-12-01T11:08:39.6309039Z 2022-12-01T11:08:39.6309554Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-12-01T11:08:39.6310909Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-12-01T11:08:39.6311682Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-12-01T11:08:39.6312147Z warnings.warn(msg, FutureWarning) 2022-12-01T11:08:39.6312410Z ok (0.080s) 2022-12-01T11:08:39.6312716Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.029s) 2022-12-01T11:08:39.6313096Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6313446Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6313911Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6314297Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6314686Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6315032Z test_is_nonzero (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:08:39.6315986Z test_is_same_size (__main__.TestTorch) ... /opt/conda/lib/python3.10/site-packages/torch/nested/__init__.py:47: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-12-01T11:08:39.6316723Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T11:08:39.6317069Z ok (0.008s) 2022-12-01T11:08:39.6317329Z test_iter (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6317673Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6318044Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6318389Z test_manual_seed (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6318718Z test_map (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6319037Z test_map2 (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6319354Z test_max_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6319704Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6320061Z test_median_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6320392Z test_memory_format (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6320815Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6321247Z test_memory_format_empty (__main__.TestTorch) ... ok (0.011s) 2022-12-01T11:08:39.6321607Z test_min_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6321933Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6322395Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:08:39.6322942Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6323286Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6323624Z test_ndim (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6323951Z test_new (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:08:39.6324316Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:08:39.6324668Z test_newindex (__main__.TestTorch) ... ok (0.009s) 2022-12-01T11:08:39.6325009Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6325352Z test_normal_shape (__main__.TestTorch) ... ok (0.057s) 2022-12-01T11:08:39.6325673Z test_numel (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6326016Z test_parallel_info (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6326376Z test_parsing_double (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6326717Z test_parsing_int64 (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6327451Z test_parsing_intlist (__main__.TestTorch) ... /var/lib/jenkins/workspace/test/test_torch.py:6185: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. 2022-12-01T11:08:39.6328428Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-12-01T11:08:39.6328941Z self.assertRaises(TypeError, lambda: torch.ones((np.float(3.), torch.tensor(4)))) 2022-12-01T11:08:39.6329270Z ok (0.004s) 2022-12-01T11:08:39.6329561Z test_permute (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6329893Z test_pickle (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6330308Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6330667Z test_pickle_function (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6331037Z test_pickle_parameter (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6331435Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6331799Z test_pickle_size (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6332147Z test_pin_memory (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6332488Z test_print (__main__.TestTorch) ... ok (0.332s) 2022-12-01T11:08:39.6332809Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6333177Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6333544Z test_pytorch_library_disabled_env (__main__.TestTorch) ... ok (1.228s) 2022-12-01T11:08:39.6333902Z test_qengine (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6334235Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:08:39.6334599Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6334959Z test_reversed (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6335286Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6335632Z test_select_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6336038Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.001s) 2022-12-01T11:08:39.6336445Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6336811Z test_show_config (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6337160Z test_size_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6337501Z test_sizeof (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6337811Z test_slice (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6338236Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:08:39.6338674Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6339173Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.032s) 2022-12-01T11:08:39.6339559Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6339954Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6340337Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:08:39.6340737Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.008s) 2022-12-01T11:08:39.6341125Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6341490Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6341864Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6342264Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6342654Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6343039Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6343437Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6343813Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6344179Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6344524Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6344898Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6345316Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:08:39.6345641Z test_split_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:08:39.6345989Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:08:39.6346403Z test_std_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6346743Z test_storage_casts (__main__.TestTorch) ... ok (0.015s) 2022-12-01T11:08:39.6347089Z test_storage_error (__main__.TestTorch) ... ok (0.051s) 2022-12-01T11:08:39.6347454Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6347838Z test_structseq_repr (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6348187Z test_subclass_preserved (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6348561Z test_subclass_tensors (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6348918Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6349246Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.011s) 2022-12-01T11:08:39.6349602Z test_tensor_base_init (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6349961Z test_tensor_base_new (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6350295Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6350993Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.094s) 2022-12-01T11:08:39.6351398Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.043s) 2022-12-01T11:08:39.6351739Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6352100Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6352464Z test_tensor_set (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:08:39.6352809Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.040s) 2022-12-01T11:08:39.6353151Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6353517Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6353904Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.185s) 2022-12-01T11:08:39.6354734Z test_to (__main__.TestTorch) ... /var/lib/jenkins/workspace/test/test_torch.py:7566: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T11:08:39.6355574Z a = torch.tensor([[0, 1, 2], [2, 0, 3]]).to_sparse_csr() 2022-12-01T11:08:39.6355863Z ok (0.011s) 2022-12-01T11:08:39.6356163Z test_to_with_tensor (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6356491Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6356845Z test_torch_from_file (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:08:39.6357207Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:08:39.6357553Z test_type (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6357873Z test_type_alias (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6358253Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:08:39.6358636Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6358962Z test_unflatten (__main__.TestTorch) ... ok (0.025s) 2022-12-01T11:08:39.6359316Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:08:39.6359674Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:08:39.6360024Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.014s) 2022-12-01T11:08:39.6360409Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.014s) 2022-12-01T11:08:39.6360767Z test_var_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:08:39.6361118Z test_wildcard_import (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:08:39.6361505Z test_addcdiv_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6361965Z test_addcdiv_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6362411Z test_addcdiv_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6362901Z test_addcdiv_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6363349Z test_addcdiv_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6363787Z test_addcdiv_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6364192Z test_addcdiv_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6364620Z test_addcdiv_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6365052Z test_addcdiv_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6365477Z test_addcdiv_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6365899Z test_addcmul_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6366349Z test_addcmul_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6366788Z test_addcmul_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6367196Z test_addcmul_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6367631Z test_addcmul_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6368051Z test_addcmul_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6368473Z test_addcmul_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6368875Z test_addcmul_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6369306Z test_addcmul_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6369735Z test_addcmul_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6370199Z test_assertRaisesRegex_ignore_msg_non_native_device_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6370805Z test_bernoulli_edge_cases_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:08:39.6371514Z test_bernoulli_edge_cases_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:08:39.6372139Z test_bernoulli_edge_cases_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:08:39.6372651Z test_bernoulli_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-12-01T11:08:39.6373114Z test_bernoulli_p_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6373566Z test_bernoulli_p_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6374016Z test_bernoulli_p_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6374442Z test_bernoulli_self_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6374908Z test_bernoulli_self_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6375373Z test_bernoulli_self_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6375825Z test_bernoulli_self_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6376256Z test_bernoulli_self_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6376709Z test_bernoulli_self_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6377158Z test_bernoulli_self_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6377586Z test_bernoulli_self_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6378039Z test_bernoulli_self_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6378522Z test_bfloat16_float_copy_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:08:39.6379062Z test_bool_tensor_value_change_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6379516Z test_broadcast_fn_add_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.034s) 2022-12-01T11:08:39.6379972Z test_broadcast_fn_addcdiv_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.036s) 2022-12-01T11:08:39.6380427Z test_broadcast_fn_addcmul_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.034s) 2022-12-01T11:08:39.6380865Z test_broadcast_fn_atan2_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-12-01T11:08:39.6381315Z test_broadcast_fn_copy_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-12-01T11:08:39.6381766Z test_broadcast_fn_dist_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6382213Z test_broadcast_fn_div_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-12-01T11:08:39.6382639Z test_broadcast_fn_eq_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.030s) 2022-12-01T11:08:39.6383092Z test_broadcast_fn_fmod_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-12-01T11:08:39.6383540Z test_broadcast_fn_ge_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.030s) 2022-12-01T11:08:39.6383960Z test_broadcast_fn_gt_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.030s) 2022-12-01T11:08:39.6384387Z test_broadcast_fn_le_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.030s) 2022-12-01T11:08:39.6384830Z test_broadcast_fn_lerp_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.032s) 2022-12-01T11:08:39.6385272Z test_broadcast_fn_lt_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.030s) 2022-12-01T11:08:39.6385694Z test_broadcast_fn_map2_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6386140Z test_broadcast_fn_map_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6386608Z test_broadcast_fn_masked_fill_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.033s) 2022-12-01T11:08:39.6387061Z test_broadcast_fn_masked_scatter_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.033s) 2022-12-01T11:08:39.6387535Z test_broadcast_fn_masked_select_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6388064Z test_broadcast_fn_max_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6388504Z test_broadcast_fn_min_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6388923Z test_broadcast_fn_mul_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-12-01T11:08:39.6389361Z test_broadcast_fn_ne_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.030s) 2022-12-01T11:08:39.6389802Z test_broadcast_fn_pow_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-12-01T11:08:39.6390239Z test_broadcast_fn_remainder_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-12-01T11:08:39.6391037Z test_broadcast_fn_sub_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.032s) 2022-12-01T11:08:39.6391498Z test_bytes_to_scalar_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6391967Z test_bytes_to_scalar_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-12-01T11:08:39.6392422Z test_bytes_to_scalar_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6392886Z test_bytes_to_scalar_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6393348Z test_bytes_to_scalar_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6393781Z test_bytes_to_scalar_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6394232Z test_bytes_to_scalar_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6394680Z test_bytes_to_scalar_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6395126Z test_bytes_to_scalar_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6395642Z test_bytes_to_scalar_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6396126Z test_cauchy_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.347s) 2022-12-01T11:08:39.6396590Z test_cauchy_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T11:08:39.6397026Z test_cauchy_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T11:08:39.6397479Z test_cauchy_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6398023Z test_cauchy_no_inf_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:08:39.6398642Z test_cauchy_no_inf_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:08:39.6399160Z test_cdist_cuda_backward_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (1.534s) 2022-12-01T11:08:39.6399608Z test_cdist_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6400058Z test_cdist_euclidean_large_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6400529Z test_cdist_grad_p_lt_1_no_nan_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6401048Z test_cdist_large_batch_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:08:39.6401564Z test_cdist_large_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.035s) 2022-12-01T11:08:39.6402016Z test_cdist_non_contiguous_batch_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6402461Z test_cdist_non_contiguous_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6402912Z test_cdist_norm_batch_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.304s) 2022-12-01T11:08:39.6403345Z test_cdist_norm_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.288s) 2022-12-01T11:08:39.6403790Z test_cdist_same_inputs_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6404321Z test_clone_all_dtypes_and_devices_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6404790Z test_clone_not_memory_dense_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6405248Z test_clone_zero_stride_dim_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6405708Z test_complex_half_experimental_warning_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6406205Z test_constants_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:08:39.6406725Z test_conv_transposed_backward_agnostic_to_memory_format_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.839s) 2022-12-01T11:08:39.6407269Z test_conv_transposed_large_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.132s) 2022-12-01T11:08:39.6408013Z test_copy__cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:5209: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T11:08:39.6408611Z t.copy_(src) 2022-12-01T11:08:39.6408860Z ok (0.010s) 2022-12-01T11:08:39.6409193Z test_copy__cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6409609Z test_copy__cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6410052Z test_copy__cuda_complex32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T11:08:39.6410489Z test_copy__cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6410901Z test_copy__cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6411330Z test_copy__cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6411814Z test_copy__cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6412248Z test_copy__cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6412654Z test_copy__cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6413086Z test_copy__cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6413507Z test_copy__cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6413911Z test_copy__cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6414361Z test_copy_all_dtypes_and_devices_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6414817Z test_copy_math_view_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.307s) 2022-12-01T11:08:39.6415278Z test_copy_mem_overlap_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.021s) 2022-12-01T11:08:39.6415744Z test_copy_transpose_math_view_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6416238Z test_copy_transpose_math_view_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6416724Z test_copy_transpose_math_view_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6417414Z test_corrcoef_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:1918: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-12-01T11:08:39.6418001Z res = torch.corrcoef(x) 2022-12-01T11:08:39.6418553Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:380: RuntimeWarning: Mean of empty slice. 2022-12-01T11:08:39.6418949Z avg = a.mean(axis) 2022-12-01T11:08:39.6419471Z /opt/conda/lib/python3.10/site-packages/numpy/core/_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:08:39.6419887Z ret = um.true_divide( 2022-12-01T11:08:39.6420427Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:2683: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T11:08:39.6420893Z c = cov(x, y, rowvar, dtype=dtype) 2022-12-01T11:08:39.6421472Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:2542: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:08:39.6421902Z c *= np.true_divide(1, fact) 2022-12-01T11:08:39.6422457Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:2542: RuntimeWarning: invalid value encountered in multiply 2022-12-01T11:08:39.6422861Z c *= np.true_divide(1, fact) 2022-12-01T11:08:39.6423130Z ok (0.013s) 2022-12-01T11:08:39.6423483Z test_corrcoef_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T11:08:39.6423907Z test_corrcoef_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6424587Z test_cov_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:1925: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-12-01T11:08:39.6425259Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-12-01T11:08:39.6425734Z /var/lib/jenkins/workspace/test/test_torch.py:1929: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T11:08:39.6426170Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-12-01T11:08:39.6426799Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:412: RuntimeWarning: invalid value encountered in multiply 2022-12-01T11:08:39.6427279Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-12-01T11:08:39.6427588Z ok (0.120s) 2022-12-01T11:08:39.6427906Z test_cov_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.114s) 2022-12-01T11:08:39.6428332Z test_cov_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.100s) 2022-12-01T11:08:39.6428858Z test_cpp_warnings_have_python_context_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.171s) 2022-12-01T11:08:39.6429358Z test_cublas_config_nondeterministic_alert_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (36.972s) 2022-12-01T11:08:39.6429836Z test_cummax_cummin_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.027s) 2022-12-01T11:08:39.6430291Z test_cummax_discontiguous_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6431086Z test_cummin_discontiguous_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6431516Z test_cumprod_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6431939Z test_cumsum_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6432378Z test_deepcopy_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.031s) 2022-12-01T11:08:39.6432811Z test_deepcopy_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.030s) 2022-12-01T11:08:39.6433277Z test_deepcopy_scalar_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6433757Z test_deepcopy_scalar_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6434255Z test_device_guard_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.003s) 2022-12-01T11:08:39.6434710Z test_diff_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.075s) 2022-12-01T11:08:39.6435146Z test_diff_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.092s) 2022-12-01T11:08:39.6435589Z test_diff_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.093s) 2022-12-01T11:08:39.6436338Z test_diff_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1292: RuntimeWarning: overflow encountered in subtract 2022-12-01T11:08:39.6436833Z a = op(a[slice1], a[slice2]) 2022-12-01T11:08:39.6437101Z ok (0.088s) 2022-12-01T11:08:39.6437444Z test_diff_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.087s) 2022-12-01T11:08:39.6437857Z test_diff_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.087s) 2022-12-01T11:08:39.6438389Z test_diff_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.073s) 2022-12-01T11:08:39.6438805Z test_diff_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.072s) 2022-12-01T11:08:39.6439200Z test_diff_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.071s) 2022-12-01T11:08:39.6439619Z test_diff_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.073s) 2022-12-01T11:08:39.6440034Z test_diff_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.073s) 2022-12-01T11:08:39.6440443Z test_diff_noncontig_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.067s) 2022-12-01T11:08:39.6440910Z test_diff_noncontig_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.084s) 2022-12-01T11:08:39.6441385Z test_diff_noncontig_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.086s) 2022-12-01T11:08:39.6441853Z test_diff_noncontig_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.080s) 2022-12-01T11:08:39.6442298Z test_diff_noncontig_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.081s) 2022-12-01T11:08:39.6442755Z test_diff_noncontig_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.079s) 2022-12-01T11:08:39.6443206Z test_diff_noncontig_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.065s) 2022-12-01T11:08:39.6443665Z test_diff_noncontig_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.065s) 2022-12-01T11:08:39.6444097Z test_diff_noncontig_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.064s) 2022-12-01T11:08:39.6444553Z test_diff_noncontig_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.066s) 2022-12-01T11:08:39.6445041Z test_diff_noncontig_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.065s) 2022-12-01T11:08:39.6445478Z test_dim_function_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.026s) 2022-12-01T11:08:39.6446009Z test_discontiguous_out_cumsum_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6446466Z test_dist_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6446930Z test_errors_index_copy_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:08:39.6447392Z test_expected_failure_xla_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6447855Z test_exponential_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6448314Z test_exponential_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6448749Z test_exponential_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6449205Z test_exponential_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6449676Z test_exponential_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6450160Z test_exponential_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6450614Z test_exponential_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6451076Z test_exponential_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6451551Z test_exponential_no_zero_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6451998Z test_exponential_no_zero_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6452482Z test_gather_backward_deterministic_path_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6452999Z test_gather_backward_one_dim_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:08:39.6453486Z test_geometric_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6453922Z test_geometric_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6454364Z test_geometric_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6454890Z test_geometric_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6455312Z test_geometric_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6455753Z test_geometric_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6456182Z test_geometric_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6456615Z test_geometric_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6457031Z test_geometric_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6457483Z test_geometric_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6457964Z test_geometric_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6458405Z test_geometric_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6458872Z test_geometric_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6459323Z test_geometric_kstest_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6459780Z test_geometric_kstest_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6460209Z test_geometric_kstest_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6460669Z test_geometric_kstest_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6461123Z test_geometric_kstest_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6461555Z test_gradient_all_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.335s) 2022-12-01T11:08:39.6462076Z test_gradient_all_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.260s) 2022-12-01T11:08:39.6462883Z test_gradient_all_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1084: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:08:39.6463450Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-12-01T11:08:39.6463989Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:08:39.6464458Z b = (dx2 - dx1) / (dx1 * dx2) 2022-12-01T11:08:39.6465002Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1092: RuntimeWarning: invalid value encountered in multiply 2022-12-01T11:08:39.6465502Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:08:39.6466093Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1092: RuntimeWarning: invalid value encountered in add 2022-12-01T11:08:39.6466583Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:08:39.6467203Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1101: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:08:39.6467765Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T11:08:39.6468358Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1086: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:08:39.6468775Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-12-01T11:08:39.6469326Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1108: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:08:39.6469856Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T11:08:39.6470453Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1108: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:08:39.6471486Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T11:08:39.6472095Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1123: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:08:39.6472679Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-12-01T11:08:39.6473244Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1124: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:08:39.6473668Z b = (dx1 + dx2) / (dx1 * dx2) 2022-12-01T11:08:39.6474194Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1127: RuntimeWarning: invalid value encountered in multiply 2022-12-01T11:08:39.6474691Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:08:39.6475297Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1127: RuntimeWarning: invalid value encountered in add 2022-12-01T11:08:39.6475789Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:08:39.6476401Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1140: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:08:39.6476827Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-12-01T11:08:39.6477390Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1141: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:08:39.6477860Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-12-01T11:08:39.6478384Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1144: RuntimeWarning: invalid value encountered in multiply 2022-12-01T11:08:39.6478878Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:08:39.6479477Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1144: RuntimeWarning: invalid value encountered in add 2022-12-01T11:08:39.6479938Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:08:39.6480621Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1101: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:08:39.6481192Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T11:08:39.6481795Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1125: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:08:39.6482240Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-12-01T11:08:39.6482794Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1142: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:08:39.6483230Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-12-01T11:08:39.6483481Z ok (0.241s) 2022-12-01T11:08:39.6483862Z test_gradient_extreme_cases_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.068s) 2022-12-01T11:08:39.6484355Z test_gradient_extreme_cases_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.057s) 2022-12-01T11:08:39.6484839Z test_gradient_extreme_cases_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.082s) 2022-12-01T11:08:39.6485669Z test_gradient_type_promotion_cuda (__main__.TestTorchDeviceTypeCUDA) ... /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1080: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:08:39.6486361Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-12-01T11:08:39.6487004Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1101: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:08:39.6487578Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T11:08:39.6488198Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1108: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:08:39.6488767Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T11:08:39.6490100Z /opt/conda/lib/python3.10/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-12-01T11:08:39.6491054Z return torch.as_tensor(tensor_like) 2022-12-01T11:08:39.6491680Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1127: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:08:39.6492182Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:08:39.6492844Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1144: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:08:39.6493370Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:08:39.6494016Z /opt/conda/lib/python3.10/site-packages/numpy/lib/function_base.py:1092: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:08:39.6494540Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:08:39.6494863Z ok (0.097s) 2022-12-01T11:08:39.6495206Z test_hook_remove_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6495638Z test_index_add_deterministic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.046s) 2022-12-01T11:08:39.6496106Z test_index_add_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.024s) 2022-12-01T11:08:39.6496561Z test_index_copy_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.023s) 2022-12-01T11:08:39.6497053Z test_index_copy_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6497516Z test_index_copy_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.026s) 2022-12-01T11:08:39.6497976Z test_index_copy_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.026s) 2022-12-01T11:08:39.6498430Z test_index_copy_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-12-01T11:08:39.6498852Z test_index_copy_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-12-01T11:08:39.6499287Z test_index_copy_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-12-01T11:08:39.6499732Z test_index_copy_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-12-01T11:08:39.6500143Z test_index_copy_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6500578Z test_index_copy_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6501007Z test_index_copy_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6501442Z test_index_copy_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6501886Z test_index_copy_deterministic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (3.004s) 2022-12-01T11:08:39.6502349Z test_index_copy_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-12-01T11:08:39.6502810Z test_index_copy_scalars_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6503256Z test_index_copy_scalars_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6503718Z test_index_copy_scalars_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6504189Z test_index_copy_scalars_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6504658Z test_index_copy_scalars_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6505105Z test_index_copy_scalars_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6505565Z test_index_copy_scalars_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6506112Z test_index_copy_scalars_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6506562Z test_index_copy_scalars_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6506999Z test_index_copy_scalars_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6507453Z test_index_copy_scalars_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6507911Z test_index_copy_scalars_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6508347Z test_index_fill_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6508790Z test_index_fill_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6509231Z test_index_fill_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6509693Z test_index_fill_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6510129Z test_index_fill_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6510742Z test_index_fill_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6511189Z test_index_fill_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6511601Z test_index_fill_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6512027Z test_index_fill_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6512446Z test_index_fill_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6512872Z test_index_fill_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6513285Z test_index_fill_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6513816Z test_index_fill_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T11:08:39.6514298Z test_index_put_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.032s) 2022-12-01T11:08:39.6514766Z test_index_put_non_accumulate_deterministic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-12-01T11:08:39.6515858Z test_index_reduce_reduce_amax_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-12-01T11:08:39.6516423Z 2022-12-01T11:08:39.6516949Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-12-01T11:08:39.6517861Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-12-01T11:08:39.6518584Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-12-01T11:08:39.6519015Z warnings.warn(msg, FutureWarning) 2022-12-01T11:08:39.6519582Z /var/lib/jenkins/workspace/test/test_torch.py:2967: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu:1042.) 2022-12-01T11:08:39.6520185Z dest.index_reduce_(dim, idx, src, reduce, include_self=include_self) 2022-12-01T11:08:39.6520501Z ok (0.130s) 2022-12-01T11:08:39.6520845Z test_index_reduce_reduce_amax_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.130s) 2022-12-01T11:08:39.6521335Z test_index_reduce_reduce_amax_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.130s) 2022-12-01T11:08:39.6521822Z test_index_reduce_reduce_amax_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.127s) 2022-12-01T11:08:39.6522366Z test_index_reduce_reduce_amax_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.096s) 2022-12-01T11:08:39.6539688Z test_index_reduce_reduce_amax_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.096s) 2022-12-01T11:08:39.6540211Z test_index_reduce_reduce_amax_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.092s) 2022-12-01T11:08:39.6540701Z test_index_reduce_reduce_amax_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.096s) 2022-12-01T11:08:39.6541193Z test_index_reduce_reduce_amax_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.096s) 2022-12-01T11:08:39.6541662Z test_index_reduce_reduce_amin_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.130s) 2022-12-01T11:08:39.6542161Z test_index_reduce_reduce_amin_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.130s) 2022-12-01T11:08:39.6542661Z test_index_reduce_reduce_amin_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.130s) 2022-12-01T11:08:39.6543129Z test_index_reduce_reduce_amin_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.127s) 2022-12-01T11:08:39.6543610Z test_index_reduce_reduce_amin_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.096s) 2022-12-01T11:08:39.6544095Z test_index_reduce_reduce_amin_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.095s) 2022-12-01T11:08:39.6544573Z test_index_reduce_reduce_amin_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.093s) 2022-12-01T11:08:39.6545064Z test_index_reduce_reduce_amin_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.095s) 2022-12-01T11:08:39.6545553Z test_index_reduce_reduce_amin_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.095s) 2022-12-01T11:08:39.6546046Z test_index_reduce_reduce_mean_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.151s) 2022-12-01T11:08:39.6546625Z test_index_reduce_reduce_mean_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.150s) 2022-12-01T11:08:39.6547132Z test_index_reduce_reduce_mean_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.152s) 2022-12-01T11:08:39.6547621Z test_index_reduce_reduce_mean_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.148s) 2022-12-01T11:08:39.6548104Z test_index_reduce_reduce_mean_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.117s) 2022-12-01T11:08:39.6548563Z test_index_reduce_reduce_mean_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.119s) 2022-12-01T11:08:39.6549039Z test_index_reduce_reduce_mean_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.115s) 2022-12-01T11:08:39.6549514Z test_index_reduce_reduce_mean_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.118s) 2022-12-01T11:08:39.6549997Z test_index_reduce_reduce_mean_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.117s) 2022-12-01T11:08:39.6550658Z test_index_reduce_reduce_prod_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.136s) 2022-12-01T11:08:39.6551156Z test_index_reduce_reduce_prod_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.135s) 2022-12-01T11:08:39.6551646Z test_index_reduce_reduce_prod_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.136s) 2022-12-01T11:08:39.6552113Z test_index_reduce_reduce_prod_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.132s) 2022-12-01T11:08:39.6552597Z test_index_reduce_reduce_prod_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.101s) 2022-12-01T11:08:39.6553082Z test_index_reduce_reduce_prod_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.100s) 2022-12-01T11:08:39.6553564Z test_index_reduce_reduce_prod_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.098s) 2022-12-01T11:08:39.6554017Z test_index_reduce_reduce_prod_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.101s) 2022-12-01T11:08:39.6554503Z test_index_reduce_reduce_prod_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.100s) 2022-12-01T11:08:39.6554978Z test_index_select_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-12-01T11:08:39.6555654Z test_index_select_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6556050Z test_index_select_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-12-01T11:08:39.6556470Z test_index_select_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-12-01T11:08:39.6556935Z test_index_select_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-12-01T11:08:39.6557368Z test_index_select_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-12-01T11:08:39.6557822Z test_index_select_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6558279Z test_index_select_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6558733Z test_index_select_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6559163Z test_index_select_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6559621Z test_index_select_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6560070Z test_index_select_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6560513Z test_invalid_shapes_grid_sampler_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.055s) 2022-12-01T11:08:39.6560976Z test_is_set_to_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6561408Z test_is_signed_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6561850Z test_item_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6562259Z test_item_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6562701Z test_item_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6563219Z test_item_cuda_complex32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6563659Z test_item_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6564105Z test_item_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6564542Z test_item_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6564943Z test_item_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6565367Z test_item_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6565800Z test_item_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6566225Z test_item_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6566629Z test_item_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6567062Z test_item_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6567513Z test_large_cumprod_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (22.100s) 2022-12-01T11:08:39.6567958Z test_large_cumsum_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (22.882s) 2022-12-01T11:08:39.6568426Z test_log_normal_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6568883Z test_log_normal_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6569334Z test_log_normal_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6569759Z test_log_normal_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6570207Z test_logcumsumexp_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6570673Z test_lognormal_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6571123Z test_lognormal_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-12-01T11:08:39.6571599Z test_lognormal_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6572071Z test_lognormal_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T11:08:39.6572606Z test_masked_fill_bool_tensor_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6573052Z test_masked_fill_cuda_bfloat16_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6573530Z test_masked_fill_cuda_bfloat16_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6574001Z test_masked_fill_cuda_bool_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6574439Z test_masked_fill_cuda_bool_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6574910Z test_masked_fill_cuda_complex128_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6575393Z test_masked_fill_cuda_complex128_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6575874Z test_masked_fill_cuda_complex64_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6576331Z test_masked_fill_cuda_complex64_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6576801Z test_masked_fill_cuda_float16_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6577271Z test_masked_fill_cuda_float16_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6577742Z test_masked_fill_cuda_float32_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6578184Z test_masked_fill_cuda_float32_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6578655Z test_masked_fill_cuda_float64_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6579122Z test_masked_fill_cuda_float64_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6579556Z test_masked_fill_cuda_int16_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6580086Z test_masked_fill_cuda_int16_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6580561Z test_masked_fill_cuda_int32_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6581020Z test_masked_fill_cuda_int32_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6581455Z test_masked_fill_cuda_int64_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6581918Z test_masked_fill_cuda_int64_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6582379Z test_masked_fill_cuda_int8_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6582814Z test_masked_fill_cuda_int8_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6583280Z test_masked_fill_cuda_uint8_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6583743Z test_masked_fill_cuda_uint8_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6584211Z test_masked_fill_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6584671Z test_masked_scatter_bool_tensor_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6585144Z test_masked_scatter_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6585610Z test_masked_scatter_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6586054Z test_masked_scatter_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6586535Z test_masked_scatter_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6587005Z test_masked_scatter_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6587464Z test_masked_scatter_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6587901Z test_masked_scatter_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6588364Z test_masked_scatter_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6588876Z test_masked_scatter_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6589301Z test_masked_scatter_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6589757Z test_masked_scatter_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6590211Z test_masked_scatter_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6590905Z test_masked_scatter_large_tensor_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.465s) 2022-12-01T11:08:39.6591406Z test_masked_scatter_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6592209Z test_masked_select_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T11:08:39.6592907Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:08:39.6593197Z ok (0.008s) 2022-12-01T11:08:39.6593844Z test_masked_select_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T11:08:39.6594527Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:08:39.6594815Z ok (0.006s) 2022-12-01T11:08:39.6595569Z test_masked_select_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T11:08:39.6596257Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:08:39.6596547Z ok (0.007s) 2022-12-01T11:08:39.6597231Z test_masked_select_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T11:08:39.6597918Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:08:39.6598183Z ok (0.007s) 2022-12-01T11:08:39.6598856Z test_masked_select_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T11:08:39.6599543Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:08:39.6599833Z ok (0.007s) 2022-12-01T11:08:39.6600486Z test_masked_select_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T11:08:39.6601169Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:08:39.6601456Z ok (0.007s) 2022-12-01T11:08:39.6602123Z test_masked_select_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T11:08:39.6602779Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:08:39.6603069Z ok (0.007s) 2022-12-01T11:08:39.6603739Z test_masked_select_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T11:08:39.6604502Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:08:39.6604768Z ok (0.007s) 2022-12-01T11:08:39.6605433Z test_masked_select_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T11:08:39.6606106Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:08:39.6606392Z ok (0.006s) 2022-12-01T11:08:39.6607028Z test_masked_select_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T11:08:39.6607706Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:08:39.6607993Z ok (0.006s) 2022-12-01T11:08:39.6608664Z test_masked_select_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T11:08:39.6609318Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:08:39.6609605Z ok (0.006s) 2022-12-01T11:08:39.6610320Z test_masked_select_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_torch.py:3609: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T11:08:39.6611004Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:08:39.6611270Z ok (0.006s) 2022-12-01T11:08:39.6611641Z test_masked_select_discontiguous_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6612126Z test_memory_format_clone_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T11:08:39.6612577Z test_memory_format_consistency_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6613064Z test_memory_format_cpu_and_cuda_ops_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.027s) 2022-12-01T11:08:39.6613548Z test_memory_format_empty_like_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6614055Z test_memory_format_factory_like_functions_preserve_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.048s) 2022-12-01T11:08:39.6614541Z test_memory_format_operators_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.203s) 2022-12-01T11:08:39.6615048Z test_memory_format_preserved_after_permute_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6615558Z test_memory_format_propagation_rules_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6616009Z test_memory_format_to_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T11:08:39.6616464Z test_memory_format_type_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T11:08:39.6616935Z test_memory_format_type_shortcuts_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.079s) 2022-12-01T11:08:39.6617413Z test_module_share_memory_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6617856Z test_multinomial_cpu_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6618325Z test_multinomial_cpu_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6618801Z test_multinomial_cpu_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6619334Z test_multinomial_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.038s) 2022-12-01T11:08:39.6619765Z test_multinomial_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.038s) 2022-12-01T11:08:39.6620221Z test_multinomial_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.038s) 2022-12-01T11:08:39.6620711Z test_multinomial_deterministic_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.037s) 2022-12-01T11:08:39.6621195Z test_multinomial_deterministic_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.037s) 2022-12-01T11:08:39.6621695Z test_multinomial_deterministic_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.078s) 2022-12-01T11:08:39.6622198Z test_multinomial_device_constrain_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6622701Z test_multinomial_empty_w_replacement_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6623179Z test_multinomial_empty_wo_replacement_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6623736Z test_multinomial_gpu_device_constrain_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:08:39.6624374Z test_multinomial_rng_state_advance_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:08:39.6624924Z test_narrow_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6625407Z test_nondeterministic_alert_AdaptiveAvgPool2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-12-01T11:08:39.6625956Z test_nondeterministic_alert_AdaptiveAvgPool3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6626549Z test_nondeterministic_alert_AdaptiveMaxPool2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6627063Z test_nondeterministic_alert_AvgPool3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6627573Z test_nondeterministic_alert_CTCLoss_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-12-01T11:08:39.6628092Z test_nondeterministic_alert_EmbeddingBag_max_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-12-01T11:08:39.6628641Z test_nondeterministic_alert_FractionalMaxPool2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6629172Z test_nondeterministic_alert_FractionalMaxPool3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6629696Z test_nondeterministic_alert_MaxPool3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6630213Z test_nondeterministic_alert_MaxUnpool1d_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6630956Z test_nondeterministic_alert_MaxUnpool1d_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6631466Z test_nondeterministic_alert_MaxUnpool1d_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6631990Z test_nondeterministic_alert_MaxUnpool2d_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6632514Z test_nondeterministic_alert_MaxUnpool2d_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6633013Z test_nondeterministic_alert_MaxUnpool2d_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6633543Z test_nondeterministic_alert_MaxUnpool3d_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6634068Z test_nondeterministic_alert_MaxUnpool3d_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6634594Z test_nondeterministic_alert_MaxUnpool3d_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.009s) 2022-12-01T11:08:39.6635086Z test_nondeterministic_alert_NLLLoss_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-12-01T11:08:39.6635704Z test_nondeterministic_alert_ReflectionPad1d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6636234Z test_nondeterministic_alert_ReflectionPad2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6636755Z test_nondeterministic_alert_ReflectionPad3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6637253Z test_nondeterministic_alert_ReplicationPad1d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6637797Z test_nondeterministic_alert_ReplicationPad2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6638337Z test_nondeterministic_alert_ReplicationPad3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6638835Z test_nondeterministic_alert_bincount_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-12-01T11:08:39.6639346Z test_nondeterministic_alert_cumsum_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6639870Z test_nondeterministic_alert_cumsum_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6640392Z test_nondeterministic_alert_cumsum_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-12-01T11:08:39.6640888Z test_nondeterministic_alert_cumsum_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-12-01T11:08:39.6641400Z test_nondeterministic_alert_cumsum_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6641919Z test_nondeterministic_alert_cumsum_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6642418Z test_nondeterministic_alert_cumsum_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6642891Z test_nondeterministic_alert_cumsum_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6643461Z test_nondeterministic_alert_cumsum_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6643984Z test_nondeterministic_alert_cumsum_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6644496Z test_nondeterministic_alert_grid_sample_2d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6644982Z test_nondeterministic_alert_grid_sample_3d_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6645528Z test_nondeterministic_alert_histc_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-12-01T11:08:39.6646048Z test_nondeterministic_alert_interpolate_bicubic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-12-01T11:08:39.6646565Z test_nondeterministic_alert_interpolate_bilinear_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-12-01T11:08:39.6647104Z test_nondeterministic_alert_interpolate_linear_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-12-01T11:08:39.6647653Z test_nondeterministic_alert_interpolate_trilinear_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-12-01T11:08:39.6648191Z test_nondeterministic_alert_kthvalue_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.026s) 2022-12-01T11:08:39.6648684Z test_nondeterministic_alert_median_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.029s) 2022-12-01T11:08:39.6649200Z test_nondeterministic_alert_put_accumulate_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6649705Z test_nondeterministic_alert_put_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6650184Z test_normal_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6650626Z test_normal_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T11:08:39.6651090Z test_normal_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T11:08:39.6651553Z test_normal_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T11:08:39.6652056Z test_nullary_op_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.051s) 2022-12-01T11:08:39.6652529Z test_pairwise_distance_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6652987Z test_pdist_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6653440Z test_pdist_norm_large_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (84.820s) 2022-12-01T11:08:39.6653874Z test_pickle_gradscaler_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6654346Z test_pin_memory_from_constructor_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6654823Z test_put_accumulate_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6655278Z test_put_accumulate_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6655765Z test_put_accumulate_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6656243Z test_put_accumulate_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6656709Z test_put_accumulate_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6657136Z test_put_accumulate_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6657605Z test_put_accumulate_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6658063Z test_put_accumulate_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6658492Z test_put_accumulate_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6658954Z test_put_accumulate_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6659416Z test_put_accumulate_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6659920Z test_put_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.113s) 2022-12-01T11:08:39.6660349Z test_put_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.129s) 2022-12-01T11:08:39.6660797Z test_put_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.134s) 2022-12-01T11:08:39.6661238Z test_put_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.113s) 2022-12-01T11:08:39.6661648Z test_put_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.114s) 2022-12-01T11:08:39.6662085Z test_put_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.108s) 2022-12-01T11:08:39.6662508Z test_put_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.075s) 2022-12-01T11:08:39.6662938Z test_put_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.075s) 2022-12-01T11:08:39.6663344Z test_put_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.071s) 2022-12-01T11:08:39.6663773Z test_put_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.075s) 2022-12-01T11:08:39.6664204Z test_put_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.076s) 2022-12-01T11:08:39.6664615Z test_put_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6665061Z test_put_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.033s) 2022-12-01T11:08:39.6665519Z test_repeat_interleave_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6665947Z test_scalar_check_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.124s) 2022-12-01T11:08:39.6666399Z test_scatter_add_bool_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6666871Z test_scatter_add_non_unique_index_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6667363Z test_scatter_add_one_dim_deterministic_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (3.256s) 2022-12-01T11:08:39.6667832Z test_scatter_add_to_large_input_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6668294Z test_scatter_bool_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6668748Z test_scatter_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-12-01T11:08:39.6669333Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6669874Z test_scatter_reduce_multiply_unsupported_dtypes_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6670412Z test_scatter_reduce_non_unique_index_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6671191Z test_scatter_reduce_non_unique_index_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6671685Z test_scatter_reduce_non_unique_index_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6672215Z test_scatter_reduce_non_unique_index_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6672738Z test_scatter_reduce_non_unique_index_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6673248Z test_scatter_reduce_non_unique_index_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6673732Z test_scatter_reduce_non_unique_index_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:08:39.6674241Z test_scatter_reduce_non_unique_index_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6674746Z test_scatter_reduce_non_unique_index_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6675245Z test_scatter_reduce_non_unique_index_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6675716Z test_scatter_reduce_non_unique_index_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6676216Z test_scatter_reduce_non_unique_index_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6676835Z test_scatter_reduce_operations_to_large_input_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6677371Z test_scatter_reduce_operations_to_large_input_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6677919Z test_scatter_reduce_operations_to_large_input_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6678473Z test_scatter_reduce_operations_to_large_input_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6679023Z test_scatter_reduce_operations_to_large_input_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6679539Z test_scatter_reduce_operations_to_large_input_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6680079Z test_scatter_reduce_operations_to_large_input_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6680616Z test_scatter_reduce_operations_to_large_input_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6681153Z test_scatter_reduce_operations_to_large_input_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6681658Z test_scatter_reduce_operations_to_large_input_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6682191Z test_scatter_reduce_operations_to_large_input_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6682721Z test_scatter_reduce_operations_to_large_input_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6683231Z test_scatter_reduce_scalar_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6683690Z test_scatter_reduce_scalar_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6684183Z test_scatter_reduce_scalar_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6684682Z test_scatter_reduce_scalar_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6685231Z test_scatter_reduce_scalar_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6685717Z test_scatter_reduce_scalar_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6686199Z test_scatter_reduce_scalar_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6686678Z test_scatter_reduce_scalar_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6687134Z test_scatter_reduce_scalar_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6687610Z test_scatter_reduce_scalar_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6688078Z test_scatter_reduce_scalar_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6688560Z test_scatter_reduce_scalar_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6689008Z test_scatter_to_large_input_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6689480Z test_scatter_zero_size_index_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6689942Z test_serialization_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:08:39.6690380Z test_set_storage_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-12-01T11:08:39.6690845Z test_set_storage_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6691310Z test_set_storage_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6691780Z test_set_storage_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6692217Z test_set_storage_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6692741Z test_set_storage_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6693211Z test_set_storage_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6693646Z test_set_storage_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6694096Z test_set_storage_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6694544Z test_set_storage_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6694996Z test_set_storage_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6695423Z test_set_storage_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.016s) 2022-12-01T11:08:39.6695871Z test_shift_mem_overlap_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-12-01T11:08:39.6696308Z test_skip_xla_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6696731Z test_storage_all_devices_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6697186Z test_storage_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T11:08:39.6697648Z test_storage_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.024s) 2022-12-01T11:08:39.6698108Z test_storage_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-12-01T11:08:39.6698532Z test_storage_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-12-01T11:08:39.6698977Z test_storage_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.017s) 2022-12-01T11:08:39.6699421Z test_storage_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.011s) 2022-12-01T11:08:39.6699837Z test_storage_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.012s) 2022-12-01T11:08:39.6700277Z test_storage_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-12-01T11:08:39.6700709Z test_storage_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T11:08:39.6701156Z test_storage_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T11:08:39.6701618Z test_storage_meta_errors_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:08:39.6702215Z test_storage_meta_errors_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:08:39.6702753Z test_storage_meta_errors_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:08:39.6703270Z test_storage_meta_errors_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:08:39.6703805Z test_storage_meta_errors_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:08:39.6704327Z test_storage_meta_errors_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:08:39.6704859Z test_storage_meta_errors_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:08:39.6705360Z test_storage_meta_errors_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:08:39.6705889Z test_storage_meta_errors_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:08:39.6706407Z test_storage_meta_errors_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:08:39.6706922Z test_storage_meta_errors_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:08:39.6707411Z test_storage_meta_errors_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:08:39.6707919Z test_storage_meta_from_tensor_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6708411Z test_storage_meta_from_tensor_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6708931Z test_storage_meta_from_tensor_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6709441Z test_storage_meta_from_tensor_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6709941Z test_storage_meta_from_tensor_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6710436Z test_storage_meta_from_tensor_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6711122Z test_storage_meta_from_tensor_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6711606Z test_storage_meta_from_tensor_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6712086Z test_storage_meta_from_tensor_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6712562Z test_storage_meta_from_tensor_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6713019Z test_storage_meta_from_tensor_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6713503Z test_storage_meta_from_tensor_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6713985Z test_storage_setitem_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6714433Z test_storage_setitem_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6714912Z test_storage_setitem_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6715388Z test_storage_setitem_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6715851Z test_storage_setitem_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6716291Z test_storage_setitem_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6716746Z test_storage_setitem_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6717206Z test_storage_setitem_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6717639Z test_storage_setitem_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6718189Z test_storage_setitem_cuda_qint32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6718656Z test_storage_setitem_cuda_qint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6719121Z test_storage_setitem_cuda_quint4x2 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6719566Z test_storage_setitem_cuda_quint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6720026Z test_storage_setitem_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:08:39.6720491Z test_strides_propagation_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.139s) 2022-12-01T11:08:39.6721614Z test_sync_warning_cuda (__main__.TestTorchDeviceTypeCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/cuda/__init__.py:638: UserWarning: Synchronization debug mode is a prototype feature and does not yet detect all synchronizing operations (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp:672.) 2022-12-01T11:08:39.6722307Z torch._C._cuda_set_sync_debug_mode(debug_mode) 2022-12-01T11:08:39.6722604Z ok (0.111s) 2022-12-01T11:08:39.6722953Z test_take_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-12-01T11:08:39.6723362Z test_take_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-12-01T11:08:39.6723805Z test_take_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.021s) 2022-12-01T11:08:39.6724251Z test_take_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.022s) 2022-12-01T11:08:39.6724694Z test_take_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-12-01T11:08:39.6725109Z test_take_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-12-01T11:08:39.6725616Z test_take_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-12-01T11:08:39.6726059Z test_take_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-12-01T11:08:39.6726466Z test_take_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-12-01T11:08:39.6726888Z test_take_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.013s) 2022-12-01T11:08:39.6727318Z test_take_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-12-01T11:08:39.6727749Z test_take_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.014s) 2022-12-01T11:08:39.6728155Z test_take_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6728611Z test_tensor_from_storage_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-12-01T11:08:39.6729092Z test_tensor_from_storage_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-12-01T11:08:39.6729549Z test_tensor_from_storage_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-12-01T11:08:39.6730042Z test_tensor_from_storage_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-12-01T11:08:39.6730529Z test_tensor_from_storage_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-12-01T11:08:39.6731003Z test_tensor_from_storage_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.020s) 2022-12-01T11:08:39.6731445Z test_tensor_from_storage_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.019s) 2022-12-01T11:08:39.6731917Z test_tensor_from_storage_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-12-01T11:08:39.6732391Z test_tensor_from_storage_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-12-01T11:08:39.6732832Z test_tensor_from_storage_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-12-01T11:08:39.6733304Z test_tensor_from_storage_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-12-01T11:08:39.6733777Z test_tensor_from_storage_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.018s) 2022-12-01T11:08:39.6734303Z test_tensor_set_errors_multigpu_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:08:39.6734856Z test_tensor_shape_empty_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.015s) 2022-12-01T11:08:39.6735334Z test_tensor_storage_type_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6735819Z test_tensor_storage_type_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6736307Z test_tensor_storage_type_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6736774Z test_tensor_storage_type_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6737264Z test_tensor_storage_type_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6737741Z test_tensor_storage_type_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6738191Z test_tensor_storage_type_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6738670Z test_tensor_storage_type_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6739145Z test_tensor_storage_type_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6739615Z test_tensor_storage_type_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6740062Z test_tensor_storage_type_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6740535Z test_tensor_storage_type_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6741014Z test_ternary_op_mem_overlap_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6741469Z test_typed_storage_meta_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6741999Z test_typed_storage_meta_cuda_bool (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6742488Z test_typed_storage_meta_cuda_complex128 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6742981Z test_typed_storage_meta_cuda_complex64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6743441Z test_typed_storage_meta_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6743917Z test_typed_storage_meta_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6744391Z test_typed_storage_meta_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6744839Z test_typed_storage_meta_cuda_int16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6745345Z test_typed_storage_meta_cuda_int32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6745813Z test_typed_storage_meta_cuda_int64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6746285Z test_typed_storage_meta_cuda_int8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6746732Z test_typed_storage_meta_cuda_uint8 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6747212Z test_unfold_all_devices_and_dtypes_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:08:39.6747682Z test_unfold_scalars_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6748151Z test_uniform_kstest_cuda_bfloat16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6748593Z test_uniform_kstest_cuda_float16 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6749053Z test_uniform_kstest_cuda_float32 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:08:39.6749502Z test_uniform_kstest_cuda_float64 (__main__.TestTorchDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:08:39.6749936Z test_untyped_storage_meta_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:08:39.6750440Z test_warn_always_caught_cuda (__main__.TestTorchDeviceTypeCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:08:39.6751230Z test_where_scalar_handcrafted_values_cuda (__main__.TestTorchDeviceTypeCUDA) ... ok (0.028s) 2022-12-01T11:08:39.6751709Z test_cuda_vitals_gpu_only_cuda (__main__.TestVitalSignsCudaCUDA) ... ok (0.001s) 2022-12-01T11:08:39.6752081Z [TORCH_VITAL] Dataloader.enabled True 2022-12-01T11:08:39.6752459Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T11:08:39.6752803Z [TORCH_VITAL] CUDA.used true 2022-12-01T11:08:39.6752992Z 2022-12-01T11:08:39.6753267Z ---------------------------------------------------------------------- 2022-12-01T11:08:39.6753617Z Ran 852 tests in 195.234s 2022-12-01T11:08:39.6753793Z 2022-12-01T11:08:39.6753911Z OK (skipped=36) 2022-12-01T11:08:39.6754078Z 2022-12-01T11:08:39.6754215Z Generating XML reports... 2022-12-01T11:08:39.6754754Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20221201110523.xml 2022-12-01T11:08:39.6755483Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestDevicePrecisionCUDA-20221201110523.xml 2022-12-01T11:08:39.6756163Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorch-20221201110523.xml 2022-12-01T11:08:39.6756570Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCUDA-20221201110523.xml 2022-12-01T11:08:39.6756950Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCUDA-20221201110523.xml 2022-12-01T11:08:39.6757112Z [TORCH_VITAL] Dataloader.enabled True 2022-12-01T11:08:39.6757305Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T11:08:39.6757446Z [TORCH_VITAL] CUDA.used true 2022-12-01T11:08:39.6757465Z 2022-12-01T11:08:39.6757946Z ##[endgroup] 2022-12-01T11:08:39.6758314Z FINISHED PRINTING LOG FILE of test_torch (/var/lib/jenkins/workspace/test/test-reports/test_torch_sycwzedi) 2022-12-01T11:08:39.6758334Z 2022-12-01T11:08:39.6758659Z Running test_jit_cuda_fuser ... [2022-12-01 11:08:39.622870] 2022-12-01T11:08:39.6759166Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:08:39.623327] 2022-12-01T11:11:40.9242180Z 2022-12-01T11:11:40.9242886Z Expand the folded group to see the log file of test_jit_cuda_fuser 2022-12-01T11:11:40.9245086Z ##[group]PRINTING LOG FILE of test_jit_cuda_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_cuda_fuser_uv9z5vsk) 2022-12-01T11:11:40.9267521Z 2022-12-01T11:11:40.9267973Z Running tests... 2022-12-01T11:11:40.9269128Z ---------------------------------------------------------------------- 2022-12-01T11:11:40.9270116Z Test results will be stored in test-reports/python-unittest/test_jit_cuda_fuser 2022-12-01T11:11:40.9271429Z test__softmax_function (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9272351Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9274297Z test_addcmul_ops (__main__.TestCudaFuser) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: fmad is disabled for nvrtc, which could negatively affect performance. Try removing `fma` from env variable PYTORCH_NVFUSER_DISABLE for optimal performance. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/utils.cpp:152.) 2022-12-01T11:11:40.9275674Z return callable(*args, **kwargs) 2022-12-01T11:11:40.9276709Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: ptxas optimization level manually set as 0, which could negatively affect performance. Try removing env variable PYTORCH_NVFUSER_JIT_OPT_LEVEL for optimal performance. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:1104.) 2022-12-01T11:11:40.9277458Z return callable(*args, **kwargs) 2022-12-01T11:11:40.9277728Z ok (1.022s) 2022-12-01T11:11:40.9278448Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-12-01T11:11:40.9278963Z test_autocast_1 (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-12-01T11:11:40.9279480Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-12-01T11:11:40.9279974Z test_autocast_2 (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9280455Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-12-01T11:11:40.9289816Z test_backward_type (__main__.TestCudaFuser) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:197: UserWarning: ptxas optimization level manually set as 0, which could negatively affect performance. Try removing env variable PYTORCH_NVFUSER_JIT_OPT_LEVEL for optimal performance. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:1104.) 2022-12-01T11:11:40.9291594Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:11:40.9292493Z ok (1.360s) 2022-12-01T11:11:40.9293207Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9294202Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9295280Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9296263Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.002s) 2022-12-01T11:11:40.9297020Z test_binary_bitwise (__main__.TestCudaFuser) ... ok (26.671s) 2022-12-01T11:11:40.9298146Z test_binary_ops (__main__.TestCudaFuser) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9299001Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... ok (0.251s) 2022-12-01T11:11:40.9299924Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.001s) 2022-12-01T11:11:40.9300821Z test_binary_ops_permutation (__main__.TestCudaFuser) ... ok (34.497s) 2022-12-01T11:11:40.9301486Z test_branches (__main__.TestCudaFuser) ... ok (0.674s) 2022-12-01T11:11:40.9302116Z test_broadcasting_0 (__main__.TestCudaFuser) ... ok (0.253s) 2022-12-01T11:11:40.9302881Z test_broadcasting_1 (__main__.TestCudaFuser) ... ok (0.258s) 2022-12-01T11:11:40.9303557Z test_broadcasting_2 (__main__.TestCudaFuser) ... ok (0.266s) 2022-12-01T11:11:40.9304202Z test_broadcasting_3 (__main__.TestCudaFuser) ... ok (0.233s) 2022-12-01T11:11:40.9305323Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.001s) 2022-12-01T11:11:40.9306340Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.001s) 2022-12-01T11:11:40.9307335Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... ok (0.264s) 2022-12-01T11:11:40.9308003Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... ok (0.267s) 2022-12-01T11:11:40.9308880Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... ok (0.278s) 2022-12-01T11:11:40.9309550Z test_category_rule (__main__.TestCudaFuser) ... ok (1.273s) 2022-12-01T11:11:40.9310330Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... ok (1.059s) 2022-12-01T11:11:40.9311424Z test_chunk (__main__.TestCudaFuser) ... ok (0.247s) 2022-12-01T11:11:40.9311968Z test_clamp (__main__.TestCudaFuser) ... ok (0.651s) 2022-12-01T11:11:40.9312725Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... ok (0.216s) 2022-12-01T11:11:40.9313423Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... ok (0.006s) 2022-12-01T11:11:40.9314174Z test_const (__main__.TestCudaFuser) ... ok (0.223s) 2022-12-01T11:11:40.9314909Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... ok (0.227s) 2022-12-01T11:11:40.9315574Z test_conv2d_bias (__main__.TestCudaFuser) ... ok (0.968s) 2022-12-01T11:11:40.9317480Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: concrete shape for bias input is required to decompose into conv + bias (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/graph_fuser.cpp:2302.) 2022-12-01T11:11:40.9318924Z return callable(*args, **kwargs) 2022-12-01T11:11:40.9319404Z ok (0.017s) 2022-12-01T11:11:40.9319953Z test_cpu_scalar (__main__.TestCudaFuser) ... ok (0.486s) 2022-12-01T11:11:40.9320583Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... ok (0.010s) 2022-12-01T11:11:40.9321836Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... STAGE:2022-12-01 11:09:56 19986:19986 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:11:40.9323045Z STAGE:2022-12-01 11:09:57 19986:19986 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:11:40.9323710Z ok (1.149s) 2022-12-01T11:11:40.9324206Z test_device_constant (__main__.TestCudaFuser) ... ok (0.006s) 2022-12-01T11:11:40.9325015Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... ok (0.278s) 2022-12-01T11:11:40.9325784Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... ok (0.006s) 2022-12-01T11:11:40.9326653Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... ok (0.232s) 2022-12-01T11:11:40.9327468Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.001s) 2022-12-01T11:11:40.9328421Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... ok (0.348s) 2022-12-01T11:11:40.9329235Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9330154Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... ok (0.365s) 2022-12-01T11:11:40.9331127Z test_dynamic_size (__main__.TestCudaFuser) ... [W init.cpp:1046] Warning: Use _jit_set_fusion_strategy, bailout depth is deprecated. Setting to (STATIC, 20) (function operator()) 2022-12-01T11:11:40.9331945Z ok (0.271s) 2022-12-01T11:11:40.9333025Z test_expand (__main__.TestCudaFuser) ... /opt/conda/lib/python3.10/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-12-01T11:11:40.9334032Z warnings.warn("Only works in script mode") 2022-12-01T11:11:40.9334564Z ok (0.260s) 2022-12-01T11:11:40.9335364Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9336284Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.002s) 2022-12-01T11:11:40.9337075Z test_gelu (__main__.TestCudaFuser) ... ok (1.189s) 2022-12-01T11:11:40.9337813Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-12-01T11:11:40.9338762Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... ok (0.234s) 2022-12-01T11:11:40.9339426Z test_graph_rng (__main__.TestCudaFuser) ... ok (0.363s) 2022-12-01T11:11:40.9340074Z test_half (__main__.TestCudaFuser) ... ok (0.274s) 2022-12-01T11:11:40.9340729Z test_high_rank_fusion (__main__.TestCudaFuser) ... ok (0.008s) 2022-12-01T11:11:40.9341472Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9342227Z test_inplace_removal (__main__.TestCudaFuser) ... ok (0.245s) 2022-12-01T11:11:40.9343025Z test_input_output_passthrough (__main__.TestCudaFuser) ... ok (0.242s) 2022-12-01T11:11:40.9343879Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9344804Z test_issue1445_fusion (__main__.TestCudaFuser) ... ok (0.222s) 2022-12-01T11:11:40.9345374Z test_issue_1785 (__main__.TestCudaFuser) ... ok (0.892s) 2022-12-01T11:11:40.9346190Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-12-01T11:11:40.9347153Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9348026Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9348851Z test_linear (__main__.TestCudaFuser) ... ok (0.502s) 2022-12-01T11:11:40.9351116Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: concrete shape for linear input & weight are required to decompose into matmul + bias (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/graph_fuser.cpp:2141.) 2022-12-01T11:11:40.9352585Z return callable(*args, **kwargs) 2022-12-01T11:11:40.9353134Z ok (0.013s) 2022-12-01T11:11:40.9353818Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires multiple CUDA device (0.001s) 2022-12-01T11:11:40.9354762Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-12-01T11:11:40.9355685Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9356678Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9357630Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9358649Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-12-01T11:11:40.9359592Z test_norm (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9360524Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9361490Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9362523Z test_norm_half (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9363593Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9364522Z test_norm_large (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9365573Z test_normalization_partition (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-12-01T11:11:40.9366508Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... ok (0.231s) 2022-12-01T11:11:40.9367345Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... ok (0.009s) 2022-12-01T11:11:40.9368188Z test_overlapped_input (__main__.TestCudaFuser) ... ok (0.220s) 2022-12-01T11:11:40.9369033Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9370070Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... ok (0.243s) 2022-12-01T11:11:40.9371476Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... /var/lib/jenkins/workspace/test/test_jit_cuda_fuser.py:2247: UserWarning: permutation propagation is broken, proper support should come after nvfuser permutation scheduler update 2022-12-01T11:11:40.9372340Z warnings.warn( 2022-12-01T11:11:40.9372663Z ok (0.243s) 2022-12-01T11:11:40.9373183Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... ok (0.345s) 2022-12-01T11:11:40.9374305Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... ok (0.279s) 2022-12-01T11:11:40.9375138Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9376301Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9377427Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.001s) 2022-12-01T11:11:40.9378503Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9379407Z test_random_topo (__main__.TestCudaFuser) ... ok (0.421s) 2022-12-01T11:11:40.9380316Z test_reduction (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9381302Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9382296Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9383462Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-12-01T11:11:40.9384540Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9385614Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9386606Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9387448Z test_rsub (__main__.TestCudaFuser) ... ok (0.258s) 2022-12-01T11:11:40.9388170Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... ok (0.216s) 2022-12-01T11:11:40.9388926Z test_scalar_input (__main__.TestCudaFuser) ... ok (0.260s) 2022-12-01T11:11:40.9389555Z test_scalar_tensor (__main__.TestCudaFuser) ... ok (0.214s) 2022-12-01T11:11:40.9390293Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... ok (0.223s) 2022-12-01T11:11:40.9391305Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... ok (0.896s) 2022-12-01T11:11:40.9392213Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.002s) 2022-12-01T11:11:40.9393236Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9394067Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... ok (0.007s) 2022-12-01T11:11:40.9395032Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9395928Z test_singleton_fusion (__main__.TestCudaFuser) ... ok (0.219s) 2022-12-01T11:11:40.9396706Z test_skip_parser (__main__.TestCudaFuser) ... ok (0.684s) 2022-12-01T11:11:40.9397566Z test_softmax (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9398622Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9399470Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-12-01T11:11:40.9400417Z test_softmax_half (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9401157Z test_softplus_fuser (__main__.TestCudaFuser) ... ok (0.513s) 2022-12-01T11:11:40.9401976Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T11:11:40.9402977Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T11:11:40.9404321Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T11:11:40.9405196Z test_strict_fusion (__main__.TestCudaFuser) ... ok (0.245s) 2022-12-01T11:11:40.9405958Z test_sum_to_one (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9406879Z test_sum_to_size (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9407670Z test_ternary_ops (__main__.TestCudaFuser) ... ok (1.807s) 2022-12-01T11:11:40.9408467Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... ok (3.796s) 2022-12-01T11:11:40.9409280Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... ok (0.001s) 2022-12-01T11:11:40.9410022Z test_to_boolean (__main__.TestCudaFuser) ... ok (0.215s) 2022-12-01T11:11:40.9410740Z test_to_copy (__main__.TestCudaFuser) ... ok (0.871s) 2022-12-01T11:11:40.9411520Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-12-01T11:11:40.9412512Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-12-01T11:11:40.9413402Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... ok (0.228s) 2022-12-01T11:11:40.9414127Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... ok (0.230s) 2022-12-01T11:11:40.9414968Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-12-01T11:11:40.9415772Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... ok (0.230s) 2022-12-01T11:11:40.9416598Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9417369Z test_type_as_op (__main__.TestCudaFuser) ... ok (0.245s) 2022-12-01T11:11:40.9418081Z test_type_inference (__main__.TestCudaFuser) ... ok (0.013s) 2022-12-01T11:11:40.9418801Z test_unary_bitwise (__main__.TestCudaFuser) ... ok (0.497s) 2022-12-01T11:11:40.9421094Z test_unary_ops (__main__.TestCudaFuser) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: ptxas optimization level manually set as 0, which could negatively affect performance. Try removing env variable PYTORCH_NVFUSER_JIT_OPT_LEVEL for optimal performance. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:1104.) 2022-12-01T11:11:40.9422898Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:11:40.9423646Z ok (64.483s) 2022-12-01T11:11:40.9424469Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T11:11:40.9425422Z test_variance (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-12-01T11:11:40.9426437Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-12-01T11:11:40.9427506Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2022-12-01T11:11:40.9428614Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-12-01T11:11:40.9429769Z test_nvfuser_correctness_H_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9431709Z test_nvfuser_correctness_H_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9433075Z test_nvfuser_correctness_H_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9434368Z test_nvfuser_correctness_H_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9435919Z test_nvfuser_correctness_H_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9437155Z test_nvfuser_correctness_H_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9438328Z test_nvfuser_correctness_H_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9439615Z test_nvfuser_correctness_H_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9440956Z test_nvfuser_correctness_H_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9442262Z test_nvfuser_correctness_H_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9443423Z test_nvfuser_correctness_H_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9444620Z test_nvfuser_correctness_H_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9445874Z test_nvfuser_correctness_H_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9447239Z test_nvfuser_correctness_T_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9448502Z test_nvfuser_correctness_T_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9449866Z test_nvfuser_correctness_T_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9451211Z test_nvfuser_correctness_T_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9452558Z test_nvfuser_correctness_T_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9453803Z test_nvfuser_correctness_T_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9455031Z test_nvfuser_correctness_T_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9456399Z test_nvfuser_correctness_T_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9457663Z test_nvfuser_correctness_T_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9458984Z test_nvfuser_correctness_T_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9460260Z test_nvfuser_correctness_T_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9461399Z test_nvfuser_correctness_T_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9462699Z test_nvfuser_correctness_T_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9464097Z test_nvfuser_correctness___getitem___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9465259Z test_nvfuser_correctness___getitem___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9466548Z test_nvfuser_correctness___getitem___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9467727Z test_nvfuser_correctness___getitem___cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9469123Z test_nvfuser_correctness___getitem___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9470528Z test_nvfuser_correctness___getitem___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9471913Z test_nvfuser_correctness___getitem___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9473102Z test_nvfuser_correctness___getitem___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9474314Z test_nvfuser_correctness___getitem___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9475858Z test_nvfuser_correctness___getitem___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9477226Z test_nvfuser_correctness___getitem___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9478483Z test_nvfuser_correctness___getitem___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9479848Z test_nvfuser_correctness___getitem___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9481158Z test_nvfuser_correctness___radd___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9482442Z test_nvfuser_correctness___radd___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9483726Z test_nvfuser_correctness___radd___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9485060Z test_nvfuser_correctness___radd___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9486404Z test_nvfuser_correctness___radd___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9487731Z test_nvfuser_correctness___radd___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9489117Z test_nvfuser_correctness___radd___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9490512Z test_nvfuser_correctness___radd___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9491923Z test_nvfuser_correctness___radd___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9493261Z test_nvfuser_correctness___radd___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9494295Z test_nvfuser_correctness___radd___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9494932Z test_nvfuser_correctness___radd___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9495561Z test_nvfuser_correctness___rand___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9496327Z test_nvfuser_correctness___rand___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9496923Z test_nvfuser_correctness___rand___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9497788Z test_nvfuser_correctness___rand___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9499111Z test_nvfuser_correctness___rand___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9499651Z test_nvfuser_correctness___rand___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9501007Z test_nvfuser_correctness___rdiv___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9502080Z test_nvfuser_correctness___rdiv___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9502836Z test_nvfuser_correctness___rdiv___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9503476Z test_nvfuser_correctness___rdiv___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9504132Z test_nvfuser_correctness___rdiv___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9504782Z test_nvfuser_correctness___rdiv___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9505427Z test_nvfuser_correctness___rdiv___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9506063Z test_nvfuser_correctness___rdiv___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9506673Z test_nvfuser_correctness___rdiv___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9507295Z test_nvfuser_correctness___rdiv___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9507930Z test_nvfuser_correctness___rdiv___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9508637Z test_nvfuser_correctness___rdiv___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9509257Z test_nvfuser_correctness___rmatmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9509913Z test_nvfuser_correctness___rmatmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9510964Z test_nvfuser_correctness___rmatmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9511640Z test_nvfuser_correctness___rmatmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9512276Z test_nvfuser_correctness___rmatmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9512908Z test_nvfuser_correctness___rmod___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9513545Z test_nvfuser_correctness___rmod___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9514186Z test_nvfuser_correctness___rmod___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9514827Z test_nvfuser_correctness___rmod___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9515526Z test_nvfuser_correctness___rmod___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9516171Z test_nvfuser_correctness___rmod___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9516796Z test_nvfuser_correctness___rmod___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9517428Z test_nvfuser_correctness___rmod___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9518056Z test_nvfuser_correctness___rmod___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9518677Z test_nvfuser_correctness___rmul___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9519325Z test_nvfuser_correctness___rmul___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9519961Z test_nvfuser_correctness___rmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9520609Z test_nvfuser_correctness___rmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9521236Z test_nvfuser_correctness___rmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9521885Z test_nvfuser_correctness___rmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9522526Z test_nvfuser_correctness___rmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9523240Z test_nvfuser_correctness___rmul___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9523872Z test_nvfuser_correctness___rmul___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9524473Z test_nvfuser_correctness___rmul___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9525101Z test_nvfuser_correctness___rmul___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9525730Z test_nvfuser_correctness___rmul___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9526353Z test_nvfuser_correctness___ror___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9526966Z test_nvfuser_correctness___ror___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9527587Z test_nvfuser_correctness___ror___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9528221Z test_nvfuser_correctness___ror___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9528895Z test_nvfuser_correctness___ror___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9529518Z test_nvfuser_correctness___ror___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9530152Z test_nvfuser_correctness___rpow___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9530811Z test_nvfuser_correctness___rpow___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9531466Z test_nvfuser_correctness___rpow___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9532119Z test_nvfuser_correctness___rpow___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9532738Z test_nvfuser_correctness___rpow___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9533375Z test_nvfuser_correctness___rpow___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9534011Z test_nvfuser_correctness___rpow___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9534634Z test_nvfuser_correctness___rpow___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9535240Z test_nvfuser_correctness___rpow___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9535869Z test_nvfuser_correctness___rpow___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9536548Z test_nvfuser_correctness___rpow___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9537176Z test_nvfuser_correctness___rsub___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9537815Z test_nvfuser_correctness___rsub___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9538444Z test_nvfuser_correctness___rsub___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9539089Z test_nvfuser_correctness___rsub___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9539733Z test_nvfuser_correctness___rsub___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9540366Z test_nvfuser_correctness___rsub___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9540979Z test_nvfuser_correctness___rsub___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9541599Z test_nvfuser_correctness___rsub___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9542257Z test_nvfuser_correctness___rsub___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9542896Z test_nvfuser_correctness___rsub___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9543523Z test_nvfuser_correctness___rsub___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9544126Z test_nvfuser_correctness___rxor___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9544747Z test_nvfuser_correctness___rxor___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9545356Z test_nvfuser_correctness___rxor___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9545971Z test_nvfuser_correctness___rxor___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9546578Z test_nvfuser_correctness___rxor___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9547192Z test_nvfuser_correctness___rxor___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9547815Z test_nvfuser_correctness_abs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9548436Z test_nvfuser_correctness_abs_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9549069Z test_nvfuser_correctness_abs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9552751Z test_nvfuser_correctness_abs_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9553396Z test_nvfuser_correctness_abs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9554032Z test_nvfuser_correctness_abs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9554663Z test_nvfuser_correctness_abs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9555281Z test_nvfuser_correctness_abs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9555998Z test_nvfuser_correctness_abs_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9556541Z test_nvfuser_correctness_abs_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9557151Z test_nvfuser_correctness_abs_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9557738Z test_nvfuser_correctness_abs_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9558357Z test_nvfuser_correctness_abs_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9559125Z test_nvfuser_correctness_acos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9559788Z test_nvfuser_correctness_acos_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9560462Z test_nvfuser_correctness_acos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9561045Z test_nvfuser_correctness_acos_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9561674Z test_nvfuser_correctness_acos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9562313Z test_nvfuser_correctness_acos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9562933Z test_nvfuser_correctness_acos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9563542Z test_nvfuser_correctness_acos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9564172Z test_nvfuser_correctness_acos_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9564803Z test_nvfuser_correctness_acos_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9565438Z test_nvfuser_correctness_acos_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9566049Z test_nvfuser_correctness_acos_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9566755Z test_nvfuser_correctness_acos_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9567398Z test_nvfuser_correctness_acosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9568030Z test_nvfuser_correctness_acosh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9568675Z test_nvfuser_correctness_acosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9569313Z test_nvfuser_correctness_acosh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9569969Z test_nvfuser_correctness_acosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9570620Z test_nvfuser_correctness_acosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9571248Z test_nvfuser_correctness_acosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9571850Z test_nvfuser_correctness_acosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9572482Z test_nvfuser_correctness_acosh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9573145Z test_nvfuser_correctness_acosh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9573782Z test_nvfuser_correctness_acosh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9574416Z test_nvfuser_correctness_acosh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9575029Z test_nvfuser_correctness_acosh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9575666Z test_nvfuser_correctness_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9576301Z test_nvfuser_correctness_add_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9576945Z test_nvfuser_correctness_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9577570Z test_nvfuser_correctness_add_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9578196Z test_nvfuser_correctness_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9578838Z test_nvfuser_correctness_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9579477Z test_nvfuser_correctness_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9580086Z test_nvfuser_correctness_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9580780Z test_nvfuser_correctness_add_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9581403Z test_nvfuser_correctness_add_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9582016Z test_nvfuser_correctness_add_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9582629Z test_nvfuser_correctness_add_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9583238Z test_nvfuser_correctness_add_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9583880Z test_nvfuser_correctness_addbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9584527Z test_nvfuser_correctness_addbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9585183Z test_nvfuser_correctness_addbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9585798Z test_nvfuser_correctness_addbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9586492Z test_nvfuser_correctness_addbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9587212Z test_nvfuser_correctness_addcdiv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9587878Z test_nvfuser_correctness_addcdiv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9588540Z test_nvfuser_correctness_addcdiv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9589176Z test_nvfuser_correctness_addcdiv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9589823Z test_nvfuser_correctness_addcdiv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9590880Z test_nvfuser_correctness_addcdiv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9591506Z test_nvfuser_correctness_addcmul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9592141Z test_nvfuser_correctness_addcmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9592792Z test_nvfuser_correctness_addcmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9593444Z test_nvfuser_correctness_addcmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9594096Z test_nvfuser_correctness_addcmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9594820Z test_nvfuser_correctness_addcmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9595465Z test_nvfuser_correctness_addcmul_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9596112Z test_nvfuser_correctness_addcmul_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9596742Z test_nvfuser_correctness_addcmul_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9597388Z test_nvfuser_correctness_addcmul_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9598005Z test_nvfuser_correctness_addcmul_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9598652Z test_nvfuser_correctness_addmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9599304Z test_nvfuser_correctness_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9599957Z test_nvfuser_correctness_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9600583Z test_nvfuser_correctness_addmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9601286Z test_nvfuser_correctness_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9601933Z test_nvfuser_correctness_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9602592Z test_nvfuser_correctness_addmm_decomposed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9603281Z test_nvfuser_correctness_addmm_decomposed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9603947Z test_nvfuser_correctness_addmm_decomposed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9604573Z test_nvfuser_correctness_addmm_decomposed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9605199Z test_nvfuser_correctness_addmm_decomposed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9605877Z test_nvfuser_correctness_addmm_decomposed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9606516Z test_nvfuser_correctness_addmv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9607169Z test_nvfuser_correctness_addmv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9607827Z test_nvfuser_correctness_addmv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9608475Z test_nvfuser_correctness_addmv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9609148Z test_nvfuser_correctness_addmv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9609781Z test_nvfuser_correctness_addmv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9610403Z test_nvfuser_correctness_addr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9611044Z test_nvfuser_correctness_addr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9611688Z test_nvfuser_correctness_addr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9612326Z test_nvfuser_correctness_addr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9612969Z test_nvfuser_correctness_addr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9613600Z test_nvfuser_correctness_addr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9614227Z test_nvfuser_correctness_addr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9614927Z test_nvfuser_correctness_addr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9615579Z test_nvfuser_correctness_addr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9616214Z test_nvfuser_correctness_addr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9616845Z test_nvfuser_correctness_addr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9617476Z test_nvfuser_correctness_addr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9618090Z test_nvfuser_correctness_all_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9618728Z test_nvfuser_correctness_all_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9619370Z test_nvfuser_correctness_all_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9620021Z test_nvfuser_correctness_all_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9620645Z test_nvfuser_correctness_all_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9621351Z test_nvfuser_correctness_all_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9621904Z test_nvfuser_correctness_all_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9622618Z test_nvfuser_correctness_all_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9623223Z test_nvfuser_correctness_all_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9623848Z test_nvfuser_correctness_all_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9624477Z test_nvfuser_correctness_all_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9625104Z test_nvfuser_correctness_all_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9625696Z test_nvfuser_correctness_allclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9626228Z test_nvfuser_correctness_allclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9626778Z test_nvfuser_correctness_allclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9627319Z test_nvfuser_correctness_allclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9627831Z test_nvfuser_correctness_allclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9628355Z test_nvfuser_correctness_allclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9628994Z test_nvfuser_correctness_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9629645Z test_nvfuser_correctness_amax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9630287Z test_nvfuser_correctness_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9631317Z test_nvfuser_correctness_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9631938Z test_nvfuser_correctness_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9632573Z test_nvfuser_correctness_amax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9633210Z test_nvfuser_correctness_amax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9633831Z test_nvfuser_correctness_amax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9634460Z test_nvfuser_correctness_amax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9635090Z test_nvfuser_correctness_amax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9635727Z test_nvfuser_correctness_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9636345Z test_nvfuser_correctness_amin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9636985Z test_nvfuser_correctness_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9637725Z test_nvfuser_correctness_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9638352Z test_nvfuser_correctness_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9638985Z test_nvfuser_correctness_amin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9639594Z test_nvfuser_correctness_amin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9640227Z test_nvfuser_correctness_amin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9640864Z test_nvfuser_correctness_amin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9641487Z test_nvfuser_correctness_amin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9642105Z test_nvfuser_correctness_aminmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9642750Z test_nvfuser_correctness_aminmax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9643506Z test_nvfuser_correctness_aminmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9644179Z test_nvfuser_correctness_aminmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9644807Z test_nvfuser_correctness_aminmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9645450Z test_nvfuser_correctness_aminmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9646088Z test_nvfuser_correctness_aminmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9646719Z test_nvfuser_correctness_aminmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9647361Z test_nvfuser_correctness_aminmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9647978Z test_nvfuser_correctness_aminmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9648614Z test_nvfuser_correctness_angle_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9649264Z test_nvfuser_correctness_angle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9649919Z test_nvfuser_correctness_angle_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9650558Z test_nvfuser_correctness_angle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9651269Z test_nvfuser_correctness_angle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9651903Z test_nvfuser_correctness_angle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9652538Z test_nvfuser_correctness_angle_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9653166Z test_nvfuser_correctness_angle_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9653775Z test_nvfuser_correctness_angle_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9654403Z test_nvfuser_correctness_angle_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9655045Z test_nvfuser_correctness_angle_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9655680Z test_nvfuser_correctness_any_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9656292Z test_nvfuser_correctness_any_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9657010Z test_nvfuser_correctness_any_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9657624Z test_nvfuser_correctness_any_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9658283Z test_nvfuser_correctness_any_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9658889Z test_nvfuser_correctness_any_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9659561Z test_nvfuser_correctness_any_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9660182Z test_nvfuser_correctness_any_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9660815Z test_nvfuser_correctness_any_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9661438Z test_nvfuser_correctness_any_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9662035Z test_nvfuser_correctness_any_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9662665Z test_nvfuser_correctness_any_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9663303Z test_nvfuser_correctness_arange_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9663953Z test_nvfuser_correctness_arange_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9664576Z test_nvfuser_correctness_arange_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9665279Z test_nvfuser_correctness_arange_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9665923Z test_nvfuser_correctness_arange_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9666558Z test_nvfuser_correctness_arange_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9667165Z test_nvfuser_correctness_arange_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9667803Z test_nvfuser_correctness_arange_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9668437Z test_nvfuser_correctness_arange_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9669082Z test_nvfuser_correctness_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9669727Z test_nvfuser_correctness_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9670350Z test_nvfuser_correctness_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9671422Z test_nvfuser_correctness_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9672079Z test_nvfuser_correctness_argmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9672714Z test_nvfuser_correctness_argmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9673320Z test_nvfuser_correctness_argmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9673957Z test_nvfuser_correctness_argmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9674589Z test_nvfuser_correctness_argmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9675230Z test_nvfuser_correctness_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9675884Z test_nvfuser_correctness_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9676505Z test_nvfuser_correctness_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9677140Z test_nvfuser_correctness_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9677781Z test_nvfuser_correctness_argmin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9678411Z test_nvfuser_correctness_argmin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9679026Z test_nvfuser_correctness_argmin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9679740Z test_nvfuser_correctness_argmin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9680377Z test_nvfuser_correctness_argmin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9681012Z test_nvfuser_correctness_argsort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9681641Z test_nvfuser_correctness_argsort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9682294Z test_nvfuser_correctness_argsort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9682942Z test_nvfuser_correctness_argsort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9683585Z test_nvfuser_correctness_argsort_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9684218Z test_nvfuser_correctness_argsort_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9684824Z test_nvfuser_correctness_argsort_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9685522Z test_nvfuser_correctness_argsort_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9686171Z test_nvfuser_correctness_argsort_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9686824Z test_nvfuser_correctness_argwhere_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9687456Z test_nvfuser_correctness_argwhere_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9688113Z test_nvfuser_correctness_argwhere_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9688784Z test_nvfuser_correctness_argwhere_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9689447Z test_nvfuser_correctness_argwhere_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9690104Z test_nvfuser_correctness_argwhere_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9690739Z test_nvfuser_correctness_argwhere_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9691384Z test_nvfuser_correctness_argwhere_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9692020Z test_nvfuser_correctness_argwhere_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9692652Z test_nvfuser_correctness_argwhere_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9693336Z test_nvfuser_correctness_argwhere_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9693976Z test_nvfuser_correctness_argwhere_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9694633Z test_nvfuser_correctness_as_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9695286Z test_nvfuser_correctness_as_strided_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9695942Z test_nvfuser_correctness_as_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9696589Z test_nvfuser_correctness_as_strided_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9697249Z test_nvfuser_correctness_as_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9697898Z test_nvfuser_correctness_as_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9698553Z test_nvfuser_correctness_as_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9699224Z test_nvfuser_correctness_as_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9699881Z test_nvfuser_correctness_as_strided_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9700523Z test_nvfuser_correctness_as_strided_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9701174Z test_nvfuser_correctness_as_strided_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9701817Z test_nvfuser_correctness_as_strided_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9702439Z test_nvfuser_correctness_as_strided_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9703104Z test_nvfuser_correctness_as_strided_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9703778Z test_nvfuser_correctness_as_strided_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9704455Z test_nvfuser_correctness_as_strided_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9705122Z test_nvfuser_correctness_as_strided_scatter_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9705804Z test_nvfuser_correctness_as_strided_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9706471Z test_nvfuser_correctness_as_strided_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9707203Z test_nvfuser_correctness_as_strided_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9707883Z test_nvfuser_correctness_as_strided_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9708532Z test_nvfuser_correctness_as_strided_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9709202Z test_nvfuser_correctness_as_strided_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9709863Z test_nvfuser_correctness_as_strided_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9710928Z test_nvfuser_correctness_as_strided_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9711593Z test_nvfuser_correctness_as_strided_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9712242Z test_nvfuser_correctness_asin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9712874Z test_nvfuser_correctness_asin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9713589Z test_nvfuser_correctness_asin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9714259Z test_nvfuser_correctness_asin_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9714879Z test_nvfuser_correctness_asin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9715510Z test_nvfuser_correctness_asin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9716140Z test_nvfuser_correctness_asin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9716766Z test_nvfuser_correctness_asin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9717381Z test_nvfuser_correctness_asin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9718020Z test_nvfuser_correctness_asin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9718650Z test_nvfuser_correctness_asin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9719278Z test_nvfuser_correctness_asin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9719892Z test_nvfuser_correctness_asin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9720528Z test_nvfuser_correctness_asinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9721251Z test_nvfuser_correctness_asinh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9721888Z test_nvfuser_correctness_asinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9722586Z test_nvfuser_correctness_asinh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9723218Z test_nvfuser_correctness_asinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9723868Z test_nvfuser_correctness_asinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9724512Z test_nvfuser_correctness_asinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9725149Z test_nvfuser_correctness_asinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9725770Z test_nvfuser_correctness_asinh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9726398Z test_nvfuser_correctness_asinh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9727067Z test_nvfuser_correctness_asinh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9727716Z test_nvfuser_correctness_asinh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9728356Z test_nvfuser_correctness_asinh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9728971Z test_nvfuser_correctness_atan2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9729606Z test_nvfuser_correctness_atan2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9730237Z test_nvfuser_correctness_atan2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9730863Z test_nvfuser_correctness_atan2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9731479Z test_nvfuser_correctness_atan2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9732095Z test_nvfuser_correctness_atan2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9732709Z test_nvfuser_correctness_atan2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9733322Z test_nvfuser_correctness_atan2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9733936Z test_nvfuser_correctness_atan2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9734568Z test_nvfuser_correctness_atan2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9735268Z test_nvfuser_correctness_atan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9735906Z test_nvfuser_correctness_atan_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9736547Z test_nvfuser_correctness_atan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9737176Z test_nvfuser_correctness_atan_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9737816Z test_nvfuser_correctness_atan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9738461Z test_nvfuser_correctness_atan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9739094Z test_nvfuser_correctness_atan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9739702Z test_nvfuser_correctness_atan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9740333Z test_nvfuser_correctness_atan_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9741002Z test_nvfuser_correctness_atan_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9741643Z test_nvfuser_correctness_atan_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9742248Z test_nvfuser_correctness_atan_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9742873Z test_nvfuser_correctness_atan_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9743513Z test_nvfuser_correctness_atanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9744144Z test_nvfuser_correctness_atanh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9744791Z test_nvfuser_correctness_atanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9745432Z test_nvfuser_correctness_atanh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9746086Z test_nvfuser_correctness_atanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9746734Z test_nvfuser_correctness_atanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9747365Z test_nvfuser_correctness_atanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9747981Z test_nvfuser_correctness_atanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9748676Z test_nvfuser_correctness_atanh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9749311Z test_nvfuser_correctness_atanh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9749930Z test_nvfuser_correctness_atanh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9750972Z test_nvfuser_correctness_atanh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9751572Z test_nvfuser_correctness_atanh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9752216Z test_nvfuser_correctness_atleast_1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9752871Z test_nvfuser_correctness_atleast_1d_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9753530Z test_nvfuser_correctness_atleast_1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9754171Z test_nvfuser_correctness_atleast_1d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9754839Z test_nvfuser_correctness_atleast_1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9755585Z test_nvfuser_correctness_atleast_1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9756259Z test_nvfuser_correctness_atleast_1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9756905Z test_nvfuser_correctness_atleast_1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9757521Z test_nvfuser_correctness_atleast_1d_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9758161Z test_nvfuser_correctness_atleast_1d_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9758798Z test_nvfuser_correctness_atleast_1d_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9759479Z test_nvfuser_correctness_atleast_1d_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9760102Z test_nvfuser_correctness_atleast_1d_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9760742Z test_nvfuser_correctness_atleast_2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9761392Z test_nvfuser_correctness_atleast_2d_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9762053Z test_nvfuser_correctness_atleast_2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9762713Z test_nvfuser_correctness_atleast_2d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9763431Z test_nvfuser_correctness_atleast_2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9764085Z test_nvfuser_correctness_atleast_2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9764728Z test_nvfuser_correctness_atleast_2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9765375Z test_nvfuser_correctness_atleast_2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9765989Z test_nvfuser_correctness_atleast_2d_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9766634Z test_nvfuser_correctness_atleast_2d_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9767276Z test_nvfuser_correctness_atleast_2d_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9767923Z test_nvfuser_correctness_atleast_2d_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9768542Z test_nvfuser_correctness_atleast_2d_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9769241Z test_nvfuser_correctness_atleast_3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9769898Z test_nvfuser_correctness_atleast_3d_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9770551Z test_nvfuser_correctness_atleast_3d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9771203Z test_nvfuser_correctness_atleast_3d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9771838Z test_nvfuser_correctness_atleast_3d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9772496Z test_nvfuser_correctness_atleast_3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9773159Z test_nvfuser_correctness_atleast_3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9773799Z test_nvfuser_correctness_atleast_3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9774412Z test_nvfuser_correctness_atleast_3d_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9775055Z test_nvfuser_correctness_atleast_3d_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9775690Z test_nvfuser_correctness_atleast_3d_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9776322Z test_nvfuser_correctness_atleast_3d_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9777014Z test_nvfuser_correctness_atleast_3d_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9777633Z test_nvfuser_correctness_baddbmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9778278Z test_nvfuser_correctness_baddbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9778941Z test_nvfuser_correctness_baddbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9779590Z test_nvfuser_correctness_baddbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9780216Z test_nvfuser_correctness_baddbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9780858Z test_nvfuser_correctness_baddbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9781512Z test_nvfuser_correctness_bernoulli_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9782160Z test_nvfuser_correctness_bernoulli_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9782879Z test_nvfuser_correctness_bernoulli_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9783518Z test_nvfuser_correctness_bernoulli_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9784112Z test_nvfuser_correctness_bfloat16_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9784645Z test_nvfuser_correctness_bfloat16_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9785172Z test_nvfuser_correctness_bfloat16_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9785696Z test_nvfuser_correctness_bfloat16_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9786231Z test_nvfuser_correctness_bfloat16_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9786768Z test_nvfuser_correctness_bfloat16_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9787299Z test_nvfuser_correctness_bfloat16_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9787800Z test_nvfuser_correctness_bfloat16_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9788319Z test_nvfuser_correctness_bfloat16_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9788841Z test_nvfuser_correctness_bfloat16_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9789344Z test_nvfuser_correctness_bfloat16_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9789869Z test_nvfuser_correctness_bfloat16_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9790395Z test_nvfuser_correctness_bfloat16_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:40.9791268Z test_nvfuser_correctness_bincount_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9791890Z test_nvfuser_correctness_bincount_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9792524Z test_nvfuser_correctness_bincount_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9793172Z test_nvfuser_correctness_bincount_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9793817Z test_nvfuser_correctness_bincount_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9794465Z test_nvfuser_correctness_bitwise_and_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9795103Z test_nvfuser_correctness_bitwise_and_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9795753Z test_nvfuser_correctness_bitwise_and_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9796388Z test_nvfuser_correctness_bitwise_and_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9797035Z test_nvfuser_correctness_bitwise_and_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9797740Z test_nvfuser_correctness_bitwise_and_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9798414Z test_nvfuser_correctness_bitwise_left_shift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9835871Z test_nvfuser_correctness_bitwise_left_shift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9836578Z test_nvfuser_correctness_bitwise_left_shift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9837251Z test_nvfuser_correctness_bitwise_left_shift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9837904Z test_nvfuser_correctness_bitwise_left_shift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9838567Z test_nvfuser_correctness_bitwise_not_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9839225Z test_nvfuser_correctness_bitwise_not_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9839872Z test_nvfuser_correctness_bitwise_not_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9840528Z test_nvfuser_correctness_bitwise_not_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9841161Z test_nvfuser_correctness_bitwise_not_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9841978Z test_nvfuser_correctness_bitwise_not_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9842634Z test_nvfuser_correctness_bitwise_or_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9843281Z test_nvfuser_correctness_bitwise_or_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9843897Z test_nvfuser_correctness_bitwise_or_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9844548Z test_nvfuser_correctness_bitwise_or_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9845198Z test_nvfuser_correctness_bitwise_or_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9845849Z test_nvfuser_correctness_bitwise_or_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9846485Z test_nvfuser_correctness_bitwise_right_shift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9847161Z test_nvfuser_correctness_bitwise_right_shift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9847828Z test_nvfuser_correctness_bitwise_right_shift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9848561Z test_nvfuser_correctness_bitwise_right_shift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9849249Z test_nvfuser_correctness_bitwise_right_shift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9849886Z test_nvfuser_correctness_bitwise_xor_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9850532Z test_nvfuser_correctness_bitwise_xor_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9851182Z test_nvfuser_correctness_bitwise_xor_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9851821Z test_nvfuser_correctness_bitwise_xor_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9852448Z test_nvfuser_correctness_bitwise_xor_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9853094Z test_nvfuser_correctness_bitwise_xor_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9853757Z test_nvfuser_correctness_block_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9854410Z test_nvfuser_correctness_block_diag_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9855073Z test_nvfuser_correctness_block_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9855837Z test_nvfuser_correctness_block_diag_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9856507Z test_nvfuser_correctness_block_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9857173Z test_nvfuser_correctness_block_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9857823Z test_nvfuser_correctness_block_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9858453Z test_nvfuser_correctness_block_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9859149Z test_nvfuser_correctness_block_diag_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9859807Z test_nvfuser_correctness_block_diag_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9860454Z test_nvfuser_correctness_block_diag_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9861096Z test_nvfuser_correctness_block_diag_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9861720Z test_nvfuser_correctness_block_diag_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9862429Z test_nvfuser_correctness_bmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9863103Z test_nvfuser_correctness_bmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9863747Z test_nvfuser_correctness_bmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9864366Z test_nvfuser_correctness_bmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9865010Z test_nvfuser_correctness_bmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9865650Z test_nvfuser_correctness_bool_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9866300Z test_nvfuser_correctness_bool_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9866948Z test_nvfuser_correctness_bool_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9867581Z test_nvfuser_correctness_bool_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9868232Z test_nvfuser_correctness_bool_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9868883Z test_nvfuser_correctness_bool_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9869526Z test_nvfuser_correctness_bool_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9870215Z test_nvfuser_correctness_bool_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9871105Z test_nvfuser_correctness_bool_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9871718Z test_nvfuser_correctness_bool_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9872353Z test_nvfuser_correctness_bool_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9872968Z test_nvfuser_correctness_bool_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9873603Z test_nvfuser_correctness_bool_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9874261Z test_nvfuser_correctness_broadcast_shapes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9874942Z test_nvfuser_correctness_broadcast_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9875624Z test_nvfuser_correctness_broadcast_tensors_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9876357Z test_nvfuser_correctness_broadcast_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9877069Z test_nvfuser_correctness_broadcast_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9877760Z test_nvfuser_correctness_broadcast_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9878432Z test_nvfuser_correctness_broadcast_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9879081Z test_nvfuser_correctness_broadcast_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9879745Z test_nvfuser_correctness_broadcast_tensors_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9880424Z test_nvfuser_correctness_broadcast_tensors_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9881091Z test_nvfuser_correctness_broadcast_tensors_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9881745Z test_nvfuser_correctness_broadcast_tensors_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9882389Z test_nvfuser_correctness_broadcast_tensors_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9883060Z test_nvfuser_correctness_broadcast_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9883800Z test_nvfuser_correctness_broadcast_to_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9884468Z test_nvfuser_correctness_broadcast_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9885140Z test_nvfuser_correctness_broadcast_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9885787Z test_nvfuser_correctness_broadcast_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9886452Z test_nvfuser_correctness_broadcast_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9887172Z test_nvfuser_correctness_broadcast_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9887838Z test_nvfuser_correctness_broadcast_to_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9888473Z test_nvfuser_correctness_broadcast_to_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9889116Z test_nvfuser_correctness_broadcast_to_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9889772Z test_nvfuser_correctness_broadcast_to_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9890477Z test_nvfuser_correctness_broadcast_to_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9891129Z test_nvfuser_correctness_bucketize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9891776Z test_nvfuser_correctness_bucketize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9892437Z test_nvfuser_correctness_bucketize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9893097Z test_nvfuser_correctness_bucketize_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9893743Z test_nvfuser_correctness_bucketize_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9894377Z test_nvfuser_correctness_bucketize_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9895026Z test_nvfuser_correctness_bucketize_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9895677Z test_nvfuser_correctness_bucketize_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9896323Z test_nvfuser_correctness_byte_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9896946Z test_nvfuser_correctness_byte_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9897588Z test_nvfuser_correctness_byte_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9898303Z test_nvfuser_correctness_byte_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9898951Z test_nvfuser_correctness_byte_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9899591Z test_nvfuser_correctness_byte_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9900210Z test_nvfuser_correctness_byte_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9900847Z test_nvfuser_correctness_byte_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9901488Z test_nvfuser_correctness_byte_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9902125Z test_nvfuser_correctness_byte_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9902731Z test_nvfuser_correctness_byte_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9903361Z test_nvfuser_correctness_byte_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9904085Z test_nvfuser_correctness_cartesian_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9904776Z test_nvfuser_correctness_cartesian_prod_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9905459Z test_nvfuser_correctness_cartesian_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9906122Z test_nvfuser_correctness_cartesian_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9906804Z test_nvfuser_correctness_cartesian_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9907474Z test_nvfuser_correctness_cartesian_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9908137Z test_nvfuser_correctness_cartesian_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9908848Z test_nvfuser_correctness_cartesian_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9909456Z test_nvfuser_correctness_cartesian_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9910113Z test_nvfuser_correctness_cartesian_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9911087Z test_nvfuser_correctness_cartesian_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9911745Z test_nvfuser_correctness_cartesian_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9912470Z test_nvfuser_correctness_cat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9913121Z test_nvfuser_correctness_cat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9913770Z test_nvfuser_correctness_cat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9914423Z test_nvfuser_correctness_cat_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9915058Z test_nvfuser_correctness_cat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9915700Z test_nvfuser_correctness_cat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9916342Z test_nvfuser_correctness_cat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9916982Z test_nvfuser_correctness_cat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9917593Z test_nvfuser_correctness_cat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9918297Z test_nvfuser_correctness_cat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9918950Z test_nvfuser_correctness_cat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9919582Z test_nvfuser_correctness_cat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9920212Z test_nvfuser_correctness_cat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9920819Z test_nvfuser_correctness_cdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9921462Z test_nvfuser_correctness_cdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9922112Z test_nvfuser_correctness_ceil_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9922764Z test_nvfuser_correctness_ceil_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9923380Z test_nvfuser_correctness_ceil_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9924025Z test_nvfuser_correctness_ceil_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9924654Z test_nvfuser_correctness_ceil_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9925292Z test_nvfuser_correctness_ceil_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9925968Z test_nvfuser_correctness_ceil_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9926600Z test_nvfuser_correctness_ceil_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9927237Z test_nvfuser_correctness_ceil_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9927884Z test_nvfuser_correctness_chalf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9928526Z test_nvfuser_correctness_chalf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9929158Z test_nvfuser_correctness_chalf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9929816Z test_nvfuser_correctness_chalf_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9930464Z test_nvfuser_correctness_chalf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9931109Z test_nvfuser_correctness_chalf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9931732Z test_nvfuser_correctness_chalf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9932426Z test_nvfuser_correctness_chalf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9933074Z test_nvfuser_correctness_chalf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9933712Z test_nvfuser_correctness_chalf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9934351Z test_nvfuser_correctness_chalf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9934966Z test_nvfuser_correctness_chalf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9935611Z test_nvfuser_correctness_chalf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9936251Z test_nvfuser_correctness_char_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9936895Z test_nvfuser_correctness_char_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9937515Z test_nvfuser_correctness_char_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9938165Z test_nvfuser_correctness_char_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9938817Z test_nvfuser_correctness_char_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9939464Z test_nvfuser_correctness_char_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9940146Z test_nvfuser_correctness_char_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9940787Z test_nvfuser_correctness_char_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9941420Z test_nvfuser_correctness_char_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9942054Z test_nvfuser_correctness_char_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9942689Z test_nvfuser_correctness_char_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9943297Z test_nvfuser_correctness_char_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9943935Z test_nvfuser_correctness_char_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9944581Z test_nvfuser_correctness_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9945244Z test_nvfuser_correctness_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9945876Z test_nvfuser_correctness_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9946574Z test_nvfuser_correctness_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9947267Z test_nvfuser_correctness_cholesky_inverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9947951Z test_nvfuser_correctness_cholesky_inverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9948635Z test_nvfuser_correctness_cholesky_inverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9949286Z test_nvfuser_correctness_cholesky_inverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9950052Z test_nvfuser_correctness_cholesky_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9950979Z test_nvfuser_correctness_cholesky_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9951622Z test_nvfuser_correctness_cholesky_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9952267Z test_nvfuser_correctness_cholesky_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9952925Z test_nvfuser_correctness_chunk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9953568Z test_nvfuser_correctness_chunk_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9954330Z test_nvfuser_correctness_chunk_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9954985Z test_nvfuser_correctness_chunk_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9955615Z test_nvfuser_correctness_chunk_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9956260Z test_nvfuser_correctness_chunk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9956903Z test_nvfuser_correctness_chunk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9957548Z test_nvfuser_correctness_chunk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9958169Z test_nvfuser_correctness_chunk_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9958811Z test_nvfuser_correctness_chunk_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9959485Z test_nvfuser_correctness_chunk_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9960127Z test_nvfuser_correctness_chunk_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9960812Z test_nvfuser_correctness_chunk_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9961477Z test_nvfuser_correctness_clamp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9962128Z test_nvfuser_correctness_clamp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9962774Z test_nvfuser_correctness_clamp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9963417Z test_nvfuser_correctness_clamp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9964123Z test_nvfuser_correctness_clamp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9964692Z test_nvfuser_correctness_clamp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9965392Z test_nvfuser_correctness_clamp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9966020Z test_nvfuser_correctness_clamp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9966598Z test_nvfuser_correctness_clamp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9967252Z test_nvfuser_correctness_clamp_max_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9967909Z test_nvfuser_correctness_clamp_max_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9968634Z test_nvfuser_correctness_clamp_max_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9969289Z test_nvfuser_correctness_clamp_max_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9969911Z test_nvfuser_correctness_clamp_max_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9970559Z test_nvfuser_correctness_clamp_max_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9971208Z test_nvfuser_correctness_clamp_max_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9971850Z test_nvfuser_correctness_clamp_max_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9972470Z test_nvfuser_correctness_clamp_max_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9973120Z test_nvfuser_correctness_clamp_max_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9973768Z test_nvfuser_correctness_clamp_min_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9974467Z test_nvfuser_correctness_clamp_min_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9975139Z test_nvfuser_correctness_clamp_min_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9975763Z test_nvfuser_correctness_clamp_min_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9976404Z test_nvfuser_correctness_clamp_min_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9977049Z test_nvfuser_correctness_clamp_min_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9977691Z test_nvfuser_correctness_clamp_min_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9978318Z test_nvfuser_correctness_clamp_min_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9978966Z test_nvfuser_correctness_clamp_min_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9979614Z test_nvfuser_correctness_clamp_min_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9980259Z test_nvfuser_correctness_clone_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9980878Z test_nvfuser_correctness_clone_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9981529Z test_nvfuser_correctness_clone_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9982248Z test_nvfuser_correctness_clone_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9982899Z test_nvfuser_correctness_clone_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9983546Z test_nvfuser_correctness_clone_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9984167Z test_nvfuser_correctness_clone_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9984805Z test_nvfuser_correctness_clone_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9985449Z test_nvfuser_correctness_clone_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9986086Z test_nvfuser_correctness_clone_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9986701Z test_nvfuser_correctness_clone_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9987336Z test_nvfuser_correctness_clone_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9987977Z test_nvfuser_correctness_clone_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9988682Z test_nvfuser_correctness_column_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9989364Z test_nvfuser_correctness_column_stack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9990011Z test_nvfuser_correctness_column_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9990956Z test_nvfuser_correctness_column_stack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9991595Z test_nvfuser_correctness_column_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9992267Z test_nvfuser_correctness_column_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:40.9992903Z test_nvfuser_correctness_column_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9993568Z test_nvfuser_correctness_column_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9994230Z test_nvfuser_correctness_column_stack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9994883Z test_nvfuser_correctness_column_stack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9995526Z test_nvfuser_correctness_column_stack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9996237Z test_nvfuser_correctness_column_stack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9996896Z test_nvfuser_correctness_column_stack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9997555Z test_nvfuser_correctness_combinations_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9998198Z test_nvfuser_correctness_combinations_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9998849Z test_nvfuser_correctness_combinations_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:40.9999527Z test_nvfuser_correctness_combinations_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0000204Z test_nvfuser_correctness_combinations_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0000863Z test_nvfuser_correctness_combinations_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0001526Z test_nvfuser_correctness_combinations_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0002240Z test_nvfuser_correctness_combinations_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0002914Z test_nvfuser_correctness_combinations_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0003546Z test_nvfuser_correctness_combinations_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0004188Z test_nvfuser_correctness_combinations_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0004826Z test_nvfuser_correctness_combinations_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0005479Z test_nvfuser_correctness_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0006128Z test_nvfuser_correctness_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0006782Z test_nvfuser_correctness_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0007425Z test_nvfuser_correctness_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0008034Z test_nvfuser_correctness_conj_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0008683Z test_nvfuser_correctness_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0009311Z test_nvfuser_correctness_conj_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0010018Z test_nvfuser_correctness_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0010635Z test_nvfuser_correctness_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0011256Z test_nvfuser_correctness_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0011872Z test_nvfuser_correctness_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0012503Z test_nvfuser_correctness_conj_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0013118Z test_nvfuser_correctness_conj_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0013753Z test_nvfuser_correctness_conj_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0014386Z test_nvfuser_correctness_conj_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0015014Z test_nvfuser_correctness_conj_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0015671Z test_nvfuser_correctness_conj_physical_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0016360Z test_nvfuser_correctness_conj_physical_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0017047Z test_nvfuser_correctness_conj_physical_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0017725Z test_nvfuser_correctness_conj_physical_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0018396Z test_nvfuser_correctness_conj_physical_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0019037Z test_nvfuser_correctness_conj_physical_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0019710Z test_nvfuser_correctness_conj_physical_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0020368Z test_nvfuser_correctness_conj_physical_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0021030Z test_nvfuser_correctness_conj_physical_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0021690Z test_nvfuser_correctness_conj_physical_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0022325Z test_nvfuser_correctness_conj_physical_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0022989Z test_nvfuser_correctness_conj_physical_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0023642Z test_nvfuser_correctness_conj_physical_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0024363Z test_nvfuser_correctness_constant_pad_nd_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0025011Z test_nvfuser_correctness_constant_pad_nd_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0025692Z test_nvfuser_correctness_constant_pad_nd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0026374Z test_nvfuser_correctness_constant_pad_nd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0027050Z test_nvfuser_correctness_constant_pad_nd_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0027722Z test_nvfuser_correctness_constant_pad_nd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0028358Z test_nvfuser_correctness_constant_pad_nd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0029025Z test_nvfuser_correctness_constant_pad_nd_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0029685Z test_nvfuser_correctness_constant_pad_nd_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0030444Z test_nvfuser_correctness_constant_pad_nd_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0031330Z test_nvfuser_correctness_constant_pad_nd_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0031995Z test_nvfuser_correctness_constant_pad_nd_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0032658Z test_nvfuser_correctness_contiguous_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0033311Z test_nvfuser_correctness_contiguous_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0033979Z test_nvfuser_correctness_contiguous_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0034629Z test_nvfuser_correctness_contiguous_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0035296Z test_nvfuser_correctness_contiguous_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0035961Z test_nvfuser_correctness_contiguous_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0036619Z test_nvfuser_correctness_contiguous_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0037243Z test_nvfuser_correctness_contiguous_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0037980Z test_nvfuser_correctness_contiguous_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0038640Z test_nvfuser_correctness_contiguous_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0039288Z test_nvfuser_correctness_contiguous_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0039929Z test_nvfuser_correctness_contiguous_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0040563Z test_nvfuser_correctness_contiguous_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0041219Z test_nvfuser_correctness_copysign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0041880Z test_nvfuser_correctness_copysign_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0042527Z test_nvfuser_correctness_copysign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0043145Z test_nvfuser_correctness_copysign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0043778Z test_nvfuser_correctness_copysign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0044486Z test_nvfuser_correctness_copysign_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0045141Z test_nvfuser_correctness_copysign_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0045782Z test_nvfuser_correctness_copysign_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0046402Z test_nvfuser_correctness_copysign_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0047033Z test_nvfuser_correctness_copysign_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0047677Z test_nvfuser_correctness_corrcoef_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0048335Z test_nvfuser_correctness_corrcoef_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0048972Z test_nvfuser_correctness_corrcoef_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0049625Z test_nvfuser_correctness_corrcoef_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0050266Z test_nvfuser_correctness_corrcoef_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0050902Z test_nvfuser_correctness_corrcoef_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0051521Z test_nvfuser_correctness_corrcoef_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0052220Z test_nvfuser_correctness_corrcoef_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0052855Z test_nvfuser_correctness_corrcoef_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0053485Z test_nvfuser_correctness_corrcoef_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0054115Z test_nvfuser_correctness_corrcoef_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0054733Z test_nvfuser_correctness_cos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0055357Z test_nvfuser_correctness_cos_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0055982Z test_nvfuser_correctness_cos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0056619Z test_nvfuser_correctness_cos_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0057238Z test_nvfuser_correctness_cos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0057924Z test_nvfuser_correctness_cos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0058574Z test_nvfuser_correctness_cos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0059243Z test_nvfuser_correctness_cos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0059559Z test_nvfuser_correctness_cos_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0059870Z test_nvfuser_correctness_cos_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0060161Z test_nvfuser_correctness_cos_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0060474Z test_nvfuser_correctness_cos_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0060793Z test_nvfuser_correctness_cos_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0061107Z test_nvfuser_correctness_cosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0061416Z test_nvfuser_correctness_cosh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0061735Z test_nvfuser_correctness_cosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0062056Z test_nvfuser_correctness_cosh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0062431Z test_nvfuser_correctness_cosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0062748Z test_nvfuser_correctness_cosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0063060Z test_nvfuser_correctness_cosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0063372Z test_nvfuser_correctness_cosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0063685Z test_nvfuser_correctness_cosh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0063977Z test_nvfuser_correctness_cosh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0064289Z test_nvfuser_correctness_cosh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0064598Z test_nvfuser_correctness_cosh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0064898Z test_nvfuser_correctness_cosh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0065228Z test_nvfuser_correctness_count_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0065648Z test_nvfuser_correctness_count_nonzero_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0065996Z test_nvfuser_correctness_count_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0066327Z test_nvfuser_correctness_count_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0066654Z test_nvfuser_correctness_count_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0066978Z test_nvfuser_correctness_count_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0067294Z test_nvfuser_correctness_count_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0067618Z test_nvfuser_correctness_count_nonzero_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0067940Z test_nvfuser_correctness_count_nonzero_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0068235Z test_nvfuser_correctness_count_nonzero_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0068551Z test_nvfuser_correctness_count_nonzero_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0068877Z test_nvfuser_correctness_count_nonzero_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0069260Z test_nvfuser_correctness_cov_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0069581Z test_nvfuser_correctness_cov_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0069899Z test_nvfuser_correctness_cov_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0070207Z test_nvfuser_correctness_cov_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0070799Z test_nvfuser_correctness_cov_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0071048Z test_nvfuser_correctness_cov_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0071362Z test_nvfuser_correctness_cov_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0071667Z test_nvfuser_correctness_cov_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0071966Z test_nvfuser_correctness_cov_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0072254Z test_nvfuser_correctness_cov_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0072626Z test_nvfuser_correctness_cov_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0072968Z test_nvfuser_correctness_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0073288Z test_nvfuser_correctness_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0073595Z test_nvfuser_correctness_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0073899Z test_nvfuser_correctness_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0074207Z test_nvfuser_correctness_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0074518Z test_nvfuser_correctness_cross_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0074830Z test_nvfuser_correctness_cross_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0075140Z test_nvfuser_correctness_cross_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0075448Z test_nvfuser_correctness_cross_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0075746Z test_nvfuser_correctness_cross_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0076066Z test_nvfuser_correctness_cummax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0076452Z test_nvfuser_correctness_cummax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0076772Z test_nvfuser_correctness_cummax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0077089Z test_nvfuser_correctness_cummax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0077406Z test_nvfuser_correctness_cummax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0077722Z test_nvfuser_correctness_cummax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0078035Z test_nvfuser_correctness_cummax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0078352Z test_nvfuser_correctness_cummax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0078664Z test_nvfuser_correctness_cummax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0078969Z test_nvfuser_correctness_cummax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0079284Z test_nvfuser_correctness_cummin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0079638Z test_nvfuser_correctness_cummin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0079976Z test_nvfuser_correctness_cummin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0080289Z test_nvfuser_correctness_cummin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0080606Z test_nvfuser_correctness_cummin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0080918Z test_nvfuser_correctness_cummin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0081228Z test_nvfuser_correctness_cummin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0081542Z test_nvfuser_correctness_cummin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0081851Z test_nvfuser_correctness_cummin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0082158Z test_nvfuser_correctness_cummin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0082481Z test_nvfuser_correctness_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0082807Z test_nvfuser_correctness_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0083131Z test_nvfuser_correctness_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0083507Z test_nvfuser_correctness_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0083814Z test_nvfuser_correctness_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0084123Z test_nvfuser_correctness_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0084437Z test_nvfuser_correctness_cumprod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0084754Z test_nvfuser_correctness_cumprod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0085072Z test_nvfuser_correctness_cumprod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0085385Z test_nvfuser_correctness_cumprod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0085694Z test_nvfuser_correctness_cumprod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0086008Z test_nvfuser_correctness_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0086373Z test_nvfuser_correctness_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0086712Z test_nvfuser_correctness_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0087027Z test_nvfuser_correctness_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0087345Z test_nvfuser_correctness_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0087644Z test_nvfuser_correctness_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0087959Z test_nvfuser_correctness_cumsum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0088271Z test_nvfuser_correctness_cumsum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0088588Z test_nvfuser_correctness_cumsum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0088906Z test_nvfuser_correctness_cumsum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0089212Z test_nvfuser_correctness_cumsum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0089554Z test_nvfuser_correctness_cumulative_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0089904Z test_nvfuser_correctness_cumulative_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0090301Z test_nvfuser_correctness_cumulative_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0090644Z test_nvfuser_correctness_cumulative_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0090982Z test_nvfuser_correctness_cumulative_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0091320Z test_nvfuser_correctness_cumulative_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0091642Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0091984Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0092313Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0092649Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0092983Z test_nvfuser_correctness_cumulative_trapezoid_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0093371Z test_nvfuser_correctness_deg2rad_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0093706Z test_nvfuser_correctness_deg2rad_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0094025Z test_nvfuser_correctness_deg2rad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0094336Z test_nvfuser_correctness_deg2rad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0094654Z test_nvfuser_correctness_deg2rad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0094975Z test_nvfuser_correctness_deg2rad_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0095294Z test_nvfuser_correctness_deg2rad_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0095591Z test_nvfuser_correctness_deg2rad_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0095905Z test_nvfuser_correctness_deg2rad_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0096221Z test_nvfuser_correctness_deg2rad_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0096534Z test_nvfuser_correctness_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0096849Z test_nvfuser_correctness_diag_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0097223Z test_nvfuser_correctness_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0097539Z test_nvfuser_correctness_diag_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0097856Z test_nvfuser_correctness_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0098168Z test_nvfuser_correctness_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0098477Z test_nvfuser_correctness_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0098791Z test_nvfuser_correctness_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0099102Z test_nvfuser_correctness_diag_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0099393Z test_nvfuser_correctness_diag_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0099704Z test_nvfuser_correctness_diag_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0100060Z test_nvfuser_correctness_diag_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0100385Z test_nvfuser_correctness_diag_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0100714Z test_nvfuser_correctness_diag_embed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0101031Z test_nvfuser_correctness_diag_embed_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0101356Z test_nvfuser_correctness_diag_embed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0101687Z test_nvfuser_correctness_diag_embed_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0102016Z test_nvfuser_correctness_diag_embed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0102343Z test_nvfuser_correctness_diag_embed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0102654Z test_nvfuser_correctness_diag_embed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0102961Z test_nvfuser_correctness_diag_embed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0103279Z test_nvfuser_correctness_diag_embed_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0103573Z test_nvfuser_correctness_diag_embed_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0103935Z test_nvfuser_correctness_diag_embed_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0104256Z test_nvfuser_correctness_diag_embed_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0104573Z test_nvfuser_correctness_diag_embed_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0104896Z test_nvfuser_correctness_diagflat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0105216Z test_nvfuser_correctness_diagflat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0105539Z test_nvfuser_correctness_diagflat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0105873Z test_nvfuser_correctness_diagflat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0106195Z test_nvfuser_correctness_diagflat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0106505Z test_nvfuser_correctness_diagflat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0106808Z test_nvfuser_correctness_diagflat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0107171Z test_nvfuser_correctness_diagflat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0107488Z test_nvfuser_correctness_diagflat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0107804Z test_nvfuser_correctness_diagflat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0108121Z test_nvfuser_correctness_diagflat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0108435Z test_nvfuser_correctness_diagflat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0108759Z test_nvfuser_correctness_diagonal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0109080Z test_nvfuser_correctness_diagonal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0109405Z test_nvfuser_correctness_diagonal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0109728Z test_nvfuser_correctness_diagonal_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0110051Z test_nvfuser_correctness_diagonal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0110371Z test_nvfuser_correctness_diagonal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0110915Z test_nvfuser_correctness_diagonal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0111303Z test_nvfuser_correctness_diagonal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0111603Z test_nvfuser_correctness_diagonal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0111921Z test_nvfuser_correctness_diagonal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0112231Z test_nvfuser_correctness_diagonal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0112547Z test_nvfuser_correctness_diagonal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0112862Z test_nvfuser_correctness_diagonal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0113194Z test_nvfuser_correctness_diagonal_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0113525Z test_nvfuser_correctness_diagonal_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0113855Z test_nvfuser_correctness_diagonal_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0114241Z test_nvfuser_correctness_diagonal_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0114591Z test_nvfuser_correctness_diagonal_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0114915Z test_nvfuser_correctness_diagonal_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0115232Z test_nvfuser_correctness_diagonal_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0115559Z test_nvfuser_correctness_diagonal_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0115870Z test_nvfuser_correctness_diagonal_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0116199Z test_nvfuser_correctness_diagonal_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0116513Z test_nvfuser_correctness_diff_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0116822Z test_nvfuser_correctness_diff_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0117141Z test_nvfuser_correctness_diff_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0117458Z test_nvfuser_correctness_diff_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0117770Z test_nvfuser_correctness_diff_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0118136Z test_nvfuser_correctness_diff_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0118445Z test_nvfuser_correctness_diff_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0118754Z test_nvfuser_correctness_diff_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0119063Z test_nvfuser_correctness_diff_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0119373Z test_nvfuser_correctness_diff_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0119668Z test_nvfuser_correctness_diff_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0119977Z test_nvfuser_correctness_diff_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0120289Z test_nvfuser_correctness_digamma_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0120605Z test_nvfuser_correctness_digamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0120963Z test_nvfuser_correctness_digamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0121289Z test_nvfuser_correctness_digamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0121603Z test_nvfuser_correctness_digamma_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0121918Z test_nvfuser_correctness_digamma_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0122231Z test_nvfuser_correctness_digamma_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0122545Z test_nvfuser_correctness_digamma_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0122855Z test_nvfuser_correctness_digamma_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0123167Z test_nvfuser_correctness_dist_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0123467Z test_nvfuser_correctness_dist_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0123780Z test_nvfuser_correctness_dist_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0124090Z test_nvfuser_correctness_dist_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0124404Z test_nvfuser_correctness_dist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0124773Z test_nvfuser_correctness_dist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0125109Z test_nvfuser_correctness_div_floor_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0125435Z test_nvfuser_correctness_div_floor_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0125766Z test_nvfuser_correctness_div_floor_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0126098Z test_nvfuser_correctness_div_floor_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0126429Z test_nvfuser_correctness_div_floor_rounding_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0126756Z test_nvfuser_correctness_div_floor_rounding_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0127083Z test_nvfuser_correctness_div_floor_rounding_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0127393Z test_nvfuser_correctness_div_floor_rounding_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0127783Z test_nvfuser_correctness_div_floor_rounding_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0128135Z test_nvfuser_correctness_div_no_rounding_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0128456Z test_nvfuser_correctness_div_no_rounding_mode_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0128792Z test_nvfuser_correctness_div_no_rounding_mode_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0129125Z test_nvfuser_correctness_div_no_rounding_mode_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0129462Z test_nvfuser_correctness_div_no_rounding_mode_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0129795Z test_nvfuser_correctness_div_no_rounding_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0130124Z test_nvfuser_correctness_div_no_rounding_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0130447Z test_nvfuser_correctness_div_no_rounding_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0130771Z test_nvfuser_correctness_div_no_rounding_mode_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0131100Z test_nvfuser_correctness_div_no_rounding_mode_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0131481Z test_nvfuser_correctness_div_no_rounding_mode_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0131795Z test_nvfuser_correctness_div_no_rounding_mode_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0132124Z test_nvfuser_correctness_div_no_rounding_mode_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0132451Z test_nvfuser_correctness_div_trunc_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0132779Z test_nvfuser_correctness_div_trunc_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0133108Z test_nvfuser_correctness_div_trunc_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0133423Z test_nvfuser_correctness_div_trunc_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0133750Z test_nvfuser_correctness_div_trunc_rounding_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0134076Z test_nvfuser_correctness_div_trunc_rounding_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0134437Z test_nvfuser_correctness_div_trunc_rounding_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0134776Z test_nvfuser_correctness_div_trunc_rounding_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0135099Z test_nvfuser_correctness_div_trunc_rounding_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0135410Z test_nvfuser_correctness_dot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0135726Z test_nvfuser_correctness_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0136032Z test_nvfuser_correctness_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0136344Z test_nvfuser_correctness_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0136656Z test_nvfuser_correctness_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0136968Z test_nvfuser_correctness_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0137283Z test_nvfuser_correctness_double_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0137596Z test_nvfuser_correctness_double_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0137916Z test_nvfuser_correctness_double_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0138281Z test_nvfuser_correctness_double_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0138600Z test_nvfuser_correctness_double_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0138915Z test_nvfuser_correctness_double_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0139228Z test_nvfuser_correctness_double_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0139541Z test_nvfuser_correctness_double_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0139841Z test_nvfuser_correctness_double_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0140155Z test_nvfuser_correctness_double_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0140464Z test_nvfuser_correctness_double_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0140773Z test_nvfuser_correctness_double_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0141078Z test_nvfuser_correctness_double_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0141448Z test_nvfuser_correctness_dsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0141769Z test_nvfuser_correctness_dsplit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0142091Z test_nvfuser_correctness_dsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0142409Z test_nvfuser_correctness_dsplit_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0142712Z test_nvfuser_correctness_dsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0143023Z test_nvfuser_correctness_dsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0143335Z test_nvfuser_correctness_dsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0143634Z test_nvfuser_correctness_dsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0143937Z test_nvfuser_correctness_dsplit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0144248Z test_nvfuser_correctness_dsplit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0144547Z test_nvfuser_correctness_dsplit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0144853Z test_nvfuser_correctness_dsplit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0145209Z test_nvfuser_correctness_dsplit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0145614Z test_nvfuser_correctness_dstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0145926Z test_nvfuser_correctness_dstack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0146138Z test_nvfuser_correctness_dstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0146452Z test_nvfuser_correctness_dstack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0146757Z test_nvfuser_correctness_dstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0147069Z test_nvfuser_correctness_dstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0147368Z test_nvfuser_correctness_dstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0147678Z test_nvfuser_correctness_dstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0148029Z test_nvfuser_correctness_dstack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0148353Z test_nvfuser_correctness_dstack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0148655Z test_nvfuser_correctness_dstack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0148960Z test_nvfuser_correctness_dstack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0149255Z test_nvfuser_correctness_dstack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0149568Z test_nvfuser_correctness_einsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0149883Z test_nvfuser_correctness_einsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0150203Z test_nvfuser_correctness_einsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0150700Z test_nvfuser_correctness_einsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0151022Z test_nvfuser_correctness_einsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0151279Z test_nvfuser_correctness_einsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0151535Z test_nvfuser_correctness_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0151860Z test_nvfuser_correctness_empty_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0152115Z test_nvfuser_correctness_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0152372Z test_nvfuser_correctness_empty_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0152619Z test_nvfuser_correctness_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0152875Z test_nvfuser_correctness_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0153126Z test_nvfuser_correctness_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0153381Z test_nvfuser_correctness_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0153624Z test_nvfuser_correctness_empty_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0153859Z test_nvfuser_correctness_empty_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0154160Z test_nvfuser_correctness_empty_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0154445Z test_nvfuser_correctness_empty_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0154691Z test_nvfuser_correctness_empty_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0154841Z test_nvfuser_correctness_empty_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0155095Z test_nvfuser_correctness_empty_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0155412Z test_nvfuser_correctness_empty_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0155687Z test_nvfuser_correctness_empty_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0155942Z test_nvfuser_correctness_empty_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0156184Z test_nvfuser_correctness_empty_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0156436Z test_nvfuser_correctness_empty_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0156687Z test_nvfuser_correctness_empty_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0156934Z test_nvfuser_correctness_empty_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0157192Z test_nvfuser_correctness_empty_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0157440Z test_nvfuser_correctness_empty_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0157694Z test_nvfuser_correctness_empty_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0157939Z test_nvfuser_correctness_empty_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0158246Z test_nvfuser_correctness_eq_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0158542Z test_nvfuser_correctness_eq_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0158860Z test_nvfuser_correctness_eq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0159207Z test_nvfuser_correctness_eq_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0159576Z test_nvfuser_correctness_eq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0159879Z test_nvfuser_correctness_eq_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0160180Z test_nvfuser_correctness_eq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0160483Z test_nvfuser_correctness_eq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0160791Z test_nvfuser_correctness_eq_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0161090Z test_nvfuser_correctness_eq_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0161395Z test_nvfuser_correctness_eq_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0161693Z test_nvfuser_correctness_eq_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0161985Z test_nvfuser_correctness_eq_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0162332Z test_nvfuser_correctness_equal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0162654Z test_nvfuser_correctness_equal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0162972Z test_nvfuser_correctness_equal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0163284Z test_nvfuser_correctness_equal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0163595Z test_nvfuser_correctness_equal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0163900Z test_nvfuser_correctness_equal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0164218Z test_nvfuser_correctness_equal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0164521Z test_nvfuser_correctness_equal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0164827Z test_nvfuser_correctness_equal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0165135Z test_nvfuser_correctness_equal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0165445Z test_nvfuser_correctness_equal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0165750Z test_nvfuser_correctness_equal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0166102Z test_nvfuser_correctness_erf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0166411Z test_nvfuser_correctness_erf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0166712Z test_nvfuser_correctness_erf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0167017Z test_nvfuser_correctness_erf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0167319Z test_nvfuser_correctness_erf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0167632Z test_nvfuser_correctness_erf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0167941Z test_nvfuser_correctness_erf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0168249Z test_nvfuser_correctness_erf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0168548Z test_nvfuser_correctness_erf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0168848Z test_nvfuser_correctness_erf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0169197Z test_nvfuser_correctness_erfc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0169518Z test_nvfuser_correctness_erfc_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0169816Z test_nvfuser_correctness_erfc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0170119Z test_nvfuser_correctness_erfc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0170423Z test_nvfuser_correctness_erfc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0170730Z test_nvfuser_correctness_erfc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0171030Z test_nvfuser_correctness_erfc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0171329Z test_nvfuser_correctness_erfc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0171639Z test_nvfuser_correctness_erfc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0171940Z test_nvfuser_correctness_erfc_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0172243Z test_nvfuser_correctness_erfinv_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0172555Z test_nvfuser_correctness_erfinv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0172984Z test_nvfuser_correctness_erfinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0173295Z test_nvfuser_correctness_erfinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0173592Z test_nvfuser_correctness_erfinv_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0173901Z test_nvfuser_correctness_erfinv_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0174208Z test_nvfuser_correctness_erfinv_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0174513Z test_nvfuser_correctness_erfinv_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0174823Z test_nvfuser_correctness_erfinv_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0175133Z test_nvfuser_correctness_exp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0175441Z test_nvfuser_correctness_exp2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0175743Z test_nvfuser_correctness_exp2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0176105Z test_nvfuser_correctness_exp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0176424Z test_nvfuser_correctness_exp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0176723Z test_nvfuser_correctness_exp2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0177027Z test_nvfuser_correctness_exp2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0177318Z test_nvfuser_correctness_exp2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0177619Z test_nvfuser_correctness_exp2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0177911Z test_nvfuser_correctness_exp2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0178226Z test_nvfuser_correctness_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0178527Z test_nvfuser_correctness_exp_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0178841Z test_nvfuser_correctness_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0179156Z test_nvfuser_correctness_exp_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0179473Z test_nvfuser_correctness_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0179837Z test_nvfuser_correctness_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0180140Z test_nvfuser_correctness_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0180450Z test_nvfuser_correctness_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0180740Z test_nvfuser_correctness_exp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0181042Z test_nvfuser_correctness_exp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0181354Z test_nvfuser_correctness_exp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0181656Z test_nvfuser_correctness_exp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0181964Z test_nvfuser_correctness_exp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0182278Z test_nvfuser_correctness_expand_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0182587Z test_nvfuser_correctness_expand_as_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0182953Z test_nvfuser_correctness_expand_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0183289Z test_nvfuser_correctness_expand_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0183600Z test_nvfuser_correctness_expand_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0183919Z test_nvfuser_correctness_expand_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0184221Z test_nvfuser_correctness_expand_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0184521Z test_nvfuser_correctness_expand_as_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0184839Z test_nvfuser_correctness_expand_as_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0185136Z test_nvfuser_correctness_expand_as_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0185439Z test_nvfuser_correctness_expand_as_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0185754Z test_nvfuser_correctness_expand_as_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0186056Z test_nvfuser_correctness_expand_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0186422Z test_nvfuser_correctness_expand_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0186743Z test_nvfuser_correctness_expand_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0187105Z test_nvfuser_correctness_expand_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0187419Z test_nvfuser_correctness_expand_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0187726Z test_nvfuser_correctness_expand_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0188042Z test_nvfuser_correctness_expand_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0188351Z test_nvfuser_correctness_expand_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0188648Z test_nvfuser_correctness_expand_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0188951Z test_nvfuser_correctness_expand_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0189255Z test_nvfuser_correctness_expand_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0189602Z test_nvfuser_correctness_expand_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0189926Z test_nvfuser_correctness_expm1_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0190229Z test_nvfuser_correctness_expm1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0190766Z test_nvfuser_correctness_expm1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0191063Z test_nvfuser_correctness_expm1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0191367Z test_nvfuser_correctness_expm1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0191673Z test_nvfuser_correctness_expm1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0191991Z test_nvfuser_correctness_expm1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0192286Z test_nvfuser_correctness_expm1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0192595Z test_nvfuser_correctness_expm1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0192895Z test_nvfuser_correctness_expm1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0193211Z test_nvfuser_correctness_eye_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0193609Z test_nvfuser_correctness_eye_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0193917Z test_nvfuser_correctness_eye_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0194230Z test_nvfuser_correctness_eye_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0194533Z test_nvfuser_correctness_eye_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0194838Z test_nvfuser_correctness_eye_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0195151Z test_nvfuser_correctness_eye_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0195452Z test_nvfuser_correctness_eye_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0195751Z test_nvfuser_correctness_eye_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0196043Z test_nvfuser_correctness_eye_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0196351Z test_nvfuser_correctness_eye_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0196708Z test_nvfuser_correctness_eye_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0197031Z test_nvfuser_correctness_fft_fft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0197346Z test_nvfuser_correctness_fft_fft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0197664Z test_nvfuser_correctness_fft_fft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0197970Z test_nvfuser_correctness_fft_fft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0198277Z test_nvfuser_correctness_fft_fft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0198585Z test_nvfuser_correctness_fft_fft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0198901Z test_nvfuser_correctness_fft_fft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0199205Z test_nvfuser_correctness_fft_fft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0199504Z test_nvfuser_correctness_fft_fft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0199800Z test_nvfuser_correctness_fft_fft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0200112Z test_nvfuser_correctness_fft_fft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0200479Z test_nvfuser_correctness_fft_fft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0200798Z test_nvfuser_correctness_fft_fft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0201106Z test_nvfuser_correctness_fft_fft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0201407Z test_nvfuser_correctness_fft_fft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0201714Z test_nvfuser_correctness_fft_fft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0202028Z test_nvfuser_correctness_fft_fft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0202328Z test_nvfuser_correctness_fft_fft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0202633Z test_nvfuser_correctness_fft_fft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0202937Z test_nvfuser_correctness_fft_fft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0203279Z test_nvfuser_correctness_fft_fftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0203601Z test_nvfuser_correctness_fft_fftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0203916Z test_nvfuser_correctness_fft_fftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0204226Z test_nvfuser_correctness_fft_fftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0204532Z test_nvfuser_correctness_fft_fftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0204840Z test_nvfuser_correctness_fft_fftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0205156Z test_nvfuser_correctness_fft_fftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0205469Z test_nvfuser_correctness_fft_fftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0205782Z test_nvfuser_correctness_fft_fftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0206081Z test_nvfuser_correctness_fft_fftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0206405Z test_nvfuser_correctness_fft_fftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0206716Z test_nvfuser_correctness_fft_fftshift_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0207097Z test_nvfuser_correctness_fft_fftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0207418Z test_nvfuser_correctness_fft_fftshift_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0207718Z test_nvfuser_correctness_fft_fftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0208035Z test_nvfuser_correctness_fft_fftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0208358Z test_nvfuser_correctness_fft_fftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0208668Z test_nvfuser_correctness_fft_fftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0208980Z test_nvfuser_correctness_fft_fftshift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0209287Z test_nvfuser_correctness_fft_fftshift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0209597Z test_nvfuser_correctness_fft_fftshift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0209949Z test_nvfuser_correctness_fft_fftshift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0210273Z test_nvfuser_correctness_fft_fftshift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0210583Z test_nvfuser_correctness_fft_hfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0210897Z test_nvfuser_correctness_fft_hfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0211213Z test_nvfuser_correctness_fft_hfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0211520Z test_nvfuser_correctness_fft_hfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0211828Z test_nvfuser_correctness_fft_hfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0212141Z test_nvfuser_correctness_fft_hfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0212454Z test_nvfuser_correctness_fft_hfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0212753Z test_nvfuser_correctness_fft_hfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0213055Z test_nvfuser_correctness_fft_hfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0213373Z test_nvfuser_correctness_fft_hfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0213730Z test_nvfuser_correctness_fft_hfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0214040Z test_nvfuser_correctness_fft_hfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0214356Z test_nvfuser_correctness_fft_hfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0214663Z test_nvfuser_correctness_fft_hfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0214962Z test_nvfuser_correctness_fft_hfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0215262Z test_nvfuser_correctness_fft_hfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0215571Z test_nvfuser_correctness_fft_hfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0215873Z test_nvfuser_correctness_fft_hfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0216180Z test_nvfuser_correctness_fft_hfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0216525Z test_nvfuser_correctness_fft_hfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0216836Z test_nvfuser_correctness_fft_hfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0217157Z test_nvfuser_correctness_fft_hfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0217487Z test_nvfuser_correctness_fft_hfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0217805Z test_nvfuser_correctness_fft_hfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0218126Z test_nvfuser_correctness_fft_hfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0218447Z test_nvfuser_correctness_fft_hfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0218765Z test_nvfuser_correctness_fft_hfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0219064Z test_nvfuser_correctness_fft_hfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0219375Z test_nvfuser_correctness_fft_hfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0219691Z test_nvfuser_correctness_fft_hfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0219999Z test_nvfuser_correctness_fft_ifft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0220374Z test_nvfuser_correctness_fft_ifft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0220688Z test_nvfuser_correctness_fft_ifft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0221002Z test_nvfuser_correctness_fft_ifft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0221301Z test_nvfuser_correctness_fft_ifft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0221613Z test_nvfuser_correctness_fft_ifft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0221916Z test_nvfuser_correctness_fft_ifft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0222215Z test_nvfuser_correctness_fft_ifft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0222524Z test_nvfuser_correctness_fft_ifft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0222828Z test_nvfuser_correctness_fft_ifft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0223124Z test_nvfuser_correctness_fft_ifft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0223491Z test_nvfuser_correctness_fft_ifft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0223822Z test_nvfuser_correctness_fft_ifft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0224129Z test_nvfuser_correctness_fft_ifft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0224440Z test_nvfuser_correctness_fft_ifft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0224737Z test_nvfuser_correctness_fft_ifft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0225043Z test_nvfuser_correctness_fft_ifft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0225356Z test_nvfuser_correctness_fft_ifft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0225657Z test_nvfuser_correctness_fft_ifft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0225961Z test_nvfuser_correctness_fft_ifft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0226262Z test_nvfuser_correctness_fft_ifftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0226579Z test_nvfuser_correctness_fft_ifftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0226888Z test_nvfuser_correctness_fft_ifftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0227264Z test_nvfuser_correctness_fft_ifftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0227573Z test_nvfuser_correctness_fft_ifftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0227883Z test_nvfuser_correctness_fft_ifftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0228179Z test_nvfuser_correctness_fft_ifftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0228485Z test_nvfuser_correctness_fft_ifftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0228796Z test_nvfuser_correctness_fft_ifftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0229103Z test_nvfuser_correctness_fft_ifftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0229425Z test_nvfuser_correctness_fft_ifftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0229735Z test_nvfuser_correctness_fft_ifftshift_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0230105Z test_nvfuser_correctness_fft_ifftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0230442Z test_nvfuser_correctness_fft_ifftshift_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0230946Z test_nvfuser_correctness_fft_ifftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0231227Z test_nvfuser_correctness_fft_ifftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0231540Z test_nvfuser_correctness_fft_ifftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0231861Z test_nvfuser_correctness_fft_ifftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0232179Z test_nvfuser_correctness_fft_ifftshift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0232487Z test_nvfuser_correctness_fft_ifftshift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0232801Z test_nvfuser_correctness_fft_ifftshift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0233108Z test_nvfuser_correctness_fft_ifftshift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0233417Z test_nvfuser_correctness_fft_ifftshift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0233813Z test_nvfuser_correctness_fft_ihfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0234118Z test_nvfuser_correctness_fft_ihfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0234438Z test_nvfuser_correctness_fft_ihfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0234742Z test_nvfuser_correctness_fft_ihfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0235032Z test_nvfuser_correctness_fft_ihfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0235339Z test_nvfuser_correctness_fft_ihfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0235649Z test_nvfuser_correctness_fft_ihfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0235958Z test_nvfuser_correctness_fft_ihfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0236262Z test_nvfuser_correctness_fft_ihfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0236577Z test_nvfuser_correctness_fft_ihfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0236934Z test_nvfuser_correctness_fft_ihfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0237267Z test_nvfuser_correctness_fft_ihfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0237565Z test_nvfuser_correctness_fft_ihfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0237855Z test_nvfuser_correctness_fft_ihfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0238167Z test_nvfuser_correctness_fft_ihfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0238478Z test_nvfuser_correctness_fft_ihfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0238773Z test_nvfuser_correctness_fft_ihfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0239084Z test_nvfuser_correctness_fft_ihfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0239393Z test_nvfuser_correctness_fft_ihfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0239700Z test_nvfuser_correctness_fft_ihfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0240007Z test_nvfuser_correctness_fft_ihfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0240309Z test_nvfuser_correctness_fft_ihfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0240669Z test_nvfuser_correctness_fft_ihfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0240983Z test_nvfuser_correctness_fft_ihfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0241285Z test_nvfuser_correctness_fft_irfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0241604Z test_nvfuser_correctness_fft_irfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0241931Z test_nvfuser_correctness_fft_irfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0242245Z test_nvfuser_correctness_fft_irfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0242537Z test_nvfuser_correctness_fft_irfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0242841Z test_nvfuser_correctness_fft_irfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0243144Z test_nvfuser_correctness_fft_irfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0243484Z test_nvfuser_correctness_fft_irfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0243805Z test_nvfuser_correctness_fft_irfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0244117Z test_nvfuser_correctness_fft_irfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0244422Z test_nvfuser_correctness_fft_irfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0244736Z test_nvfuser_correctness_fft_irfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0245062Z test_nvfuser_correctness_fft_irfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0245371Z test_nvfuser_correctness_fft_irfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0245690Z test_nvfuser_correctness_fft_irfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0246005Z test_nvfuser_correctness_fft_irfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0246296Z test_nvfuser_correctness_fft_irfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0246672Z test_nvfuser_correctness_fft_irfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0246947Z test_nvfuser_correctness_fft_irfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0247290Z test_nvfuser_correctness_fft_irfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0247598Z test_nvfuser_correctness_fft_irfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0247921Z test_nvfuser_correctness_fft_irfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0248238Z test_nvfuser_correctness_fft_irfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0248561Z test_nvfuser_correctness_fft_irfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0248867Z test_nvfuser_correctness_fft_irfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0249184Z test_nvfuser_correctness_fft_irfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0249488Z test_nvfuser_correctness_fft_irfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0249786Z test_nvfuser_correctness_fft_irfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0250124Z test_nvfuser_correctness_fft_irfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0250446Z test_nvfuser_correctness_fft_irfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0250763Z test_nvfuser_correctness_fft_rfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0251074Z test_nvfuser_correctness_fft_rfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0251387Z test_nvfuser_correctness_fft_rfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0251705Z test_nvfuser_correctness_fft_rfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0252003Z test_nvfuser_correctness_fft_rfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0252308Z test_nvfuser_correctness_fft_rfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0252621Z test_nvfuser_correctness_fft_rfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0252927Z test_nvfuser_correctness_fft_rfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0253234Z test_nvfuser_correctness_fft_rfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0253554Z test_nvfuser_correctness_fft_rfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0253907Z test_nvfuser_correctness_fft_rfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0254199Z test_nvfuser_correctness_fft_rfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0254505Z test_nvfuser_correctness_fft_rfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0254818Z test_nvfuser_correctness_fft_rfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0255124Z test_nvfuser_correctness_fft_rfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0255429Z test_nvfuser_correctness_fft_rfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0255739Z test_nvfuser_correctness_fft_rfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0256047Z test_nvfuser_correctness_fft_rfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0256347Z test_nvfuser_correctness_fft_rfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0256701Z test_nvfuser_correctness_fft_rfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0257019Z test_nvfuser_correctness_fft_rfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0257323Z test_nvfuser_correctness_fft_rfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0257624Z test_nvfuser_correctness_fft_rfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0257922Z test_nvfuser_correctness_fft_rfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0258182Z test_nvfuser_correctness_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T11:11:41.0258426Z test_nvfuser_correctness_fill_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T11:11:41.0258678Z test_nvfuser_correctness_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T11:11:41.0258945Z test_nvfuser_correctness_fill_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T11:11:41.0259238Z test_nvfuser_correctness_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T11:11:41.0259489Z test_nvfuser_correctness_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T11:11:41.0259741Z test_nvfuser_correctness_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T11:11:41.0259987Z test_nvfuser_correctness_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T11:11:41.0260221Z test_nvfuser_correctness_fill_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T11:11:41.0260467Z test_nvfuser_correctness_fill_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T11:11:41.0260773Z test_nvfuser_correctness_fill_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T11:11:41.0261011Z test_nvfuser_correctness_fill_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T11:11:41.0261258Z test_nvfuser_correctness_fill_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-12-01T11:11:41.0261572Z test_nvfuser_correctness_flatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0261879Z test_nvfuser_correctness_flatten_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0262207Z test_nvfuser_correctness_flatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0262533Z test_nvfuser_correctness_flatten_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0262839Z test_nvfuser_correctness_flatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0263157Z test_nvfuser_correctness_flatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0263459Z test_nvfuser_correctness_flatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0263811Z test_nvfuser_correctness_flatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0264141Z test_nvfuser_correctness_flatten_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0264451Z test_nvfuser_correctness_flatten_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0264765Z test_nvfuser_correctness_flatten_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0265076Z test_nvfuser_correctness_flatten_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0265384Z test_nvfuser_correctness_flatten_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0265690Z test_nvfuser_correctness_flip_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0265999Z test_nvfuser_correctness_flip_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0266316Z test_nvfuser_correctness_flip_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0266625Z test_nvfuser_correctness_flip_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0266935Z test_nvfuser_correctness_flip_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0267234Z test_nvfuser_correctness_flip_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0267596Z test_nvfuser_correctness_flip_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0267902Z test_nvfuser_correctness_flip_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0268204Z test_nvfuser_correctness_flip_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0268506Z test_nvfuser_correctness_flip_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0268814Z test_nvfuser_correctness_flip_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0269118Z test_nvfuser_correctness_flip_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0269426Z test_nvfuser_correctness_fliplr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0269739Z test_nvfuser_correctness_fliplr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0270053Z test_nvfuser_correctness_fliplr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0270375Z test_nvfuser_correctness_fliplr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0271027Z test_nvfuser_correctness_fliplr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0271309Z test_nvfuser_correctness_fliplr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0271618Z test_nvfuser_correctness_fliplr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0271931Z test_nvfuser_correctness_fliplr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0272241Z test_nvfuser_correctness_fliplr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0272548Z test_nvfuser_correctness_fliplr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0272853Z test_nvfuser_correctness_fliplr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0273164Z test_nvfuser_correctness_fliplr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0273473Z test_nvfuser_correctness_flipud_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0273785Z test_nvfuser_correctness_flipud_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0274114Z test_nvfuser_correctness_flipud_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0274441Z test_nvfuser_correctness_flipud_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0274843Z test_nvfuser_correctness_flipud_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0275142Z test_nvfuser_correctness_flipud_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0275459Z test_nvfuser_correctness_flipud_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0275774Z test_nvfuser_correctness_flipud_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0276095Z test_nvfuser_correctness_flipud_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0276405Z test_nvfuser_correctness_flipud_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0276718Z test_nvfuser_correctness_flipud_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0277022Z test_nvfuser_correctness_flipud_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0277339Z test_nvfuser_correctness_float_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0277735Z test_nvfuser_correctness_float_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0278063Z test_nvfuser_correctness_float_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0278371Z test_nvfuser_correctness_float_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0278675Z test_nvfuser_correctness_float_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0278971Z test_nvfuser_correctness_float_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0279285Z test_nvfuser_correctness_float_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0279604Z test_nvfuser_correctness_float_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0279921Z test_nvfuser_correctness_float_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0280227Z test_nvfuser_correctness_float_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0280543Z test_nvfuser_correctness_float_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0280850Z test_nvfuser_correctness_float_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0281150Z test_nvfuser_correctness_float_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0281472Z test_nvfuser_correctness_float_power_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0281845Z test_nvfuser_correctness_float_power_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0282165Z test_nvfuser_correctness_float_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0282494Z test_nvfuser_correctness_float_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0282806Z test_nvfuser_correctness_float_power_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0283109Z test_nvfuser_correctness_float_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0283436Z test_nvfuser_correctness_float_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0283743Z test_nvfuser_correctness_float_power_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0284056Z test_nvfuser_correctness_float_power_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0284353Z test_nvfuser_correctness_float_power_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0284707Z test_nvfuser_correctness_float_power_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0285044Z test_nvfuser_correctness_float_power_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0285355Z test_nvfuser_correctness_floor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0285668Z test_nvfuser_correctness_floor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0285973Z test_nvfuser_correctness_floor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0286290Z test_nvfuser_correctness_floor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0286588Z test_nvfuser_correctness_floor_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0286889Z test_nvfuser_correctness_floor_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0287193Z test_nvfuser_correctness_floor_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0287503Z test_nvfuser_correctness_floor_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0287805Z test_nvfuser_correctness_floor_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0288136Z test_nvfuser_correctness_floor_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0288508Z test_nvfuser_correctness_floor_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0288815Z test_nvfuser_correctness_floor_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0289135Z test_nvfuser_correctness_floor_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0289454Z test_nvfuser_correctness_floor_divide_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0289772Z test_nvfuser_correctness_floor_divide_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0290094Z test_nvfuser_correctness_floor_divide_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0290395Z test_nvfuser_correctness_floor_divide_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0290708Z test_nvfuser_correctness_floor_divide_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0291015Z test_nvfuser_correctness_fmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0291358Z test_nvfuser_correctness_fmax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0291691Z test_nvfuser_correctness_fmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0291997Z test_nvfuser_correctness_fmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0292307Z test_nvfuser_correctness_fmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0292614Z test_nvfuser_correctness_fmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0292912Z test_nvfuser_correctness_fmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0293208Z test_nvfuser_correctness_fmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0293517Z test_nvfuser_correctness_fmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0293826Z test_nvfuser_correctness_fmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0294123Z test_nvfuser_correctness_fmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0294423Z test_nvfuser_correctness_fmin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0294739Z test_nvfuser_correctness_fmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0295105Z test_nvfuser_correctness_fmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0295406Z test_nvfuser_correctness_fmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0295716Z test_nvfuser_correctness_fmin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0296016Z test_nvfuser_correctness_fmin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0296314Z test_nvfuser_correctness_fmin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0296624Z test_nvfuser_correctness_fmin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0296922Z test_nvfuser_correctness_fmin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0297229Z test_nvfuser_correctness_fmod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0297541Z test_nvfuser_correctness_fmod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0297837Z test_nvfuser_correctness_fmod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0298191Z test_nvfuser_correctness_fmod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0298507Z test_nvfuser_correctness_fmod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0298808Z test_nvfuser_correctness_fmod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0299103Z test_nvfuser_correctness_fmod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0299413Z test_nvfuser_correctness_fmod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0299706Z test_nvfuser_correctness_fmod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0300024Z test_nvfuser_correctness_frac_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0300331Z test_nvfuser_correctness_frac_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0300638Z test_nvfuser_correctness_frac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0300944Z test_nvfuser_correctness_frac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0301254Z test_nvfuser_correctness_frexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0301556Z test_nvfuser_correctness_frexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0301914Z test_nvfuser_correctness_frexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0302236Z test_nvfuser_correctness_full_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0302546Z test_nvfuser_correctness_full_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0302865Z test_nvfuser_correctness_full_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0303192Z test_nvfuser_correctness_full_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0303505Z test_nvfuser_correctness_full_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0303813Z test_nvfuser_correctness_full_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0304120Z test_nvfuser_correctness_full_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0304423Z test_nvfuser_correctness_full_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0304773Z test_nvfuser_correctness_full_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0305087Z test_nvfuser_correctness_full_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0305386Z test_nvfuser_correctness_full_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0305694Z test_nvfuser_correctness_full_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0306009Z test_nvfuser_correctness_gather_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0306314Z test_nvfuser_correctness_gather_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0306632Z test_nvfuser_correctness_gather_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0306952Z test_nvfuser_correctness_gather_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0307261Z test_nvfuser_correctness_gather_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0307570Z test_nvfuser_correctness_gather_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0307883Z test_nvfuser_correctness_gather_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0308192Z test_nvfuser_correctness_gather_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0308552Z test_nvfuser_correctness_gather_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0308865Z test_nvfuser_correctness_gather_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0309161Z test_nvfuser_correctness_gather_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0309469Z test_nvfuser_correctness_gather_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0309774Z test_nvfuser_correctness_gcd_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0310084Z test_nvfuser_correctness_gcd_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0310395Z test_nvfuser_correctness_gcd_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0310944Z test_nvfuser_correctness_gcd_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0311219Z test_nvfuser_correctness_gcd_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0311526Z test_nvfuser_correctness_ge_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0311903Z test_nvfuser_correctness_ge_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0312224Z test_nvfuser_correctness_ge_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0312540Z test_nvfuser_correctness_ge_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0312852Z test_nvfuser_correctness_ge_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0313143Z test_nvfuser_correctness_ge_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0313444Z test_nvfuser_correctness_ge_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0313737Z test_nvfuser_correctness_ge_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0314038Z test_nvfuser_correctness_ge_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0314348Z test_nvfuser_correctness_ge_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0314663Z test_nvfuser_correctness_geqrf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0314974Z test_nvfuser_correctness_geqrf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0315291Z test_nvfuser_correctness_geqrf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0315674Z test_nvfuser_correctness_geqrf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0315937Z test_nvfuser_correctness_gradient_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0316195Z test_nvfuser_correctness_gradient_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0316444Z test_nvfuser_correctness_gradient_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0316694Z test_nvfuser_correctness_gradient_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0316951Z test_nvfuser_correctness_gradient_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0317203Z test_nvfuser_correctness_gradient_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0317462Z test_nvfuser_correctness_gradient_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0317710Z test_nvfuser_correctness_gradient_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0317951Z test_nvfuser_correctness_gradient_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0318204Z test_nvfuser_correctness_gradient_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0318511Z test_nvfuser_correctness_gt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0318871Z test_nvfuser_correctness_gt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0319179Z test_nvfuser_correctness_gt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0319497Z test_nvfuser_correctness_gt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0319800Z test_nvfuser_correctness_gt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0320097Z test_nvfuser_correctness_gt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0320403Z test_nvfuser_correctness_gt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0320705Z test_nvfuser_correctness_gt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0321020Z test_nvfuser_correctness_gt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0321322Z test_nvfuser_correctness_gt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0321641Z test_nvfuser_correctness_half_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0321943Z test_nvfuser_correctness_half_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0322265Z test_nvfuser_correctness_half_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0322566Z test_nvfuser_correctness_half_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0322939Z test_nvfuser_correctness_half_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0323244Z test_nvfuser_correctness_half_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0323545Z test_nvfuser_correctness_half_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0323852Z test_nvfuser_correctness_half_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0324154Z test_nvfuser_correctness_half_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0324460Z test_nvfuser_correctness_half_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0324767Z test_nvfuser_correctness_half_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0325059Z test_nvfuser_correctness_half_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0325377Z test_nvfuser_correctness_heaviside_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0325733Z test_nvfuser_correctness_heaviside_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0326062Z test_nvfuser_correctness_heaviside_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0326366Z test_nvfuser_correctness_heaviside_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0326668Z test_nvfuser_correctness_heaviside_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0326985Z test_nvfuser_correctness_heaviside_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0327297Z test_nvfuser_correctness_heaviside_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0327607Z test_nvfuser_correctness_heaviside_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0327927Z test_nvfuser_correctness_heaviside_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0328238Z test_nvfuser_correctness_heaviside_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0328554Z test_nvfuser_correctness_histc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0328868Z test_nvfuser_correctness_histc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0329173Z test_nvfuser_correctness_histc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0329544Z test_nvfuser_correctness_histc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0329844Z test_nvfuser_correctness_histc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0330135Z test_nvfuser_correctness_histc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0330453Z test_nvfuser_correctness_hsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0330756Z test_nvfuser_correctness_hsplit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0331081Z test_nvfuser_correctness_hsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0331401Z test_nvfuser_correctness_hsplit_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0331705Z test_nvfuser_correctness_hsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0332023Z test_nvfuser_correctness_hsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0332331Z test_nvfuser_correctness_hsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0332684Z test_nvfuser_correctness_hsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0333016Z test_nvfuser_correctness_hsplit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0333328Z test_nvfuser_correctness_hsplit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0333643Z test_nvfuser_correctness_hsplit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0333936Z test_nvfuser_correctness_hsplit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0334249Z test_nvfuser_correctness_hsplit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0334576Z test_nvfuser_correctness_hstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0334882Z test_nvfuser_correctness_hstack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0335206Z test_nvfuser_correctness_hstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0335524Z test_nvfuser_correctness_hstack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0335846Z test_nvfuser_correctness_hstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0336155Z test_nvfuser_correctness_hstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0336515Z test_nvfuser_correctness_hstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0336831Z test_nvfuser_correctness_hstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0337132Z test_nvfuser_correctness_hstack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0337445Z test_nvfuser_correctness_hstack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0337743Z test_nvfuser_correctness_hstack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0338053Z test_nvfuser_correctness_hstack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0338350Z test_nvfuser_correctness_hstack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0338660Z test_nvfuser_correctness_hypot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0338965Z test_nvfuser_correctness_hypot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0339315Z test_nvfuser_correctness_hypot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0339640Z test_nvfuser_correctness_hypot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0339940Z test_nvfuser_correctness_i0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0340250Z test_nvfuser_correctness_i0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0340551Z test_nvfuser_correctness_i0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0340850Z test_nvfuser_correctness_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0341153Z test_nvfuser_correctness_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0341447Z test_nvfuser_correctness_i0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0341746Z test_nvfuser_correctness_i0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0342040Z test_nvfuser_correctness_i0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0342346Z test_nvfuser_correctness_i0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0342645Z test_nvfuser_correctness_i0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0343013Z test_nvfuser_correctness_igamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0343321Z test_nvfuser_correctness_igamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0343640Z test_nvfuser_correctness_igammac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0343946Z test_nvfuser_correctness_igammac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0344261Z test_nvfuser_correctness_imag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0344572Z test_nvfuser_correctness_imag_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0344887Z test_nvfuser_correctness_imag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0345193Z test_nvfuser_correctness_index_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0345509Z test_nvfuser_correctness_index_add_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0345825Z test_nvfuser_correctness_index_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0346183Z test_nvfuser_correctness_index_add_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0346515Z test_nvfuser_correctness_index_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0346835Z test_nvfuser_correctness_index_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0347160Z test_nvfuser_correctness_index_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0347470Z test_nvfuser_correctness_index_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0347787Z test_nvfuser_correctness_index_add_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0348102Z test_nvfuser_correctness_index_add_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0348396Z test_nvfuser_correctness_index_add_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0348707Z test_nvfuser_correctness_index_add_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0349008Z test_nvfuser_correctness_index_add_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0349326Z test_nvfuser_correctness_index_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0349638Z test_nvfuser_correctness_index_copy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0350027Z test_nvfuser_correctness_index_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0350347Z test_nvfuser_correctness_index_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0350837Z test_nvfuser_correctness_index_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0351139Z test_nvfuser_correctness_index_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0351452Z test_nvfuser_correctness_index_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0351780Z test_nvfuser_correctness_index_copy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0352092Z test_nvfuser_correctness_index_copy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0352401Z test_nvfuser_correctness_index_copy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0352707Z test_nvfuser_correctness_index_copy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0353082Z test_nvfuser_correctness_index_copy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0353404Z test_nvfuser_correctness_index_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0353722Z test_nvfuser_correctness_index_fill_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0354046Z test_nvfuser_correctness_index_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0354362Z test_nvfuser_correctness_index_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0354679Z test_nvfuser_correctness_index_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0355000Z test_nvfuser_correctness_index_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0355304Z test_nvfuser_correctness_index_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0355614Z test_nvfuser_correctness_index_fill_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0355932Z test_nvfuser_correctness_index_fill_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0356238Z test_nvfuser_correctness_index_fill_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0356546Z test_nvfuser_correctness_index_fill_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0356927Z test_nvfuser_correctness_index_fill_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0357234Z test_nvfuser_correctness_index_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0357542Z test_nvfuser_correctness_index_put_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0357869Z test_nvfuser_correctness_index_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0358189Z test_nvfuser_correctness_index_put_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0358518Z test_nvfuser_correctness_index_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0358836Z test_nvfuser_correctness_index_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0359144Z test_nvfuser_correctness_index_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0359484Z test_nvfuser_correctness_index_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0359845Z test_nvfuser_correctness_index_put_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0360169Z test_nvfuser_correctness_index_put_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0360461Z test_nvfuser_correctness_index_put_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0360781Z test_nvfuser_correctness_index_put_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0361078Z test_nvfuser_correctness_index_put_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0361403Z test_nvfuser_correctness_index_reduce_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0361719Z test_nvfuser_correctness_index_reduce_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0362049Z test_nvfuser_correctness_index_reduce_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0362368Z test_nvfuser_correctness_index_reduce_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0362680Z test_nvfuser_correctness_index_reduce_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0362987Z test_nvfuser_correctness_index_reduce_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0363290Z test_nvfuser_correctness_index_reduce_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0363666Z test_nvfuser_correctness_index_reduce_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0363981Z test_nvfuser_correctness_index_reduce_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0364309Z test_nvfuser_correctness_index_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0364621Z test_nvfuser_correctness_index_select_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0364948Z test_nvfuser_correctness_index_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0365268Z test_nvfuser_correctness_index_select_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0365579Z test_nvfuser_correctness_index_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0365909Z test_nvfuser_correctness_index_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0366236Z test_nvfuser_correctness_index_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0366613Z test_nvfuser_correctness_index_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0366950Z test_nvfuser_correctness_index_select_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0367266Z test_nvfuser_correctness_index_select_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0367578Z test_nvfuser_correctness_index_select_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0367887Z test_nvfuser_correctness_index_select_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0368198Z test_nvfuser_correctness_index_select_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0368522Z test_nvfuser_correctness_inner_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0368837Z test_nvfuser_correctness_inner_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0369138Z test_nvfuser_correctness_inner_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0369450Z test_nvfuser_correctness_inner_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0369767Z test_nvfuser_correctness_inner_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0370078Z test_nvfuser_correctness_inner_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0370450Z test_nvfuser_correctness_int_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0370762Z test_nvfuser_correctness_int_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0371070Z test_nvfuser_correctness_int_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0371380Z test_nvfuser_correctness_int_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0371688Z test_nvfuser_correctness_int_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0372006Z test_nvfuser_correctness_int_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0372311Z test_nvfuser_correctness_int_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0372623Z test_nvfuser_correctness_int_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0372913Z test_nvfuser_correctness_int_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0373267Z test_nvfuser_correctness_int_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0373583Z test_nvfuser_correctness_int_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0373891Z test_nvfuser_correctness_int_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0374205Z test_nvfuser_correctness_isclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0374512Z test_nvfuser_correctness_isclose_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0374836Z test_nvfuser_correctness_isclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0375154Z test_nvfuser_correctness_isclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0375476Z test_nvfuser_correctness_isclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0375778Z test_nvfuser_correctness_isclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0376089Z test_nvfuser_correctness_isclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0376407Z test_nvfuser_correctness_isclose_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0376709Z test_nvfuser_correctness_isclose_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0377073Z test_nvfuser_correctness_isclose_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0377381Z test_nvfuser_correctness_isclose_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0377696Z test_nvfuser_correctness_isclose_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0378018Z test_nvfuser_correctness_isfinite_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0378323Z test_nvfuser_correctness_isfinite_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0378651Z test_nvfuser_correctness_isfinite_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0378974Z test_nvfuser_correctness_isfinite_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0379286Z test_nvfuser_correctness_isfinite_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0379600Z test_nvfuser_correctness_isfinite_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0379915Z test_nvfuser_correctness_isfinite_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0380271Z test_nvfuser_correctness_isfinite_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0380585Z test_nvfuser_correctness_isfinite_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0380892Z test_nvfuser_correctness_isfinite_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0381201Z test_nvfuser_correctness_isfinite_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0381517Z test_nvfuser_correctness_isfinite_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0381822Z test_nvfuser_correctness_isfinite_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0382129Z test_nvfuser_correctness_isin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0382444Z test_nvfuser_correctness_isin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0382759Z test_nvfuser_correctness_isin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0383068Z test_nvfuser_correctness_isin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0383382Z test_nvfuser_correctness_isin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0383694Z test_nvfuser_correctness_isin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0384111Z test_nvfuser_correctness_isin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0384396Z test_nvfuser_correctness_isin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0384706Z test_nvfuser_correctness_isinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0385009Z test_nvfuser_correctness_isinf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0385324Z test_nvfuser_correctness_isinf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0385648Z test_nvfuser_correctness_isinf_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0385963Z test_nvfuser_correctness_isinf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0386266Z test_nvfuser_correctness_isinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0386577Z test_nvfuser_correctness_isinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0386925Z test_nvfuser_correctness_isinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0387249Z test_nvfuser_correctness_isinf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0387564Z test_nvfuser_correctness_isinf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0387879Z test_nvfuser_correctness_isinf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0388171Z test_nvfuser_correctness_isinf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0388476Z test_nvfuser_correctness_isinf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0388785Z test_nvfuser_correctness_isnan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0389104Z test_nvfuser_correctness_isnan_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0389416Z test_nvfuser_correctness_isnan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0389721Z test_nvfuser_correctness_isnan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0390036Z test_nvfuser_correctness_isnan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0390347Z test_nvfuser_correctness_isnan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0390899Z test_nvfuser_correctness_isnan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0391246Z test_nvfuser_correctness_isnan_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0391557Z test_nvfuser_correctness_isnan_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0391857Z test_nvfuser_correctness_isnan_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0392149Z test_nvfuser_correctness_isnan_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0392446Z test_nvfuser_correctness_isnan_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0392774Z test_nvfuser_correctness_isneginf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0393083Z test_nvfuser_correctness_isneginf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0393404Z test_nvfuser_correctness_isneginf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0393718Z test_nvfuser_correctness_isneginf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0394071Z test_nvfuser_correctness_isneginf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0394397Z test_nvfuser_correctness_isneginf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0394713Z test_nvfuser_correctness_isneginf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0395023Z test_nvfuser_correctness_isneginf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0395327Z test_nvfuser_correctness_isneginf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0395631Z test_nvfuser_correctness_isneginf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0395938Z test_nvfuser_correctness_isposinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0396264Z test_nvfuser_correctness_isposinf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0396577Z test_nvfuser_correctness_isposinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0396881Z test_nvfuser_correctness_isposinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0397201Z test_nvfuser_correctness_isposinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0397509Z test_nvfuser_correctness_isposinf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0397883Z test_nvfuser_correctness_isposinf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0398197Z test_nvfuser_correctness_isposinf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0398503Z test_nvfuser_correctness_isposinf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0398813Z test_nvfuser_correctness_isposinf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0399131Z test_nvfuser_correctness_isreal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0399439Z test_nvfuser_correctness_isreal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0399744Z test_nvfuser_correctness_isreal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0400064Z test_nvfuser_correctness_isreal_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0400365Z test_nvfuser_correctness_isreal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0400720Z test_nvfuser_correctness_isreal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0401049Z test_nvfuser_correctness_isreal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0401362Z test_nvfuser_correctness_isreal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0401669Z test_nvfuser_correctness_isreal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0401977Z test_nvfuser_correctness_isreal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0402293Z test_nvfuser_correctness_isreal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0402598Z test_nvfuser_correctness_isreal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0402901Z test_nvfuser_correctness_isreal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0403212Z test_nvfuser_correctness_istft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0403513Z test_nvfuser_correctness_istft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0403833Z test_nvfuser_correctness_istft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0404151Z test_nvfuser_correctness_istft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0404487Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0404762Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0405051Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0405432Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0405678Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0405938Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0406272Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0406447Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0406709Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0406985Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0407253Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0407523Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0407872Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0408174Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0408470Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0408755Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0409031Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0409308Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0409585Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0409869Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0410160Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0410430Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0410709Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0410996Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0411263Z test_nvfuser_correctness_jiterator_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0411530Z test_nvfuser_correctness_jiterator_binary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0411857Z test_nvfuser_correctness_jiterator_binary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0412123Z test_nvfuser_correctness_jiterator_binary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0412379Z test_nvfuser_correctness_jiterator_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0412641Z test_nvfuser_correctness_jiterator_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0412901Z test_nvfuser_correctness_jiterator_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0413170Z test_nvfuser_correctness_jiterator_binary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0413419Z test_nvfuser_correctness_jiterator_binary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0413689Z test_nvfuser_correctness_jiterator_binary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0413946Z test_nvfuser_correctness_jiterator_binary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0414207Z test_nvfuser_correctness_jiterator_binary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0414485Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0414763Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0415091Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0415401Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0415677Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0415962Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0416238Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0416521Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0416800Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0417153Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0417367Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0417657Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0417912Z test_nvfuser_correctness_jiterator_unary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0418179Z test_nvfuser_correctness_jiterator_unary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0418452Z test_nvfuser_correctness_jiterator_unary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0418731Z test_nvfuser_correctness_jiterator_unary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0419054Z test_nvfuser_correctness_jiterator_unary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0419316Z test_nvfuser_correctness_jiterator_unary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0419585Z test_nvfuser_correctness_jiterator_unary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0419854Z test_nvfuser_correctness_jiterator_unary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0420114Z test_nvfuser_correctness_jiterator_unary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0420385Z test_nvfuser_correctness_jiterator_unary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0420635Z test_nvfuser_correctness_jiterator_unary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0420900Z test_nvfuser_correctness_jiterator_unary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0421220Z test_nvfuser_correctness_kron_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0421543Z test_nvfuser_correctness_kron_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0421862Z test_nvfuser_correctness_kron_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0422178Z test_nvfuser_correctness_kron_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0422538Z test_nvfuser_correctness_kron_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0422867Z test_nvfuser_correctness_kron_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0423175Z test_nvfuser_correctness_kron_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0423483Z test_nvfuser_correctness_kron_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0423791Z test_nvfuser_correctness_kron_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0424080Z test_nvfuser_correctness_kron_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0424399Z test_nvfuser_correctness_kron_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0424716Z test_nvfuser_correctness_kron_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0425041Z test_nvfuser_correctness_kthvalue_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0425360Z test_nvfuser_correctness_kthvalue_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0425672Z test_nvfuser_correctness_kthvalue_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0425991Z test_nvfuser_correctness_kthvalue_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0426365Z test_nvfuser_correctness_kthvalue_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0426682Z test_nvfuser_correctness_kthvalue_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0427000Z test_nvfuser_correctness_kthvalue_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0427312Z test_nvfuser_correctness_kthvalue_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0427630Z test_nvfuser_correctness_lcm_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0427930Z test_nvfuser_correctness_lcm_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0428241Z test_nvfuser_correctness_lcm_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0428548Z test_nvfuser_correctness_lcm_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0428848Z test_nvfuser_correctness_lcm_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0429216Z test_nvfuser_correctness_ldexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0429540Z test_nvfuser_correctness_ldexp_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0429864Z test_nvfuser_correctness_ldexp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0430187Z test_nvfuser_correctness_ldexp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0430714Z test_nvfuser_correctness_ldexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0431044Z test_nvfuser_correctness_ldexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0431341Z test_nvfuser_correctness_ldexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0431659Z test_nvfuser_correctness_ldexp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0431955Z test_nvfuser_correctness_ldexp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0432266Z test_nvfuser_correctness_ldexp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0432581Z test_nvfuser_correctness_ldexp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0432897Z test_nvfuser_correctness_ldexp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0433206Z test_nvfuser_correctness_le_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0433600Z test_nvfuser_correctness_le_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0433910Z test_nvfuser_correctness_le_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0434222Z test_nvfuser_correctness_le_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0434528Z test_nvfuser_correctness_le_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0434836Z test_nvfuser_correctness_le_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0435148Z test_nvfuser_correctness_le_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0435463Z test_nvfuser_correctness_le_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0435750Z test_nvfuser_correctness_le_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0436062Z test_nvfuser_correctness_le_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0436438Z test_nvfuser_correctness_lerp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0436778Z test_nvfuser_correctness_lerp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0437101Z test_nvfuser_correctness_lerp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0437419Z test_nvfuser_correctness_lerp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0437737Z test_nvfuser_correctness_lerp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0438053Z test_nvfuser_correctness_lerp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0438368Z test_nvfuser_correctness_lgamma_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0438691Z test_nvfuser_correctness_lgamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0439010Z test_nvfuser_correctness_lgamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0439326Z test_nvfuser_correctness_lgamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0439622Z test_nvfuser_correctness_lgamma_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0439935Z test_nvfuser_correctness_lgamma_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0440308Z test_nvfuser_correctness_lgamma_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0440623Z test_nvfuser_correctness_lgamma_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0440931Z test_nvfuser_correctness_lgamma_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0441264Z test_nvfuser_correctness_linalg_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0441603Z test_nvfuser_correctness_linalg_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0441935Z test_nvfuser_correctness_linalg_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0442271Z test_nvfuser_correctness_linalg_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0442613Z test_nvfuser_correctness_linalg_cholesky_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0442951Z test_nvfuser_correctness_linalg_cholesky_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0443331Z test_nvfuser_correctness_linalg_cholesky_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0443657Z test_nvfuser_correctness_linalg_cholesky_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0443986Z test_nvfuser_correctness_linalg_cond_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0444318Z test_nvfuser_correctness_linalg_cond_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0444643Z test_nvfuser_correctness_linalg_cond_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0444955Z test_nvfuser_correctness_linalg_cond_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0445285Z test_nvfuser_correctness_linalg_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0445610Z test_nvfuser_correctness_linalg_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0445930Z test_nvfuser_correctness_linalg_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0446253Z test_nvfuser_correctness_linalg_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0446578Z test_nvfuser_correctness_linalg_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0446897Z test_nvfuser_correctness_linalg_cross_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0447260Z test_nvfuser_correctness_linalg_cross_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0447571Z test_nvfuser_correctness_linalg_cross_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0447874Z test_nvfuser_correctness_linalg_cross_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0448191Z test_nvfuser_correctness_linalg_cross_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0448520Z test_nvfuser_correctness_linalg_det_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0448851Z test_nvfuser_correctness_linalg_det_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0449166Z test_nvfuser_correctness_linalg_det_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0449474Z test_nvfuser_correctness_linalg_det_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0449817Z test_nvfuser_correctness_linalg_det_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0450204Z test_nvfuser_correctness_linalg_det_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0450555Z test_nvfuser_correctness_linalg_det_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0450893Z test_nvfuser_correctness_linalg_det_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0451222Z test_nvfuser_correctness_linalg_eig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0451551Z test_nvfuser_correctness_linalg_eig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0451856Z test_nvfuser_correctness_linalg_eig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0452176Z test_nvfuser_correctness_linalg_eig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0452503Z test_nvfuser_correctness_linalg_eigh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0452826Z test_nvfuser_correctness_linalg_eigh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0453151Z test_nvfuser_correctness_linalg_eigh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0453476Z test_nvfuser_correctness_linalg_eigh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0453809Z test_nvfuser_correctness_linalg_eigvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0454192Z test_nvfuser_correctness_linalg_eigvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0454518Z test_nvfuser_correctness_linalg_eigvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0454837Z test_nvfuser_correctness_linalg_eigvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0455178Z test_nvfuser_correctness_linalg_eigvalsh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0455515Z test_nvfuser_correctness_linalg_eigvalsh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0455848Z test_nvfuser_correctness_linalg_eigvalsh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0456158Z test_nvfuser_correctness_linalg_eigvalsh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0456508Z test_nvfuser_correctness_linalg_householder_product_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0456898Z test_nvfuser_correctness_linalg_householder_product_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0457256Z test_nvfuser_correctness_linalg_householder_product_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0457596Z test_nvfuser_correctness_linalg_householder_product_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0457922Z test_nvfuser_correctness_linalg_inv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0458248Z test_nvfuser_correctness_linalg_inv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0458565Z test_nvfuser_correctness_linalg_inv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0458886Z test_nvfuser_correctness_linalg_inv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0459217Z test_nvfuser_correctness_linalg_inv_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0459593Z test_nvfuser_correctness_linalg_inv_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0459921Z test_nvfuser_correctness_linalg_inv_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0460250Z test_nvfuser_correctness_linalg_inv_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0460572Z test_nvfuser_correctness_linalg_ldl_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0460963Z test_nvfuser_correctness_linalg_ldl_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0461297Z test_nvfuser_correctness_linalg_ldl_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0461624Z test_nvfuser_correctness_linalg_ldl_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0461959Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0462292Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0462629Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0462961Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0463291Z test_nvfuser_correctness_linalg_ldl_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0463623Z test_nvfuser_correctness_linalg_ldl_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0464003Z test_nvfuser_correctness_linalg_ldl_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0464344Z test_nvfuser_correctness_linalg_ldl_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0464667Z test_nvfuser_correctness_linalg_lstsq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0464979Z test_nvfuser_correctness_linalg_lstsq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0465301Z test_nvfuser_correctness_linalg_lstsq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0465624Z test_nvfuser_correctness_linalg_lstsq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0465977Z test_nvfuser_correctness_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0466322Z test_nvfuser_correctness_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0466664Z test_nvfuser_correctness_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0467002Z test_nvfuser_correctness_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0467326Z test_nvfuser_correctness_linalg_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0467704Z test_nvfuser_correctness_linalg_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0468022Z test_nvfuser_correctness_linalg_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0468330Z test_nvfuser_correctness_linalg_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0468662Z test_nvfuser_correctness_linalg_lu_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0468997Z test_nvfuser_correctness_linalg_lu_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0469316Z test_nvfuser_correctness_linalg_lu_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0469640Z test_nvfuser_correctness_linalg_lu_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0469974Z test_nvfuser_correctness_linalg_lu_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0470310Z test_nvfuser_correctness_linalg_lu_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0470991Z test_nvfuser_correctness_linalg_lu_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0471300Z test_nvfuser_correctness_linalg_lu_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0471627Z test_nvfuser_correctness_linalg_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0471953Z test_nvfuser_correctness_linalg_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0472280Z test_nvfuser_correctness_linalg_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0472607Z test_nvfuser_correctness_linalg_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0472942Z test_nvfuser_correctness_linalg_matrix_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0473273Z test_nvfuser_correctness_linalg_matrix_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0473605Z test_nvfuser_correctness_linalg_matrix_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0473918Z test_nvfuser_correctness_linalg_matrix_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0474245Z test_nvfuser_correctness_linalg_matrix_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0474635Z test_nvfuser_correctness_linalg_matrix_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0474966Z test_nvfuser_correctness_linalg_matrix_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0475294Z test_nvfuser_correctness_linalg_matrix_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0475621Z test_nvfuser_correctness_linalg_matrix_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0475946Z test_nvfuser_correctness_linalg_matrix_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0476274Z test_nvfuser_correctness_linalg_matrix_rank_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0476598Z test_nvfuser_correctness_linalg_matrix_rank_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0476925Z test_nvfuser_correctness_linalg_matrix_rank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0477257Z test_nvfuser_correctness_linalg_matrix_rank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0477656Z test_nvfuser_correctness_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0478024Z test_nvfuser_correctness_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0478351Z test_nvfuser_correctness_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0478704Z test_nvfuser_correctness_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0479037Z test_nvfuser_correctness_linalg_multi_dot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0479376Z test_nvfuser_correctness_linalg_multi_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0479717Z test_nvfuser_correctness_linalg_multi_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0480050Z test_nvfuser_correctness_linalg_multi_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0480378Z test_nvfuser_correctness_linalg_multi_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0480708Z test_nvfuser_correctness_linalg_multi_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0481033Z test_nvfuser_correctness_linalg_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0481412Z test_nvfuser_correctness_linalg_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0481737Z test_nvfuser_correctness_linalg_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0482055Z test_nvfuser_correctness_linalg_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0482361Z test_nvfuser_correctness_linalg_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0482672Z test_nvfuser_correctness_linalg_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0483029Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0483384Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0483738Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0484088Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0484490Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0484860Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0485188Z test_nvfuser_correctness_linalg_pinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0485511Z test_nvfuser_correctness_linalg_pinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0485830Z test_nvfuser_correctness_linalg_pinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0486154Z test_nvfuser_correctness_linalg_pinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0486502Z test_nvfuser_correctness_linalg_pinv_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0486842Z test_nvfuser_correctness_linalg_pinv_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0487215Z test_nvfuser_correctness_linalg_pinv_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0487556Z test_nvfuser_correctness_linalg_pinv_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0487898Z test_nvfuser_correctness_linalg_pinv_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0488292Z test_nvfuser_correctness_linalg_pinv_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0488626Z test_nvfuser_correctness_linalg_pinv_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0488959Z test_nvfuser_correctness_linalg_pinv_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0489284Z test_nvfuser_correctness_linalg_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0489613Z test_nvfuser_correctness_linalg_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0489937Z test_nvfuser_correctness_linalg_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0490249Z test_nvfuser_correctness_linalg_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0490582Z test_nvfuser_correctness_linalg_slogdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0490918Z test_nvfuser_correctness_linalg_slogdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0491345Z test_nvfuser_correctness_linalg_slogdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0491661Z test_nvfuser_correctness_linalg_slogdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0491992Z test_nvfuser_correctness_linalg_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0492321Z test_nvfuser_correctness_linalg_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0492650Z test_nvfuser_correctness_linalg_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0492979Z test_nvfuser_correctness_linalg_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0493313Z test_nvfuser_correctness_linalg_solve_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0493653Z test_nvfuser_correctness_linalg_solve_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0493983Z test_nvfuser_correctness_linalg_solve_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0494306Z test_nvfuser_correctness_linalg_solve_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0494651Z test_nvfuser_correctness_linalg_solve_triangular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0494995Z test_nvfuser_correctness_linalg_solve_triangular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0495393Z test_nvfuser_correctness_linalg_solve_triangular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0495740Z test_nvfuser_correctness_linalg_solve_triangular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0496051Z test_nvfuser_correctness_linalg_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0496378Z test_nvfuser_correctness_linalg_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0496695Z test_nvfuser_correctness_linalg_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0497006Z test_nvfuser_correctness_linalg_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0497340Z test_nvfuser_correctness_linalg_svdvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0497676Z test_nvfuser_correctness_linalg_svdvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0498046Z test_nvfuser_correctness_linalg_svdvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0498381Z test_nvfuser_correctness_linalg_svdvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0498835Z test_nvfuser_correctness_linalg_tensorinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0499062Z test_nvfuser_correctness_linalg_tensorinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0499390Z test_nvfuser_correctness_linalg_tensorinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0499739Z test_nvfuser_correctness_linalg_tensorinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0500144Z test_nvfuser_correctness_linalg_tensorsolve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0500387Z test_nvfuser_correctness_linalg_tensorsolve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0500721Z test_nvfuser_correctness_linalg_tensorsolve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0501056Z test_nvfuser_correctness_linalg_tensorsolve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0501393Z test_nvfuser_correctness_linalg_vander_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0501727Z test_nvfuser_correctness_linalg_vander_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0502113Z test_nvfuser_correctness_linalg_vander_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0502441Z test_nvfuser_correctness_linalg_vander_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0502759Z test_nvfuser_correctness_linalg_vander_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0503080Z test_nvfuser_correctness_linalg_vander_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0503408Z test_nvfuser_correctness_linalg_vander_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0503734Z test_nvfuser_correctness_linalg_vander_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0504052Z test_nvfuser_correctness_linalg_vander_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0504361Z test_nvfuser_correctness_linalg_vecdot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0504695Z test_nvfuser_correctness_linalg_vecdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0505063Z test_nvfuser_correctness_linalg_vecdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0505405Z test_nvfuser_correctness_linalg_vecdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0505723Z test_nvfuser_correctness_linalg_vecdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0506051Z test_nvfuser_correctness_linalg_vecdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0506482Z test_nvfuser_correctness_linalg_vector_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0506732Z test_nvfuser_correctness_linalg_vector_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0507131Z test_nvfuser_correctness_linalg_vector_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0507392Z test_nvfuser_correctness_linalg_vector_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0507727Z test_nvfuser_correctness_linalg_vector_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0508055Z test_nvfuser_correctness_linalg_vector_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0508379Z test_nvfuser_correctness_linspace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0508751Z test_nvfuser_correctness_linspace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0509075Z test_nvfuser_correctness_linspace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0509389Z test_nvfuser_correctness_linspace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0509709Z test_nvfuser_correctness_linspace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0510029Z test_nvfuser_correctness_linspace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0510350Z test_nvfuser_correctness_linspace_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0510966Z test_nvfuser_correctness_linspace_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0511260Z test_nvfuser_correctness_linspace_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0511579Z test_nvfuser_correctness_linspace_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0511899Z test_nvfuser_correctness_linspace_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0512294Z test_nvfuser_correctness_log10_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0512630Z test_nvfuser_correctness_log10_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0512929Z test_nvfuser_correctness_log10_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0513246Z test_nvfuser_correctness_log10_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0513557Z test_nvfuser_correctness_log10_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0513878Z test_nvfuser_correctness_log10_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0514215Z test_nvfuser_correctness_log10_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0514511Z test_nvfuser_correctness_log10_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0514824Z test_nvfuser_correctness_log10_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0515135Z test_nvfuser_correctness_log10_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0515445Z test_nvfuser_correctness_log10_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0515750Z test_nvfuser_correctness_log10_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0516146Z test_nvfuser_correctness_log1p_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0516462Z test_nvfuser_correctness_log1p_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0516757Z test_nvfuser_correctness_log1p_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0517075Z test_nvfuser_correctness_log1p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0517393Z test_nvfuser_correctness_log1p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0517707Z test_nvfuser_correctness_log1p_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0518023Z test_nvfuser_correctness_log1p_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0518333Z test_nvfuser_correctness_log1p_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0518640Z test_nvfuser_correctness_log1p_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0518995Z test_nvfuser_correctness_log1p_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0519317Z test_nvfuser_correctness_log2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0519635Z test_nvfuser_correctness_log2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0519958Z test_nvfuser_correctness_log2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0520274Z test_nvfuser_correctness_log2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0520571Z test_nvfuser_correctness_log2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0520890Z test_nvfuser_correctness_log2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0521209Z test_nvfuser_correctness_log2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0521519Z test_nvfuser_correctness_log2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0521828Z test_nvfuser_correctness_log2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0522134Z test_nvfuser_correctness_log2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0522453Z test_nvfuser_correctness_log2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0522767Z test_nvfuser_correctness_log2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0523143Z test_nvfuser_correctness_log_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0523453Z test_nvfuser_correctness_log_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0523773Z test_nvfuser_correctness_log_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0524091Z test_nvfuser_correctness_log_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0524390Z test_nvfuser_correctness_log_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0524709Z test_nvfuser_correctness_log_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0525023Z test_nvfuser_correctness_log_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0525337Z test_nvfuser_correctness_log_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0525650Z test_nvfuser_correctness_log_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0526005Z test_nvfuser_correctness_log_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0526330Z test_nvfuser_correctness_log_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0526642Z test_nvfuser_correctness_log_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0526947Z test_nvfuser_correctness_log_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0527273Z test_nvfuser_correctness_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0527597Z test_nvfuser_correctness_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0527927Z test_nvfuser_correctness_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0528228Z test_nvfuser_correctness_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0528565Z test_nvfuser_correctness_log_softmax_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0528897Z test_nvfuser_correctness_log_softmax_dtype_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0529239Z test_nvfuser_correctness_log_softmax_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0529583Z test_nvfuser_correctness_log_softmax_dtype_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0529974Z test_nvfuser_correctness_log_softmax_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0530306Z test_nvfuser_correctness_log_softmax_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0530640Z test_nvfuser_correctness_log_softmax_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0530963Z test_nvfuser_correctness_log_softmax_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0531298Z test_nvfuser_correctness_log_softmax_dtype_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0531634Z test_nvfuser_correctness_log_softmax_dtype_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0531957Z test_nvfuser_correctness_log_softmax_dtype_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0532289Z test_nvfuser_correctness_log_softmax_dtype_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0532593Z test_nvfuser_correctness_log_softmax_dtype_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0532984Z test_nvfuser_correctness_logaddexp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0533332Z test_nvfuser_correctness_logaddexp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0533651Z test_nvfuser_correctness_logaddexp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0533969Z test_nvfuser_correctness_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0534294Z test_nvfuser_correctness_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0534607Z test_nvfuser_correctness_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0534936Z test_nvfuser_correctness_logcumsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0535264Z test_nvfuser_correctness_logcumsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0535593Z test_nvfuser_correctness_logcumsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0535924Z test_nvfuser_correctness_logcumsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0536255Z test_nvfuser_correctness_logdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0536560Z test_nvfuser_correctness_logdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0536933Z test_nvfuser_correctness_logdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0537253Z test_nvfuser_correctness_logdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0537580Z test_nvfuser_correctness_logical_and_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0537903Z test_nvfuser_correctness_logical_and_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0538236Z test_nvfuser_correctness_logical_and_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0538568Z test_nvfuser_correctness_logical_and_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0538897Z test_nvfuser_correctness_logical_and_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0539212Z test_nvfuser_correctness_logical_and_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0539537Z test_nvfuser_correctness_logical_and_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0539900Z test_nvfuser_correctness_logical_and_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0540236Z test_nvfuser_correctness_logical_and_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0540549Z test_nvfuser_correctness_logical_and_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0540845Z test_nvfuser_correctness_logical_and_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0541171Z test_nvfuser_correctness_logical_and_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0541497Z test_nvfuser_correctness_logical_not_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0541813Z test_nvfuser_correctness_logical_not_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0542143Z test_nvfuser_correctness_logical_not_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0542474Z test_nvfuser_correctness_logical_not_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0542804Z test_nvfuser_correctness_logical_not_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0543123Z test_nvfuser_correctness_logical_not_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0543452Z test_nvfuser_correctness_logical_not_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0543841Z test_nvfuser_correctness_logical_not_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0544162Z test_nvfuser_correctness_logical_not_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0544472Z test_nvfuser_correctness_logical_not_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0544766Z test_nvfuser_correctness_logical_not_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0545093Z test_nvfuser_correctness_logical_not_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0545418Z test_nvfuser_correctness_logical_or_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0545739Z test_nvfuser_correctness_logical_or_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0546066Z test_nvfuser_correctness_logical_or_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0546395Z test_nvfuser_correctness_logical_or_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0546763Z test_nvfuser_correctness_logical_or_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0547096Z test_nvfuser_correctness_logical_or_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0547408Z test_nvfuser_correctness_logical_or_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0547724Z test_nvfuser_correctness_logical_or_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0548046Z test_nvfuser_correctness_logical_or_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0548352Z test_nvfuser_correctness_logical_or_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0548653Z test_nvfuser_correctness_logical_or_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0548972Z test_nvfuser_correctness_logical_or_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0549298Z test_nvfuser_correctness_logical_xor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0549611Z test_nvfuser_correctness_logical_xor_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0549942Z test_nvfuser_correctness_logical_xor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0550273Z test_nvfuser_correctness_logical_xor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0550963Z test_nvfuser_correctness_logical_xor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0551268Z test_nvfuser_correctness_logical_xor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0551592Z test_nvfuser_correctness_logical_xor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0551916Z test_nvfuser_correctness_logical_xor_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0552240Z test_nvfuser_correctness_logical_xor_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0552550Z test_nvfuser_correctness_logical_xor_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0552846Z test_nvfuser_correctness_logical_xor_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0553170Z test_nvfuser_correctness_logical_xor_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0553490Z test_nvfuser_correctness_logit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0553882Z test_nvfuser_correctness_logit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0554220Z test_nvfuser_correctness_logit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0554539Z test_nvfuser_correctness_logit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0554855Z test_nvfuser_correctness_logit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0555168Z test_nvfuser_correctness_logit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0555486Z test_nvfuser_correctness_logit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0555835Z test_nvfuser_correctness_logit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0556108Z test_nvfuser_correctness_logit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0556414Z test_nvfuser_correctness_logit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0556721Z test_nvfuser_correctness_logspace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0557051Z test_nvfuser_correctness_logspace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0557381Z test_nvfuser_correctness_logspace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0557780Z test_nvfuser_correctness_logspace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0558102Z test_nvfuser_correctness_logspace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0558414Z test_nvfuser_correctness_logspace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0558732Z test_nvfuser_correctness_logspace_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0559124Z test_nvfuser_correctness_logspace_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0559521Z test_nvfuser_correctness_logspace_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0559767Z test_nvfuser_correctness_logspace_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0560062Z test_nvfuser_correctness_logspace_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0560387Z test_nvfuser_correctness_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0560763Z test_nvfuser_correctness_logsumexp_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0561083Z test_nvfuser_correctness_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0561406Z test_nvfuser_correctness_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0561719Z test_nvfuser_correctness_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0562042Z test_nvfuser_correctness_logsumexp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0562359Z test_nvfuser_correctness_logsumexp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0562666Z test_nvfuser_correctness_logsumexp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0562986Z test_nvfuser_correctness_logsumexp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0563310Z test_nvfuser_correctness_logsumexp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0563626Z test_nvfuser_correctness_long_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0563940Z test_nvfuser_correctness_long_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0564261Z test_nvfuser_correctness_long_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0564632Z test_nvfuser_correctness_long_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0564928Z test_nvfuser_correctness_long_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0565246Z test_nvfuser_correctness_long_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0565563Z test_nvfuser_correctness_long_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0565880Z test_nvfuser_correctness_long_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0566197Z test_nvfuser_correctness_long_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0566514Z test_nvfuser_correctness_long_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0566826Z test_nvfuser_correctness_long_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0567133Z test_nvfuser_correctness_long_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0567439Z test_nvfuser_correctness_long_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0567794Z test_nvfuser_correctness_lt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0568118Z test_nvfuser_correctness_lt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0568429Z test_nvfuser_correctness_lt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0568722Z test_nvfuser_correctness_lt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0569032Z test_nvfuser_correctness_lt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0569345Z test_nvfuser_correctness_lt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0569654Z test_nvfuser_correctness_lt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0569965Z test_nvfuser_correctness_lt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0570270Z test_nvfuser_correctness_lt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0570581Z test_nvfuser_correctness_lt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0570901Z test_nvfuser_correctness_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0571223Z test_nvfuser_correctness_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0571588Z test_nvfuser_correctness_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0571899Z test_nvfuser_correctness_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0572203Z test_nvfuser_correctness_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0572526Z test_nvfuser_correctness_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0572848Z test_nvfuser_correctness_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0573162Z test_nvfuser_correctness_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0573494Z test_nvfuser_correctness_lu_unpack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0573819Z test_nvfuser_correctness_lu_unpack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0574143Z test_nvfuser_correctness_lu_unpack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0574467Z test_nvfuser_correctness_lu_unpack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0574831Z test_nvfuser_correctness_mH_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0575157Z test_nvfuser_correctness_mH_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0575474Z test_nvfuser_correctness_mH_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0575792Z test_nvfuser_correctness_mH_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0576090Z test_nvfuser_correctness_mH_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0576407Z test_nvfuser_correctness_mH_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0576722Z test_nvfuser_correctness_mH_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0577025Z test_nvfuser_correctness_mH_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0577336Z test_nvfuser_correctness_mH_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0577647Z test_nvfuser_correctness_mH_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0577957Z test_nvfuser_correctness_mH_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0578264Z test_nvfuser_correctness_mH_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0578623Z test_nvfuser_correctness_mH_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0578940Z test_nvfuser_correctness_mT_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0579248Z test_nvfuser_correctness_mT_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0579567Z test_nvfuser_correctness_mT_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0579869Z test_nvfuser_correctness_mT_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0580190Z test_nvfuser_correctness_mT_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0580503Z test_nvfuser_correctness_mT_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0580815Z test_nvfuser_correctness_mT_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0581126Z test_nvfuser_correctness_mT_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0581477Z test_nvfuser_correctness_mT_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0581794Z test_nvfuser_correctness_mT_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0582103Z test_nvfuser_correctness_mT_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0582413Z test_nvfuser_correctness_mT_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0582718Z test_nvfuser_correctness_mT_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0583046Z test_nvfuser_correctness_masked_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0583376Z test_nvfuser_correctness_masked_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0583687Z test_nvfuser_correctness_masked_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0584006Z test_nvfuser_correctness_masked_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0584332Z test_nvfuser_correctness_masked_amax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0584646Z test_nvfuser_correctness_masked_amax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0584971Z test_nvfuser_correctness_masked_amax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0585347Z test_nvfuser_correctness_masked_amax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0585660Z test_nvfuser_correctness_masked_amax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0585985Z test_nvfuser_correctness_masked_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0586305Z test_nvfuser_correctness_masked_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0586633Z test_nvfuser_correctness_masked_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0586949Z test_nvfuser_correctness_masked_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0587276Z test_nvfuser_correctness_masked_amin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0587566Z test_nvfuser_correctness_masked_amin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0587888Z test_nvfuser_correctness_masked_amin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0588210Z test_nvfuser_correctness_masked_amin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0588566Z test_nvfuser_correctness_masked_amin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0588914Z test_nvfuser_correctness_masked_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0589243Z test_nvfuser_correctness_masked_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0589568Z test_nvfuser_correctness_masked_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0589890Z test_nvfuser_correctness_masked_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0590217Z test_nvfuser_correctness_masked_argmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0590823Z test_nvfuser_correctness_masked_argmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0591095Z test_nvfuser_correctness_masked_argmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0591422Z test_nvfuser_correctness_masked_argmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0591744Z test_nvfuser_correctness_masked_argmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0592058Z test_nvfuser_correctness_masked_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0592478Z test_nvfuser_correctness_masked_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0592809Z test_nvfuser_correctness_masked_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0593133Z test_nvfuser_correctness_masked_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0593452Z test_nvfuser_correctness_masked_argmin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0593774Z test_nvfuser_correctness_masked_argmin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0594088Z test_nvfuser_correctness_masked_argmin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0594412Z test_nvfuser_correctness_masked_argmin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0594732Z test_nvfuser_correctness_masked_argmin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0595064Z test_nvfuser_correctness_masked_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0595455Z test_nvfuser_correctness_masked_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0595805Z test_nvfuser_correctness_masked_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0596120Z test_nvfuser_correctness_masked_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0596455Z test_nvfuser_correctness_masked_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0596786Z test_nvfuser_correctness_masked_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0597111Z test_nvfuser_correctness_masked_cumprod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0597445Z test_nvfuser_correctness_masked_cumprod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0597777Z test_nvfuser_correctness_masked_cumprod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0598102Z test_nvfuser_correctness_masked_cumprod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0598427Z test_nvfuser_correctness_masked_cumprod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0598756Z test_nvfuser_correctness_masked_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0599092Z test_nvfuser_correctness_masked_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0599540Z test_nvfuser_correctness_masked_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0599865Z test_nvfuser_correctness_masked_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0600178Z test_nvfuser_correctness_masked_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0600487Z test_nvfuser_correctness_masked_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0600810Z test_nvfuser_correctness_masked_cumsum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0601125Z test_nvfuser_correctness_masked_cumsum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0601450Z test_nvfuser_correctness_masked_cumsum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0601776Z test_nvfuser_correctness_masked_cumsum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0602097Z test_nvfuser_correctness_masked_cumsum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0602470Z test_nvfuser_correctness_masked_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0602808Z test_nvfuser_correctness_masked_fill_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0603139Z test_nvfuser_correctness_masked_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0603471Z test_nvfuser_correctness_masked_fill_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0603800Z test_nvfuser_correctness_masked_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0604123Z test_nvfuser_correctness_masked_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0604430Z test_nvfuser_correctness_masked_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0604756Z test_nvfuser_correctness_masked_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0605080Z test_nvfuser_correctness_masked_fill_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0605388Z test_nvfuser_correctness_masked_fill_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0605690Z test_nvfuser_correctness_masked_fill_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0606012Z test_nvfuser_correctness_masked_fill_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0606386Z test_nvfuser_correctness_masked_fill_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0606725Z test_nvfuser_correctness_masked_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0607066Z test_nvfuser_correctness_masked_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0607401Z test_nvfuser_correctness_masked_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0607731Z test_nvfuser_correctness_masked_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0608075Z test_nvfuser_correctness_masked_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0608411Z test_nvfuser_correctness_masked_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0608724Z test_nvfuser_correctness_masked_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0609066Z test_nvfuser_correctness_masked_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0609463Z test_nvfuser_correctness_masked_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0609809Z test_nvfuser_correctness_masked_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0610141Z test_nvfuser_correctness_masked_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0610472Z test_nvfuser_correctness_masked_logsumexp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0610803Z test_nvfuser_correctness_masked_logsumexp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0611126Z test_nvfuser_correctness_masked_logsumexp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0611462Z test_nvfuser_correctness_masked_logsumexp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0611793Z test_nvfuser_correctness_masked_logsumexp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0612122Z test_nvfuser_correctness_masked_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0612443Z test_nvfuser_correctness_masked_mean_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0612774Z test_nvfuser_correctness_masked_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0613132Z test_nvfuser_correctness_masked_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0613463Z test_nvfuser_correctness_masked_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0613779Z test_nvfuser_correctness_masked_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0614092Z test_nvfuser_correctness_masked_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0614417Z test_nvfuser_correctness_masked_mean_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0614733Z test_nvfuser_correctness_masked_mean_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0615061Z test_nvfuser_correctness_masked_mean_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0615382Z test_nvfuser_correctness_masked_mean_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0615697Z test_nvfuser_correctness_masked_mean_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0616021Z test_nvfuser_correctness_masked_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0616395Z test_nvfuser_correctness_masked_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0616740Z test_nvfuser_correctness_masked_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0617048Z test_nvfuser_correctness_masked_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0617380Z test_nvfuser_correctness_masked_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0617704Z test_nvfuser_correctness_masked_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0618020Z test_nvfuser_correctness_masked_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0618362Z test_nvfuser_correctness_masked_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0618697Z test_nvfuser_correctness_masked_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0619035Z test_nvfuser_correctness_masked_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0619369Z test_nvfuser_correctness_masked_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0619705Z test_nvfuser_correctness_masked_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0620085Z test_nvfuser_correctness_masked_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0620410Z test_nvfuser_correctness_masked_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0620731Z test_nvfuser_correctness_masked_prod_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0621067Z test_nvfuser_correctness_masked_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0621383Z test_nvfuser_correctness_masked_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0621719Z test_nvfuser_correctness_masked_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0622038Z test_nvfuser_correctness_masked_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0622364Z test_nvfuser_correctness_masked_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0622689Z test_nvfuser_correctness_masked_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0623057Z test_nvfuser_correctness_masked_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0623381Z test_nvfuser_correctness_masked_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0623703Z test_nvfuser_correctness_masked_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0624027Z test_nvfuser_correctness_masked_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0624360Z test_nvfuser_correctness_masked_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0624686Z test_nvfuser_correctness_masked_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0625024Z test_nvfuser_correctness_masked_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0625346Z test_nvfuser_correctness_masked_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0625678Z test_nvfuser_correctness_masked_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0625994Z test_nvfuser_correctness_masked_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0626327Z test_nvfuser_correctness_masked_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0626653Z test_nvfuser_correctness_masked_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0627027Z test_nvfuser_correctness_masked_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0627354Z test_nvfuser_correctness_masked_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0627678Z test_nvfuser_correctness_masked_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0628000Z test_nvfuser_correctness_masked_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0628324Z test_nvfuser_correctness_masked_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0628651Z test_nvfuser_correctness_masked_select_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0628987Z test_nvfuser_correctness_masked_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0629323Z test_nvfuser_correctness_masked_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0629632Z test_nvfuser_correctness_masked_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0629994Z test_nvfuser_correctness_masked_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0630341Z test_nvfuser_correctness_masked_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0630905Z test_nvfuser_correctness_masked_select_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0631188Z test_nvfuser_correctness_masked_select_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0631515Z test_nvfuser_correctness_masked_select_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0631839Z test_nvfuser_correctness_masked_select_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0632160Z test_nvfuser_correctness_masked_select_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0632494Z test_nvfuser_correctness_masked_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0632823Z test_nvfuser_correctness_masked_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0633143Z test_nvfuser_correctness_masked_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0633475Z test_nvfuser_correctness_masked_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0633783Z test_nvfuser_correctness_masked_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0634198Z test_nvfuser_correctness_masked_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0634514Z test_nvfuser_correctness_masked_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0634837Z test_nvfuser_correctness_masked_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0635158Z test_nvfuser_correctness_masked_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0635487Z test_nvfuser_correctness_masked_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0635819Z test_nvfuser_correctness_masked_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0636086Z test_nvfuser_correctness_masked_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0636409Z test_nvfuser_correctness_masked_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0636719Z test_nvfuser_correctness_masked_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0637086Z test_nvfuser_correctness_masked_std_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0637423Z test_nvfuser_correctness_masked_std_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0637712Z test_nvfuser_correctness_masked_std_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0638036Z test_nvfuser_correctness_masked_std_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0638360Z test_nvfuser_correctness_masked_std_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0638686Z test_nvfuser_correctness_masked_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0639001Z test_nvfuser_correctness_masked_sum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0639333Z test_nvfuser_correctness_masked_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0639659Z test_nvfuser_correctness_masked_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0639977Z test_nvfuser_correctness_masked_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0640299Z test_nvfuser_correctness_masked_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0640615Z test_nvfuser_correctness_masked_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0640982Z test_nvfuser_correctness_masked_sum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0641302Z test_nvfuser_correctness_masked_sum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0641609Z test_nvfuser_correctness_masked_sum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0641909Z test_nvfuser_correctness_masked_sum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0642236Z test_nvfuser_correctness_masked_sum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0642566Z test_nvfuser_correctness_masked_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0642895Z test_nvfuser_correctness_masked_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0643219Z test_nvfuser_correctness_masked_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0643539Z test_nvfuser_correctness_masked_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0643897Z test_nvfuser_correctness_masked_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0644239Z test_nvfuser_correctness_masked_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0644554Z test_nvfuser_correctness_masked_var_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0644865Z test_nvfuser_correctness_masked_var_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0645181Z test_nvfuser_correctness_masked_var_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0645501Z test_nvfuser_correctness_masked_var_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0645794Z test_nvfuser_correctness_masked_var_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0646125Z test_nvfuser_correctness_matmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0646447Z test_nvfuser_correctness_matmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0646764Z test_nvfuser_correctness_matmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0647092Z test_nvfuser_correctness_matmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0647416Z test_nvfuser_correctness_matmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0647796Z test_nvfuser_correctness_matrix_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0648125Z test_nvfuser_correctness_matrix_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0648451Z test_nvfuser_correctness_matrix_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0648777Z test_nvfuser_correctness_matrix_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0649104Z test_nvfuser_correctness_matrix_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0649419Z test_nvfuser_correctness_matrix_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0649721Z test_nvfuser_correctness_max_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0650042Z test_nvfuser_correctness_max_binary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0650358Z test_nvfuser_correctness_max_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0650709Z test_nvfuser_correctness_max_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0651036Z test_nvfuser_correctness_max_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0651357Z test_nvfuser_correctness_max_binary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0651661Z test_nvfuser_correctness_max_binary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0651982Z test_nvfuser_correctness_max_binary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0652294Z test_nvfuser_correctness_max_binary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0652610Z test_nvfuser_correctness_max_binary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0652951Z test_nvfuser_correctness_max_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0653284Z test_nvfuser_correctness_max_reduction_no_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0653615Z test_nvfuser_correctness_max_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0653929Z test_nvfuser_correctness_max_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0654266Z test_nvfuser_correctness_max_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0654651Z test_nvfuser_correctness_max_reduction_no_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0654975Z test_nvfuser_correctness_max_reduction_no_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0655305Z test_nvfuser_correctness_max_reduction_no_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0655632Z test_nvfuser_correctness_max_reduction_no_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0655966Z test_nvfuser_correctness_max_reduction_no_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0656419Z test_nvfuser_correctness_max_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0656646Z test_nvfuser_correctness_max_reduction_with_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0656984Z test_nvfuser_correctness_max_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0657319Z test_nvfuser_correctness_max_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0657714Z test_nvfuser_correctness_max_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0658063Z test_nvfuser_correctness_max_reduction_with_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0658376Z test_nvfuser_correctness_max_reduction_with_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0658711Z test_nvfuser_correctness_max_reduction_with_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0659046Z test_nvfuser_correctness_max_reduction_with_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0659416Z test_nvfuser_correctness_max_reduction_with_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0659750Z test_nvfuser_correctness_maximum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0660069Z test_nvfuser_correctness_maximum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0660391Z test_nvfuser_correctness_maximum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0660702Z test_nvfuser_correctness_maximum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0661024Z test_nvfuser_correctness_maximum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0661393Z test_nvfuser_correctness_maximum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0661706Z test_nvfuser_correctness_maximum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0662021Z test_nvfuser_correctness_maximum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0662315Z test_nvfuser_correctness_maximum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0662629Z test_nvfuser_correctness_maximum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0662940Z test_nvfuser_correctness_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0663266Z test_nvfuser_correctness_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0663588Z test_nvfuser_correctness_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0663907Z test_nvfuser_correctness_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0664222Z test_nvfuser_correctness_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0664582Z test_nvfuser_correctness_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0664921Z test_nvfuser_correctness_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0665237Z test_nvfuser_correctness_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0665552Z test_nvfuser_correctness_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0665865Z test_nvfuser_correctness_median_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0666163Z test_nvfuser_correctness_median_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0666485Z test_nvfuser_correctness_median_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0666801Z test_nvfuser_correctness_median_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0667114Z test_nvfuser_correctness_median_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0667458Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0667802Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0668153Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0668556Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0668895Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0669222Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0669548Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0669888Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0670227Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0670808Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0671085Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0671483Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0671849Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0672191Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0672541Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0672888Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0673239Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0673577Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0673908Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0674255Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0674587Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0674914Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0675329Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0675653Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0675980Z test_nvfuser_correctness_min_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0676296Z test_nvfuser_correctness_min_binary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0676619Z test_nvfuser_correctness_min_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0676938Z test_nvfuser_correctness_min_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0677264Z test_nvfuser_correctness_min_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0677582Z test_nvfuser_correctness_min_binary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0677889Z test_nvfuser_correctness_min_binary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0678262Z test_nvfuser_correctness_min_binary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0678587Z test_nvfuser_correctness_min_binary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0678903Z test_nvfuser_correctness_min_binary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0679242Z test_nvfuser_correctness_min_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0679555Z test_nvfuser_correctness_min_reduction_no_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0679890Z test_nvfuser_correctness_min_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0680222Z test_nvfuser_correctness_min_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0680557Z test_nvfuser_correctness_min_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0680887Z test_nvfuser_correctness_min_reduction_no_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0681215Z test_nvfuser_correctness_min_reduction_no_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0681545Z test_nvfuser_correctness_min_reduction_no_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0681879Z test_nvfuser_correctness_min_reduction_no_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0682263Z test_nvfuser_correctness_min_reduction_no_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0682603Z test_nvfuser_correctness_min_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0682938Z test_nvfuser_correctness_min_reduction_with_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0683275Z test_nvfuser_correctness_min_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0683609Z test_nvfuser_correctness_min_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0683929Z test_nvfuser_correctness_min_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0684257Z test_nvfuser_correctness_min_reduction_with_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0684584Z test_nvfuser_correctness_min_reduction_with_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0684956Z test_nvfuser_correctness_min_reduction_with_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0685301Z test_nvfuser_correctness_min_reduction_with_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0685630Z test_nvfuser_correctness_min_reduction_with_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0685954Z test_nvfuser_correctness_minimum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0686270Z test_nvfuser_correctness_minimum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0686593Z test_nvfuser_correctness_minimum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0686907Z test_nvfuser_correctness_minimum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0687228Z test_nvfuser_correctness_minimum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0687542Z test_nvfuser_correctness_minimum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0687862Z test_nvfuser_correctness_minimum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0688160Z test_nvfuser_correctness_minimum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0688478Z test_nvfuser_correctness_minimum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0688847Z test_nvfuser_correctness_minimum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0689163Z test_nvfuser_correctness_mm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0689480Z test_nvfuser_correctness_mm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0689797Z test_nvfuser_correctness_mm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0690114Z test_nvfuser_correctness_mm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0690428Z test_nvfuser_correctness_mm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0690734Z test_nvfuser_correctness_mm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0691054Z test_nvfuser_correctness_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0691367Z test_nvfuser_correctness_mode_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0691661Z test_nvfuser_correctness_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0692022Z test_nvfuser_correctness_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0692347Z test_nvfuser_correctness_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0692660Z test_nvfuser_correctness_mode_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0692969Z test_nvfuser_correctness_mode_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0693285Z test_nvfuser_correctness_mode_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0693599Z test_nvfuser_correctness_mode_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0693913Z test_nvfuser_correctness_mode_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0694242Z test_nvfuser_correctness_movedim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0694559Z test_nvfuser_correctness_movedim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0694891Z test_nvfuser_correctness_movedim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0695223Z test_nvfuser_correctness_movedim_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0695521Z test_nvfuser_correctness_movedim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0695890Z test_nvfuser_correctness_movedim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0696196Z test_nvfuser_correctness_movedim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0696497Z test_nvfuser_correctness_movedim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0696810Z test_nvfuser_correctness_movedim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0697124Z test_nvfuser_correctness_movedim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0697440Z test_nvfuser_correctness_movedim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0697749Z test_nvfuser_correctness_movedim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0698055Z test_nvfuser_correctness_movedim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0698371Z test_nvfuser_correctness_msort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0698727Z test_nvfuser_correctness_msort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0699053Z test_nvfuser_correctness_msort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0699353Z test_nvfuser_correctness_msort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0699669Z test_nvfuser_correctness_msort_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0699980Z test_nvfuser_correctness_msort_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0700288Z test_nvfuser_correctness_msort_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0700600Z test_nvfuser_correctness_msort_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0700909Z test_nvfuser_correctness_msort_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0701229Z test_nvfuser_correctness_mul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0701617Z test_nvfuser_correctness_mul_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0701859Z test_nvfuser_correctness_mul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0702174Z test_nvfuser_correctness_mul_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0702491Z test_nvfuser_correctness_mul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0702858Z test_nvfuser_correctness_mul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0703151Z test_nvfuser_correctness_mul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0703462Z test_nvfuser_correctness_mul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0703902Z test_nvfuser_correctness_mul_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0704087Z test_nvfuser_correctness_mul_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0704397Z test_nvfuser_correctness_mul_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0704710Z test_nvfuser_correctness_mul_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0705164Z test_nvfuser_correctness_mul_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0705336Z test_nvfuser_correctness_multinomial_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0705768Z test_nvfuser_correctness_multinomial_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0706261Z test_nvfuser_correctness_multinomial_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0706434Z test_nvfuser_correctness_mv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0706753Z test_nvfuser_correctness_mv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0707049Z test_nvfuser_correctness_mv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0707483Z test_nvfuser_correctness_mv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0707678Z test_nvfuser_correctness_mv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0707989Z test_nvfuser_correctness_mv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0708334Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0708807Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0709020Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0709357Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0709868Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0710077Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0710411Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0711099Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0711295Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0711616Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0711951Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0712448Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0712734Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0713553Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0713780Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0714110Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0714447Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0714782Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0715122Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0715462Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0715795Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0716126Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0716434Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0716767Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0717169Z test_nvfuser_correctness_nan_to_num_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0717490Z test_nvfuser_correctness_nan_to_num_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0717815Z test_nvfuser_correctness_nan_to_num_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0718135Z test_nvfuser_correctness_nan_to_num_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0718445Z test_nvfuser_correctness_nan_to_num_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0718764Z test_nvfuser_correctness_nan_to_num_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0719086Z test_nvfuser_correctness_nan_to_num_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0719394Z test_nvfuser_correctness_nan_to_num_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0719709Z test_nvfuser_correctness_nan_to_num_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0720072Z test_nvfuser_correctness_nan_to_num_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0720378Z test_nvfuser_correctness_nanmean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0720700Z test_nvfuser_correctness_nanmean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0721018Z test_nvfuser_correctness_nanmean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0721324Z test_nvfuser_correctness_nanmean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0721647Z test_nvfuser_correctness_nanmedian_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0721973Z test_nvfuser_correctness_nanmedian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0722290Z test_nvfuser_correctness_nanmedian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0722608Z test_nvfuser_correctness_nanmedian_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0722927Z test_nvfuser_correctness_nanmedian_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0723242Z test_nvfuser_correctness_nanmedian_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0723561Z test_nvfuser_correctness_nanmedian_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0723937Z test_nvfuser_correctness_nanmedian_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0724268Z test_nvfuser_correctness_nanquantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0724576Z test_nvfuser_correctness_nanquantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0724893Z test_nvfuser_correctness_nansum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0725210Z test_nvfuser_correctness_nansum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0725532Z test_nvfuser_correctness_nansum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0725853Z test_nvfuser_correctness_nansum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0726175Z test_nvfuser_correctness_nansum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0726487Z test_nvfuser_correctness_nansum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0726796Z test_nvfuser_correctness_nansum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0727155Z test_nvfuser_correctness_nansum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0727481Z test_nvfuser_correctness_nansum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0727787Z test_nvfuser_correctness_nansum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0728114Z test_nvfuser_correctness_narrow_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0728416Z test_nvfuser_correctness_narrow_copy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0728750Z test_nvfuser_correctness_narrow_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0729081Z test_nvfuser_correctness_narrow_copy_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0729412Z test_nvfuser_correctness_narrow_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0729735Z test_nvfuser_correctness_narrow_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0730056Z test_nvfuser_correctness_narrow_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0730380Z test_nvfuser_correctness_narrow_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0730757Z test_nvfuser_correctness_narrow_copy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0731074Z test_nvfuser_correctness_narrow_copy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0731382Z test_nvfuser_correctness_narrow_copy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0731701Z test_nvfuser_correctness_narrow_copy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0732023Z test_nvfuser_correctness_narrow_copy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0732325Z test_nvfuser_correctness_narrow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0732649Z test_nvfuser_correctness_narrow_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0732971Z test_nvfuser_correctness_narrow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0733294Z test_nvfuser_correctness_narrow_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0733619Z test_nvfuser_correctness_narrow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0733980Z test_nvfuser_correctness_narrow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0734312Z test_nvfuser_correctness_narrow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0734631Z test_nvfuser_correctness_narrow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0734947Z test_nvfuser_correctness_narrow_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0735257Z test_nvfuser_correctness_narrow_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0735569Z test_nvfuser_correctness_narrow_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0735889Z test_nvfuser_correctness_narrow_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0736179Z test_nvfuser_correctness_narrow_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0736513Z test_nvfuser_correctness_native_batch_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0736846Z test_nvfuser_correctness_native_batch_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0737185Z test_nvfuser_correctness_native_batch_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0737519Z test_nvfuser_correctness_native_batch_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0737914Z test_nvfuser_correctness_native_layer_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0738238Z test_nvfuser_correctness_native_layer_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0738562Z test_nvfuser_correctness_native_layer_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0738888Z test_nvfuser_correctness_native_layer_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0739204Z test_nvfuser_correctness_ne_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0739515Z test_nvfuser_correctness_ne_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0739838Z test_nvfuser_correctness_ne_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0740137Z test_nvfuser_correctness_ne_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0740455Z test_nvfuser_correctness_ne_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0740813Z test_nvfuser_correctness_ne_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0741136Z test_nvfuser_correctness_ne_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0741446Z test_nvfuser_correctness_ne_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0741754Z test_nvfuser_correctness_ne_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0742057Z test_nvfuser_correctness_ne_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0742373Z test_nvfuser_correctness_ne_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0742686Z test_nvfuser_correctness_ne_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0743004Z test_nvfuser_correctness_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0743321Z test_nvfuser_correctness_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0743638Z test_nvfuser_correctness_neg_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0743942Z test_nvfuser_correctness_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0744261Z test_nvfuser_correctness_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0744632Z test_nvfuser_correctness_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0744948Z test_nvfuser_correctness_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0745260Z test_nvfuser_correctness_neg_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0745570Z test_nvfuser_correctness_neg_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0745879Z test_nvfuser_correctness_neg_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0746191Z test_nvfuser_correctness_neg_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0746507Z test_nvfuser_correctness_neg_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0746772Z test_nvfuser_correctness_new_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0747031Z test_nvfuser_correctness_new_empty_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0747281Z test_nvfuser_correctness_new_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0747550Z test_nvfuser_correctness_new_empty_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0747846Z test_nvfuser_correctness_new_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0748130Z test_nvfuser_correctness_new_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0748391Z test_nvfuser_correctness_new_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0748654Z test_nvfuser_correctness_new_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0748908Z test_nvfuser_correctness_new_empty_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0749171Z test_nvfuser_correctness_new_empty_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0749418Z test_nvfuser_correctness_new_empty_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0749674Z test_nvfuser_correctness_new_empty_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0749920Z test_nvfuser_correctness_new_empty_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0750245Z test_nvfuser_correctness_new_empty_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:11:41.0750811Z test_nvfuser_correctness_new_empty_strided_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:11:41.0751119Z test_nvfuser_correctness_new_empty_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:11:41.0751450Z test_nvfuser_correctness_new_empty_strided_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:11:41.0751784Z test_nvfuser_correctness_new_empty_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:11:41.0752185Z test_nvfuser_correctness_new_empty_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:11:41.0752505Z test_nvfuser_correctness_new_empty_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:11:41.0752825Z test_nvfuser_correctness_new_empty_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:11:41.0753141Z test_nvfuser_correctness_new_empty_strided_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:11:41.0753459Z test_nvfuser_correctness_new_empty_strided_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:11:41.0753755Z test_nvfuser_correctness_new_empty_strided_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:11:41.0754077Z test_nvfuser_correctness_new_empty_strided_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:11:41.0754385Z test_nvfuser_correctness_new_empty_strided_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T11:11:41.0754709Z test_nvfuser_correctness_new_full_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0755029Z test_nvfuser_correctness_new_full_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0755430Z test_nvfuser_correctness_new_full_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0755771Z test_nvfuser_correctness_new_full_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0756086Z test_nvfuser_correctness_new_full_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0756404Z test_nvfuser_correctness_new_full_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0756727Z test_nvfuser_correctness_new_full_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0757044Z test_nvfuser_correctness_new_full_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0757365Z test_nvfuser_correctness_new_full_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0757664Z test_nvfuser_correctness_new_full_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0757978Z test_nvfuser_correctness_new_full_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0758295Z test_nvfuser_correctness_new_full_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0758605Z test_nvfuser_correctness_new_full_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0758930Z test_nvfuser_correctness_new_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0759299Z test_nvfuser_correctness_new_ones_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0759672Z test_nvfuser_correctness_new_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0759999Z test_nvfuser_correctness_new_ones_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0760317Z test_nvfuser_correctness_new_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0760640Z test_nvfuser_correctness_new_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0760957Z test_nvfuser_correctness_new_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0761260Z test_nvfuser_correctness_new_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0761555Z test_nvfuser_correctness_new_ones_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0761871Z test_nvfuser_correctness_new_ones_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0762231Z test_nvfuser_correctness_new_ones_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0762562Z test_nvfuser_correctness_new_ones_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0762870Z test_nvfuser_correctness_new_ones_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0763192Z test_nvfuser_correctness_new_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0763510Z test_nvfuser_correctness_new_zeros_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0763835Z test_nvfuser_correctness_new_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0764160Z test_nvfuser_correctness_new_zeros_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0764479Z test_nvfuser_correctness_new_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0764802Z test_nvfuser_correctness_new_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0765114Z test_nvfuser_correctness_new_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0765438Z test_nvfuser_correctness_new_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0765737Z test_nvfuser_correctness_new_zeros_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0766097Z test_nvfuser_correctness_new_zeros_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0766422Z test_nvfuser_correctness_new_zeros_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0766738Z test_nvfuser_correctness_new_zeros_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0767061Z test_nvfuser_correctness_new_zeros_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0767391Z test_nvfuser_correctness_nextafter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0767715Z test_nvfuser_correctness_nextafter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0768028Z test_nvfuser_correctness_nextafter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0768402Z test_nvfuser_correctness_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0768772Z test_nvfuser_correctness_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0769187Z test_nvfuser_correctness_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0769558Z test_nvfuser_correctness_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0769914Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0770253Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0770614Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0770976Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0771335Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0771691Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0772042Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0772389Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0772800Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0773156Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0773506Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0773853Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0774207Z test_nvfuser_correctness_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0774559Z test_nvfuser_correctness_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0774909Z test_nvfuser_correctness_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0775239Z test_nvfuser_correctness_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0775640Z test_nvfuser_correctness_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0776005Z test_nvfuser_correctness_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0776354Z test_nvfuser_correctness_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0776699Z test_nvfuser_correctness_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0777054Z test_nvfuser_correctness_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0777410Z test_nvfuser_correctness_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0777767Z test_nvfuser_correctness_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0778115Z test_nvfuser_correctness_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0778462Z test_nvfuser_correctness_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0778808Z test_nvfuser_correctness_nn_functional_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0779148Z test_nvfuser_correctness_nn_functional_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0779533Z test_nvfuser_correctness_nn_functional_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0779869Z test_nvfuser_correctness_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0780194Z test_nvfuser_correctness_nn_functional_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0780523Z test_nvfuser_correctness_nn_functional_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0780850Z test_nvfuser_correctness_nn_functional_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0781193Z test_nvfuser_correctness_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0781535Z test_nvfuser_correctness_nn_functional_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0781863Z test_nvfuser_correctness_nn_functional_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0782203Z test_nvfuser_correctness_nn_functional_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0782592Z test_nvfuser_correctness_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0782946Z test_nvfuser_correctness_nn_functional_batch_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0783283Z test_nvfuser_correctness_nn_functional_batch_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0783612Z test_nvfuser_correctness_nn_functional_batch_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0783976Z test_nvfuser_correctness_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0784338Z test_nvfuser_correctness_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0784703Z test_nvfuser_correctness_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0785044Z test_nvfuser_correctness_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0785386Z test_nvfuser_correctness_nn_functional_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0785733Z test_nvfuser_correctness_nn_functional_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0786076Z test_nvfuser_correctness_nn_functional_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0786437Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0786736Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0787033Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0787382Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.0787762Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0788137Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0788507Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0788872Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0789212Z test_nvfuser_correctness_nn_functional_celu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0789578Z test_nvfuser_correctness_nn_functional_celu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0789933Z test_nvfuser_correctness_nn_functional_celu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0790268Z test_nvfuser_correctness_nn_functional_celu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0790893Z test_nvfuser_correctness_nn_functional_conv1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0791167Z test_nvfuser_correctness_nn_functional_conv1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0791507Z test_nvfuser_correctness_nn_functional_conv1d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0791852Z test_nvfuser_correctness_nn_functional_conv1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0792185Z test_nvfuser_correctness_nn_functional_conv1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0792524Z test_nvfuser_correctness_nn_functional_conv1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0792865Z test_nvfuser_correctness_nn_functional_conv1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0793201Z test_nvfuser_correctness_nn_functional_conv2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0793622Z test_nvfuser_correctness_nn_functional_conv2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0793957Z test_nvfuser_correctness_nn_functional_conv2d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0794278Z test_nvfuser_correctness_nn_functional_conv2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0794614Z test_nvfuser_correctness_nn_functional_conv2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0794947Z test_nvfuser_correctness_nn_functional_conv2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0795289Z test_nvfuser_correctness_nn_functional_conv2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0795640Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0795994Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0796410Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0796779Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0797131Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0797469Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0797817Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0798175Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0798531Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0798877Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0799204Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0799506Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2022-12-01T11:11:41.0799803Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2022-12-01T11:11:41.0800154Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2022-12-01T11:11:41.0800446Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2022-12-01T11:11:41.0800808Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0801161Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0801519Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0801879Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0802241Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0802593Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0802946Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0803353Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0803701Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0804115Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0804414Z test_nvfuser_correctness_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0804763Z test_nvfuser_correctness_nn_functional_cosine_similarity_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0805116Z test_nvfuser_correctness_nn_functional_cosine_similarity_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0805470Z test_nvfuser_correctness_nn_functional_cosine_similarity_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0805821Z test_nvfuser_correctness_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0806164Z test_nvfuser_correctness_nn_functional_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0806513Z test_nvfuser_correctness_nn_functional_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0806860Z test_nvfuser_correctness_nn_functional_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0807251Z test_nvfuser_correctness_nn_functional_ctc_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0807588Z test_nvfuser_correctness_nn_functional_ctc_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0807929Z test_nvfuser_correctness_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0808274Z test_nvfuser_correctness_nn_functional_dropout2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0808586Z test_nvfuser_correctness_nn_functional_dropout2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0808913Z test_nvfuser_correctness_nn_functional_dropout2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0809253Z test_nvfuser_correctness_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0809588Z test_nvfuser_correctness_nn_functional_dropout3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0809960Z test_nvfuser_correctness_nn_functional_dropout3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0810314Z test_nvfuser_correctness_nn_functional_dropout3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0810654Z test_nvfuser_correctness_nn_functional_dropout_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0811057Z test_nvfuser_correctness_nn_functional_dropout_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0811389Z test_nvfuser_correctness_nn_functional_dropout_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0811676Z test_nvfuser_correctness_nn_functional_dropout_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0812010Z test_nvfuser_correctness_nn_functional_elu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0812349Z test_nvfuser_correctness_nn_functional_elu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0812681Z test_nvfuser_correctness_nn_functional_elu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0812989Z test_nvfuser_correctness_nn_functional_elu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0813344Z test_nvfuser_correctness_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0813695Z test_nvfuser_correctness_nn_functional_embedding_bag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0814167Z test_nvfuser_correctness_nn_functional_embedding_bag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0814506Z test_nvfuser_correctness_nn_functional_embedding_bag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0814846Z test_nvfuser_correctness_nn_functional_embedding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0815188Z test_nvfuser_correctness_nn_functional_embedding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0815535Z test_nvfuser_correctness_nn_functional_embedding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0815866Z test_nvfuser_correctness_nn_functional_embedding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0816237Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0816605Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0817021Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0817403Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0817776Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0818122Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0818502Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0818885Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0819255Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0819624Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0819997Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0820366Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0820791Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0821161Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0821530Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0821896Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0822262Z test_nvfuser_correctness_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0822620Z test_nvfuser_correctness_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0822973Z test_nvfuser_correctness_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0823316Z test_nvfuser_correctness_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0823715Z test_nvfuser_correctness_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0824059Z test_nvfuser_correctness_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0824415Z test_nvfuser_correctness_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0824763Z test_nvfuser_correctness_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0825115Z test_nvfuser_correctness_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0825464Z test_nvfuser_correctness_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0825804Z test_nvfuser_correctness_nn_functional_gelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0826140Z test_nvfuser_correctness_nn_functional_gelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0826467Z test_nvfuser_correctness_nn_functional_gelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0826806Z test_nvfuser_correctness_nn_functional_gelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0827131Z test_nvfuser_correctness_nn_functional_glu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0827517Z test_nvfuser_correctness_nn_functional_glu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0827850Z test_nvfuser_correctness_nn_functional_glu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0828179Z test_nvfuser_correctness_nn_functional_glu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0828508Z test_nvfuser_correctness_nn_functional_grid_sample_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0828841Z test_nvfuser_correctness_nn_functional_grid_sample_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0829175Z test_nvfuser_correctness_nn_functional_grid_sample_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0829519Z test_nvfuser_correctness_nn_functional_group_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0829857Z test_nvfuser_correctness_nn_functional_group_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0830233Z test_nvfuser_correctness_nn_functional_group_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0830792Z test_nvfuser_correctness_nn_functional_group_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0831146Z test_nvfuser_correctness_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0831491Z test_nvfuser_correctness_nn_functional_hardshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0831833Z test_nvfuser_correctness_nn_functional_hardshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0832170Z test_nvfuser_correctness_nn_functional_hardshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0832523Z test_nvfuser_correctness_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0832868Z test_nvfuser_correctness_nn_functional_hardsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0833204Z test_nvfuser_correctness_nn_functional_hardsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0833516Z test_nvfuser_correctness_nn_functional_hardsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0833863Z test_nvfuser_correctness_nn_functional_hardswish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0834286Z test_nvfuser_correctness_nn_functional_hardswish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0834616Z test_nvfuser_correctness_nn_functional_hardswish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0834955Z test_nvfuser_correctness_nn_functional_hardswish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0835285Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0835623Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0835970Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0836308Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0836646Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0836982Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0837369Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0837718Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0838057Z test_nvfuser_correctness_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0838411Z test_nvfuser_correctness_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0838768Z test_nvfuser_correctness_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0839126Z test_nvfuser_correctness_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0839470Z test_nvfuser_correctness_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0839808Z test_nvfuser_correctness_nn_functional_huber_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0840144Z test_nvfuser_correctness_nn_functional_huber_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0840471Z test_nvfuser_correctness_nn_functional_huber_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0840819Z test_nvfuser_correctness_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0841216Z test_nvfuser_correctness_nn_functional_instance_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0841568Z test_nvfuser_correctness_nn_functional_instance_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0841913Z test_nvfuser_correctness_nn_functional_instance_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0842273Z test_nvfuser_correctness_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0842632Z test_nvfuser_correctness_nn_functional_interpolate_area_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0842972Z test_nvfuser_correctness_nn_functional_interpolate_area_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0843315Z test_nvfuser_correctness_nn_functional_interpolate_area_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0843669Z test_nvfuser_correctness_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0844071Z test_nvfuser_correctness_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0844442Z test_nvfuser_correctness_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0844797Z test_nvfuser_correctness_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0845158Z test_nvfuser_correctness_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0845516Z test_nvfuser_correctness_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0845869Z test_nvfuser_correctness_nn_functional_interpolate_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0846232Z test_nvfuser_correctness_nn_functional_interpolate_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0846586Z test_nvfuser_correctness_nn_functional_interpolate_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0846939Z test_nvfuser_correctness_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0847305Z test_nvfuser_correctness_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0847660Z test_nvfuser_correctness_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0848052Z test_nvfuser_correctness_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0848408Z test_nvfuser_correctness_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0848767Z test_nvfuser_correctness_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0849131Z test_nvfuser_correctness_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0849471Z test_nvfuser_correctness_nn_functional_kl_div_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0849806Z test_nvfuser_correctness_nn_functional_kl_div_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0850137Z test_nvfuser_correctness_nn_functional_kl_div_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0850467Z test_nvfuser_correctness_nn_functional_kl_div_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0850861Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0851284Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0851666Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0852045Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0852422Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0852805Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0853139Z test_nvfuser_correctness_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0853688Z test_nvfuser_correctness_nn_functional_layer_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0854078Z test_nvfuser_correctness_nn_functional_layer_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0854461Z test_nvfuser_correctness_nn_functional_layer_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0854792Z test_nvfuser_correctness_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0855219Z test_nvfuser_correctness_nn_functional_leaky_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0855657Z test_nvfuser_correctness_nn_functional_leaky_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0856030Z test_nvfuser_correctness_nn_functional_leaky_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0856404Z test_nvfuser_correctness_nn_functional_linear_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0856791Z test_nvfuser_correctness_nn_functional_linear_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0857238Z test_nvfuser_correctness_nn_functional_linear_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0857624Z test_nvfuser_correctness_nn_functional_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0858001Z test_nvfuser_correctness_nn_functional_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0858371Z test_nvfuser_correctness_nn_functional_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0858819Z test_nvfuser_correctness_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0859224Z test_nvfuser_correctness_nn_functional_local_response_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0859681Z test_nvfuser_correctness_nn_functional_local_response_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0860012Z test_nvfuser_correctness_nn_functional_local_response_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0860400Z test_nvfuser_correctness_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0860835Z test_nvfuser_correctness_nn_functional_logsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0861208Z test_nvfuser_correctness_nn_functional_logsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0861593Z test_nvfuser_correctness_nn_functional_logsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0862033Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0862429Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0862838Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0863289Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0863677Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0864106Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0864503Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0864891Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0865277Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0865607Z test_nvfuser_correctness_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0865999Z test_nvfuser_correctness_nn_functional_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0898668Z test_nvfuser_correctness_nn_functional_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0899113Z test_nvfuser_correctness_nn_functional_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0899474Z test_nvfuser_correctness_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0899824Z test_nvfuser_correctness_nn_functional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0900174Z test_nvfuser_correctness_nn_functional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0900574Z test_nvfuser_correctness_nn_functional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0900885Z test_nvfuser_correctness_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0901233Z test_nvfuser_correctness_nn_functional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0901575Z test_nvfuser_correctness_nn_functional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0901920Z test_nvfuser_correctness_nn_functional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0902276Z test_nvfuser_correctness_nn_functional_max_unpool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0902711Z test_nvfuser_correctness_nn_functional_max_unpool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0903059Z test_nvfuser_correctness_nn_functional_max_unpool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0903419Z test_nvfuser_correctness_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0903776Z test_nvfuser_correctness_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0904137Z test_nvfuser_correctness_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0904494Z test_nvfuser_correctness_nn_functional_max_unpool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0904951Z test_nvfuser_correctness_nn_functional_max_unpool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0905198Z test_nvfuser_correctness_nn_functional_max_unpool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0905607Z test_nvfuser_correctness_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0905980Z test_nvfuser_correctness_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0906343Z test_nvfuser_correctness_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0906700Z test_nvfuser_correctness_nn_functional_max_unpool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0907053Z test_nvfuser_correctness_nn_functional_max_unpool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0907406Z test_nvfuser_correctness_nn_functional_max_unpool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0907769Z test_nvfuser_correctness_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0908128Z test_nvfuser_correctness_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0908483Z test_nvfuser_correctness_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0908827Z test_nvfuser_correctness_nn_functional_mish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0909175Z test_nvfuser_correctness_nn_functional_mish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0909577Z test_nvfuser_correctness_nn_functional_mish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0909917Z test_nvfuser_correctness_nn_functional_mish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0910266Z test_nvfuser_correctness_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0910888Z test_nvfuser_correctness_nn_functional_mse_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0911205Z test_nvfuser_correctness_nn_functional_mse_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0911535Z test_nvfuser_correctness_nn_functional_mse_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0911878Z test_nvfuser_correctness_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0912214Z test_nvfuser_correctness_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0912549Z test_nvfuser_correctness_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0912963Z test_nvfuser_correctness_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0913328Z test_nvfuser_correctness_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0913675Z test_nvfuser_correctness_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0914022Z test_nvfuser_correctness_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0914369Z test_nvfuser_correctness_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0914722Z test_nvfuser_correctness_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0915077Z test_nvfuser_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0915415Z test_nvfuser_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0915751Z test_nvfuser_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0916080Z test_nvfuser_correctness_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0916465Z test_nvfuser_correctness_nn_functional_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0916793Z test_nvfuser_correctness_nn_functional_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0917117Z test_nvfuser_correctness_nn_functional_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0917560Z test_nvfuser_correctness_nn_functional_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0917784Z test_nvfuser_correctness_nn_functional_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0918119Z test_nvfuser_correctness_nn_functional_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0918445Z test_nvfuser_correctness_nn_functional_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0918760Z test_nvfuser_correctness_nn_functional_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0919070Z test_nvfuser_correctness_nn_functional_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0919432Z test_nvfuser_correctness_nn_functional_one_hot_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0919784Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0920104Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0920441Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0920783Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0921113Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0921440Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0921758Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0922085Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0922403Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0922717Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0923097Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0923484Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0923744Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0924077Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0924414Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0924756Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0925091Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0925415Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0925768Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0926106Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0926429Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0926742Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0927063Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0927382Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0927713Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0928048Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0928383Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0928718Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0929046Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0929472Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0929813Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0930150Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0930486Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0930820Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0931157Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0931498Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0931843Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0932189Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0932574Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0932928Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0933258Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0933594Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0933935Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0934271Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0934613Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0934941Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0935263Z test_nvfuser_correctness_nn_functional_pdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0935590Z test_nvfuser_correctness_nn_functional_pdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0935998Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0936328Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0936665Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0937001Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0937338Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0937674Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0938006Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0938336Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0938654Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0939014Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0939355Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0939666Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0940005Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0940339Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0940702Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0941061Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0941413Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0941764Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0942120Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0942467Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0942873Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0943223Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0943572Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0943923Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0944275Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0944608Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0944961Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0945310Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0945702Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0946063Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0946410Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0946758Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0947101Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0947445Z test_nvfuser_correctness_nn_functional_prelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.0947786Z test_nvfuser_correctness_nn_functional_prelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0948125Z test_nvfuser_correctness_nn_functional_prelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0948466Z test_nvfuser_correctness_nn_functional_relu6_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0948800Z test_nvfuser_correctness_nn_functional_relu6_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0949111Z test_nvfuser_correctness_nn_functional_relu6_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0949496Z test_nvfuser_correctness_nn_functional_relu6_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0949833Z test_nvfuser_correctness_nn_functional_relu6_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0950170Z test_nvfuser_correctness_nn_functional_relu6_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0950722Z test_nvfuser_correctness_nn_functional_relu6_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0951091Z test_nvfuser_correctness_nn_functional_relu6_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0951375Z test_nvfuser_correctness_nn_functional_relu6_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0951710Z test_nvfuser_correctness_nn_functional_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0952049Z test_nvfuser_correctness_nn_functional_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0952389Z test_nvfuser_correctness_nn_functional_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0952785Z test_nvfuser_correctness_nn_functional_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0953139Z test_nvfuser_correctness_nn_functional_relu_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0953471Z test_nvfuser_correctness_nn_functional_relu_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0953776Z test_nvfuser_correctness_nn_functional_relu_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0954110Z test_nvfuser_correctness_nn_functional_relu_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0954439Z test_nvfuser_correctness_nn_functional_relu_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0954784Z test_nvfuser_correctness_nn_functional_rrelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0955120Z test_nvfuser_correctness_nn_functional_rrelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0955459Z test_nvfuser_correctness_nn_functional_rrelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0955795Z test_nvfuser_correctness_nn_functional_rrelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0956133Z test_nvfuser_correctness_nn_functional_selu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0956541Z test_nvfuser_correctness_nn_functional_selu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0956879Z test_nvfuser_correctness_nn_functional_selu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0957206Z test_nvfuser_correctness_nn_functional_selu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0957539Z test_nvfuser_correctness_nn_functional_silu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0957876Z test_nvfuser_correctness_nn_functional_silu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0958195Z test_nvfuser_correctness_nn_functional_silu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0958522Z test_nvfuser_correctness_nn_functional_silu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0958871Z test_nvfuser_correctness_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0959220Z test_nvfuser_correctness_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0959665Z test_nvfuser_correctness_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0960036Z test_nvfuser_correctness_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0960389Z test_nvfuser_correctness_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0960736Z test_nvfuser_correctness_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0961084Z test_nvfuser_correctness_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0961433Z test_nvfuser_correctness_nn_functional_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0961779Z test_nvfuser_correctness_nn_functional_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0962121Z test_nvfuser_correctness_nn_functional_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0962465Z test_nvfuser_correctness_nn_functional_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0962826Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0963171Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0963582Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0963941Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0964294Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0964641Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0964993Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0965346Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0965694Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0966046Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0966435Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0966798Z test_nvfuser_correctness_nn_functional_softplus_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0967148Z test_nvfuser_correctness_nn_functional_softplus_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0967491Z test_nvfuser_correctness_nn_functional_softplus_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0967835Z test_nvfuser_correctness_nn_functional_softplus_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0968163Z test_nvfuser_correctness_nn_functional_softshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0968512Z test_nvfuser_correctness_nn_functional_softshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0968847Z test_nvfuser_correctness_nn_functional_softshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0969176Z test_nvfuser_correctness_nn_functional_softshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0969517Z test_nvfuser_correctness_nn_functional_softsign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0969855Z test_nvfuser_correctness_nn_functional_softsign_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0970258Z test_nvfuser_correctness_nn_functional_softsign_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0970606Z test_nvfuser_correctness_nn_functional_softsign_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0970948Z test_nvfuser_correctness_nn_functional_softsign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0971289Z test_nvfuser_correctness_nn_functional_softsign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0971632Z test_nvfuser_correctness_nn_functional_softsign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0971976Z test_nvfuser_correctness_nn_functional_softsign_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0972311Z test_nvfuser_correctness_nn_functional_softsign_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0972630Z test_nvfuser_correctness_nn_functional_softsign_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0972972Z test_nvfuser_correctness_nn_functional_softsign_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0973359Z test_nvfuser_correctness_nn_functional_softsign_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0973725Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0974077Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0974428Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0974775Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0975113Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0975449Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0975791Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0976130Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0976470Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0976813Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0977181Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0977531Z test_nvfuser_correctness_nn_functional_threshold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0977875Z test_nvfuser_correctness_nn_functional_threshold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0978208Z test_nvfuser_correctness_nn_functional_threshold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0978544Z test_nvfuser_correctness_nn_functional_threshold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0978887Z test_nvfuser_correctness_nn_functional_threshold_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0979227Z test_nvfuser_correctness_nn_functional_threshold_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0979569Z test_nvfuser_correctness_nn_functional_threshold_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0979913Z test_nvfuser_correctness_nn_functional_threshold_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0980309Z test_nvfuser_correctness_nn_functional_threshold_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0980687Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0981053Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0981416Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0981776Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0982111Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0982464Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0982819Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0983172Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0983521Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0983958Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0984311Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0984689Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0985069Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0985453Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0985832Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0986206Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0986573Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0986988Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0987370Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0987718Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0988093Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0988458Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0988806Z test_nvfuser_correctness_nn_functional_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0989154Z test_nvfuser_correctness_nn_functional_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0989496Z test_nvfuser_correctness_nn_functional_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0989836Z test_nvfuser_correctness_nn_functional_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0990174Z test_nvfuser_correctness_nn_functional_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0990761Z test_nvfuser_correctness_nn_functional_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0991132Z test_nvfuser_correctness_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0991490Z test_nvfuser_correctness_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0991839Z test_nvfuser_correctness_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0992201Z test_nvfuser_correctness_nn_functional_upsample_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0992563Z test_nvfuser_correctness_nn_functional_upsample_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0992902Z test_nvfuser_correctness_nn_functional_upsample_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0993258Z test_nvfuser_correctness_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0993585Z test_nvfuser_correctness_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0993970Z test_nvfuser_correctness_nonzero_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0994316Z test_nvfuser_correctness_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0994648Z test_nvfuser_correctness_nonzero_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0994967Z test_nvfuser_correctness_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0995293Z test_nvfuser_correctness_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0995607Z test_nvfuser_correctness_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0995918Z test_nvfuser_correctness_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0996244Z test_nvfuser_correctness_nonzero_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0996562Z test_nvfuser_correctness_nonzero_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0996859Z test_nvfuser_correctness_nonzero_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0997177Z test_nvfuser_correctness_nonzero_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0997493Z test_nvfuser_correctness_nonzero_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0997865Z test_nvfuser_correctness_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0998193Z test_nvfuser_correctness_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0998515Z test_nvfuser_correctness_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0998832Z test_nvfuser_correctness_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0999155Z test_nvfuser_correctness_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0999478Z test_nvfuser_correctness_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.0999809Z test_nvfuser_correctness_norm_fro_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1000140Z test_nvfuser_correctness_norm_fro_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1000466Z test_nvfuser_correctness_norm_fro_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1000768Z test_nvfuser_correctness_norm_fro_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1001125Z test_nvfuser_correctness_norm_fro_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1001448Z test_nvfuser_correctness_norm_fro_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1001766Z test_nvfuser_correctness_norm_inf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1002091Z test_nvfuser_correctness_norm_inf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1002422Z test_nvfuser_correctness_norm_inf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1002747Z test_nvfuser_correctness_norm_inf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1003059Z test_nvfuser_correctness_norm_inf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1003364Z test_nvfuser_correctness_norm_inf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1003687Z test_nvfuser_correctness_norm_nuc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1004015Z test_nvfuser_correctness_norm_nuc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1004340Z test_nvfuser_correctness_norm_nuc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1004652Z test_nvfuser_correctness_norm_nuc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1005004Z test_nvfuser_correctness_normal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1005328Z test_nvfuser_correctness_normal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1005654Z test_nvfuser_correctness_normal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1005977Z test_nvfuser_correctness_normal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1006320Z test_nvfuser_correctness_normal_number_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1006663Z test_nvfuser_correctness_normal_number_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1007002Z test_nvfuser_correctness_normal_number_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1007328Z test_nvfuser_correctness_normal_number_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1007651Z test_nvfuser_correctness_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1008014Z test_nvfuser_correctness_ones_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1008357Z test_nvfuser_correctness_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1008677Z test_nvfuser_correctness_ones_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1008975Z test_nvfuser_correctness_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1009298Z test_nvfuser_correctness_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1009623Z test_nvfuser_correctness_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1009944Z test_nvfuser_correctness_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1010262Z test_nvfuser_correctness_ones_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1010576Z test_nvfuser_correctness_ones_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1010883Z test_nvfuser_correctness_ones_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1011197Z test_nvfuser_correctness_ones_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1011505Z test_nvfuser_correctness_ones_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1011889Z test_nvfuser_correctness_ones_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1012214Z test_nvfuser_correctness_ones_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1012550Z test_nvfuser_correctness_ones_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1012858Z test_nvfuser_correctness_ones_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1013188Z test_nvfuser_correctness_ones_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1013521Z test_nvfuser_correctness_ones_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1013838Z test_nvfuser_correctness_ones_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1014150Z test_nvfuser_correctness_ones_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1014470Z test_nvfuser_correctness_ones_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1014823Z test_nvfuser_correctness_ones_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1015145Z test_nvfuser_correctness_ones_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1015463Z test_nvfuser_correctness_ones_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1015785Z test_nvfuser_correctness_ones_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1016108Z test_nvfuser_correctness_ormqr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1016432Z test_nvfuser_correctness_ormqr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1016732Z test_nvfuser_correctness_ormqr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1017059Z test_nvfuser_correctness_ormqr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1017382Z test_nvfuser_correctness_outer_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1017702Z test_nvfuser_correctness_outer_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1018030Z test_nvfuser_correctness_outer_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1018439Z test_nvfuser_correctness_outer_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1018731Z test_nvfuser_correctness_outer_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1019052Z test_nvfuser_correctness_outer_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1019372Z test_nvfuser_correctness_outer_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1019690Z test_nvfuser_correctness_outer_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1020013Z test_nvfuser_correctness_outer_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1020330Z test_nvfuser_correctness_outer_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1020628Z test_nvfuser_correctness_outer_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1020936Z test_nvfuser_correctness_outer_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1021265Z test_nvfuser_correctness_pca_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1021593Z test_nvfuser_correctness_pca_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1021966Z test_nvfuser_correctness_permute_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1022303Z test_nvfuser_correctness_permute_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1022636Z test_nvfuser_correctness_permute_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1022961Z test_nvfuser_correctness_permute_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1023276Z test_nvfuser_correctness_permute_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1023599Z test_nvfuser_correctness_permute_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1023915Z test_nvfuser_correctness_permute_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1024225Z test_nvfuser_correctness_permute_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1024520Z test_nvfuser_correctness_permute_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1024843Z test_nvfuser_correctness_permute_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1025169Z test_nvfuser_correctness_permute_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1025487Z test_nvfuser_correctness_permute_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1025858Z test_nvfuser_correctness_permute_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1026191Z test_nvfuser_correctness_pinverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1026521Z test_nvfuser_correctness_pinverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1026844Z test_nvfuser_correctness_pinverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1027166Z test_nvfuser_correctness_pinverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1027485Z test_nvfuser_correctness_polar_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1027806Z test_nvfuser_correctness_polar_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1028151Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1028497Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1028855Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1029204Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1029546Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1029891Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1030232Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1030821Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1031196Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1031496Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1031840Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1032178Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1032512Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1032947Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1033293Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1033607Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1033948Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1034292Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1034635Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1034977Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1035309Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1035658Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1036083Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1036445Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1036781Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1037121Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1037456Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1037801Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1038123Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1038456Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1038783Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1039118Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1039459Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1039851Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1040186Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1040519Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1040856Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1041200Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1041533Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1041858Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1042198Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1042552Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1042904Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1043248Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1043582Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1043910Z test_nvfuser_correctness_positive_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1044243Z test_nvfuser_correctness_positive_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1044578Z test_nvfuser_correctness_positive_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1044903Z test_nvfuser_correctness_positive_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1045227Z test_nvfuser_correctness_positive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1045544Z test_nvfuser_correctness_positive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1045851Z test_nvfuser_correctness_positive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1046173Z test_nvfuser_correctness_positive_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1046556Z test_nvfuser_correctness_positive_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1046858Z test_nvfuser_correctness_positive_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1047180Z test_nvfuser_correctness_positive_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1047497Z test_nvfuser_correctness_positive_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1047822Z test_nvfuser_correctness_pow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1048143Z test_nvfuser_correctness_pow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1048469Z test_nvfuser_correctness_pow_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1048791Z test_nvfuser_correctness_pow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1049108Z test_nvfuser_correctness_pow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1049424Z test_nvfuser_correctness_pow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1049781Z test_nvfuser_correctness_pow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1050111Z test_nvfuser_correctness_pow_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1050427Z test_nvfuser_correctness_pow_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1050713Z test_nvfuser_correctness_pow_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1051027Z test_nvfuser_correctness_pow_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1051337Z test_nvfuser_correctness_pow_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1051662Z test_nvfuser_correctness_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1051980Z test_nvfuser_correctness_prod_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1052305Z test_nvfuser_correctness_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1052624Z test_nvfuser_correctness_prod_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1052944Z test_nvfuser_correctness_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1053268Z test_nvfuser_correctness_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1053647Z test_nvfuser_correctness_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1053969Z test_nvfuser_correctness_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1054260Z test_nvfuser_correctness_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1054581Z test_nvfuser_correctness_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1054895Z test_nvfuser_correctness_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1055215Z test_nvfuser_correctness_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1055521Z test_nvfuser_correctness_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1055839Z test_nvfuser_correctness_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1056152Z test_nvfuser_correctness_put_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1056523Z test_nvfuser_correctness_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1056857Z test_nvfuser_correctness_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1057182Z test_nvfuser_correctness_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1057502Z test_nvfuser_correctness_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1057822Z test_nvfuser_correctness_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1058114Z test_nvfuser_correctness_put_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1058433Z test_nvfuser_correctness_put_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1058744Z test_nvfuser_correctness_put_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1059120Z test_nvfuser_correctness_put_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1059470Z test_nvfuser_correctness_put_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1059800Z test_nvfuser_correctness_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1060129Z test_nvfuser_correctness_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1060448Z test_nvfuser_correctness_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1060820Z test_nvfuser_correctness_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1061145Z test_nvfuser_correctness_quantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1061463Z test_nvfuser_correctness_quantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1061775Z test_nvfuser_correctness_rad2deg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1062075Z test_nvfuser_correctness_rad2deg_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1062406Z test_nvfuser_correctness_rad2deg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1062723Z test_nvfuser_correctness_rad2deg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1063033Z test_nvfuser_correctness_rad2deg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1063351Z test_nvfuser_correctness_rad2deg_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1063716Z test_nvfuser_correctness_rad2deg_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1064052Z test_nvfuser_correctness_rad2deg_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1064374Z test_nvfuser_correctness_rad2deg_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1064690Z test_nvfuser_correctness_rad2deg_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1065017Z test_nvfuser_correctness_rand_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1065349Z test_nvfuser_correctness_rand_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1065679Z test_nvfuser_correctness_rand_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1065991Z test_nvfuser_correctness_rand_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1066318Z test_nvfuser_correctness_rand_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1066635Z test_nvfuser_correctness_rand_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1066942Z test_nvfuser_correctness_rand_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1067275Z test_nvfuser_correctness_randint_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1067656Z test_nvfuser_correctness_randint_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1067986Z test_nvfuser_correctness_randint_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1068319Z test_nvfuser_correctness_randint_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1068643Z test_nvfuser_correctness_randint_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1068961Z test_nvfuser_correctness_randint_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1069277Z test_nvfuser_correctness_randint_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1069597Z test_nvfuser_correctness_randint_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1069908Z test_nvfuser_correctness_randint_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1070207Z test_nvfuser_correctness_randn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1070817Z test_nvfuser_correctness_randn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1071148Z test_nvfuser_correctness_randn_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1071462Z test_nvfuser_correctness_randn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1071783Z test_nvfuser_correctness_randn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1072107Z test_nvfuser_correctness_randn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1072428Z test_nvfuser_correctness_randn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1072755Z test_nvfuser_correctness_randn_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1073092Z test_nvfuser_correctness_randn_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1073426Z test_nvfuser_correctness_randn_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1073757Z test_nvfuser_correctness_randn_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1074080Z test_nvfuser_correctness_randn_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1074376Z test_nvfuser_correctness_randn_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1074761Z test_nvfuser_correctness_randn_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1075084Z test_nvfuser_correctness_ravel_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1075403Z test_nvfuser_correctness_ravel_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1075735Z test_nvfuser_correctness_ravel_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1076061Z test_nvfuser_correctness_ravel_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1076378Z test_nvfuser_correctness_ravel_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1076698Z test_nvfuser_correctness_ravel_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1077022Z test_nvfuser_correctness_ravel_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1077340Z test_nvfuser_correctness_ravel_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1077702Z test_nvfuser_correctness_ravel_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1078030Z test_nvfuser_correctness_ravel_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1078329Z test_nvfuser_correctness_ravel_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1078653Z test_nvfuser_correctness_ravel_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1078966Z test_nvfuser_correctness_ravel_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1079287Z test_nvfuser_correctness_real_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1079607Z test_nvfuser_correctness_real_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1079936Z test_nvfuser_correctness_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1080259Z test_nvfuser_correctness_real_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1080580Z test_nvfuser_correctness_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1080899Z test_nvfuser_correctness_real_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1081224Z test_nvfuser_correctness_real_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1081546Z test_nvfuser_correctness_real_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1081934Z test_nvfuser_correctness_real_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1082227Z test_nvfuser_correctness_real_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1082538Z test_nvfuser_correctness_real_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1082852Z test_nvfuser_correctness_real_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1083162Z test_nvfuser_correctness_real_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1083500Z test_nvfuser_correctness_reciprocal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1083824Z test_nvfuser_correctness_reciprocal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1084159Z test_nvfuser_correctness_reciprocal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1084493Z test_nvfuser_correctness_reciprocal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1084869Z test_nvfuser_correctness_reciprocal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1085207Z test_nvfuser_correctness_reciprocal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1085521Z test_nvfuser_correctness_reciprocal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1085843Z test_nvfuser_correctness_reciprocal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1086134Z test_nvfuser_correctness_reciprocal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1086450Z test_nvfuser_correctness_reciprocal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1086773Z test_nvfuser_correctness_reciprocal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1087090Z test_nvfuser_correctness_reciprocal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1087470Z test_nvfuser_correctness_remainder_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1087799Z test_nvfuser_correctness_remainder_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1088119Z test_nvfuser_correctness_remainder_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1088437Z test_nvfuser_correctness_remainder_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1088815Z test_nvfuser_correctness_remainder_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1089128Z test_nvfuser_correctness_remainder_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1089436Z test_nvfuser_correctness_remainder_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1089755Z test_nvfuser_correctness_remainder_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1090061Z test_nvfuser_correctness_remainder_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1090382Z test_nvfuser_correctness_renorm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1090708Z test_nvfuser_correctness_renorm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1091031Z test_nvfuser_correctness_renorm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1091349Z test_nvfuser_correctness_renorm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1091719Z test_nvfuser_correctness_renorm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1092052Z test_nvfuser_correctness_renorm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1092378Z test_nvfuser_correctness_repeat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1092699Z test_nvfuser_correctness_repeat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1093028Z test_nvfuser_correctness_repeat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1093352Z test_nvfuser_correctness_repeat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1093675Z test_nvfuser_correctness_repeat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1093979Z test_nvfuser_correctness_repeat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1094301Z test_nvfuser_correctness_repeat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1094623Z test_nvfuser_correctness_repeat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1094942Z test_nvfuser_correctness_repeat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1095266Z test_nvfuser_correctness_repeat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1095642Z test_nvfuser_correctness_repeat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1095960Z test_nvfuser_correctness_repeat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1096300Z test_nvfuser_correctness_repeat_interleave_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1096637Z test_nvfuser_correctness_repeat_interleave_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1096991Z test_nvfuser_correctness_repeat_interleave_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1097338Z test_nvfuser_correctness_repeat_interleave_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1097681Z test_nvfuser_correctness_repeat_interleave_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1098026Z test_nvfuser_correctness_repeat_interleave_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1098347Z test_nvfuser_correctness_repeat_interleave_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1098727Z test_nvfuser_correctness_repeat_interleave_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1099074Z test_nvfuser_correctness_repeat_interleave_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1099418Z test_nvfuser_correctness_repeat_interleave_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1099753Z test_nvfuser_correctness_repeat_interleave_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1100087Z test_nvfuser_correctness_repeat_interleave_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1100428Z test_nvfuser_correctness_repeat_interleave_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1100757Z test_nvfuser_correctness_reshape_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1101084Z test_nvfuser_correctness_reshape_as_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1101417Z test_nvfuser_correctness_reshape_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1101751Z test_nvfuser_correctness_reshape_as_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1102196Z test_nvfuser_correctness_reshape_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1102396Z test_nvfuser_correctness_reshape_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1102761Z test_nvfuser_correctness_reshape_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1103074Z test_nvfuser_correctness_reshape_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1103400Z test_nvfuser_correctness_reshape_as_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1103713Z test_nvfuser_correctness_reshape_as_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1104025Z test_nvfuser_correctness_reshape_as_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1104348Z test_nvfuser_correctness_reshape_as_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1104659Z test_nvfuser_correctness_reshape_as_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1105052Z test_nvfuser_correctness_reshape_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1105301Z test_nvfuser_correctness_reshape_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1105661Z test_nvfuser_correctness_reshape_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1106006Z test_nvfuser_correctness_reshape_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1106300Z test_nvfuser_correctness_reshape_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1106627Z test_nvfuser_correctness_reshape_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1106944Z test_nvfuser_correctness_reshape_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1107252Z test_nvfuser_correctness_reshape_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1107575Z test_nvfuser_correctness_reshape_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1107900Z test_nvfuser_correctness_reshape_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1108220Z test_nvfuser_correctness_reshape_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1108537Z test_nvfuser_correctness_reshape_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1108849Z test_nvfuser_correctness_reshape_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1109175Z test_nvfuser_correctness_resize__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1109549Z test_nvfuser_correctness_resize__cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1109881Z test_nvfuser_correctness_resize__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1110209Z test_nvfuser_correctness_resize__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1110733Z test_nvfuser_correctness_resize__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1111035Z test_nvfuser_correctness_resize__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1111346Z test_nvfuser_correctness_resize__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1111667Z test_nvfuser_correctness_resize__cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1111989Z test_nvfuser_correctness_resize__cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1112303Z test_nvfuser_correctness_resize__cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1112618Z test_nvfuser_correctness_resize__cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1113003Z test_nvfuser_correctness_resize__cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1113350Z test_nvfuser_correctness_resize_as__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1113671Z test_nvfuser_correctness_resize_as__cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1114003Z test_nvfuser_correctness_resize_as__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1114336Z test_nvfuser_correctness_resize_as__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1114642Z test_nvfuser_correctness_resize_as__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1114964Z test_nvfuser_correctness_resize_as__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1115275Z test_nvfuser_correctness_resize_as__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1115596Z test_nvfuser_correctness_resize_as__cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1115905Z test_nvfuser_correctness_resize_as__cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1116216Z test_nvfuser_correctness_resize_as__cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1116622Z test_nvfuser_correctness_resize_as__cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1116931Z test_nvfuser_correctness_resize_as__cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1117261Z test_nvfuser_correctness_resolve_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1117588Z test_nvfuser_correctness_resolve_conj_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1117928Z test_nvfuser_correctness_resolve_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1118265Z test_nvfuser_correctness_resolve_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1118579Z test_nvfuser_correctness_resolve_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1118907Z test_nvfuser_correctness_resolve_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1119236Z test_nvfuser_correctness_resolve_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1119559Z test_nvfuser_correctness_resolve_conj_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1119923Z test_nvfuser_correctness_resolve_conj_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1120249Z test_nvfuser_correctness_resolve_conj_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1120574Z test_nvfuser_correctness_resolve_conj_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1120887Z test_nvfuser_correctness_resolve_conj_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1121216Z test_nvfuser_correctness_resolve_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1121545Z test_nvfuser_correctness_resolve_neg_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1121883Z test_nvfuser_correctness_resolve_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1122217Z test_nvfuser_correctness_resolve_neg_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1122530Z test_nvfuser_correctness_resolve_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1122857Z test_nvfuser_correctness_resolve_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1123187Z test_nvfuser_correctness_resolve_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1123569Z test_nvfuser_correctness_resolve_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1123900Z test_nvfuser_correctness_resolve_neg_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1124215Z test_nvfuser_correctness_resolve_neg_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1124526Z test_nvfuser_correctness_resolve_neg_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1124849Z test_nvfuser_correctness_resolve_neg_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1125165Z test_nvfuser_correctness_resolve_neg_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1125490Z test_nvfuser_correctness_roll_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1125805Z test_nvfuser_correctness_roll_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1126126Z test_nvfuser_correctness_roll_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1126448Z test_nvfuser_correctness_roll_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1126790Z test_nvfuser_correctness_roll_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1127122Z test_nvfuser_correctness_roll_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1127445Z test_nvfuser_correctness_roll_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1127764Z test_nvfuser_correctness_roll_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1128078Z test_nvfuser_correctness_roll_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1128394Z test_nvfuser_correctness_roll_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1128705Z test_nvfuser_correctness_roll_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1129021Z test_nvfuser_correctness_roll_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1129324Z test_nvfuser_correctness_roll_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1129646Z test_nvfuser_correctness_rot90_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1129959Z test_nvfuser_correctness_rot90_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1130263Z test_nvfuser_correctness_rot90_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1130657Z test_nvfuser_correctness_rot90_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1130980Z test_nvfuser_correctness_rot90_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1131302Z test_nvfuser_correctness_rot90_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1131620Z test_nvfuser_correctness_rot90_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1131934Z test_nvfuser_correctness_rot90_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1132253Z test_nvfuser_correctness_rot90_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1132568Z test_nvfuser_correctness_rot90_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1132884Z test_nvfuser_correctness_rot90_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1133193Z test_nvfuser_correctness_rot90_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1133559Z test_nvfuser_correctness_round_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1133889Z test_nvfuser_correctness_round_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1134190Z test_nvfuser_correctness_round_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1134511Z test_nvfuser_correctness_round_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1134826Z test_nvfuser_correctness_round_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1135146Z test_nvfuser_correctness_round_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1135467Z test_nvfuser_correctness_round_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1135788Z test_nvfuser_correctness_round_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1136099Z test_nvfuser_correctness_round_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1136434Z test_nvfuser_correctness_round_decimals_0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1136769Z test_nvfuser_correctness_round_decimals_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1137107Z test_nvfuser_correctness_round_decimals_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1137493Z test_nvfuser_correctness_round_decimals_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1137829Z test_nvfuser_correctness_round_decimals_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1138149Z test_nvfuser_correctness_round_decimals_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1138455Z test_nvfuser_correctness_round_decimals_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1138779Z test_nvfuser_correctness_round_decimals_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1139123Z test_nvfuser_correctness_round_decimals_neg_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1139464Z test_nvfuser_correctness_round_decimals_neg_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1139802Z test_nvfuser_correctness_round_decimals_neg_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1140139Z test_nvfuser_correctness_round_decimals_neg_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1140509Z test_nvfuser_correctness_rsqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1140840Z test_nvfuser_correctness_rsqrt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1141167Z test_nvfuser_correctness_rsqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1141490Z test_nvfuser_correctness_rsqrt_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1141805Z test_nvfuser_correctness_rsqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1142122Z test_nvfuser_correctness_rsqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1142422Z test_nvfuser_correctness_rsqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1142748Z test_nvfuser_correctness_rsqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1143062Z test_nvfuser_correctness_rsqrt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1143379Z test_nvfuser_correctness_rsqrt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1143692Z test_nvfuser_correctness_rsqrt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1144009Z test_nvfuser_correctness_rsqrt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1144435Z test_nvfuser_correctness_rsqrt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1144754Z test_nvfuser_correctness_rsub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1145072Z test_nvfuser_correctness_rsub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1145387Z test_nvfuser_correctness_rsub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1145704Z test_nvfuser_correctness_rsub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1146017Z test_nvfuser_correctness_rsub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1146314Z test_nvfuser_correctness_rsub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1146624Z test_nvfuser_correctness_rsub_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1146931Z test_nvfuser_correctness_rsub_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1147233Z test_nvfuser_correctness_rsub_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1147586Z test_nvfuser_correctness_rsub_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1147899Z test_nvfuser_correctness_rsub_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1148226Z test_nvfuser_correctness_scatter_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1148546Z test_nvfuser_correctness_scatter_add_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1148875Z test_nvfuser_correctness_scatter_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1149210Z test_nvfuser_correctness_scatter_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1149538Z test_nvfuser_correctness_scatter_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1149862Z test_nvfuser_correctness_scatter_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1150161Z test_nvfuser_correctness_scatter_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1150699Z test_nvfuser_correctness_scatter_add_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1151049Z test_nvfuser_correctness_scatter_add_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1151403Z test_nvfuser_correctness_scatter_add_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1151800Z test_nvfuser_correctness_scatter_add_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1152110Z test_nvfuser_correctness_scatter_add_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1152423Z test_nvfuser_correctness_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1152739Z test_nvfuser_correctness_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1153067Z test_nvfuser_correctness_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1153389Z test_nvfuser_correctness_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1153704Z test_nvfuser_correctness_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1154009Z test_nvfuser_correctness_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1154294Z test_nvfuser_correctness_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1154663Z test_nvfuser_correctness_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1155003Z test_nvfuser_correctness_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1155319Z test_nvfuser_correctness_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1155634Z test_nvfuser_correctness_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1155942Z test_nvfuser_correctness_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1156279Z test_nvfuser_correctness_scatter_reduce_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1156617Z test_nvfuser_correctness_scatter_reduce_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1156957Z test_nvfuser_correctness_scatter_reduce_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1157288Z test_nvfuser_correctness_scatter_reduce_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1157618Z test_nvfuser_correctness_scatter_reduce_amax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1157952Z test_nvfuser_correctness_scatter_reduce_amax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1158277Z test_nvfuser_correctness_scatter_reduce_amax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1158647Z test_nvfuser_correctness_scatter_reduce_amax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1158970Z test_nvfuser_correctness_scatter_reduce_amax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1159308Z test_nvfuser_correctness_scatter_reduce_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1159683Z test_nvfuser_correctness_scatter_reduce_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1160020Z test_nvfuser_correctness_scatter_reduce_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1160355Z test_nvfuser_correctness_scatter_reduce_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1160686Z test_nvfuser_correctness_scatter_reduce_amin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1161011Z test_nvfuser_correctness_scatter_reduce_amin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1161375Z test_nvfuser_correctness_scatter_reduce_amin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1161715Z test_nvfuser_correctness_scatter_reduce_amin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1162039Z test_nvfuser_correctness_scatter_reduce_amin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1162375Z test_nvfuser_correctness_scatter_reduce_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1162702Z test_nvfuser_correctness_scatter_reduce_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1163024Z test_nvfuser_correctness_scatter_reduce_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1163358Z test_nvfuser_correctness_scatter_reduce_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1163692Z test_nvfuser_correctness_scatter_reduce_mean_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1164018Z test_nvfuser_correctness_scatter_reduce_mean_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1164337Z test_nvfuser_correctness_scatter_reduce_mean_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1164665Z test_nvfuser_correctness_scatter_reduce_mean_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1164987Z test_nvfuser_correctness_scatter_reduce_mean_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1165377Z test_nvfuser_correctness_scatter_reduce_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1165707Z test_nvfuser_correctness_scatter_reduce_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1166040Z test_nvfuser_correctness_scatter_reduce_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1166371Z test_nvfuser_correctness_scatter_reduce_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1166704Z test_nvfuser_correctness_scatter_reduce_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1167033Z test_nvfuser_correctness_scatter_reduce_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1167347Z test_nvfuser_correctness_scatter_reduce_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1167677Z test_nvfuser_correctness_scatter_reduce_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1167998Z test_nvfuser_correctness_scatter_reduce_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1168370Z test_nvfuser_correctness_scatter_reduce_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1168717Z test_nvfuser_correctness_scatter_reduce_sum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1169053Z test_nvfuser_correctness_scatter_reduce_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1169383Z test_nvfuser_correctness_scatter_reduce_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1169707Z test_nvfuser_correctness_scatter_reduce_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1170035Z test_nvfuser_correctness_scatter_reduce_sum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1170368Z test_nvfuser_correctness_scatter_reduce_sum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1170688Z test_nvfuser_correctness_scatter_reduce_sum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1171013Z test_nvfuser_correctness_scatter_reduce_sum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1171333Z test_nvfuser_correctness_scatter_reduce_sum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1171646Z test_nvfuser_correctness_searchsorted_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1172028Z test_nvfuser_correctness_searchsorted_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1172359Z test_nvfuser_correctness_searchsorted_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1172686Z test_nvfuser_correctness_searchsorted_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1173001Z test_nvfuser_correctness_searchsorted_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1173313Z test_nvfuser_correctness_searchsorted_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1173637Z test_nvfuser_correctness_searchsorted_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1173948Z test_nvfuser_correctness_searchsorted_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1174289Z test_nvfuser_correctness_segment_reduce_lengths_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1174626Z test_nvfuser_correctness_segment_reduce_lengths_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1175010Z test_nvfuser_correctness_segment_reduce_lengths_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1175366Z test_nvfuser_correctness_segment_reduce_lengths_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1175692Z test_nvfuser_correctness_segment_reduce_offsets_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1176034Z test_nvfuser_correctness_segment_reduce_offsets_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1176370Z test_nvfuser_correctness_segment_reduce_offsets_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1176711Z test_nvfuser_correctness_segment_reduce_offsets_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1177040Z test_nvfuser_correctness_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1177354Z test_nvfuser_correctness_select_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1177679Z test_nvfuser_correctness_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1178002Z test_nvfuser_correctness_select_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1178316Z test_nvfuser_correctness_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1178635Z test_nvfuser_correctness_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1179022Z test_nvfuser_correctness_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1179342Z test_nvfuser_correctness_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1179655Z test_nvfuser_correctness_select_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1179951Z test_nvfuser_correctness_select_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1180267Z test_nvfuser_correctness_select_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1180583Z test_nvfuser_correctness_select_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1180891Z test_nvfuser_correctness_select_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1181221Z test_nvfuser_correctness_select_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1181546Z test_nvfuser_correctness_select_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1181918Z test_nvfuser_correctness_select_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1182259Z test_nvfuser_correctness_select_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1182595Z test_nvfuser_correctness_select_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1182921Z test_nvfuser_correctness_select_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1183245Z test_nvfuser_correctness_select_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1183575Z test_nvfuser_correctness_select_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1183883Z test_nvfuser_correctness_select_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1184208Z test_nvfuser_correctness_select_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1184522Z test_nvfuser_correctness_sgn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1184833Z test_nvfuser_correctness_sgn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1185151Z test_nvfuser_correctness_sgn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1185471Z test_nvfuser_correctness_sgn_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1185844Z test_nvfuser_correctness_sgn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1186160Z test_nvfuser_correctness_sgn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1186475Z test_nvfuser_correctness_sgn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1186787Z test_nvfuser_correctness_sgn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1187100Z test_nvfuser_correctness_sgn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1187412Z test_nvfuser_correctness_sgn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1187696Z test_nvfuser_correctness_sgn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1188004Z test_nvfuser_correctness_sgn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1188302Z test_nvfuser_correctness_sgn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1188663Z test_nvfuser_correctness_short_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1188988Z test_nvfuser_correctness_short_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1189316Z test_nvfuser_correctness_short_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1189633Z test_nvfuser_correctness_short_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1189949Z test_nvfuser_correctness_short_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1190264Z test_nvfuser_correctness_short_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1190832Z test_nvfuser_correctness_short_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1191118Z test_nvfuser_correctness_short_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1191430Z test_nvfuser_correctness_short_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1191721Z test_nvfuser_correctness_short_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1192035Z test_nvfuser_correctness_short_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1192343Z test_nvfuser_correctness_short_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1192664Z test_nvfuser_correctness_sigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1193064Z test_nvfuser_correctness_sigmoid_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1193394Z test_nvfuser_correctness_sigmoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1193718Z test_nvfuser_correctness_sigmoid_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1194029Z test_nvfuser_correctness_sigmoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1194350Z test_nvfuser_correctness_sigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1194662Z test_nvfuser_correctness_sigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1194965Z test_nvfuser_correctness_sigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1195277Z test_nvfuser_correctness_sigmoid_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1195576Z test_nvfuser_correctness_sigmoid_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1195950Z test_nvfuser_correctness_sigmoid_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1196282Z test_nvfuser_correctness_sigmoid_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1196592Z test_nvfuser_correctness_sigmoid_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1196904Z test_nvfuser_correctness_sign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1197211Z test_nvfuser_correctness_sign_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1197524Z test_nvfuser_correctness_sign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1197836Z test_nvfuser_correctness_sign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1198149Z test_nvfuser_correctness_sign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1198459Z test_nvfuser_correctness_sign_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1198768Z test_nvfuser_correctness_sign_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1199070Z test_nvfuser_correctness_sign_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1199365Z test_nvfuser_correctness_sign_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1199722Z test_nvfuser_correctness_sign_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1200042Z test_nvfuser_correctness_signbit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1200354Z test_nvfuser_correctness_signbit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1200673Z test_nvfuser_correctness_signbit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1200985Z test_nvfuser_correctness_signbit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1201291Z test_nvfuser_correctness_signbit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1201607Z test_nvfuser_correctness_signbit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1201921Z test_nvfuser_correctness_signbit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1202235Z test_nvfuser_correctness_signbit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1202548Z test_nvfuser_correctness_signbit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1202990Z test_nvfuser_correctness_signbit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1203212Z test_nvfuser_correctness_sin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1203524Z test_nvfuser_correctness_sin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1203841Z test_nvfuser_correctness_sin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1204154Z test_nvfuser_correctness_sin_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1204477Z test_nvfuser_correctness_sin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1204794Z test_nvfuser_correctness_sin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1205108Z test_nvfuser_correctness_sin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1205417Z test_nvfuser_correctness_sin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1205726Z test_nvfuser_correctness_sin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1206039Z test_nvfuser_correctness_sin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1206342Z test_nvfuser_correctness_sin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1206707Z test_nvfuser_correctness_sin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1206990Z test_nvfuser_correctness_sin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1207306Z test_nvfuser_correctness_sinc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1207617Z test_nvfuser_correctness_sinc_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1207939Z test_nvfuser_correctness_sinc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1208256Z test_nvfuser_correctness_sinc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1208578Z test_nvfuser_correctness_sinc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1208892Z test_nvfuser_correctness_sinc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1209204Z test_nvfuser_correctness_sinc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1209555Z test_nvfuser_correctness_sinc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1209875Z test_nvfuser_correctness_sinc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1210165Z test_nvfuser_correctness_sinc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1210469Z test_nvfuser_correctness_sinc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1210766Z test_nvfuser_correctness_sinc_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1211077Z test_nvfuser_correctness_sinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1211389Z test_nvfuser_correctness_sinh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1211713Z test_nvfuser_correctness_sinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1212029Z test_nvfuser_correctness_sinh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1212346Z test_nvfuser_correctness_sinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1212656Z test_nvfuser_correctness_sinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1212971Z test_nvfuser_correctness_sinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1213284Z test_nvfuser_correctness_sinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1213647Z test_nvfuser_correctness_sinh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1213937Z test_nvfuser_correctness_sinh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1214239Z test_nvfuser_correctness_sinh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1214548Z test_nvfuser_correctness_sinh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1214861Z test_nvfuser_correctness_sinh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1215182Z test_nvfuser_correctness_slice_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1215484Z test_nvfuser_correctness_slice_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1215804Z test_nvfuser_correctness_slice_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1216122Z test_nvfuser_correctness_slice_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1216470Z test_nvfuser_correctness_slice_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1216797Z test_nvfuser_correctness_slice_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1217111Z test_nvfuser_correctness_slice_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1217426Z test_nvfuser_correctness_slice_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1217721Z test_nvfuser_correctness_slice_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1218032Z test_nvfuser_correctness_slice_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1218344Z test_nvfuser_correctness_slice_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1218660Z test_nvfuser_correctness_slice_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1218963Z test_nvfuser_correctness_slice_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1219292Z test_nvfuser_correctness_slice_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1219611Z test_nvfuser_correctness_slice_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1219939Z test_nvfuser_correctness_slice_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1220316Z test_nvfuser_correctness_slice_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1220639Z test_nvfuser_correctness_slice_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1220962Z test_nvfuser_correctness_slice_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1221282Z test_nvfuser_correctness_slice_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1221590Z test_nvfuser_correctness_slice_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1221915Z test_nvfuser_correctness_slice_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1222236Z test_nvfuser_correctness_slice_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1222557Z test_nvfuser_correctness_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1222877Z test_nvfuser_correctness_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1223224Z test_nvfuser_correctness_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1223538Z test_nvfuser_correctness_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1223876Z test_nvfuser_correctness_softmax_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1224204Z test_nvfuser_correctness_softmax_with_dtype_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1224543Z test_nvfuser_correctness_softmax_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1224883Z test_nvfuser_correctness_softmax_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1225214Z test_nvfuser_correctness_softmax_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1225549Z test_nvfuser_correctness_softmax_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1225855Z test_nvfuser_correctness_softmax_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1226182Z test_nvfuser_correctness_softmax_with_dtype_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1226509Z test_nvfuser_correctness_softmax_with_dtype_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1226828Z test_nvfuser_correctness_softmax_with_dtype_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1227218Z test_nvfuser_correctness_softmax_with_dtype_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1227532Z test_nvfuser_correctness_softmax_with_dtype_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1227846Z test_nvfuser_correctness_sort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1228158Z test_nvfuser_correctness_sort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1228473Z test_nvfuser_correctness_sort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1228786Z test_nvfuser_correctness_sort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1229092Z test_nvfuser_correctness_sort_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1229397Z test_nvfuser_correctness_sort_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1229681Z test_nvfuser_correctness_sort_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1230128Z test_nvfuser_correctness_sort_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1230438Z test_nvfuser_correctness_sort_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1230925Z test_nvfuser_correctness_sparse_sampled_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1231249Z test_nvfuser_correctness_sparse_sampled_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1231583Z test_nvfuser_correctness_sparse_sampled_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1231924Z test_nvfuser_correctness_sparse_sampled_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1232250Z test_nvfuser_correctness_special_airy_ai_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1232691Z test_nvfuser_correctness_special_airy_ai_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1232948Z test_nvfuser_correctness_special_airy_ai_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1233238Z test_nvfuser_correctness_special_airy_ai_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1233561Z test_nvfuser_correctness_special_airy_ai_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1233889Z test_nvfuser_correctness_special_airy_ai_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1234275Z test_nvfuser_correctness_special_airy_ai_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1234597Z test_nvfuser_correctness_special_airy_ai_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1234923Z test_nvfuser_correctness_special_bessel_j0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1235252Z test_nvfuser_correctness_special_bessel_j0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1235585Z test_nvfuser_correctness_special_bessel_j0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1235911Z test_nvfuser_correctness_special_bessel_j0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1236234Z test_nvfuser_correctness_special_bessel_j0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1236552Z test_nvfuser_correctness_special_bessel_j0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1236876Z test_nvfuser_correctness_special_bessel_j0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1237257Z test_nvfuser_correctness_special_bessel_j0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1237601Z test_nvfuser_correctness_special_bessel_j1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1237930Z test_nvfuser_correctness_special_bessel_j1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1238243Z test_nvfuser_correctness_special_bessel_j1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1238565Z test_nvfuser_correctness_special_bessel_j1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1238891Z test_nvfuser_correctness_special_bessel_j1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1239209Z test_nvfuser_correctness_special_bessel_j1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1239532Z test_nvfuser_correctness_special_bessel_j1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1239861Z test_nvfuser_correctness_special_bessel_j1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1240186Z test_nvfuser_correctness_special_bessel_y0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1240515Z test_nvfuser_correctness_special_bessel_y0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1240897Z test_nvfuser_correctness_special_bessel_y0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1241219Z test_nvfuser_correctness_special_bessel_y0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1241538Z test_nvfuser_correctness_special_bessel_y0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1241855Z test_nvfuser_correctness_special_bessel_y0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1242178Z test_nvfuser_correctness_special_bessel_y0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1242491Z test_nvfuser_correctness_special_bessel_y0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1242817Z test_nvfuser_correctness_special_bessel_y1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1243142Z test_nvfuser_correctness_special_bessel_y1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1243466Z test_nvfuser_correctness_special_bessel_y1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1243832Z test_nvfuser_correctness_special_bessel_y1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1244164Z test_nvfuser_correctness_special_bessel_y1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1244479Z test_nvfuser_correctness_special_bessel_y1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1244801Z test_nvfuser_correctness_special_bessel_y1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1245125Z test_nvfuser_correctness_special_bessel_y1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1245419Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1245712Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1245994Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1246263Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1246541Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1246813Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1247092Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1247374Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1247708Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1247991Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1248267Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1248543Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1248814Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1249086Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1249350Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1249624Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1249900Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1250180Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1250458Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1250826Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1251109Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1251385Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1251661Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1251931Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1252190Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1252468Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1252748Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1253025Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1253294Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1253564Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1253839Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1254111Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1254441Z test_nvfuser_correctness_special_entr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1254818Z test_nvfuser_correctness_special_entr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1255126Z test_nvfuser_correctness_special_entr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1255455Z test_nvfuser_correctness_special_entr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1255770Z test_nvfuser_correctness_special_entr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1256095Z test_nvfuser_correctness_special_entr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1256408Z test_nvfuser_correctness_special_entr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1256719Z test_nvfuser_correctness_special_entr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1257037Z test_nvfuser_correctness_special_entr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1257346Z test_nvfuser_correctness_special_entr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1257655Z test_nvfuser_correctness_special_erfcx_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1258021Z test_nvfuser_correctness_special_erfcx_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1258366Z test_nvfuser_correctness_special_erfcx_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1258689Z test_nvfuser_correctness_special_erfcx_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1259009Z test_nvfuser_correctness_special_erfcx_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1259314Z test_nvfuser_correctness_special_erfcx_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1259681Z test_nvfuser_correctness_special_erfcx_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1260010Z test_nvfuser_correctness_special_erfcx_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1260298Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1260583Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1260861Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1261144Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1261430Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1261770Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1262052Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1262332Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1262597Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1262885Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1263168Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1263455Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1263729Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1263998Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1264276Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1264563Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1264940Z test_nvfuser_correctness_special_i0e_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1265272Z test_nvfuser_correctness_special_i0e_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1265584Z test_nvfuser_correctness_special_i0e_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1265906Z test_nvfuser_correctness_special_i0e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1266228Z test_nvfuser_correctness_special_i0e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1266549Z test_nvfuser_correctness_special_i0e_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1266861Z test_nvfuser_correctness_special_i0e_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1267168Z test_nvfuser_correctness_special_i0e_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1267485Z test_nvfuser_correctness_special_i0e_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1267801Z test_nvfuser_correctness_special_i0e_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1268114Z test_nvfuser_correctness_special_i1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1268433Z test_nvfuser_correctness_special_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1268796Z test_nvfuser_correctness_special_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1269107Z test_nvfuser_correctness_special_i1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1269395Z test_nvfuser_correctness_special_i1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1269695Z test_nvfuser_correctness_special_i1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1270004Z test_nvfuser_correctness_special_i1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1270312Z test_nvfuser_correctness_special_i1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1270855Z test_nvfuser_correctness_special_i1e_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1271145Z test_nvfuser_correctness_special_i1e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1271466Z test_nvfuser_correctness_special_i1e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1271851Z test_nvfuser_correctness_special_i1e_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1272176Z test_nvfuser_correctness_special_i1e_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1272485Z test_nvfuser_correctness_special_i1e_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1272798Z test_nvfuser_correctness_special_i1e_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1273107Z test_nvfuser_correctness_special_i1e_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1273396Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1273677Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1273964Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1274248Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1274528Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1274800Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1275080Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1275368Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1275654Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1276030Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1276316Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1276586Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1276863Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1277133Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1277417Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1277707Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1278034Z test_nvfuser_correctness_special_log_ndtr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1278366Z test_nvfuser_correctness_special_log_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1278698Z test_nvfuser_correctness_special_log_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1279081Z test_nvfuser_correctness_special_log_ndtr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1279419Z test_nvfuser_correctness_special_log_ndtr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1279750Z test_nvfuser_correctness_special_log_ndtr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1280058Z test_nvfuser_correctness_special_log_ndtr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1280378Z test_nvfuser_correctness_special_log_ndtr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1280723Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1281071Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1281405Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1281743Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1282069Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1282394Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1282724Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1283110Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1283437Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1283768Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1284097Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1284428Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1284732Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1285051Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1285378Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1285745Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1286093Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1286424Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1286751Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1287075Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1287400Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1287724Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1288049Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1288372Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1288700Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1289016Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1289399Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1289722Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1290045Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1290362Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1290688Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1291035Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1291361Z test_nvfuser_correctness_special_ndtr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1291681Z test_nvfuser_correctness_special_ndtr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1292004Z test_nvfuser_correctness_special_ndtr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1292371Z test_nvfuser_correctness_special_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1292709Z test_nvfuser_correctness_special_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1293031Z test_nvfuser_correctness_special_ndtr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1293328Z test_nvfuser_correctness_special_ndtr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1293634Z test_nvfuser_correctness_special_ndtr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1293954Z test_nvfuser_correctness_special_ndtr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1294268Z test_nvfuser_correctness_special_ndtr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1294576Z test_nvfuser_correctness_special_ndtri_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1294897Z test_nvfuser_correctness_special_ndtri_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1295222Z test_nvfuser_correctness_special_ndtri_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1295548Z test_nvfuser_correctness_special_ndtri_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1295873Z test_nvfuser_correctness_special_ndtri_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1296246Z test_nvfuser_correctness_special_ndtri_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1296566Z test_nvfuser_correctness_special_ndtri_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1296886Z test_nvfuser_correctness_special_ndtri_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1297252Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1297600Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1297957Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1298302Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1298659Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1299059Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1299433Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1299788Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1300140Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1300488Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1300843Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1301198Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1301544Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1301891Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1302233Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1302562Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1302961Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1303311Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1303809Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1304419Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1304773Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1305115Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1305450Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1305797Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1306213Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1306532Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1306838Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1307139Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1307422Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1307719Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1308010Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1308306Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1308594Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1308885Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1309184Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1309479Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1309773Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1310125Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1310412Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1310906Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1311204Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1311490Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1311792Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1312092Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1312380Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1312672Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1312956Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1313246Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1313606Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1313913Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1314193Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1314487Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1314774Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1315075Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1315374Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1315675Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1315966Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1316312Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1316659Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1317009Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1317350Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1317731Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1318058Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1318396Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1318729Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1319064Z test_nvfuser_correctness_special_xlog1py_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1319393Z test_nvfuser_correctness_special_xlog1py_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1319722Z test_nvfuser_correctness_special_xlog1py_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1320051Z test_nvfuser_correctness_special_xlog1py_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1320415Z test_nvfuser_correctness_special_xlog1py_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1320754Z test_nvfuser_correctness_special_xlog1py_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1321082Z test_nvfuser_correctness_special_xlog1py_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1321407Z test_nvfuser_correctness_special_xlog1py_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1321731Z test_nvfuser_correctness_special_xlog1py_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1322040Z test_nvfuser_correctness_special_xlog1py_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1322367Z test_nvfuser_correctness_special_zeta_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1322697Z test_nvfuser_correctness_special_zeta_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1323026Z test_nvfuser_correctness_special_zeta_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1323351Z test_nvfuser_correctness_special_zeta_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1323666Z test_nvfuser_correctness_special_zeta_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1323977Z test_nvfuser_correctness_special_zeta_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1324358Z test_nvfuser_correctness_special_zeta_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1324670Z test_nvfuser_correctness_special_zeta_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1324990Z test_nvfuser_correctness_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1325302Z test_nvfuser_correctness_split_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1325627Z test_nvfuser_correctness_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1325934Z test_nvfuser_correctness_split_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1326244Z test_nvfuser_correctness_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1326560Z test_nvfuser_correctness_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1326874Z test_nvfuser_correctness_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1327231Z test_nvfuser_correctness_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1327554Z test_nvfuser_correctness_split_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1327871Z test_nvfuser_correctness_split_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1328180Z test_nvfuser_correctness_split_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1328488Z test_nvfuser_correctness_split_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1328791Z test_nvfuser_correctness_split_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1329122Z test_nvfuser_correctness_split_list_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1329455Z test_nvfuser_correctness_split_list_args_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1329769Z test_nvfuser_correctness_split_list_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1330104Z test_nvfuser_correctness_split_list_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1330427Z test_nvfuser_correctness_split_list_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1330755Z test_nvfuser_correctness_split_list_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1331130Z test_nvfuser_correctness_split_list_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1331454Z test_nvfuser_correctness_split_list_args_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1331775Z test_nvfuser_correctness_split_list_args_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1332095Z test_nvfuser_correctness_split_list_args_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1332420Z test_nvfuser_correctness_split_list_args_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1332744Z test_nvfuser_correctness_split_list_args_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1333073Z test_nvfuser_correctness_split_with_sizes_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1333399Z test_nvfuser_correctness_split_with_sizes_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1333733Z test_nvfuser_correctness_split_with_sizes_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1334094Z test_nvfuser_correctness_split_with_sizes_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1334440Z test_nvfuser_correctness_split_with_sizes_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1334767Z test_nvfuser_correctness_split_with_sizes_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1335096Z test_nvfuser_correctness_split_with_sizes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1335418Z test_nvfuser_correctness_split_with_sizes_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1335743Z test_nvfuser_correctness_split_with_sizes_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1336067Z test_nvfuser_correctness_split_with_sizes_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1336396Z test_nvfuser_correctness_split_with_sizes_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1336723Z test_nvfuser_correctness_split_with_sizes_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1337043Z test_nvfuser_correctness_split_with_sizes_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1337362Z test_nvfuser_correctness_sqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1337675Z test_nvfuser_correctness_sqrt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1338048Z test_nvfuser_correctness_sqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1338345Z test_nvfuser_correctness_sqrt_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1338662Z test_nvfuser_correctness_sqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1338976Z test_nvfuser_correctness_sqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1339296Z test_nvfuser_correctness_sqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1339615Z test_nvfuser_correctness_sqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1339925Z test_nvfuser_correctness_sqrt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1340235Z test_nvfuser_correctness_sqrt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1340537Z test_nvfuser_correctness_sqrt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1340887Z test_nvfuser_correctness_sqrt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1341195Z test_nvfuser_correctness_sqrt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1341517Z test_nvfuser_correctness_square_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1341830Z test_nvfuser_correctness_square_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1342138Z test_nvfuser_correctness_square_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1342455Z test_nvfuser_correctness_square_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1342776Z test_nvfuser_correctness_square_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1343100Z test_nvfuser_correctness_square_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1343427Z test_nvfuser_correctness_square_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1343740Z test_nvfuser_correctness_square_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1344056Z test_nvfuser_correctness_square_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1344369Z test_nvfuser_correctness_square_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1344733Z test_nvfuser_correctness_square_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1345041Z test_nvfuser_correctness_square_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1345361Z test_nvfuser_correctness_squeeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1345672Z test_nvfuser_correctness_squeeze_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1345982Z test_nvfuser_correctness_squeeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1346310Z test_nvfuser_correctness_squeeze_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1346624Z test_nvfuser_correctness_squeeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1346941Z test_nvfuser_correctness_squeeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1347248Z test_nvfuser_correctness_squeeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1347551Z test_nvfuser_correctness_squeeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1347916Z test_nvfuser_correctness_squeeze_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1348245Z test_nvfuser_correctness_squeeze_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1348562Z test_nvfuser_correctness_squeeze_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1348872Z test_nvfuser_correctness_squeeze_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1349180Z test_nvfuser_correctness_squeeze_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1349500Z test_nvfuser_correctness_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1349802Z test_nvfuser_correctness_stack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1350121Z test_nvfuser_correctness_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1350514Z test_nvfuser_correctness_stack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1350983Z test_nvfuser_correctness_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1351277Z test_nvfuser_correctness_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1351590Z test_nvfuser_correctness_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1351984Z test_nvfuser_correctness_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1352297Z test_nvfuser_correctness_stack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1352613Z test_nvfuser_correctness_stack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1352923Z test_nvfuser_correctness_stack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1353244Z test_nvfuser_correctness_stack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1353553Z test_nvfuser_correctness_stack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1353853Z test_nvfuser_correctness_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1354175Z test_nvfuser_correctness_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1354500Z test_nvfuser_correctness_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1354869Z test_nvfuser_correctness_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1355198Z test_nvfuser_correctness_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1355518Z test_nvfuser_correctness_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1355838Z test_nvfuser_correctness_std_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1356167Z test_nvfuser_correctness_std_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1356493Z test_nvfuser_correctness_std_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1356820Z test_nvfuser_correctness_std_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1357136Z test_nvfuser_correctness_std_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1357442Z test_nvfuser_correctness_std_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1357740Z test_nvfuser_correctness_stft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1358059Z test_nvfuser_correctness_stft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1358377Z test_nvfuser_correctness_stft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1358805Z test_nvfuser_correctness_stft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1359117Z test_nvfuser_correctness_sub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1359429Z test_nvfuser_correctness_sub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1359790Z test_nvfuser_correctness_sub_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1360116Z test_nvfuser_correctness_sub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1360432Z test_nvfuser_correctness_sub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1360753Z test_nvfuser_correctness_sub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1361067Z test_nvfuser_correctness_sub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1361379Z test_nvfuser_correctness_sub_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1361672Z test_nvfuser_correctness_sub_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1362024Z test_nvfuser_correctness_sub_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1362351Z test_nvfuser_correctness_sub_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1362655Z test_nvfuser_correctness_sub_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1362965Z test_nvfuser_correctness_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1363276Z test_nvfuser_correctness_sum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1363596Z test_nvfuser_correctness_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1363914Z test_nvfuser_correctness_sum_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1364238Z test_nvfuser_correctness_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1364556Z test_nvfuser_correctness_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1364871Z test_nvfuser_correctness_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1365164Z test_nvfuser_correctness_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1365472Z test_nvfuser_correctness_sum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1365840Z test_nvfuser_correctness_sum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1366144Z test_nvfuser_correctness_sum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1366450Z test_nvfuser_correctness_sum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1366746Z test_nvfuser_correctness_sum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1367076Z test_nvfuser_correctness_sum_to_size_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1367399Z test_nvfuser_correctness_sum_to_size_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1367730Z test_nvfuser_correctness_sum_to_size_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1368055Z test_nvfuser_correctness_sum_to_size_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1368374Z test_nvfuser_correctness_sum_to_size_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1368741Z test_nvfuser_correctness_sum_to_size_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1369054Z test_nvfuser_correctness_sum_to_size_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1369382Z test_nvfuser_correctness_sum_to_size_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1369696Z test_nvfuser_correctness_sum_to_size_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1370003Z test_nvfuser_correctness_sum_to_size_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1370321Z test_nvfuser_correctness_sum_to_size_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1370632Z test_nvfuser_correctness_sum_to_size_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1370952Z test_nvfuser_correctness_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1371267Z test_nvfuser_correctness_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1371581Z test_nvfuser_correctness_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1371893Z test_nvfuser_correctness_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1372221Z test_nvfuser_correctness_svd_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1372610Z test_nvfuser_correctness_svd_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1372941Z test_nvfuser_correctness_symeig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1373243Z test_nvfuser_correctness_symeig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1373562Z test_nvfuser_correctness_symeig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1373882Z test_nvfuser_correctness_symeig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1374198Z test_nvfuser_correctness_t_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1374511Z test_nvfuser_correctness_t_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1374826Z test_nvfuser_correctness_t_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1375138Z test_nvfuser_correctness_t_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1375453Z test_nvfuser_correctness_t_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1375810Z test_nvfuser_correctness_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1376130Z test_nvfuser_correctness_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1376436Z test_nvfuser_correctness_t_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1376723Z test_nvfuser_correctness_t_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1377023Z test_nvfuser_correctness_t_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1377334Z test_nvfuser_correctness_t_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1377641Z test_nvfuser_correctness_t_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1377976Z test_nvfuser_correctness_take_along_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1378303Z test_nvfuser_correctness_take_along_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1378637Z test_nvfuser_correctness_take_along_dim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1378967Z test_nvfuser_correctness_take_along_dim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1379299Z test_nvfuser_correctness_take_along_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1379684Z test_nvfuser_correctness_take_along_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1380013Z test_nvfuser_correctness_take_along_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1380340Z test_nvfuser_correctness_take_along_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1380665Z test_nvfuser_correctness_take_along_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1380972Z test_nvfuser_correctness_take_along_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1381298Z test_nvfuser_correctness_take_along_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1381619Z test_nvfuser_correctness_take_along_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1381941Z test_nvfuser_correctness_take_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1382254Z test_nvfuser_correctness_take_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1382616Z test_nvfuser_correctness_take_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1382954Z test_nvfuser_correctness_take_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1383271Z test_nvfuser_correctness_take_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1383585Z test_nvfuser_correctness_take_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1383897Z test_nvfuser_correctness_take_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1384211Z test_nvfuser_correctness_take_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1384532Z test_nvfuser_correctness_take_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1384823Z test_nvfuser_correctness_take_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1385136Z test_nvfuser_correctness_take_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1385441Z test_nvfuser_correctness_take_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1385760Z test_nvfuser_correctness_tan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1386075Z test_nvfuser_correctness_tan_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1386461Z test_nvfuser_correctness_tan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1386786Z test_nvfuser_correctness_tan_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1387108Z test_nvfuser_correctness_tan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1387481Z test_nvfuser_correctness_tan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1387802Z test_nvfuser_correctness_tan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1388115Z test_nvfuser_correctness_tan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1388433Z test_nvfuser_correctness_tan_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1388724Z test_nvfuser_correctness_tan_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1389030Z test_nvfuser_correctness_tan_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1389339Z test_nvfuser_correctness_tan_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1389692Z test_nvfuser_correctness_tan_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1390029Z test_nvfuser_correctness_tanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1390334Z test_nvfuser_correctness_tanh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1390877Z test_nvfuser_correctness_tanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1391177Z test_nvfuser_correctness_tanh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1391499Z test_nvfuser_correctness_tanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1391816Z test_nvfuser_correctness_tanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1392134Z test_nvfuser_correctness_tanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1392432Z test_nvfuser_correctness_tanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1392744Z test_nvfuser_correctness_tanh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1393057Z test_nvfuser_correctness_tanh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1393365Z test_nvfuser_correctness_tanh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1393764Z test_nvfuser_correctness_tanh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1394069Z test_nvfuser_correctness_tanh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1394403Z test_nvfuser_correctness_tensor_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1394726Z test_nvfuser_correctness_tensor_split_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1395143Z test_nvfuser_correctness_tensor_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1395398Z test_nvfuser_correctness_tensor_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1395726Z test_nvfuser_correctness_tensor_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1396051Z test_nvfuser_correctness_tensor_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1396379Z test_nvfuser_correctness_tensor_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1396743Z test_nvfuser_correctness_tensor_split_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1397072Z test_nvfuser_correctness_tensor_split_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1397386Z test_nvfuser_correctness_tensor_split_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1397711Z test_nvfuser_correctness_tensor_split_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1398036Z test_nvfuser_correctness_tensor_split_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1398354Z test_nvfuser_correctness_tensordot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1398684Z test_nvfuser_correctness_tensordot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1399017Z test_nvfuser_correctness_tensordot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1399342Z test_nvfuser_correctness_tensordot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1399657Z test_nvfuser_correctness_tensordot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1399969Z test_nvfuser_correctness_tensordot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1400289Z test_nvfuser_correctness_tile_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1400640Z test_nvfuser_correctness_tile_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1400965Z test_nvfuser_correctness_tile_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1401282Z test_nvfuser_correctness_tile_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1401594Z test_nvfuser_correctness_tile_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1401919Z test_nvfuser_correctness_tile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1402235Z test_nvfuser_correctness_tile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1402552Z test_nvfuser_correctness_tile_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1402864Z test_nvfuser_correctness_tile_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1403169Z test_nvfuser_correctness_tile_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1403477Z test_nvfuser_correctness_tile_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1403824Z test_nvfuser_correctness_tile_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1404156Z test_nvfuser_correctness_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1404448Z test_nvfuser_correctness_to_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1404772Z test_nvfuser_correctness_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1405089Z test_nvfuser_correctness_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1405406Z test_nvfuser_correctness_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1405722Z test_nvfuser_correctness_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1406025Z test_nvfuser_correctness_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1406331Z test_nvfuser_correctness_to_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1406637Z test_nvfuser_correctness_to_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1406940Z test_nvfuser_correctness_to_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1407250Z test_nvfuser_correctness_to_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1407605Z test_nvfuser_correctness_to_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1407910Z test_nvfuser_correctness_to_sparse_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1408232Z test_nvfuser_correctness_to_sparse_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1408563Z test_nvfuser_correctness_to_sparse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1408892Z test_nvfuser_correctness_to_sparse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1409223Z test_nvfuser_correctness_to_sparse_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1409533Z test_nvfuser_correctness_to_sparse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1409840Z test_nvfuser_correctness_to_sparse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1410157Z test_nvfuser_correctness_to_sparse_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1410511Z test_nvfuser_correctness_to_sparse_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1410825Z test_nvfuser_correctness_to_sparse_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1411142Z test_nvfuser_correctness_to_sparse_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1411465Z test_nvfuser_correctness_to_sparse_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1411783Z test_nvfuser_correctness_topk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1412079Z test_nvfuser_correctness_topk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1412399Z test_nvfuser_correctness_topk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1412717Z test_nvfuser_correctness_topk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1413031Z test_nvfuser_correctness_topk_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1413353Z test_nvfuser_correctness_topk_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1413660Z test_nvfuser_correctness_topk_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1413980Z test_nvfuser_correctness_topk_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1414337Z test_nvfuser_correctness_topk_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1414657Z test_nvfuser_correctness_trace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1414970Z test_nvfuser_correctness_trace_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1415292Z test_nvfuser_correctness_trace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1415610Z test_nvfuser_correctness_trace_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1415904Z test_nvfuser_correctness_trace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1416227Z test_nvfuser_correctness_trace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1416545Z test_nvfuser_correctness_trace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1416864Z test_nvfuser_correctness_trace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1417180Z test_nvfuser_correctness_trace_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1417543Z test_nvfuser_correctness_trace_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1417869Z test_nvfuser_correctness_trace_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1418184Z test_nvfuser_correctness_trace_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1418488Z test_nvfuser_correctness_trace_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1418815Z test_nvfuser_correctness_transpose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1419138Z test_nvfuser_correctness_transpose_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1419468Z test_nvfuser_correctness_transpose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1419784Z test_nvfuser_correctness_transpose_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1420110Z test_nvfuser_correctness_transpose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1420440Z test_nvfuser_correctness_transpose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1420756Z test_nvfuser_correctness_transpose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1421071Z test_nvfuser_correctness_transpose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1421452Z test_nvfuser_correctness_transpose_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1421759Z test_nvfuser_correctness_transpose_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1422062Z test_nvfuser_correctness_transpose_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1422378Z test_nvfuser_correctness_transpose_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1422700Z test_nvfuser_correctness_transpose_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1423026Z test_nvfuser_correctness_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1423353Z test_nvfuser_correctness_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1423665Z test_nvfuser_correctness_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1424003Z test_nvfuser_correctness_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1424348Z test_nvfuser_correctness_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1424670Z test_nvfuser_correctness_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1424990Z test_nvfuser_correctness_trapezoid_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1425298Z test_nvfuser_correctness_trapezoid_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1425602Z test_nvfuser_correctness_trapezoid_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1425918Z test_nvfuser_correctness_trapezoid_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1426238Z test_nvfuser_correctness_trapezoid_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1426557Z test_nvfuser_correctness_trapz_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1426878Z test_nvfuser_correctness_trapz_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1427192Z test_nvfuser_correctness_trapz_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1427588Z test_nvfuser_correctness_trapz_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1427840Z test_nvfuser_correctness_trapz_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1428195Z test_nvfuser_correctness_trapz_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1428507Z test_nvfuser_correctness_trapz_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1428823Z test_nvfuser_correctness_trapz_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1429139Z test_nvfuser_correctness_trapz_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1429456Z test_nvfuser_correctness_trapz_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1429767Z test_nvfuser_correctness_trapz_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1430110Z test_nvfuser_correctness_triangular_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1430444Z test_nvfuser_correctness_triangular_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1431051Z test_nvfuser_correctness_triangular_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1431457Z test_nvfuser_correctness_triangular_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1431765Z test_nvfuser_correctness_tril_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1432092Z test_nvfuser_correctness_tril_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1432411Z test_nvfuser_correctness_tril_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1432731Z test_nvfuser_correctness_tril_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1433049Z test_nvfuser_correctness_tril_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1433369Z test_nvfuser_correctness_tril_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1433688Z test_nvfuser_correctness_tril_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1433999Z test_nvfuser_correctness_tril_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1434309Z test_nvfuser_correctness_tril_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1434611Z test_nvfuser_correctness_tril_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1434926Z test_nvfuser_correctness_tril_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1435232Z test_nvfuser_correctness_tril_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1435602Z test_nvfuser_correctness_tril_indices_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1435912Z test_nvfuser_correctness_tril_indices_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1436223Z test_nvfuser_correctness_triu_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1436546Z test_nvfuser_correctness_triu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1436868Z test_nvfuser_correctness_triu_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1437192Z test_nvfuser_correctness_triu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1437505Z test_nvfuser_correctness_triu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1437819Z test_nvfuser_correctness_triu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1438132Z test_nvfuser_correctness_triu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1438495Z test_nvfuser_correctness_triu_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1438820Z test_nvfuser_correctness_triu_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1439126Z test_nvfuser_correctness_triu_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1439419Z test_nvfuser_correctness_triu_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1439728Z test_nvfuser_correctness_triu_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1440053Z test_nvfuser_correctness_triu_indices_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1440367Z test_nvfuser_correctness_triu_indices_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1440698Z test_nvfuser_correctness_true_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1441020Z test_nvfuser_correctness_true_divide_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1441349Z test_nvfuser_correctness_true_divide_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1441685Z test_nvfuser_correctness_true_divide_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1442019Z test_nvfuser_correctness_true_divide_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1442404Z test_nvfuser_correctness_true_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1442731Z test_nvfuser_correctness_true_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1443056Z test_nvfuser_correctness_true_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1443360Z test_nvfuser_correctness_true_divide_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1443678Z test_nvfuser_correctness_true_divide_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1443993Z test_nvfuser_correctness_true_divide_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1444310Z test_nvfuser_correctness_true_divide_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1444621Z test_nvfuser_correctness_true_divide_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1444940Z test_nvfuser_correctness_trunc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1445304Z test_nvfuser_correctness_trunc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1445631Z test_nvfuser_correctness_trunc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1445950Z test_nvfuser_correctness_trunc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1446264Z test_nvfuser_correctness_trunc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1446582Z test_nvfuser_correctness_trunc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1446897Z test_nvfuser_correctness_trunc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1447193Z test_nvfuser_correctness_trunc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1447503Z test_nvfuser_correctness_trunc_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1447822Z test_nvfuser_correctness_unbind_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1448131Z test_nvfuser_correctness_unbind_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1448456Z test_nvfuser_correctness_unbind_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1448779Z test_nvfuser_correctness_unbind_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1449141Z test_nvfuser_correctness_unbind_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1449462Z test_nvfuser_correctness_unbind_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1449777Z test_nvfuser_correctness_unbind_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1450095Z test_nvfuser_correctness_unbind_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1450414Z test_nvfuser_correctness_unbind_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1450726Z test_nvfuser_correctness_unbind_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1451025Z test_nvfuser_correctness_unbind_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1451338Z test_nvfuser_correctness_unbind_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1451645Z test_nvfuser_correctness_unbind_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1451967Z test_nvfuser_correctness_unflatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1452356Z test_nvfuser_correctness_unflatten_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1452710Z test_nvfuser_correctness_unflatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1453039Z test_nvfuser_correctness_unflatten_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1453367Z test_nvfuser_correctness_unflatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1453698Z test_nvfuser_correctness_unflatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1454019Z test_nvfuser_correctness_unflatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1454334Z test_nvfuser_correctness_unflatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1454650Z test_nvfuser_correctness_unflatten_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1454959Z test_nvfuser_correctness_unflatten_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1455246Z test_nvfuser_correctness_unflatten_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1455769Z test_nvfuser_correctness_unflatten_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1456098Z test_nvfuser_correctness_unflatten_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1456469Z test_nvfuser_correctness_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1456790Z test_nvfuser_correctness_unfold_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1457116Z test_nvfuser_correctness_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1457441Z test_nvfuser_correctness_unfold_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1457758Z test_nvfuser_correctness_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1458085Z test_nvfuser_correctness_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1458401Z test_nvfuser_correctness_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1458724Z test_nvfuser_correctness_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1459044Z test_nvfuser_correctness_unfold_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1459387Z test_nvfuser_correctness_unfold_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1459764Z test_nvfuser_correctness_unfold_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1460078Z test_nvfuser_correctness_unfold_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1460391Z test_nvfuser_correctness_unfold_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1460713Z test_nvfuser_correctness_uniform_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1461044Z test_nvfuser_correctness_uniform_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1461368Z test_nvfuser_correctness_uniform_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1461694Z test_nvfuser_correctness_uniform_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1462003Z test_nvfuser_correctness_uniform_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1462308Z test_nvfuser_correctness_uniform_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1462639Z test_nvfuser_correctness_unique_consecutive_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1462981Z test_nvfuser_correctness_unique_consecutive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1463351Z test_nvfuser_correctness_unique_consecutive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1463690Z test_nvfuser_correctness_unique_consecutive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1464028Z test_nvfuser_correctness_unique_consecutive_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1464358Z test_nvfuser_correctness_unique_consecutive_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1464685Z test_nvfuser_correctness_unique_consecutive_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1465021Z test_nvfuser_correctness_unique_consecutive_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1465348Z test_nvfuser_correctness_unique_consecutive_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1465668Z test_nvfuser_correctness_unique_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1465989Z test_nvfuser_correctness_unique_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1466399Z test_nvfuser_correctness_unique_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1466737Z test_nvfuser_correctness_unique_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1467056Z test_nvfuser_correctness_unique_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1467351Z test_nvfuser_correctness_unique_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1467669Z test_nvfuser_correctness_unique_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1467991Z test_nvfuser_correctness_unique_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1468307Z test_nvfuser_correctness_unique_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1468639Z test_nvfuser_correctness_unsqueeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1468958Z test_nvfuser_correctness_unsqueeze_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1469293Z test_nvfuser_correctness_unsqueeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1469622Z test_nvfuser_correctness_unsqueeze_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1469958Z test_nvfuser_correctness_unsqueeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1470351Z test_nvfuser_correctness_unsqueeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1470893Z test_nvfuser_correctness_unsqueeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1471198Z test_nvfuser_correctness_unsqueeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1471517Z test_nvfuser_correctness_unsqueeze_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1471813Z test_nvfuser_correctness_unsqueeze_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1472128Z test_nvfuser_correctness_unsqueeze_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1472448Z test_nvfuser_correctness_unsqueeze_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1472775Z test_nvfuser_correctness_unsqueeze_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1473096Z test_nvfuser_correctness_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1473483Z test_nvfuser_correctness_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1473820Z test_nvfuser_correctness_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1474135Z test_nvfuser_correctness_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1474453Z test_nvfuser_correctness_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1474770Z test_nvfuser_correctness_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1475096Z test_nvfuser_correctness_var_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1475430Z test_nvfuser_correctness_var_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1475742Z test_nvfuser_correctness_var_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1476064Z test_nvfuser_correctness_var_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1476374Z test_nvfuser_correctness_var_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1476679Z test_nvfuser_correctness_var_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1477003Z test_nvfuser_correctness_vdot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1477399Z test_nvfuser_correctness_vdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1477718Z test_nvfuser_correctness_vdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1478035Z test_nvfuser_correctness_vdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1478353Z test_nvfuser_correctness_vdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1478672Z test_nvfuser_correctness_vdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1478950Z test_nvfuser_correctness_view_as_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-12-01T11:11:41.1479291Z test_nvfuser_correctness_view_as_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1479601Z test_nvfuser_correctness_view_as_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1479919Z test_nvfuser_correctness_view_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1480235Z test_nvfuser_correctness_view_as_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1480607Z test_nvfuser_correctness_view_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1480951Z test_nvfuser_correctness_view_as_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1481268Z test_nvfuser_correctness_view_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1481584Z test_nvfuser_correctness_view_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1481895Z test_nvfuser_correctness_view_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1482205Z test_nvfuser_correctness_view_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1482524Z test_nvfuser_correctness_view_as_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1482846Z test_nvfuser_correctness_view_as_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1483164Z test_nvfuser_correctness_view_as_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1483460Z test_nvfuser_correctness_view_as_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1483770Z test_nvfuser_correctness_view_as_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1484101Z test_nvfuser_correctness_view_as_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1484487Z test_nvfuser_correctness_view_as_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1484805Z test_nvfuser_correctness_view_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1485121Z test_nvfuser_correctness_view_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1485441Z test_nvfuser_correctness_view_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1485761Z test_nvfuser_correctness_view_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1486091Z test_nvfuser_correctness_view_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1486407Z test_nvfuser_correctness_view_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1486725Z test_nvfuser_correctness_view_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1487046Z test_nvfuser_correctness_view_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1487386Z test_nvfuser_correctness_view_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1487714Z test_nvfuser_correctness_view_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1488025Z test_nvfuser_correctness_view_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1488343Z test_nvfuser_correctness_view_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1488651Z test_nvfuser_correctness_view_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1488974Z test_nvfuser_correctness_vsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1489296Z test_nvfuser_correctness_vsplit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1489627Z test_nvfuser_correctness_vsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1489953Z test_nvfuser_correctness_vsplit_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1490267Z test_nvfuser_correctness_vsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1490589Z test_nvfuser_correctness_vsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1490913Z test_nvfuser_correctness_vsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1491264Z test_nvfuser_correctness_vsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1491582Z test_nvfuser_correctness_vsplit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1491895Z test_nvfuser_correctness_vsplit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1492212Z test_nvfuser_correctness_vsplit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1492530Z test_nvfuser_correctness_vsplit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1492844Z test_nvfuser_correctness_vsplit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1493170Z test_nvfuser_correctness_vstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1493482Z test_nvfuser_correctness_vstack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1493809Z test_nvfuser_correctness_vstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1494136Z test_nvfuser_correctness_vstack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1494495Z test_nvfuser_correctness_vstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1494829Z test_nvfuser_correctness_vstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1495129Z test_nvfuser_correctness_vstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1495458Z test_nvfuser_correctness_vstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1495771Z test_nvfuser_correctness_vstack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1496089Z test_nvfuser_correctness_vstack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1496405Z test_nvfuser_correctness_vstack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1496727Z test_nvfuser_correctness_vstack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1497042Z test_nvfuser_correctness_vstack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1497359Z test_nvfuser_correctness_where_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1497677Z test_nvfuser_correctness_where_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1498003Z test_nvfuser_correctness_where_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1498375Z test_nvfuser_correctness_where_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1498687Z test_nvfuser_correctness_where_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1498985Z test_nvfuser_correctness_where_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1499306Z test_nvfuser_correctness_where_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1499627Z test_nvfuser_correctness_where_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1499947Z test_nvfuser_correctness_where_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1500261Z test_nvfuser_correctness_where_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1500573Z test_nvfuser_correctness_where_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1500889Z test_nvfuser_correctness_where_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1501237Z test_nvfuser_correctness_where_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1501569Z test_nvfuser_correctness_xlogy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1501884Z test_nvfuser_correctness_xlogy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1502202Z test_nvfuser_correctness_xlogy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1502517Z test_nvfuser_correctness_xlogy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1502812Z test_nvfuser_correctness_xlogy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1503130Z test_nvfuser_correctness_xlogy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1503448Z test_nvfuser_correctness_xlogy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1503762Z test_nvfuser_correctness_xlogy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1504074Z test_nvfuser_correctness_xlogy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1504377Z test_nvfuser_correctness_xlogy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1504697Z test_nvfuser_correctness_zero__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1505006Z test_nvfuser_correctness_zero__cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1505385Z test_nvfuser_correctness_zero__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1505710Z test_nvfuser_correctness_zero__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1506023Z test_nvfuser_correctness_zero__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1506339Z test_nvfuser_correctness_zero__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1506641Z test_nvfuser_correctness_zero__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1506954Z test_nvfuser_correctness_zero__cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1507262Z test_nvfuser_correctness_zero__cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1507574Z test_nvfuser_correctness_zero__cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1507890Z test_nvfuser_correctness_zero__cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1508242Z test_nvfuser_correctness_zero__cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1508576Z test_nvfuser_correctness_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1508887Z test_nvfuser_correctness_zeros_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1509208Z test_nvfuser_correctness_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1509524Z test_nvfuser_correctness_zeros_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1509837Z test_nvfuser_correctness_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1510152Z test_nvfuser_correctness_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1510516Z test_nvfuser_correctness_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1511025Z test_nvfuser_correctness_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1511312Z test_nvfuser_correctness_zeros_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1511623Z test_nvfuser_correctness_zeros_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1511941Z test_nvfuser_correctness_zeros_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1512329Z test_nvfuser_correctness_zeros_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1512637Z test_nvfuser_correctness_zeros_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1512963Z test_nvfuser_correctness_zeros_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1513278Z test_nvfuser_correctness_zeros_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1513609Z test_nvfuser_correctness_zeros_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1513939Z test_nvfuser_correctness_zeros_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1514276Z test_nvfuser_correctness_zeros_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1514583Z test_nvfuser_correctness_zeros_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1514895Z test_nvfuser_correctness_zeros_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1515253Z test_nvfuser_correctness_zeros_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1515578Z test_nvfuser_correctness_zeros_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1515892Z test_nvfuser_correctness_zeros_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1516197Z test_nvfuser_correctness_zeros_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1516515Z test_nvfuser_correctness_zeros_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1516821Z test_nvfuser_correctness_zeros_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:11:41.1517137Z test_nvfuser_extremal_values_H_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1517458Z test_nvfuser_extremal_values_H_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1517774Z test_nvfuser_extremal_values_H_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1518088Z test_nvfuser_extremal_values_H_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1518387Z test_nvfuser_extremal_values_H_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1518709Z test_nvfuser_extremal_values_H_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1519095Z test_nvfuser_extremal_values_T_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1519423Z test_nvfuser_extremal_values_T_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1519743Z test_nvfuser_extremal_values_T_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1520055Z test_nvfuser_extremal_values_T_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1520372Z test_nvfuser_extremal_values_T_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1520687Z test_nvfuser_extremal_values_T_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1521023Z test_nvfuser_extremal_values___getitem___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1521356Z test_nvfuser_extremal_values___getitem___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1521692Z test_nvfuser_extremal_values___getitem___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1522020Z test_nvfuser_extremal_values___getitem___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1522385Z test_nvfuser_extremal_values___getitem___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1522722Z test_nvfuser_extremal_values___getitem___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1523047Z test_nvfuser_extremal_values___radd___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1523371Z test_nvfuser_extremal_values___radd___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1523694Z test_nvfuser_extremal_values___radd___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1524022Z test_nvfuser_extremal_values___radd___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1524346Z test_nvfuser_extremal_values___radd___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1524732Z test_nvfuser_extremal_values___radd___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1524990Z test_nvfuser_extremal_values___rdiv___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1525315Z test_nvfuser_extremal_values___rdiv___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1525647Z test_nvfuser_extremal_values___rdiv___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1526023Z test_nvfuser_extremal_values___rdiv___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1526346Z test_nvfuser_extremal_values___rdiv___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1526643Z test_nvfuser_extremal_values___rdiv___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1526976Z test_nvfuser_extremal_values___rmatmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1527307Z test_nvfuser_extremal_values___rmatmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1527634Z test_nvfuser_extremal_values___rmatmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1527957Z test_nvfuser_extremal_values___rmatmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1528272Z test_nvfuser_extremal_values___rmatmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1528594Z test_nvfuser_extremal_values___rmod___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1528959Z test_nvfuser_extremal_values___rmod___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1529290Z test_nvfuser_extremal_values___rmod___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1529613Z test_nvfuser_extremal_values___rmod___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1529932Z test_nvfuser_extremal_values___rmul___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1530262Z test_nvfuser_extremal_values___rmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1530570Z test_nvfuser_extremal_values___rmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1530893Z test_nvfuser_extremal_values___rmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1531214Z test_nvfuser_extremal_values___rmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1531534Z test_nvfuser_extremal_values___rmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1531857Z test_nvfuser_extremal_values___rpow___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1532188Z test_nvfuser_extremal_values___rpow___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1532518Z test_nvfuser_extremal_values___rpow___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1532891Z test_nvfuser_extremal_values___rpow___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1533213Z test_nvfuser_extremal_values___rpow___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1533530Z test_nvfuser_extremal_values___rpow___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1533858Z test_nvfuser_extremal_values___rsub___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1534190Z test_nvfuser_extremal_values___rsub___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1534521Z test_nvfuser_extremal_values___rsub___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1534819Z test_nvfuser_extremal_values___rsub___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1535131Z test_nvfuser_extremal_values___rsub___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1535445Z test_nvfuser_extremal_values___rsub___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1535810Z test_nvfuser_extremal_values_abs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1536152Z test_nvfuser_extremal_values_abs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1536469Z test_nvfuser_extremal_values_abs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1536784Z test_nvfuser_extremal_values_abs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1537092Z test_nvfuser_extremal_values_abs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1537397Z test_nvfuser_extremal_values_abs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1537715Z test_nvfuser_extremal_values_acos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1538039Z test_nvfuser_extremal_values_acos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1538366Z test_nvfuser_extremal_values_acos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1538668Z test_nvfuser_extremal_values_acos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1538979Z test_nvfuser_extremal_values_acos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1539287Z test_nvfuser_extremal_values_acos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1539675Z test_nvfuser_extremal_values_acosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1540003Z test_nvfuser_extremal_values_acosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1540327Z test_nvfuser_extremal_values_acosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1540652Z test_nvfuser_extremal_values_acosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1540967Z test_nvfuser_extremal_values_acosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1541281Z test_nvfuser_extremal_values_acosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1541594Z test_nvfuser_extremal_values_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1541913Z test_nvfuser_extremal_values_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1542225Z test_nvfuser_extremal_values_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1542567Z test_nvfuser_extremal_values_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1542891Z test_nvfuser_extremal_values_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1543192Z test_nvfuser_extremal_values_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1543516Z test_nvfuser_extremal_values_addbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1543840Z test_nvfuser_extremal_values_addbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1544157Z test_nvfuser_extremal_values_addbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1544471Z test_nvfuser_extremal_values_addbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1544785Z test_nvfuser_extremal_values_addbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1545111Z test_nvfuser_extremal_values_addcdiv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1545441Z test_nvfuser_extremal_values_addcdiv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1545770Z test_nvfuser_extremal_values_addcdiv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1546099Z test_nvfuser_extremal_values_addcdiv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1546478Z test_nvfuser_extremal_values_addcdiv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1546784Z test_nvfuser_extremal_values_addcdiv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1547106Z test_nvfuser_extremal_values_addcmul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1547432Z test_nvfuser_extremal_values_addcmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1547764Z test_nvfuser_extremal_values_addcmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1548090Z test_nvfuser_extremal_values_addcmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1548414Z test_nvfuser_extremal_values_addcmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1548742Z test_nvfuser_extremal_values_addcmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1549064Z test_nvfuser_extremal_values_addmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1549434Z test_nvfuser_extremal_values_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1549767Z test_nvfuser_extremal_values_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1550085Z test_nvfuser_extremal_values_addmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1550398Z test_nvfuser_extremal_values_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1550898Z test_nvfuser_extremal_values_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1551234Z test_nvfuser_extremal_values_addmm_decomposed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1551587Z test_nvfuser_extremal_values_addmm_decomposed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1551928Z test_nvfuser_extremal_values_addmm_decomposed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1552271Z test_nvfuser_extremal_values_addmm_decomposed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1552613Z test_nvfuser_extremal_values_addmm_decomposed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1552954Z test_nvfuser_extremal_values_addmm_decomposed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1553362Z test_nvfuser_extremal_values_addmv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1553686Z test_nvfuser_extremal_values_addmv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1554007Z test_nvfuser_extremal_values_addmv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1554321Z test_nvfuser_extremal_values_addmv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1554630Z test_nvfuser_extremal_values_addmv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1554938Z test_nvfuser_extremal_values_addmv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1555229Z test_nvfuser_extremal_values_addr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1555654Z test_nvfuser_extremal_values_addr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1555883Z test_nvfuser_extremal_values_addr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1556209Z test_nvfuser_extremal_values_addr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1556584Z test_nvfuser_extremal_values_addr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1556907Z test_nvfuser_extremal_values_addr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1557216Z test_nvfuser_extremal_values_all_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1557535Z test_nvfuser_extremal_values_all_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1557862Z test_nvfuser_extremal_values_all_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1558185Z test_nvfuser_extremal_values_all_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1558497Z test_nvfuser_extremal_values_all_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1558797Z test_nvfuser_extremal_values_all_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1559053Z test_nvfuser_extremal_values_allclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1559328Z test_nvfuser_extremal_values_allclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1559636Z test_nvfuser_extremal_values_allclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.1559971Z test_nvfuser_extremal_values_allclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1560271Z test_nvfuser_extremal_values_allclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1560471Z test_nvfuser_extremal_values_allclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1560796Z test_nvfuser_extremal_values_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1561118Z test_nvfuser_extremal_values_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1561424Z test_nvfuser_extremal_values_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1561732Z test_nvfuser_extremal_values_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1562055Z test_nvfuser_extremal_values_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1562342Z test_nvfuser_extremal_values_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1562646Z test_nvfuser_extremal_values_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1562947Z test_nvfuser_extremal_values_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1563314Z test_nvfuser_extremal_values_aminmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1563650Z test_nvfuser_extremal_values_aminmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1563976Z test_nvfuser_extremal_values_aminmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1564303Z test_nvfuser_extremal_values_aminmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1564629Z test_nvfuser_extremal_values_angle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1564955Z test_nvfuser_extremal_values_angle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1565281Z test_nvfuser_extremal_values_angle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1565602Z test_nvfuser_extremal_values_angle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1565922Z test_nvfuser_extremal_values_any_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1566225Z test_nvfuser_extremal_values_any_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1566537Z test_nvfuser_extremal_values_any_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1566856Z test_nvfuser_extremal_values_any_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1567231Z test_nvfuser_extremal_values_any_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1567534Z test_nvfuser_extremal_values_any_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1567856Z test_nvfuser_extremal_values_arange_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1568180Z test_nvfuser_extremal_values_arange_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1568495Z test_nvfuser_extremal_values_arange_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1568808Z test_nvfuser_extremal_values_arange_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1569129Z test_nvfuser_extremal_values_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1569449Z test_nvfuser_extremal_values_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1569760Z test_nvfuser_extremal_values_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1570106Z test_nvfuser_extremal_values_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1570438Z test_nvfuser_extremal_values_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1570754Z test_nvfuser_extremal_values_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1571060Z test_nvfuser_extremal_values_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1571362Z test_nvfuser_extremal_values_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1571682Z test_nvfuser_extremal_values_argsort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1572009Z test_nvfuser_extremal_values_argsort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1572338Z test_nvfuser_extremal_values_argsort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1572659Z test_nvfuser_extremal_values_argsort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1572992Z test_nvfuser_extremal_values_argwhere_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1573329Z test_nvfuser_extremal_values_argwhere_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1573665Z test_nvfuser_extremal_values_argwhere_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1574103Z test_nvfuser_extremal_values_argwhere_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1574411Z test_nvfuser_extremal_values_argwhere_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1574735Z test_nvfuser_extremal_values_argwhere_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1575060Z test_nvfuser_extremal_values_as_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1575398Z test_nvfuser_extremal_values_as_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1575732Z test_nvfuser_extremal_values_as_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1576056Z test_nvfuser_extremal_values_as_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1576378Z test_nvfuser_extremal_values_as_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1576702Z test_nvfuser_extremal_values_as_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1577078Z test_nvfuser_extremal_values_as_strided_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1577433Z test_nvfuser_extremal_values_as_strided_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1577768Z test_nvfuser_extremal_values_as_strided_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1578099Z test_nvfuser_extremal_values_as_strided_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1578432Z test_nvfuser_extremal_values_as_strided_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1578752Z test_nvfuser_extremal_values_as_strided_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1579078Z test_nvfuser_extremal_values_asin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1579398Z test_nvfuser_extremal_values_asin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1579718Z test_nvfuser_extremal_values_asin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1580035Z test_nvfuser_extremal_values_asin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1580344Z test_nvfuser_extremal_values_asin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1580693Z test_nvfuser_extremal_values_asin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1581004Z test_nvfuser_extremal_values_asinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1581325Z test_nvfuser_extremal_values_asinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1581646Z test_nvfuser_extremal_values_asinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1581966Z test_nvfuser_extremal_values_asinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1582278Z test_nvfuser_extremal_values_asinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1582569Z test_nvfuser_extremal_values_asinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1582885Z test_nvfuser_extremal_values_atan2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1583188Z test_nvfuser_extremal_values_atan2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1583487Z test_nvfuser_extremal_values_atan2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1583825Z test_nvfuser_extremal_values_atan2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1584142Z test_nvfuser_extremal_values_atan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1584461Z test_nvfuser_extremal_values_atan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1584783Z test_nvfuser_extremal_values_atan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1585100Z test_nvfuser_extremal_values_atan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1585409Z test_nvfuser_extremal_values_atan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1585717Z test_nvfuser_extremal_values_atan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1586032Z test_nvfuser_extremal_values_atanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1586337Z test_nvfuser_extremal_values_atanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1586660Z test_nvfuser_extremal_values_atanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1586983Z test_nvfuser_extremal_values_atanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1587308Z test_nvfuser_extremal_values_atanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1587676Z test_nvfuser_extremal_values_atanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1588000Z test_nvfuser_extremal_values_atleast_1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1588330Z test_nvfuser_extremal_values_atleast_1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1588662Z test_nvfuser_extremal_values_atleast_1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1588986Z test_nvfuser_extremal_values_atleast_1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1589320Z test_nvfuser_extremal_values_atleast_1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1589646Z test_nvfuser_extremal_values_atleast_1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1589978Z test_nvfuser_extremal_values_atleast_2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1590312Z test_nvfuser_extremal_values_atleast_2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1590925Z test_nvfuser_extremal_values_atleast_2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1591247Z test_nvfuser_extremal_values_atleast_2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1591567Z test_nvfuser_extremal_values_atleast_2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1591898Z test_nvfuser_extremal_values_atleast_2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1592228Z test_nvfuser_extremal_values_atleast_3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1592568Z test_nvfuser_extremal_values_atleast_3d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1592906Z test_nvfuser_extremal_values_atleast_3d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1593229Z test_nvfuser_extremal_values_atleast_3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1593548Z test_nvfuser_extremal_values_atleast_3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1593868Z test_nvfuser_extremal_values_atleast_3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1594197Z test_nvfuser_extremal_values_baddbmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1594589Z test_nvfuser_extremal_values_baddbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1594921Z test_nvfuser_extremal_values_baddbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1595228Z test_nvfuser_extremal_values_baddbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1595552Z test_nvfuser_extremal_values_baddbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1595874Z test_nvfuser_extremal_values_baddbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1596149Z test_nvfuser_extremal_values_bernoulli_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1596418Z test_nvfuser_extremal_values_bernoulli_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1596678Z test_nvfuser_extremal_values_bernoulli_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1596928Z test_nvfuser_extremal_values_bernoulli_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1597253Z test_nvfuser_extremal_values_bfloat16_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1597628Z test_nvfuser_extremal_values_bfloat16_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1597965Z test_nvfuser_extremal_values_bfloat16_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1598287Z test_nvfuser_extremal_values_bfloat16_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1598592Z test_nvfuser_extremal_values_bfloat16_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1598913Z test_nvfuser_extremal_values_bfloat16_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1599241Z test_nvfuser_extremal_values_block_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1599572Z test_nvfuser_extremal_values_block_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1599902Z test_nvfuser_extremal_values_block_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1600223Z test_nvfuser_extremal_values_block_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1600548Z test_nvfuser_extremal_values_block_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1600876Z test_nvfuser_extremal_values_block_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1601203Z test_nvfuser_extremal_values_bmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1601586Z test_nvfuser_extremal_values_bmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1601904Z test_nvfuser_extremal_values_bmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1602212Z test_nvfuser_extremal_values_bmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1602517Z test_nvfuser_extremal_values_bmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1602814Z test_nvfuser_extremal_values_bool_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1603145Z test_nvfuser_extremal_values_bool_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1603473Z test_nvfuser_extremal_values_bool_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1603789Z test_nvfuser_extremal_values_bool_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1604100Z test_nvfuser_extremal_values_bool_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1604443Z test_nvfuser_extremal_values_bool_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1604796Z test_nvfuser_extremal_values_broadcast_shapes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1605136Z test_nvfuser_extremal_values_broadcast_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1605481Z test_nvfuser_extremal_values_broadcast_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1605820Z test_nvfuser_extremal_values_broadcast_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1606158Z test_nvfuser_extremal_values_broadcast_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1606510Z test_nvfuser_extremal_values_broadcast_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1606829Z test_nvfuser_extremal_values_broadcast_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1607165Z test_nvfuser_extremal_values_broadcast_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1607503Z test_nvfuser_extremal_values_broadcast_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1607837Z test_nvfuser_extremal_values_broadcast_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1608216Z test_nvfuser_extremal_values_broadcast_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1608544Z test_nvfuser_extremal_values_broadcast_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1608864Z test_nvfuser_extremal_values_broadcast_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1609191Z test_nvfuser_extremal_values_bucketize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1609520Z test_nvfuser_extremal_values_bucketize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1609848Z test_nvfuser_extremal_values_bucketize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1610171Z test_nvfuser_extremal_values_byte_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1610495Z test_nvfuser_extremal_values_byte_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1610820Z test_nvfuser_extremal_values_byte_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1611164Z test_nvfuser_extremal_values_byte_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1611484Z test_nvfuser_extremal_values_byte_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1611804Z test_nvfuser_extremal_values_byte_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1612144Z test_nvfuser_extremal_values_cartesian_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1612485Z test_nvfuser_extremal_values_cartesian_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1612826Z test_nvfuser_extremal_values_cartesian_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1613166Z test_nvfuser_extremal_values_cartesian_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1613504Z test_nvfuser_extremal_values_cartesian_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1613832Z test_nvfuser_extremal_values_cartesian_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1614153Z test_nvfuser_extremal_values_cat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1614475Z test_nvfuser_extremal_values_cat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1614799Z test_nvfuser_extremal_values_cat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1615166Z test_nvfuser_extremal_values_cat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1615473Z test_nvfuser_extremal_values_cat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1615782Z test_nvfuser_extremal_values_cat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1616096Z test_nvfuser_extremal_values_cdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1616411Z test_nvfuser_extremal_values_cdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1616728Z test_nvfuser_extremal_values_ceil_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1617046Z test_nvfuser_extremal_values_ceil_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1617352Z test_nvfuser_extremal_values_ceil_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1617650Z test_nvfuser_extremal_values_ceil_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1618011Z test_nvfuser_extremal_values_chalf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1618343Z test_nvfuser_extremal_values_chalf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1618670Z test_nvfuser_extremal_values_chalf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1618998Z test_nvfuser_extremal_values_chalf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1619291Z test_nvfuser_extremal_values_chalf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1619593Z test_nvfuser_extremal_values_chalf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1619898Z test_nvfuser_extremal_values_char_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1620224Z test_nvfuser_extremal_values_char_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1620548Z test_nvfuser_extremal_values_char_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1620866Z test_nvfuser_extremal_values_char_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1621174Z test_nvfuser_extremal_values_char_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1621486Z test_nvfuser_extremal_values_char_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1621868Z test_nvfuser_extremal_values_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1622200Z test_nvfuser_extremal_values_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1622531Z test_nvfuser_extremal_values_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1622862Z test_nvfuser_extremal_values_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1623186Z test_nvfuser_extremal_values_cholesky_inverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1623532Z test_nvfuser_extremal_values_cholesky_inverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1623870Z test_nvfuser_extremal_values_cholesky_inverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1624210Z test_nvfuser_extremal_values_cholesky_inverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1624554Z test_nvfuser_extremal_values_cholesky_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1624933Z test_nvfuser_extremal_values_cholesky_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1625283Z test_nvfuser_extremal_values_cholesky_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1625621Z test_nvfuser_extremal_values_cholesky_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1625946Z test_nvfuser_extremal_values_chunk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1626272Z test_nvfuser_extremal_values_chunk_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1626604Z test_nvfuser_extremal_values_chunk_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1626932Z test_nvfuser_extremal_values_chunk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1627249Z test_nvfuser_extremal_values_chunk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1627535Z test_nvfuser_extremal_values_chunk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1627859Z test_nvfuser_extremal_values_clamp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1628169Z test_nvfuser_extremal_values_clamp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1628478Z test_nvfuser_extremal_values_clamp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1628857Z test_nvfuser_extremal_values_clamp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1629188Z test_nvfuser_extremal_values_clamp_max_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1629514Z test_nvfuser_extremal_values_clamp_max_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1629843Z test_nvfuser_extremal_values_clamp_max_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1630175Z test_nvfuser_extremal_values_clamp_max_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1630727Z test_nvfuser_extremal_values_clamp_min_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1631045Z test_nvfuser_extremal_values_clamp_min_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1631355Z test_nvfuser_extremal_values_clamp_min_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1631659Z test_nvfuser_extremal_values_clamp_min_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1632059Z test_nvfuser_extremal_values_clone_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1632409Z test_nvfuser_extremal_values_clone_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1632740Z test_nvfuser_extremal_values_clone_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1633062Z test_nvfuser_extremal_values_clone_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1633372Z test_nvfuser_extremal_values_clone_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1633683Z test_nvfuser_extremal_values_clone_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1634021Z test_nvfuser_extremal_values_column_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1634358Z test_nvfuser_extremal_values_column_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1634695Z test_nvfuser_extremal_values_column_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1635028Z test_nvfuser_extremal_values_column_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1635364Z test_nvfuser_extremal_values_column_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1635760Z test_nvfuser_extremal_values_column_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1636073Z test_nvfuser_extremal_values_combinations_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1636414Z test_nvfuser_extremal_values_combinations_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1636751Z test_nvfuser_extremal_values_combinations_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1637091Z test_nvfuser_extremal_values_combinations_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1637426Z test_nvfuser_extremal_values_combinations_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1637755Z test_nvfuser_extremal_values_combinations_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1638078Z test_nvfuser_extremal_values_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1638401Z test_nvfuser_extremal_values_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1638774Z test_nvfuser_extremal_values_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1639106Z test_nvfuser_extremal_values_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1639433Z test_nvfuser_extremal_values_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1639756Z test_nvfuser_extremal_values_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1640053Z test_nvfuser_extremal_values_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1640366Z test_nvfuser_extremal_values_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1640680Z test_nvfuser_extremal_values_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1641017Z test_nvfuser_extremal_values_conj_physical_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1641360Z test_nvfuser_extremal_values_conj_physical_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1641700Z test_nvfuser_extremal_values_conj_physical_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1642036Z test_nvfuser_extremal_values_conj_physical_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1642372Z test_nvfuser_extremal_values_conj_physical_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1642749Z test_nvfuser_extremal_values_conj_physical_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1643082Z test_nvfuser_extremal_values_constant_pad_nd_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1643425Z test_nvfuser_extremal_values_constant_pad_nd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1643766Z test_nvfuser_extremal_values_constant_pad_nd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1644106Z test_nvfuser_extremal_values_constant_pad_nd_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1644423Z test_nvfuser_extremal_values_constant_pad_nd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1644760Z test_nvfuser_extremal_values_constant_pad_nd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1645092Z test_nvfuser_extremal_values_contiguous_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1645428Z test_nvfuser_extremal_values_contiguous_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1645805Z test_nvfuser_extremal_values_contiguous_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1646147Z test_nvfuser_extremal_values_contiguous_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1646476Z test_nvfuser_extremal_values_contiguous_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1646798Z test_nvfuser_extremal_values_contiguous_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1647126Z test_nvfuser_extremal_values_copysign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1647460Z test_nvfuser_extremal_values_copysign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1647791Z test_nvfuser_extremal_values_copysign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1648116Z test_nvfuser_extremal_values_copysign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1648447Z test_nvfuser_extremal_values_corrcoef_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1648764Z test_nvfuser_extremal_values_corrcoef_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1649100Z test_nvfuser_extremal_values_corrcoef_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1649482Z test_nvfuser_extremal_values_corrcoef_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1649809Z test_nvfuser_extremal_values_corrcoef_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1650134Z test_nvfuser_extremal_values_corrcoef_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1650456Z test_nvfuser_extremal_values_cos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1650783Z test_nvfuser_extremal_values_cos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1651108Z test_nvfuser_extremal_values_cos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1651425Z test_nvfuser_extremal_values_cos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1651733Z test_nvfuser_extremal_values_cos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1652039Z test_nvfuser_extremal_values_cos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1652355Z test_nvfuser_extremal_values_cosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1652699Z test_nvfuser_extremal_values_cosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1653038Z test_nvfuser_extremal_values_cosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1653355Z test_nvfuser_extremal_values_cosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1653667Z test_nvfuser_extremal_values_cosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1653973Z test_nvfuser_extremal_values_cosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1654312Z test_nvfuser_extremal_values_count_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1654656Z test_nvfuser_extremal_values_count_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1654994Z test_nvfuser_extremal_values_count_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1655327Z test_nvfuser_extremal_values_count_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1655660Z test_nvfuser_extremal_values_count_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1655989Z test_nvfuser_extremal_values_count_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1656426Z test_nvfuser_extremal_values_cov_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1656563Z test_nvfuser_extremal_values_cov_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1656830Z test_nvfuser_extremal_values_cov_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1657091Z test_nvfuser_extremal_values_cov_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.1657350Z test_nvfuser_extremal_values_cov_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.1657606Z test_nvfuser_extremal_values_cov_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1657940Z test_nvfuser_extremal_values_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1658270Z test_nvfuser_extremal_values_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1658594Z test_nvfuser_extremal_values_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1658909Z test_nvfuser_extremal_values_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1659230Z test_nvfuser_extremal_values_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1659634Z test_nvfuser_extremal_values_cummax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1659955Z test_nvfuser_extremal_values_cummax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1660271Z test_nvfuser_extremal_values_cummax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1660578Z test_nvfuser_extremal_values_cummax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1660900Z test_nvfuser_extremal_values_cummin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1661230Z test_nvfuser_extremal_values_cummin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1661549Z test_nvfuser_extremal_values_cummin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1661864Z test_nvfuser_extremal_values_cummin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1662196Z test_nvfuser_extremal_values_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1662530Z test_nvfuser_extremal_values_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1662863Z test_nvfuser_extremal_values_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1663187Z test_nvfuser_extremal_values_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1663583Z test_nvfuser_extremal_values_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1663914Z test_nvfuser_extremal_values_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1664215Z test_nvfuser_extremal_values_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1664549Z test_nvfuser_extremal_values_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1664877Z test_nvfuser_extremal_values_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1665205Z test_nvfuser_extremal_values_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1665518Z test_nvfuser_extremal_values_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1665828Z test_nvfuser_extremal_values_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1666177Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1666574Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1666941Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1667286Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1667620Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1667946Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1668278Z test_nvfuser_extremal_values_deg2rad_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1668591Z test_nvfuser_extremal_values_deg2rad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1668918Z test_nvfuser_extremal_values_deg2rad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1669245Z test_nvfuser_extremal_values_deg2rad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1669568Z test_nvfuser_extremal_values_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1669896Z test_nvfuser_extremal_values_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1670277Z test_nvfuser_extremal_values_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1670839Z test_nvfuser_extremal_values_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1671116Z test_nvfuser_extremal_values_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1671422Z test_nvfuser_extremal_values_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1671759Z test_nvfuser_extremal_values_diag_embed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1672101Z test_nvfuser_extremal_values_diag_embed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1672435Z test_nvfuser_extremal_values_diag_embed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1672742Z test_nvfuser_extremal_values_diag_embed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1673076Z test_nvfuser_extremal_values_diag_embed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1673474Z test_nvfuser_extremal_values_diag_embed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1673819Z test_nvfuser_extremal_values_diagflat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1674159Z test_nvfuser_extremal_values_diagflat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1674488Z test_nvfuser_extremal_values_diagflat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1674818Z test_nvfuser_extremal_values_diagflat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1675146Z test_nvfuser_extremal_values_diagflat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1675476Z test_nvfuser_extremal_values_diagflat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1675813Z test_nvfuser_extremal_values_diagonal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1676147Z test_nvfuser_extremal_values_diagonal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1676479Z test_nvfuser_extremal_values_diagonal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1676810Z test_nvfuser_extremal_values_diagonal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1677120Z test_nvfuser_extremal_values_diagonal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1677515Z test_nvfuser_extremal_values_diagonal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1677859Z test_nvfuser_extremal_values_diagonal_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1678201Z test_nvfuser_extremal_values_diagonal_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1678540Z test_nvfuser_extremal_values_diagonal_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1678882Z test_nvfuser_extremal_values_diagonal_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1679209Z test_nvfuser_extremal_values_diff_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1679536Z test_nvfuser_extremal_values_diff_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1679862Z test_nvfuser_extremal_values_diff_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1680181Z test_nvfuser_extremal_values_diff_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1680574Z test_nvfuser_extremal_values_diff_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1680893Z test_nvfuser_extremal_values_diff_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1681197Z test_nvfuser_extremal_values_digamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1681524Z test_nvfuser_extremal_values_digamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1681848Z test_nvfuser_extremal_values_digamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1682172Z test_nvfuser_extremal_values_dist_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1682502Z test_nvfuser_extremal_values_dist_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1682828Z test_nvfuser_extremal_values_dist_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1683150Z test_nvfuser_extremal_values_dist_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1683462Z test_nvfuser_extremal_values_dist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1683773Z test_nvfuser_extremal_values_dist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1684119Z test_nvfuser_extremal_values_div_floor_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1684514Z test_nvfuser_extremal_values_div_floor_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1684853Z test_nvfuser_extremal_values_div_floor_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1685192Z test_nvfuser_extremal_values_div_floor_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1685518Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1685865Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1686215Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1686555Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1686883Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1687303Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1687658Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1687995Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1688334Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1688671Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1688997Z test_nvfuser_extremal_values_dot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1689324Z test_nvfuser_extremal_values_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1689650Z test_nvfuser_extremal_values_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1689950Z test_nvfuser_extremal_values_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1690260Z test_nvfuser_extremal_values_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1690565Z test_nvfuser_extremal_values_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1690895Z test_nvfuser_extremal_values_double_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1691277Z test_nvfuser_extremal_values_double_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1691608Z test_nvfuser_extremal_values_double_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1691932Z test_nvfuser_extremal_values_double_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1692248Z test_nvfuser_extremal_values_double_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1692560Z test_nvfuser_extremal_values_double_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1692893Z test_nvfuser_extremal_values_dsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1693226Z test_nvfuser_extremal_values_dsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1693558Z test_nvfuser_extremal_values_dsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1693888Z test_nvfuser_extremal_values_dsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1694223Z test_nvfuser_extremal_values_dsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1694548Z test_nvfuser_extremal_values_dsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1694873Z test_nvfuser_extremal_values_dstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1695208Z test_nvfuser_extremal_values_dstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1695540Z test_nvfuser_extremal_values_dstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1695867Z test_nvfuser_extremal_values_dstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1696188Z test_nvfuser_extremal_values_dstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1696502Z test_nvfuser_extremal_values_dstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1696833Z test_nvfuser_extremal_values_einsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1697165Z test_nvfuser_extremal_values_einsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1697497Z test_nvfuser_extremal_values_einsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1697822Z test_nvfuser_extremal_values_einsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1698167Z test_nvfuser_extremal_values_einsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1698478Z test_nvfuser_extremal_values_einsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1698745Z test_nvfuser_extremal_values_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1699017Z test_nvfuser_extremal_values_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1699289Z test_nvfuser_extremal_values_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1699558Z test_nvfuser_extremal_values_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1699829Z test_nvfuser_extremal_values_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.1700089Z test_nvfuser_extremal_values_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.1700358Z test_nvfuser_extremal_values_empty_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.1700633Z test_nvfuser_extremal_values_empty_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1700885Z test_nvfuser_extremal_values_empty_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1701202Z test_nvfuser_extremal_values_empty_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1701475Z test_nvfuser_extremal_values_empty_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1701736Z test_nvfuser_extremal_values_empty_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.1702060Z test_nvfuser_extremal_values_eq_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1702383Z test_nvfuser_extremal_values_eq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1702703Z test_nvfuser_extremal_values_eq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1703025Z test_nvfuser_extremal_values_eq_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1703346Z test_nvfuser_extremal_values_eq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1703672Z test_nvfuser_extremal_values_eq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1703995Z test_nvfuser_extremal_values_equal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1704304Z test_nvfuser_extremal_values_equal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1704631Z test_nvfuser_extremal_values_equal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1704961Z test_nvfuser_extremal_values_equal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1705338Z test_nvfuser_extremal_values_equal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1705654Z test_nvfuser_extremal_values_equal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1705973Z test_nvfuser_extremal_values_erf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1706293Z test_nvfuser_extremal_values_erf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1706604Z test_nvfuser_extremal_values_erf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1706916Z test_nvfuser_extremal_values_erf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1707237Z test_nvfuser_extremal_values_erfc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1707553Z test_nvfuser_extremal_values_erfc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1707863Z test_nvfuser_extremal_values_erfc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1708189Z test_nvfuser_extremal_values_erfc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1708528Z test_nvfuser_extremal_values_erfinv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1708841Z test_nvfuser_extremal_values_erfinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1709150Z test_nvfuser_extremal_values_erfinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1709469Z test_nvfuser_extremal_values_exp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1709784Z test_nvfuser_extremal_values_exp2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1710095Z test_nvfuser_extremal_values_exp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1710405Z test_nvfuser_extremal_values_exp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1710957Z test_nvfuser_extremal_values_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1711243Z test_nvfuser_extremal_values_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1711564Z test_nvfuser_extremal_values_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1711884Z test_nvfuser_extremal_values_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1712262Z test_nvfuser_extremal_values_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1712572Z test_nvfuser_extremal_values_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1712904Z test_nvfuser_extremal_values_expand_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1713238Z test_nvfuser_extremal_values_expand_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1713574Z test_nvfuser_extremal_values_expand_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1713909Z test_nvfuser_extremal_values_expand_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1714235Z test_nvfuser_extremal_values_expand_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1714561Z test_nvfuser_extremal_values_expand_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1714892Z test_nvfuser_extremal_values_expand_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1715274Z test_nvfuser_extremal_values_expand_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1715622Z test_nvfuser_extremal_values_expand_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1715946Z test_nvfuser_extremal_values_expand_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1716261Z test_nvfuser_extremal_values_expand_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1716549Z test_nvfuser_extremal_values_expand_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1716860Z test_nvfuser_extremal_values_expm1_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1717177Z test_nvfuser_extremal_values_expm1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1717493Z test_nvfuser_extremal_values_expm1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1717804Z test_nvfuser_extremal_values_expm1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1718124Z test_nvfuser_extremal_values_eye_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1718438Z test_nvfuser_extremal_values_eye_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1718756Z test_nvfuser_extremal_values_eye_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1719128Z test_nvfuser_extremal_values_eye_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1719439Z test_nvfuser_extremal_values_eye_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1719744Z test_nvfuser_extremal_values_eye_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1720077Z test_nvfuser_extremal_values_fft_fft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1720390Z test_nvfuser_extremal_values_fft_fft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1720717Z test_nvfuser_extremal_values_fft_fft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1721039Z test_nvfuser_extremal_values_fft_fft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1721373Z test_nvfuser_extremal_values_fft_fft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1721703Z test_nvfuser_extremal_values_fft_fft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1722067Z test_nvfuser_extremal_values_fft_fft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1722406Z test_nvfuser_extremal_values_fft_fft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1722738Z test_nvfuser_extremal_values_fft_fftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1723068Z test_nvfuser_extremal_values_fft_fftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1723389Z test_nvfuser_extremal_values_fft_fftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1723717Z test_nvfuser_extremal_values_fft_fftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1724053Z test_nvfuser_extremal_values_fft_fftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1724400Z test_nvfuser_extremal_values_fft_fftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1724714Z test_nvfuser_extremal_values_fft_fftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1725048Z test_nvfuser_extremal_values_fft_fftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1725378Z test_nvfuser_extremal_values_fft_fftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1725700Z test_nvfuser_extremal_values_fft_fftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1726079Z test_nvfuser_extremal_values_fft_hfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1726410Z test_nvfuser_extremal_values_fft_hfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1726735Z test_nvfuser_extremal_values_fft_hfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1727066Z test_nvfuser_extremal_values_fft_hfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1727390Z test_nvfuser_extremal_values_fft_hfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1727729Z test_nvfuser_extremal_values_fft_hfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1728056Z test_nvfuser_extremal_values_fft_hfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1728378Z test_nvfuser_extremal_values_fft_hfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1728712Z test_nvfuser_extremal_values_fft_hfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1729065Z test_nvfuser_extremal_values_fft_hfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1729413Z test_nvfuser_extremal_values_fft_hfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1729740Z test_nvfuser_extremal_values_fft_hfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1730071Z test_nvfuser_extremal_values_fft_ifft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1730393Z test_nvfuser_extremal_values_fft_ifft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1730709Z test_nvfuser_extremal_values_fft_ifft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1731035Z test_nvfuser_extremal_values_fft_ifft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1731359Z test_nvfuser_extremal_values_fft_ifft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1731683Z test_nvfuser_extremal_values_fft_ifft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1732006Z test_nvfuser_extremal_values_fft_ifft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1732330Z test_nvfuser_extremal_values_fft_ifft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1732714Z test_nvfuser_extremal_values_fft_ifftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1733023Z test_nvfuser_extremal_values_fft_ifftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1733348Z test_nvfuser_extremal_values_fft_ifftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1733671Z test_nvfuser_extremal_values_fft_ifftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1734011Z test_nvfuser_extremal_values_fft_ifftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1734355Z test_nvfuser_extremal_values_fft_ifftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1734691Z test_nvfuser_extremal_values_fft_ifftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1735025Z test_nvfuser_extremal_values_fft_ifftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1735358Z test_nvfuser_extremal_values_fft_ifftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1735725Z test_nvfuser_extremal_values_fft_ifftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1736068Z test_nvfuser_extremal_values_fft_ihfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1736396Z test_nvfuser_extremal_values_fft_ihfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1736721Z test_nvfuser_extremal_values_fft_ihfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1737045Z test_nvfuser_extremal_values_fft_ihfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1737351Z test_nvfuser_extremal_values_fft_ihfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1737675Z test_nvfuser_extremal_values_fft_ihfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1738011Z test_nvfuser_extremal_values_fft_irfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1738344Z test_nvfuser_extremal_values_fft_irfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1738674Z test_nvfuser_extremal_values_fft_irfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1739003Z test_nvfuser_extremal_values_fft_irfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1739338Z test_nvfuser_extremal_values_fft_irfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1739718Z test_nvfuser_extremal_values_fft_irfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1740038Z test_nvfuser_extremal_values_fft_irfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1740360Z test_nvfuser_extremal_values_fft_irfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1740696Z test_nvfuser_extremal_values_fft_irfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1741026Z test_nvfuser_extremal_values_fft_irfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1741355Z test_nvfuser_extremal_values_fft_irfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1741657Z test_nvfuser_extremal_values_fft_irfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1741982Z test_nvfuser_extremal_values_fft_rfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1742304Z test_nvfuser_extremal_values_fft_rfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1742670Z test_nvfuser_extremal_values_fft_rfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1743009Z test_nvfuser_extremal_values_fft_rfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1743324Z test_nvfuser_extremal_values_fft_rfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1743642Z test_nvfuser_extremal_values_fft_rfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1743908Z test_nvfuser_extremal_values_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.003s) 2022-12-01T11:11:41.1744177Z test_nvfuser_extremal_values_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.003s) 2022-12-01T11:11:41.1744441Z test_nvfuser_extremal_values_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-12-01T11:11:41.1744707Z test_nvfuser_extremal_values_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.003s) 2022-12-01T11:11:41.1744940Z test_nvfuser_extremal_values_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.003s) 2022-12-01T11:11:41.1745190Z test_nvfuser_extremal_values_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.003s) 2022-12-01T11:11:41.1745515Z test_nvfuser_extremal_values_flatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1745843Z test_nvfuser_extremal_values_flatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1746173Z test_nvfuser_extremal_values_flatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1746551Z test_nvfuser_extremal_values_flatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1746878Z test_nvfuser_extremal_values_flatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1747203Z test_nvfuser_extremal_values_flatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1747529Z test_nvfuser_extremal_values_flip_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1747857Z test_nvfuser_extremal_values_flip_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1748184Z test_nvfuser_extremal_values_flip_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1748504Z test_nvfuser_extremal_values_flip_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1748793Z test_nvfuser_extremal_values_flip_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1749103Z test_nvfuser_extremal_values_flip_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1749467Z test_nvfuser_extremal_values_fliplr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1749817Z test_nvfuser_extremal_values_fliplr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1750145Z test_nvfuser_extremal_values_fliplr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1750696Z test_nvfuser_extremal_values_fliplr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1751016Z test_nvfuser_extremal_values_fliplr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1751297Z test_nvfuser_extremal_values_fliplr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1751624Z test_nvfuser_extremal_values_flipud_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1751961Z test_nvfuser_extremal_values_flipud_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1752286Z test_nvfuser_extremal_values_flipud_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1752610Z test_nvfuser_extremal_values_flipud_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1752905Z test_nvfuser_extremal_values_flipud_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1753215Z test_nvfuser_extremal_values_flipud_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1753605Z test_nvfuser_extremal_values_float_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1753935Z test_nvfuser_extremal_values_float_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1754253Z test_nvfuser_extremal_values_float_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1754576Z test_nvfuser_extremal_values_float_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1754894Z test_nvfuser_extremal_values_float_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1755208Z test_nvfuser_extremal_values_float_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1755541Z test_nvfuser_extremal_values_float_power_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1755882Z test_nvfuser_extremal_values_float_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1756219Z test_nvfuser_extremal_values_float_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1756603Z test_nvfuser_extremal_values_float_power_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1756949Z test_nvfuser_extremal_values_float_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1757252Z test_nvfuser_extremal_values_float_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1757577Z test_nvfuser_extremal_values_floor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1757896Z test_nvfuser_extremal_values_floor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1758211Z test_nvfuser_extremal_values_floor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1758525Z test_nvfuser_extremal_values_floor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1758858Z test_nvfuser_extremal_values_floor_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1759190Z test_nvfuser_extremal_values_floor_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1759516Z test_nvfuser_extremal_values_floor_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1759881Z test_nvfuser_extremal_values_floor_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1760200Z test_nvfuser_extremal_values_fmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1760586Z test_nvfuser_extremal_values_fmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1760894Z test_nvfuser_extremal_values_fmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1761180Z test_nvfuser_extremal_values_fmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1761497Z test_nvfuser_extremal_values_fmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1761808Z test_nvfuser_extremal_values_fmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1762115Z test_nvfuser_extremal_values_fmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1762417Z test_nvfuser_extremal_values_fmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1762725Z test_nvfuser_extremal_values_fmod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1763026Z test_nvfuser_extremal_values_fmod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1763371Z test_nvfuser_extremal_values_fmod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1763686Z test_nvfuser_extremal_values_fmod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1763991Z test_nvfuser_extremal_values_frac_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1764294Z test_nvfuser_extremal_values_frac_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1764600Z test_nvfuser_extremal_values_frac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1764884Z test_nvfuser_extremal_values_frac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1765197Z test_nvfuser_extremal_values_frexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1765518Z test_nvfuser_extremal_values_frexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1765829Z test_nvfuser_extremal_values_frexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1766158Z test_nvfuser_extremal_values_full_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1766493Z test_nvfuser_extremal_values_full_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1766824Z test_nvfuser_extremal_values_full_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1767204Z test_nvfuser_extremal_values_full_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1767535Z test_nvfuser_extremal_values_full_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1767858Z test_nvfuser_extremal_values_full_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1768181Z test_nvfuser_extremal_values_gather_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1768512Z test_nvfuser_extremal_values_gather_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1768850Z test_nvfuser_extremal_values_gather_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1769155Z test_nvfuser_extremal_values_gather_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1769470Z test_nvfuser_extremal_values_gather_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1769776Z test_nvfuser_extremal_values_gather_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1770139Z test_nvfuser_extremal_values_ge_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1770468Z test_nvfuser_extremal_values_ge_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1770783Z test_nvfuser_extremal_values_ge_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1771106Z test_nvfuser_extremal_values_ge_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1771440Z test_nvfuser_extremal_values_geqrf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1771769Z test_nvfuser_extremal_values_geqrf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1772098Z test_nvfuser_extremal_values_geqrf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1772412Z test_nvfuser_extremal_values_geqrf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1772681Z test_nvfuser_extremal_values_gradient_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1772935Z test_nvfuser_extremal_values_gradient_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1773205Z test_nvfuser_extremal_values_gradient_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1773472Z test_nvfuser_extremal_values_gradient_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1773729Z test_nvfuser_extremal_values_gradient_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1774038Z test_nvfuser_extremal_values_gradient_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.1774362Z test_nvfuser_extremal_values_gt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1774682Z test_nvfuser_extremal_values_gt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1775000Z test_nvfuser_extremal_values_gt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1775321Z test_nvfuser_extremal_values_gt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1775651Z test_nvfuser_extremal_values_half_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1775954Z test_nvfuser_extremal_values_half_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1776281Z test_nvfuser_extremal_values_half_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1776602Z test_nvfuser_extremal_values_half_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1776956Z test_nvfuser_extremal_values_half_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1777275Z test_nvfuser_extremal_values_half_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1777614Z test_nvfuser_extremal_values_heaviside_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1777947Z test_nvfuser_extremal_values_heaviside_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1778276Z test_nvfuser_extremal_values_heaviside_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1778603Z test_nvfuser_extremal_values_heaviside_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1778869Z test_nvfuser_extremal_values_histc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1779135Z test_nvfuser_extremal_values_histc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.1779461Z test_nvfuser_extremal_values_hsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1779769Z test_nvfuser_extremal_values_hsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1780104Z test_nvfuser_extremal_values_hsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1780427Z test_nvfuser_extremal_values_hsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1780739Z test_nvfuser_extremal_values_hsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1781101Z test_nvfuser_extremal_values_hsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1781427Z test_nvfuser_extremal_values_hstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1781755Z test_nvfuser_extremal_values_hstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1782082Z test_nvfuser_extremal_values_hstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1782411Z test_nvfuser_extremal_values_hstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1782730Z test_nvfuser_extremal_values_hstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1783037Z test_nvfuser_extremal_values_hstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1783344Z test_nvfuser_extremal_values_hypot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1783662Z test_nvfuser_extremal_values_hypot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1783992Z test_nvfuser_extremal_values_hypot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1784318Z test_nvfuser_extremal_values_hypot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1784637Z test_nvfuser_extremal_values_i0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1784955Z test_nvfuser_extremal_values_i0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1785273Z test_nvfuser_extremal_values_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1785595Z test_nvfuser_extremal_values_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1785922Z test_nvfuser_extremal_values_igamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1786236Z test_nvfuser_extremal_values_igamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1786565Z test_nvfuser_extremal_values_igammac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1786893Z test_nvfuser_extremal_values_igammac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1787220Z test_nvfuser_extremal_values_imag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1787543Z test_nvfuser_extremal_values_imag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1787952Z test_nvfuser_extremal_values_index_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1788287Z test_nvfuser_extremal_values_index_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1788620Z test_nvfuser_extremal_values_index_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1788942Z test_nvfuser_extremal_values_index_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1789270Z test_nvfuser_extremal_values_index_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1789596Z test_nvfuser_extremal_values_index_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1789921Z test_nvfuser_extremal_values_index_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1790253Z test_nvfuser_extremal_values_index_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1790822Z test_nvfuser_extremal_values_index_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1791199Z test_nvfuser_extremal_values_index_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1791544Z test_nvfuser_extremal_values_index_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1791868Z test_nvfuser_extremal_values_index_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1792181Z test_nvfuser_extremal_values_index_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1792515Z test_nvfuser_extremal_values_index_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1792850Z test_nvfuser_extremal_values_index_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1793178Z test_nvfuser_extremal_values_index_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1793504Z test_nvfuser_extremal_values_index_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1793833Z test_nvfuser_extremal_values_index_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1794154Z test_nvfuser_extremal_values_index_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1794483Z test_nvfuser_extremal_values_index_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1794880Z test_nvfuser_extremal_values_index_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1795203Z test_nvfuser_extremal_values_index_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1795533Z test_nvfuser_extremal_values_index_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1795856Z test_nvfuser_extremal_values_index_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1796197Z test_nvfuser_extremal_values_index_reduce_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1796516Z test_nvfuser_extremal_values_index_reduce_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1796850Z test_nvfuser_extremal_values_index_reduce_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1797175Z test_nvfuser_extremal_values_index_reduce_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1797504Z test_nvfuser_extremal_values_index_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1797885Z test_nvfuser_extremal_values_index_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1798232Z test_nvfuser_extremal_values_index_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1798562Z test_nvfuser_extremal_values_index_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1798895Z test_nvfuser_extremal_values_index_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1799216Z test_nvfuser_extremal_values_index_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1799546Z test_nvfuser_extremal_values_inner_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1799875Z test_nvfuser_extremal_values_inner_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1800206Z test_nvfuser_extremal_values_inner_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1800526Z test_nvfuser_extremal_values_inner_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1800820Z test_nvfuser_extremal_values_inner_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1801126Z test_nvfuser_extremal_values_inner_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1801442Z test_nvfuser_extremal_values_int_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1801819Z test_nvfuser_extremal_values_int_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1802131Z test_nvfuser_extremal_values_int_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1802444Z test_nvfuser_extremal_values_int_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1802747Z test_nvfuser_extremal_values_int_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1803050Z test_nvfuser_extremal_values_int_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1803380Z test_nvfuser_extremal_values_isclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1803710Z test_nvfuser_extremal_values_isclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1804039Z test_nvfuser_extremal_values_isclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1804365Z test_nvfuser_extremal_values_isclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1804712Z test_nvfuser_extremal_values_isclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1805051Z test_nvfuser_extremal_values_isclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1805375Z test_nvfuser_extremal_values_isfinite_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1805707Z test_nvfuser_extremal_values_isfinite_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1806043Z test_nvfuser_extremal_values_isfinite_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1806367Z test_nvfuser_extremal_values_isfinite_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1806691Z test_nvfuser_extremal_values_isfinite_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1807017Z test_nvfuser_extremal_values_isfinite_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1807335Z test_nvfuser_extremal_values_isin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1807642Z test_nvfuser_extremal_values_isin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1807948Z test_nvfuser_extremal_values_isin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1808269Z test_nvfuser_extremal_values_isinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1808661Z test_nvfuser_extremal_values_isinf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1808966Z test_nvfuser_extremal_values_isinf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1809288Z test_nvfuser_extremal_values_isinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1809597Z test_nvfuser_extremal_values_isinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1809914Z test_nvfuser_extremal_values_isinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1810242Z test_nvfuser_extremal_values_isnan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1810564Z test_nvfuser_extremal_values_isnan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1810886Z test_nvfuser_extremal_values_isnan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1811204Z test_nvfuser_extremal_values_isnan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1811568Z test_nvfuser_extremal_values_isnan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1811890Z test_nvfuser_extremal_values_isnan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1812221Z test_nvfuser_extremal_values_isneginf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1812547Z test_nvfuser_extremal_values_isneginf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1812849Z test_nvfuser_extremal_values_isneginf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1813175Z test_nvfuser_extremal_values_isneginf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1813503Z test_nvfuser_extremal_values_isposinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1813818Z test_nvfuser_extremal_values_isposinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1814140Z test_nvfuser_extremal_values_isposinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1814461Z test_nvfuser_extremal_values_isposinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1814784Z test_nvfuser_extremal_values_isreal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1815109Z test_nvfuser_extremal_values_isreal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1815486Z test_nvfuser_extremal_values_isreal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1815810Z test_nvfuser_extremal_values_isreal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1816117Z test_nvfuser_extremal_values_isreal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1816422Z test_nvfuser_extremal_values_isreal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1816729Z test_nvfuser_extremal_values_istft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1817061Z test_nvfuser_extremal_values_istft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1817385Z test_nvfuser_extremal_values_istft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1817699Z test_nvfuser_extremal_values_istft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1817996Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1818341Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1818654Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1818944Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1819224Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1819501Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1819802Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1820088Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1820398Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.1820699Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1820996Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1821287Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1821564Z test_nvfuser_extremal_values_jiterator_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1821847Z test_nvfuser_extremal_values_jiterator_binary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1822131Z test_nvfuser_extremal_values_jiterator_binary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1822465Z test_nvfuser_extremal_values_jiterator_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1822745Z test_nvfuser_extremal_values_jiterator_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1823021Z test_nvfuser_extremal_values_jiterator_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.1823297Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1823597Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1823895Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1824190Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1824482Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1824774Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1825050Z test_nvfuser_extremal_values_jiterator_unary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1825332Z test_nvfuser_extremal_values_jiterator_unary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1825653Z test_nvfuser_extremal_values_jiterator_unary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1825937Z test_nvfuser_extremal_values_jiterator_unary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1826193Z test_nvfuser_extremal_values_jiterator_unary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1826465Z test_nvfuser_extremal_values_jiterator_unary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.1826790Z test_nvfuser_extremal_values_kron_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1827111Z test_nvfuser_extremal_values_kron_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1827435Z test_nvfuser_extremal_values_kron_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1827757Z test_nvfuser_extremal_values_kron_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1828069Z test_nvfuser_extremal_values_kron_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1828377Z test_nvfuser_extremal_values_kron_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1828703Z test_nvfuser_extremal_values_kthvalue_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1829037Z test_nvfuser_extremal_values_kthvalue_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1829366Z test_nvfuser_extremal_values_kthvalue_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1829737Z test_nvfuser_extremal_values_ldexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1830045Z test_nvfuser_extremal_values_ldexp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1830369Z test_nvfuser_extremal_values_ldexp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1831043Z test_nvfuser_extremal_values_ldexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1831335Z test_nvfuser_extremal_values_ldexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1831645Z test_nvfuser_extremal_values_ldexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1831962Z test_nvfuser_extremal_values_le_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1832275Z test_nvfuser_extremal_values_le_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1832595Z test_nvfuser_extremal_values_le_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1832988Z test_nvfuser_extremal_values_le_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1833322Z test_nvfuser_extremal_values_lerp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1833648Z test_nvfuser_extremal_values_lerp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1833974Z test_nvfuser_extremal_values_lerp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1834274Z test_nvfuser_extremal_values_lerp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1834586Z test_nvfuser_extremal_values_lerp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1834888Z test_nvfuser_extremal_values_lerp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1835213Z test_nvfuser_extremal_values_lgamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1835526Z test_nvfuser_extremal_values_lgamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1835831Z test_nvfuser_extremal_values_lgamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1836168Z test_nvfuser_extremal_values_linalg_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1836559Z test_nvfuser_extremal_values_linalg_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1836914Z test_nvfuser_extremal_values_linalg_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1837249Z test_nvfuser_extremal_values_linalg_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1837592Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1837940Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1838270Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1838592Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1838928Z test_nvfuser_extremal_values_linalg_cond_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1839256Z test_nvfuser_extremal_values_linalg_cond_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1839627Z test_nvfuser_extremal_values_linalg_cond_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1839962Z test_nvfuser_extremal_values_linalg_cond_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1840302Z test_nvfuser_extremal_values_linalg_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1840639Z test_nvfuser_extremal_values_linalg_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1840967Z test_nvfuser_extremal_values_linalg_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1841295Z test_nvfuser_extremal_values_linalg_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1841691Z test_nvfuser_extremal_values_linalg_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1841962Z test_nvfuser_extremal_values_linalg_det_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1842285Z test_nvfuser_extremal_values_linalg_det_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1842614Z test_nvfuser_extremal_values_linalg_det_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1842923Z test_nvfuser_extremal_values_linalg_det_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1843267Z test_nvfuser_extremal_values_linalg_det_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1843665Z test_nvfuser_extremal_values_linalg_det_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1844004Z test_nvfuser_extremal_values_linalg_det_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1844334Z test_nvfuser_extremal_values_linalg_det_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1844663Z test_nvfuser_extremal_values_linalg_eig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1844990Z test_nvfuser_extremal_values_linalg_eig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1845315Z test_nvfuser_extremal_values_linalg_eig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1845639Z test_nvfuser_extremal_values_linalg_eig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1845971Z test_nvfuser_extremal_values_linalg_eigh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1846303Z test_nvfuser_extremal_values_linalg_eigh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1846679Z test_nvfuser_extremal_values_linalg_eigh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1847021Z test_nvfuser_extremal_values_linalg_eigh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1847280Z test_nvfuser_extremal_values_linalg_eigvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1847558Z test_nvfuser_extremal_values_linalg_eigvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.1847828Z test_nvfuser_extremal_values_linalg_eigvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.1848102Z test_nvfuser_extremal_values_linalg_eigvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.1848442Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1848784Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1849122Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1849460Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1849820Z test_nvfuser_extremal_values_linalg_householder_product_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1850181Z test_nvfuser_extremal_values_linalg_householder_product_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1850590Z test_nvfuser_extremal_values_linalg_householder_product_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1850942Z test_nvfuser_extremal_values_linalg_householder_product_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1851259Z test_nvfuser_extremal_values_linalg_inv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1851592Z test_nvfuser_extremal_values_linalg_inv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1851920Z test_nvfuser_extremal_values_linalg_inv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1852251Z test_nvfuser_extremal_values_linalg_inv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1852583Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1852912Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1853233Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1853601Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1853956Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1854297Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1854631Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1854962Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1855306Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1855636Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1855979Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1856307Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1856646Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1856985Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1857380Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1857718Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1858049Z test_nvfuser_extremal_values_linalg_lstsq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1858387Z test_nvfuser_extremal_values_linalg_lstsq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1858718Z test_nvfuser_extremal_values_linalg_lstsq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1859049Z test_nvfuser_extremal_values_linalg_lstsq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1859403Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1859803Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1860182Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1860539Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1860873Z test_nvfuser_extremal_values_linalg_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1861200Z test_nvfuser_extremal_values_linalg_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1861523Z test_nvfuser_extremal_values_linalg_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1861852Z test_nvfuser_extremal_values_linalg_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1862194Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1862535Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1862871Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1863200Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1863544Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1863889Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1864273Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1864578Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1864910Z test_nvfuser_extremal_values_linalg_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1865247Z test_nvfuser_extremal_values_linalg_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1865577Z test_nvfuser_extremal_values_linalg_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1865914Z test_nvfuser_extremal_values_linalg_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1866243Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1866579Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1866962Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1867310Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1867647Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1867985Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1868326Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1868671Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1869009Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1869316Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1869651Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1869989Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1870329Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1870955Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1871293Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1871651Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1872005Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1872361Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1872698Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1873037Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1873369Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1873699Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1874085Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1874434Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1874757Z test_nvfuser_extremal_values_linalg_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1875086Z test_nvfuser_extremal_values_linalg_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1875414Z test_nvfuser_extremal_values_linalg_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1875744Z test_nvfuser_extremal_values_linalg_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1876076Z test_nvfuser_extremal_values_linalg_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1876393Z test_nvfuser_extremal_values_linalg_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1876751Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1877119Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1877477Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1877905Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1878266Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1878624Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1878944Z test_nvfuser_extremal_values_linalg_pinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1879279Z test_nvfuser_extremal_values_linalg_pinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1879613Z test_nvfuser_extremal_values_linalg_pinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1879939Z test_nvfuser_extremal_values_linalg_pinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1880286Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1880675Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1881031Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1881366Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1881707Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1882053Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1882400Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1882732Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1883063Z test_nvfuser_extremal_values_linalg_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1883374Z test_nvfuser_extremal_values_linalg_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1883703Z test_nvfuser_extremal_values_linalg_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1884032Z test_nvfuser_extremal_values_linalg_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1884371Z test_nvfuser_extremal_values_linalg_slogdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1884763Z test_nvfuser_extremal_values_linalg_slogdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1885094Z test_nvfuser_extremal_values_linalg_slogdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1885421Z test_nvfuser_extremal_values_linalg_slogdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1885755Z test_nvfuser_extremal_values_linalg_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1886094Z test_nvfuser_extremal_values_linalg_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1886426Z test_nvfuser_extremal_values_linalg_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1886752Z test_nvfuser_extremal_values_linalg_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1887090Z test_nvfuser_extremal_values_linalg_solve_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1887466Z test_nvfuser_extremal_values_linalg_solve_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1887790Z test_nvfuser_extremal_values_linalg_solve_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1888127Z test_nvfuser_extremal_values_linalg_solve_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1888483Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1888835Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1889188Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1889537Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1889871Z test_nvfuser_extremal_values_linalg_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:11:41.1890202Z test_nvfuser_extremal_values_linalg_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1890526Z test_nvfuser_extremal_values_linalg_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1890853Z test_nvfuser_extremal_values_linalg_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1891188Z test_nvfuser_extremal_values_linalg_svdvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1891576Z test_nvfuser_extremal_values_linalg_svdvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1891905Z test_nvfuser_extremal_values_linalg_svdvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1892237Z test_nvfuser_extremal_values_linalg_svdvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1892560Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1892901Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1893242Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1893579Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1894007Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1894367Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1894838Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1895061Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1895398Z test_nvfuser_extremal_values_linalg_vander_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1895738Z test_nvfuser_extremal_values_linalg_vander_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1896077Z test_nvfuser_extremal_values_linalg_vander_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1896411Z test_nvfuser_extremal_values_linalg_vander_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1896744Z test_nvfuser_extremal_values_linalg_vecdot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1897060Z test_nvfuser_extremal_values_linalg_vecdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1897398Z test_nvfuser_extremal_values_linalg_vecdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1897728Z test_nvfuser_extremal_values_linalg_vecdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1898055Z test_nvfuser_extremal_values_linalg_vecdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1898430Z test_nvfuser_extremal_values_linalg_vecdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1898775Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1899116Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1899457Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1899795Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1900134Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1900469Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1900801Z test_nvfuser_extremal_values_linspace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1901179Z test_nvfuser_extremal_values_linspace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1901506Z test_nvfuser_extremal_values_linspace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1901835Z test_nvfuser_extremal_values_linspace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1902166Z test_nvfuser_extremal_values_linspace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1902498Z test_nvfuser_extremal_values_linspace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1902822Z test_nvfuser_extremal_values_log10_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1903141Z test_nvfuser_extremal_values_log10_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1903466Z test_nvfuser_extremal_values_log10_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1903785Z test_nvfuser_extremal_values_log10_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1904093Z test_nvfuser_extremal_values_log10_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1904396Z test_nvfuser_extremal_values_log10_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1904719Z test_nvfuser_extremal_values_log1p_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1905092Z test_nvfuser_extremal_values_log1p_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1905378Z test_nvfuser_extremal_values_log1p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1905679Z test_nvfuser_extremal_values_log1p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1905984Z test_nvfuser_extremal_values_log2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1906308Z test_nvfuser_extremal_values_log2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1906635Z test_nvfuser_extremal_values_log2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1906954Z test_nvfuser_extremal_values_log2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1907260Z test_nvfuser_extremal_values_log2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1907558Z test_nvfuser_extremal_values_log2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1907899Z test_nvfuser_extremal_values_log_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1908224Z test_nvfuser_extremal_values_log_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1908552Z test_nvfuser_extremal_values_log_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1908873Z test_nvfuser_extremal_values_log_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1909162Z test_nvfuser_extremal_values_log_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1909468Z test_nvfuser_extremal_values_log_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1909804Z test_nvfuser_extremal_values_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1910131Z test_nvfuser_extremal_values_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1910682Z test_nvfuser_extremal_values_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1911022Z test_nvfuser_extremal_values_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1911328Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1911674Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1912087Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T11:11:41.1912429Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1912763Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1913097Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1913434Z test_nvfuser_extremal_values_logaddexp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1913749Z test_nvfuser_extremal_values_logaddexp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1914083Z test_nvfuser_extremal_values_logaddexp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1914412Z test_nvfuser_extremal_values_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1914745Z test_nvfuser_extremal_values_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1915114Z test_nvfuser_extremal_values_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1915472Z test_nvfuser_extremal_values_logcumsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1915806Z test_nvfuser_extremal_values_logcumsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1916141Z test_nvfuser_extremal_values_logcumsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1916466Z test_nvfuser_extremal_values_logcumsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1916797Z test_nvfuser_extremal_values_logdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1917127Z test_nvfuser_extremal_values_logdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1917449Z test_nvfuser_extremal_values_logdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1917758Z test_nvfuser_extremal_values_logdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1918064Z test_nvfuser_extremal_values_logical_and_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1918396Z test_nvfuser_extremal_values_logical_and_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1918778Z test_nvfuser_extremal_values_logical_and_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1919102Z test_nvfuser_extremal_values_logical_and_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1919426Z test_nvfuser_extremal_values_logical_and_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1919745Z test_nvfuser_extremal_values_logical_and_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1920073Z test_nvfuser_extremal_values_logical_not_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1920408Z test_nvfuser_extremal_values_logical_not_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1920736Z test_nvfuser_extremal_values_logical_not_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1921063Z test_nvfuser_extremal_values_logical_not_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1921393Z test_nvfuser_extremal_values_logical_not_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1921760Z test_nvfuser_extremal_values_logical_not_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1922099Z test_nvfuser_extremal_values_logical_or_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1922474Z test_nvfuser_extremal_values_logical_or_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1922742Z test_nvfuser_extremal_values_logical_or_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1923065Z test_nvfuser_extremal_values_logical_or_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1923394Z test_nvfuser_extremal_values_logical_or_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1923715Z test_nvfuser_extremal_values_logical_or_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1924048Z test_nvfuser_extremal_values_logical_xor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1924375Z test_nvfuser_extremal_values_logical_xor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1924707Z test_nvfuser_extremal_values_logical_xor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1925036Z test_nvfuser_extremal_values_logical_xor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1925361Z test_nvfuser_extremal_values_logical_xor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1925748Z test_nvfuser_extremal_values_logical_xor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1926066Z test_nvfuser_extremal_values_logit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1926367Z test_nvfuser_extremal_values_logit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1926673Z test_nvfuser_extremal_values_logit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1926978Z test_nvfuser_extremal_values_logit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1927308Z test_nvfuser_extremal_values_logspace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1927637Z test_nvfuser_extremal_values_logspace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1927963Z test_nvfuser_extremal_values_logspace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1928290Z test_nvfuser_extremal_values_logspace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1928656Z test_nvfuser_extremal_values_logspace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1928995Z test_nvfuser_extremal_values_logspace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1929321Z test_nvfuser_extremal_values_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1944145Z test_nvfuser_extremal_values_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1944566Z test_nvfuser_extremal_values_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1944914Z test_nvfuser_extremal_values_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1945249Z test_nvfuser_extremal_values_long_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1945560Z test_nvfuser_extremal_values_long_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1945896Z test_nvfuser_extremal_values_long_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1946224Z test_nvfuser_extremal_values_long_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1946538Z test_nvfuser_extremal_values_long_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1946977Z test_nvfuser_extremal_values_long_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1947292Z test_nvfuser_extremal_values_lt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1947612Z test_nvfuser_extremal_values_lt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1947932Z test_nvfuser_extremal_values_lt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1948254Z test_nvfuser_extremal_values_lt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1948584Z test_nvfuser_extremal_values_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1948908Z test_nvfuser_extremal_values_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1949225Z test_nvfuser_extremal_values_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1949519Z test_nvfuser_extremal_values_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1949856Z test_nvfuser_extremal_values_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1950237Z test_nvfuser_extremal_values_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1950928Z test_nvfuser_extremal_values_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1951231Z test_nvfuser_extremal_values_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1951568Z test_nvfuser_extremal_values_lu_unpack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1951903Z test_nvfuser_extremal_values_lu_unpack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1952237Z test_nvfuser_extremal_values_lu_unpack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1952570Z test_nvfuser_extremal_values_lu_unpack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1952896Z test_nvfuser_extremal_values_mH_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1953223Z test_nvfuser_extremal_values_mH_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1953547Z test_nvfuser_extremal_values_mH_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1953871Z test_nvfuser_extremal_values_mH_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1954169Z test_nvfuser_extremal_values_mH_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1954595Z test_nvfuser_extremal_values_mH_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1954918Z test_nvfuser_extremal_values_mT_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1955240Z test_nvfuser_extremal_values_mT_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1955562Z test_nvfuser_extremal_values_mT_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1955883Z test_nvfuser_extremal_values_mT_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1956206Z test_nvfuser_extremal_values_mT_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1956524Z test_nvfuser_extremal_values_mT_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1956855Z test_nvfuser_extremal_values_masked_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1957190Z test_nvfuser_extremal_values_masked_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1957582Z test_nvfuser_extremal_values_masked_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1957923Z test_nvfuser_extremal_values_masked_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1958232Z test_nvfuser_extremal_values_masked_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1958553Z test_nvfuser_extremal_values_masked_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1958880Z test_nvfuser_extremal_values_masked_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1959219Z test_nvfuser_extremal_values_masked_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1959561Z test_nvfuser_extremal_values_masked_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1959940Z test_nvfuser_extremal_values_masked_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1960278Z test_nvfuser_extremal_values_masked_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1960602Z test_nvfuser_extremal_values_masked_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1960936Z test_nvfuser_extremal_values_masked_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1961318Z test_nvfuser_extremal_values_masked_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1961646Z test_nvfuser_extremal_values_masked_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1961968Z test_nvfuser_extremal_values_masked_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1962307Z test_nvfuser_extremal_values_masked_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1962634Z test_nvfuser_extremal_values_masked_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1962983Z test_nvfuser_extremal_values_masked_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1963323Z test_nvfuser_extremal_values_masked_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1963661Z test_nvfuser_extremal_values_masked_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1963992Z test_nvfuser_extremal_values_masked_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1964368Z test_nvfuser_extremal_values_masked_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1964722Z test_nvfuser_extremal_values_masked_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1965058Z test_nvfuser_extremal_values_masked_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1965393Z test_nvfuser_extremal_values_masked_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1965726Z test_nvfuser_extremal_values_masked_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1966058Z test_nvfuser_extremal_values_masked_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1966396Z test_nvfuser_extremal_values_masked_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1966730Z test_nvfuser_extremal_values_masked_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1967041Z test_nvfuser_extremal_values_masked_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1967373Z test_nvfuser_extremal_values_masked_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1967704Z test_nvfuser_extremal_values_masked_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1968101Z test_nvfuser_extremal_values_masked_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1968442Z test_nvfuser_extremal_values_masked_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1968781Z test_nvfuser_extremal_values_masked_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1969121Z test_nvfuser_extremal_values_masked_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1969468Z test_nvfuser_extremal_values_masked_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1969814Z test_nvfuser_extremal_values_masked_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1970158Z test_nvfuser_extremal_values_masked_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1970500Z test_nvfuser_extremal_values_masked_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1970841Z test_nvfuser_extremal_values_masked_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1971227Z test_nvfuser_extremal_values_masked_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1971554Z test_nvfuser_extremal_values_masked_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1971890Z test_nvfuser_extremal_values_masked_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1972225Z test_nvfuser_extremal_values_masked_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1972564Z test_nvfuser_extremal_values_masked_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1972904Z test_nvfuser_extremal_values_masked_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1973241Z test_nvfuser_extremal_values_masked_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1973571Z test_nvfuser_extremal_values_masked_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1973891Z test_nvfuser_extremal_values_masked_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1974220Z test_nvfuser_extremal_values_masked_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1974557Z test_nvfuser_extremal_values_masked_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1974884Z test_nvfuser_extremal_values_masked_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1975267Z test_nvfuser_extremal_values_masked_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1975592Z test_nvfuser_extremal_values_masked_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1975895Z test_nvfuser_extremal_values_masked_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1976218Z test_nvfuser_extremal_values_masked_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1976564Z test_nvfuser_extremal_values_masked_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1976916Z test_nvfuser_extremal_values_masked_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1977259Z test_nvfuser_extremal_values_masked_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1977603Z test_nvfuser_extremal_values_masked_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1977979Z test_nvfuser_extremal_values_masked_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1978329Z test_nvfuser_extremal_values_masked_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1978666Z test_nvfuser_extremal_values_masked_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1979003Z test_nvfuser_extremal_values_masked_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1979446Z test_nvfuser_extremal_values_masked_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1979780Z test_nvfuser_extremal_values_masked_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1980109Z test_nvfuser_extremal_values_masked_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1980413Z test_nvfuser_extremal_values_masked_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1980753Z test_nvfuser_extremal_values_masked_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1981093Z test_nvfuser_extremal_values_masked_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1981434Z test_nvfuser_extremal_values_masked_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1981774Z test_nvfuser_extremal_values_masked_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1982161Z test_nvfuser_extremal_values_masked_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1982488Z test_nvfuser_extremal_values_masked_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1982816Z test_nvfuser_extremal_values_masked_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1983156Z test_nvfuser_extremal_values_masked_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1983498Z test_nvfuser_extremal_values_masked_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1983839Z test_nvfuser_extremal_values_masked_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1984173Z test_nvfuser_extremal_values_masked_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1984498Z test_nvfuser_extremal_values_masked_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1984813Z test_nvfuser_extremal_values_masked_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1985195Z test_nvfuser_extremal_values_masked_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1985548Z test_nvfuser_extremal_values_masked_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1985877Z test_nvfuser_extremal_values_masked_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1986214Z test_nvfuser_extremal_values_masked_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1986546Z test_nvfuser_extremal_values_masked_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1986881Z test_nvfuser_extremal_values_masked_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1987258Z test_nvfuser_extremal_values_masked_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1987597Z test_nvfuser_extremal_values_masked_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1987933Z test_nvfuser_extremal_values_masked_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1988266Z test_nvfuser_extremal_values_masked_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1988595Z test_nvfuser_extremal_values_masked_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1988982Z test_nvfuser_extremal_values_masked_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1989289Z test_nvfuser_extremal_values_masked_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1989623Z test_nvfuser_extremal_values_masked_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1989960Z test_nvfuser_extremal_values_masked_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1990300Z test_nvfuser_extremal_values_masked_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1990882Z test_nvfuser_extremal_values_masked_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1991182Z test_nvfuser_extremal_values_masked_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1991510Z test_nvfuser_extremal_values_masked_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1991841Z test_nvfuser_extremal_values_masked_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1992249Z test_nvfuser_extremal_values_masked_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1992603Z test_nvfuser_extremal_values_masked_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1992928Z test_nvfuser_extremal_values_masked_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1993251Z test_nvfuser_extremal_values_masked_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1993580Z test_nvfuser_extremal_values_masked_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1993894Z test_nvfuser_extremal_values_matmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1994232Z test_nvfuser_extremal_values_matmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1994558Z test_nvfuser_extremal_values_matmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1994874Z test_nvfuser_extremal_values_matmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1995183Z test_nvfuser_extremal_values_matmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1995459Z test_nvfuser_extremal_values_matrix_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1995740Z test_nvfuser_extremal_values_matrix_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1996088Z test_nvfuser_extremal_values_matrix_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1996361Z test_nvfuser_extremal_values_matrix_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.1996624Z test_nvfuser_extremal_values_matrix_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1996860Z test_nvfuser_extremal_values_matrix_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.1997193Z test_nvfuser_extremal_values_max_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1997526Z test_nvfuser_extremal_values_max_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1997858Z test_nvfuser_extremal_values_max_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1998185Z test_nvfuser_extremal_values_max_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1998527Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1998866Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1999237Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1999577Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.1999921Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2000264Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2000595Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2000925Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2001260Z test_nvfuser_extremal_values_maximum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2001566Z test_nvfuser_extremal_values_maximum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2001895Z test_nvfuser_extremal_values_maximum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2002222Z test_nvfuser_extremal_values_maximum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2002551Z test_nvfuser_extremal_values_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2002933Z test_nvfuser_extremal_values_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2003260Z test_nvfuser_extremal_values_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2003579Z test_nvfuser_extremal_values_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2003889Z test_nvfuser_extremal_values_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2004203Z test_nvfuser_extremal_values_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2004523Z test_nvfuser_extremal_values_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2004840Z test_nvfuser_extremal_values_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2005151Z test_nvfuser_extremal_values_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2005481Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2005881Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2006247Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2006606Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2006952Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2007300Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2007652Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2008013Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2008368Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2008717Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2009067Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2009419Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2009802Z test_nvfuser_extremal_values_min_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2010132Z test_nvfuser_extremal_values_min_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2010441Z test_nvfuser_extremal_values_min_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2010766Z test_nvfuser_extremal_values_min_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2011113Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2011456Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2011787Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2012125Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2012470Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2012855Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2013206Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2013533Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2013862Z test_nvfuser_extremal_values_minimum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2014188Z test_nvfuser_extremal_values_minimum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2014522Z test_nvfuser_extremal_values_minimum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2014828Z test_nvfuser_extremal_values_minimum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2015151Z test_nvfuser_extremal_values_mm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2015479Z test_nvfuser_extremal_values_mm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2015805Z test_nvfuser_extremal_values_mm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2016125Z test_nvfuser_extremal_values_mm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2016573Z test_nvfuser_extremal_values_mm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2016894Z test_nvfuser_extremal_values_mm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2017219Z test_nvfuser_extremal_values_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2017540Z test_nvfuser_extremal_values_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2017851Z test_nvfuser_extremal_values_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2018157Z test_nvfuser_extremal_values_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2018491Z test_nvfuser_extremal_values_movedim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2018804Z test_nvfuser_extremal_values_movedim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2019138Z test_nvfuser_extremal_values_movedim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2019465Z test_nvfuser_extremal_values_movedim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2019830Z test_nvfuser_extremal_values_movedim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2020171Z test_nvfuser_extremal_values_movedim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2020496Z test_nvfuser_extremal_values_msort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2020814Z test_nvfuser_extremal_values_msort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2021127Z test_nvfuser_extremal_values_msort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2021435Z test_nvfuser_extremal_values_msort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2021758Z test_nvfuser_extremal_values_mul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2022075Z test_nvfuser_extremal_values_mul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2022389Z test_nvfuser_extremal_values_mul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2022685Z test_nvfuser_extremal_values_mul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2022997Z test_nvfuser_extremal_values_mul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2023302Z test_nvfuser_extremal_values_mul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2023688Z test_nvfuser_extremal_values_multinomial_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2024020Z test_nvfuser_extremal_values_multinomial_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2024346Z test_nvfuser_extremal_values_multinomial_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2024667Z test_nvfuser_extremal_values_mv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2024992Z test_nvfuser_extremal_values_mv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2025318Z test_nvfuser_extremal_values_mv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2025635Z test_nvfuser_extremal_values_mv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2025951Z test_nvfuser_extremal_values_mv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2026272Z test_nvfuser_extremal_values_mv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2026660Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2026987Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2027318Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2027643Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2027967Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2028294Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2028623Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2028945Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2029290Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2029620Z test_nvfuser_extremal_values_nan_to_num_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2029953Z test_nvfuser_extremal_values_nan_to_num_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2030333Z test_nvfuser_extremal_values_nan_to_num_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2030853Z test_nvfuser_extremal_values_nan_to_num_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2031194Z test_nvfuser_extremal_values_nanmean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2031499Z test_nvfuser_extremal_values_nanmean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2031828Z test_nvfuser_extremal_values_nanmean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2032160Z test_nvfuser_extremal_values_nanmean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2032493Z test_nvfuser_extremal_values_nanmedian_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2032825Z test_nvfuser_extremal_values_nanmedian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2033157Z test_nvfuser_extremal_values_nanmedian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2033499Z test_nvfuser_extremal_values_nanquantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2033792Z test_nvfuser_extremal_values_nanquantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2034117Z test_nvfuser_extremal_values_nansum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2034441Z test_nvfuser_extremal_values_nansum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2034754Z test_nvfuser_extremal_values_nansum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2035064Z test_nvfuser_extremal_values_nansum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2035378Z test_nvfuser_extremal_values_narrow_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2035721Z test_nvfuser_extremal_values_narrow_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2036056Z test_nvfuser_extremal_values_narrow_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2036389Z test_nvfuser_extremal_values_narrow_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2036721Z test_nvfuser_extremal_values_narrow_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2037048Z test_nvfuser_extremal_values_narrow_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2037442Z test_nvfuser_extremal_values_narrow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2037773Z test_nvfuser_extremal_values_narrow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2038101Z test_nvfuser_extremal_values_narrow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2038426Z test_nvfuser_extremal_values_narrow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2038742Z test_nvfuser_extremal_values_narrow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2039056Z test_nvfuser_extremal_values_narrow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2039375Z test_nvfuser_extremal_values_native_batch_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2039718Z test_nvfuser_extremal_values_native_batch_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2040057Z test_nvfuser_extremal_values_native_batch_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2040442Z test_nvfuser_extremal_values_native_batch_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2040739Z test_nvfuser_extremal_values_native_layer_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2041025Z test_nvfuser_extremal_values_native_layer_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2041304Z test_nvfuser_extremal_values_native_layer_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2041578Z test_nvfuser_extremal_values_native_layer_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2041902Z test_nvfuser_extremal_values_ne_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2042229Z test_nvfuser_extremal_values_ne_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2042554Z test_nvfuser_extremal_values_ne_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2042872Z test_nvfuser_extremal_values_ne_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2043170Z test_nvfuser_extremal_values_ne_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2043494Z test_nvfuser_extremal_values_ne_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2043819Z test_nvfuser_extremal_values_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2044143Z test_nvfuser_extremal_values_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2044518Z test_nvfuser_extremal_values_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2044839Z test_nvfuser_extremal_values_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2045150Z test_nvfuser_extremal_values_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2045455Z test_nvfuser_extremal_values_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2045729Z test_nvfuser_extremal_values_new_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2046013Z test_nvfuser_extremal_values_new_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2046289Z test_nvfuser_extremal_values_new_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2046537Z test_nvfuser_extremal_values_new_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2046797Z test_nvfuser_extremal_values_new_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2047053Z test_nvfuser_extremal_values_new_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2047424Z test_nvfuser_extremal_values_new_empty_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-12-01T11:11:41.2047768Z test_nvfuser_extremal_values_new_empty_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.003s) 2022-12-01T11:11:41.2048100Z test_nvfuser_extremal_values_new_empty_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.003s) 2022-12-01T11:11:41.2048424Z test_nvfuser_extremal_values_new_empty_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-12-01T11:11:41.2048753Z test_nvfuser_extremal_values_new_empty_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.003s) 2022-12-01T11:11:41.2049082Z test_nvfuser_extremal_values_new_empty_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-12-01T11:11:41.2049421Z test_nvfuser_extremal_values_new_full_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2049758Z test_nvfuser_extremal_values_new_full_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2050092Z test_nvfuser_extremal_values_new_full_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2050397Z test_nvfuser_extremal_values_new_full_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2050725Z test_nvfuser_extremal_values_new_full_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2051057Z test_nvfuser_extremal_values_new_full_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2051440Z test_nvfuser_extremal_values_new_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2051776Z test_nvfuser_extremal_values_new_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2052105Z test_nvfuser_extremal_values_new_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2052431Z test_nvfuser_extremal_values_new_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2052755Z test_nvfuser_extremal_values_new_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2053083Z test_nvfuser_extremal_values_new_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2053410Z test_nvfuser_extremal_values_new_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2053745Z test_nvfuser_extremal_values_new_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2054076Z test_nvfuser_extremal_values_new_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2054423Z test_nvfuser_extremal_values_new_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2054765Z test_nvfuser_extremal_values_new_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2055098Z test_nvfuser_extremal_values_new_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2055428Z test_nvfuser_extremal_values_nextafter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2055755Z test_nvfuser_extremal_values_nextafter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2056082Z test_nvfuser_extremal_values_nextafter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2056461Z test_nvfuser_extremal_values_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2056845Z test_nvfuser_extremal_values_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2057218Z test_nvfuser_extremal_values_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2057583Z test_nvfuser_extremal_values_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2057954Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2058367Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2058728Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2059088Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2059430Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2059827Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2060198Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2060553Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2060907Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2061303Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2061673Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2062023Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2062373Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2062727Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2063083Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2063438Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2063792Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2064150Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2064506Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2064834Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2065247Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2065601Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2065951Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2066306Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2066659Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2067009Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2067355Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2067703Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2068089Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2068448Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2068790Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2069130Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2069472Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2069901Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2070372Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2070773Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2071275Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2071812Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2071982Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2072411Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2072778Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2073145Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2073503Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2073851Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2074192Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2074527Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2074860Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2075216Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2075537Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2075837Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2076130Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2076512Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2076889Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2077265Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2077629Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2077973Z test_nvfuser_extremal_values_nn_functional_celu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2078309Z test_nvfuser_extremal_values_nn_functional_celu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2078654Z test_nvfuser_extremal_values_nn_functional_celu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2079050Z test_nvfuser_extremal_values_nn_functional_celu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2079401Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2079752Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2080076Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2080418Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2080752Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2081082Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2081424Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2081812Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2082170Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2082518Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2082848Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2083173Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2083536Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2083902Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2084270Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2084607Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2084964Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2085315Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2085733Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2086093Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2086450Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2086801Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2087108Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.003s) 2022-12-01T11:11:41.2087414Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.003s) 2022-12-01T11:11:41.2087712Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.003s) 2022-12-01T11:11:41.2088013Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.003s) 2022-12-01T11:11:41.2088384Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2088788Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2089156Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2089482Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2089844Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2090203Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2090563Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2090924Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2091275Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2091625Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2091974Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2092316Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2092709Z test_nvfuser_extremal_values_nn_functional_ctc_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2093042Z test_nvfuser_extremal_values_nn_functional_ctc_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2093392Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2093744Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2094090Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2094419Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2094765Z test_nvfuser_extremal_values_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2095110Z test_nvfuser_extremal_values_nn_functional_dropout3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2095498Z test_nvfuser_extremal_values_nn_functional_dropout3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2095855Z test_nvfuser_extremal_values_nn_functional_dropout3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2096200Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2096541Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2096873Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2097202Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2097546Z test_nvfuser_extremal_values_nn_functional_elu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2097887Z test_nvfuser_extremal_values_nn_functional_elu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2098224Z test_nvfuser_extremal_values_nn_functional_elu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2098559Z test_nvfuser_extremal_values_nn_functional_elu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2098896Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2099302Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2099652Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2099998Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2100359Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2100708Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2101059Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2101405Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2101784Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2102194Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2102586Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2102951Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2103331Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2103719Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2104105Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2104490Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2104848Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2105233Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2105602Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2106008Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2106358Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2106701Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2107045Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2107388Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2107746Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2108100Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2108452Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2108847Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2109202Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2109537Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2109856Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2110194Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2110726Z test_nvfuser_extremal_values_nn_functional_glu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2111054Z test_nvfuser_extremal_values_nn_functional_glu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2111393Z test_nvfuser_extremal_values_nn_functional_glu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2111731Z test_nvfuser_extremal_values_nn_functional_glu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2112080Z test_nvfuser_extremal_values_nn_functional_grid_sample_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2112430Z test_nvfuser_extremal_values_nn_functional_grid_sample_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2112878Z test_nvfuser_extremal_values_nn_functional_grid_sample_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2113224Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2113575Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2113920Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2114266Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2114620Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2114943Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2115286Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2115690Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2116061Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2116416Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2116772Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2117122Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2117473Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2117822Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2118173Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2118516Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2118863Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2119213Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2119601Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2119908Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2120276Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2120638Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2121008Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2121376Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2121726Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2122071Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2122419Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2122855Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2123224Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2123575Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2123922Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2124268Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2124633Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2124975Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2125334Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2125684Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2126048Z test_nvfuser_extremal_values_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2126465Z test_nvfuser_extremal_values_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2126826Z test_nvfuser_extremal_values_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2127196Z test_nvfuser_extremal_values_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2127559Z test_nvfuser_extremal_values_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2127925Z test_nvfuser_extremal_values_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2128291Z test_nvfuser_extremal_values_nn_functional_interpolate_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2128655Z test_nvfuser_extremal_values_nn_functional_interpolate_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2129013Z test_nvfuser_extremal_values_nn_functional_interpolate_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2129427Z test_nvfuser_extremal_values_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2129804Z test_nvfuser_extremal_values_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2130168Z test_nvfuser_extremal_values_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2130514Z test_nvfuser_extremal_values_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2130871Z test_nvfuser_extremal_values_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2131224Z test_nvfuser_extremal_values_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2131570Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2131914Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2132241Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2132565Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2132907Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2133308Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2133658Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2133998Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2134333Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2134678Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2135032Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2135359Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2135708Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2136100Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2136458Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2136807Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2137149Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2137488Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2137835Z test_nvfuser_extremal_values_nn_functional_linear_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2138188Z test_nvfuser_extremal_values_nn_functional_linear_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2138539Z test_nvfuser_extremal_values_nn_functional_linear_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2138881Z test_nvfuser_extremal_values_nn_functional_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2139212Z test_nvfuser_extremal_values_nn_functional_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2139539Z test_nvfuser_extremal_values_nn_functional_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2139932Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2140293Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2140654Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2141016Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2141371Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2141723Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2142070Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2142422Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2142820Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2143190Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2143551Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2143908Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2144255Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2144601Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2144952Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2145276Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2145621Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2145960Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2146303Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2146695Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2147042Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2147377Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2147720Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2148063Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2148420Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2148772Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2149123Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2149522Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2149888Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2150226Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2150750Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2151107Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2151456Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2151820Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2152173Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2152528Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2152877Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2153229Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2153656Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2154006Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2154357Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2154712Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2155059Z test_nvfuser_extremal_values_nn_functional_mish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2155380Z test_nvfuser_extremal_values_nn_functional_mish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2155721Z test_nvfuser_extremal_values_nn_functional_mish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2156063Z test_nvfuser_extremal_values_nn_functional_mish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2156468Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2156826Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2157162Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2157489Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2157847Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2158203Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2158561Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2158915Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2159282Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2159643Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2160037Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2160436Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2160807Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2161179Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2161552Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2161924Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2162271Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2162619Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2162954Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2163325Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2163687Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2164042Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2164394Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2164744Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2165097Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2165427Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2165784Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2166146Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2166506Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2166859Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2167263Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2167612Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2167964Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2168415Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2168685Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2169086Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2169438Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2169736Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2170128Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2170497Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2170828Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2171178Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2171530Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2171886Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2172253Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2172614Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2172967Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2173317Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2173663Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2174076Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2174440Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2174806Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2175167Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2175527Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2175864Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2176205Z test_nvfuser_extremal_values_nn_functional_pdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2176538Z test_nvfuser_extremal_values_nn_functional_pdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2176940Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2177314Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2177669Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2178020Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2178366Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2178784Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2179147Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2179510Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2179868Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2180225Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2180580Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2180958Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2181314Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2181667Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2182017Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2182366Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2182708Z test_nvfuser_extremal_values_nn_functional_prelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2183039Z test_nvfuser_extremal_values_nn_functional_prelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2183365Z test_nvfuser_extremal_values_nn_functional_prelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2183756Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2184098Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2184481Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2184780Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2185076Z test_nvfuser_extremal_values_nn_functional_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2185415Z test_nvfuser_extremal_values_nn_functional_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2185736Z test_nvfuser_extremal_values_nn_functional_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2186078Z test_nvfuser_extremal_values_nn_functional_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2186426Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2186766Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2187096Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2187471Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2187804Z test_nvfuser_extremal_values_nn_functional_selu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2188137Z test_nvfuser_extremal_values_nn_functional_selu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2188476Z test_nvfuser_extremal_values_nn_functional_selu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2188815Z test_nvfuser_extremal_values_nn_functional_selu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2189150Z test_nvfuser_extremal_values_nn_functional_silu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2189484Z test_nvfuser_extremal_values_nn_functional_silu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2189819Z test_nvfuser_extremal_values_nn_functional_silu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2190129Z test_nvfuser_extremal_values_nn_functional_silu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2190698Z test_nvfuser_extremal_values_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2191084Z test_nvfuser_extremal_values_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2191429Z test_nvfuser_extremal_values_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2191784Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2192138Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2192492Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2192842Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2193183Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2193524Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2193870Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2194273Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2194633Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2195001Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2195362Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2195703Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2196067Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2196423Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2196770Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2197157Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2197503Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2197839Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2198184Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2198528Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2198875Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2199221Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2199566Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2199911Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2200253Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2200581Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2200963Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2201288Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2201635Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2201983Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2202331Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2202677Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2203020Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2203361Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2203705Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2204092Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2204449Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2204791Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2205134Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2205499Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2205859Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2206216Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2206571Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2206927Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2207304Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2207757Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2208135Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2208506Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2208882Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2209254Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2209599Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2209939Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2210280Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2210660Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2210983Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2211303Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2211662Z test_nvfuser_extremal_values_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2212017Z test_nvfuser_extremal_values_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2212377Z test_nvfuser_extremal_values_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2212737Z test_nvfuser_extremal_values_nn_functional_upsample_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2213089Z test_nvfuser_extremal_values_nn_functional_upsample_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2213434Z test_nvfuser_extremal_values_nn_functional_upsample_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2213759Z test_nvfuser_extremal_values_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2214090Z test_nvfuser_extremal_values_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2214472Z test_nvfuser_extremal_values_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2214794Z test_nvfuser_extremal_values_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2215116Z test_nvfuser_extremal_values_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2215418Z test_nvfuser_extremal_values_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2215739Z test_nvfuser_extremal_values_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2216069Z test_nvfuser_extremal_values_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2216391Z test_nvfuser_extremal_values_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2216708Z test_nvfuser_extremal_values_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2217011Z test_nvfuser_extremal_values_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2217356Z test_nvfuser_extremal_values_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2217693Z test_nvfuser_extremal_values_norm_fro_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2218021Z test_nvfuser_extremal_values_norm_fro_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2218347Z test_nvfuser_extremal_values_norm_fro_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2218667Z test_nvfuser_extremal_values_norm_fro_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2218990Z test_nvfuser_extremal_values_norm_fro_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2219311Z test_nvfuser_extremal_values_norm_fro_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2219621Z test_nvfuser_extremal_values_norm_inf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2219947Z test_nvfuser_extremal_values_norm_inf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2220271Z test_nvfuser_extremal_values_norm_inf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2220595Z test_nvfuser_extremal_values_norm_inf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2220914Z test_nvfuser_extremal_values_norm_inf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2221287Z test_nvfuser_extremal_values_norm_inf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2221612Z test_nvfuser_extremal_values_norm_nuc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2221938Z test_nvfuser_extremal_values_norm_nuc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2222252Z test_nvfuser_extremal_values_norm_nuc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2222571Z test_nvfuser_extremal_values_norm_nuc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2222895Z test_nvfuser_extremal_values_normal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2223216Z test_nvfuser_extremal_values_normal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2223511Z test_nvfuser_extremal_values_normal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2223815Z test_nvfuser_extremal_values_normal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2224191Z test_nvfuser_extremal_values_normal_number_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2224540Z test_nvfuser_extremal_values_normal_number_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2224876Z test_nvfuser_extremal_values_normal_number_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2225212Z test_nvfuser_extremal_values_normal_number_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2225531Z test_nvfuser_extremal_values_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2225857Z test_nvfuser_extremal_values_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2226182Z test_nvfuser_extremal_values_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2226502Z test_nvfuser_extremal_values_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2226807Z test_nvfuser_extremal_values_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2227108Z test_nvfuser_extremal_values_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2227435Z test_nvfuser_extremal_values_ones_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2227831Z test_nvfuser_extremal_values_ones_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2228161Z test_nvfuser_extremal_values_ones_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2228484Z test_nvfuser_extremal_values_ones_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2228812Z test_nvfuser_extremal_values_ones_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2229136Z test_nvfuser_extremal_values_ones_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2229460Z test_nvfuser_extremal_values_ormqr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2229787Z test_nvfuser_extremal_values_ormqr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2230105Z test_nvfuser_extremal_values_ormqr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2230412Z test_nvfuser_extremal_values_ormqr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2230881Z test_nvfuser_extremal_values_outer_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2231279Z test_nvfuser_extremal_values_outer_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2231620Z test_nvfuser_extremal_values_outer_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2231922Z test_nvfuser_extremal_values_outer_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2232234Z test_nvfuser_extremal_values_outer_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2232537Z test_nvfuser_extremal_values_outer_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2232867Z test_nvfuser_extremal_values_pca_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2233202Z test_nvfuser_extremal_values_pca_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2233527Z test_nvfuser_extremal_values_permute_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2233854Z test_nvfuser_extremal_values_permute_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2234181Z test_nvfuser_extremal_values_permute_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2234503Z test_nvfuser_extremal_values_permute_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2234896Z test_nvfuser_extremal_values_permute_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2235218Z test_nvfuser_extremal_values_permute_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2235547Z test_nvfuser_extremal_values_pinverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2235877Z test_nvfuser_extremal_values_pinverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2236188Z test_nvfuser_extremal_values_pinverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2236518Z test_nvfuser_extremal_values_pinverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2236841Z test_nvfuser_extremal_values_polar_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2237151Z test_nvfuser_extremal_values_polar_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2237499Z test_nvfuser_extremal_values_polygamma_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2237892Z test_nvfuser_extremal_values_polygamma_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2238251Z test_nvfuser_extremal_values_polygamma_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2238593Z test_nvfuser_extremal_values_polygamma_polygamma_n_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2238930Z test_nvfuser_extremal_values_polygamma_polygamma_n_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2239268Z test_nvfuser_extremal_values_polygamma_polygamma_n_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2239604Z test_nvfuser_extremal_values_polygamma_polygamma_n_2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2239946Z test_nvfuser_extremal_values_polygamma_polygamma_n_2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2240283Z test_nvfuser_extremal_values_polygamma_polygamma_n_2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2240604Z test_nvfuser_extremal_values_polygamma_polygamma_n_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2240939Z test_nvfuser_extremal_values_polygamma_polygamma_n_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2241275Z test_nvfuser_extremal_values_polygamma_polygamma_n_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2241665Z test_nvfuser_extremal_values_polygamma_polygamma_n_4_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2242001Z test_nvfuser_extremal_values_polygamma_polygamma_n_4_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2242330Z test_nvfuser_extremal_values_polygamma_polygamma_n_4_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2242652Z test_nvfuser_extremal_values_positive_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2242984Z test_nvfuser_extremal_values_positive_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2243321Z test_nvfuser_extremal_values_positive_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2243644Z test_nvfuser_extremal_values_positive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2243968Z test_nvfuser_extremal_values_positive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2244290Z test_nvfuser_extremal_values_positive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2244652Z test_nvfuser_extremal_values_pow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2244971Z test_nvfuser_extremal_values_pow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2245290Z test_nvfuser_extremal_values_pow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2245607Z test_nvfuser_extremal_values_pow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2245916Z test_nvfuser_extremal_values_pow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2246222Z test_nvfuser_extremal_values_pow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2246541Z test_nvfuser_extremal_values_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2246866Z test_nvfuser_extremal_values_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2247185Z test_nvfuser_extremal_values_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2247500Z test_nvfuser_extremal_values_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2247803Z test_nvfuser_extremal_values_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2248106Z test_nvfuser_extremal_values_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2248459Z test_nvfuser_extremal_values_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2248754Z test_nvfuser_extremal_values_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2249069Z test_nvfuser_extremal_values_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2249384Z test_nvfuser_extremal_values_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2249690Z test_nvfuser_extremal_values_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2249994Z test_nvfuser_extremal_values_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2250306Z test_nvfuser_extremal_values_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2250612Z test_nvfuser_extremal_values_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2250921Z test_nvfuser_extremal_values_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2251278Z test_nvfuser_extremal_values_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2251562Z test_nvfuser_extremal_values_quantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2251818Z test_nvfuser_extremal_values_quantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2252142Z test_nvfuser_extremal_values_rad2deg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2252446Z test_nvfuser_extremal_values_rad2deg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2252766Z test_nvfuser_extremal_values_rad2deg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2253091Z test_nvfuser_extremal_values_rad2deg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2253420Z test_nvfuser_extremal_values_rand_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2253747Z test_nvfuser_extremal_values_rand_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2254075Z test_nvfuser_extremal_values_rand_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2254397Z test_nvfuser_extremal_values_rand_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2254723Z test_nvfuser_extremal_values_rand_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2255107Z test_nvfuser_extremal_values_rand_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2255438Z test_nvfuser_extremal_values_randint_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2255764Z test_nvfuser_extremal_values_randint_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2256088Z test_nvfuser_extremal_values_randint_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2256391Z test_nvfuser_extremal_values_randint_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2256715Z test_nvfuser_extremal_values_randn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2257040Z test_nvfuser_extremal_values_randn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2257360Z test_nvfuser_extremal_values_randn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2257676Z test_nvfuser_extremal_values_randn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2258027Z test_nvfuser_extremal_values_randn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2258344Z test_nvfuser_extremal_values_randn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2258675Z test_nvfuser_extremal_values_randn_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2259004Z test_nvfuser_extremal_values_randn_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2259333Z test_nvfuser_extremal_values_randn_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2259655Z test_nvfuser_extremal_values_randn_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2260026Z test_nvfuser_extremal_values_randn_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2260355Z test_nvfuser_extremal_values_randn_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2260659Z test_nvfuser_extremal_values_ravel_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2260983Z test_nvfuser_extremal_values_ravel_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2261307Z test_nvfuser_extremal_values_ravel_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2261629Z test_nvfuser_extremal_values_ravel_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2261990Z test_nvfuser_extremal_values_ravel_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2262285Z test_nvfuser_extremal_values_ravel_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2262595Z test_nvfuser_extremal_values_real_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2262913Z test_nvfuser_extremal_values_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2263237Z test_nvfuser_extremal_values_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2263561Z test_nvfuser_extremal_values_real_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2263868Z test_nvfuser_extremal_values_real_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2264169Z test_nvfuser_extremal_values_real_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2264480Z test_nvfuser_extremal_values_reciprocal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2264858Z test_nvfuser_extremal_values_reciprocal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2265204Z test_nvfuser_extremal_values_reciprocal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2265537Z test_nvfuser_extremal_values_reciprocal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2265867Z test_nvfuser_extremal_values_reciprocal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2266193Z test_nvfuser_extremal_values_reciprocal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2266521Z test_nvfuser_extremal_values_remainder_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2266849Z test_nvfuser_extremal_values_remainder_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2267179Z test_nvfuser_extremal_values_remainder_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2267502Z test_nvfuser_extremal_values_remainder_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2267816Z test_nvfuser_extremal_values_renorm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2268138Z test_nvfuser_extremal_values_renorm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2268466Z test_nvfuser_extremal_values_renorm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2268820Z test_nvfuser_extremal_values_renorm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2269129Z test_nvfuser_extremal_values_renorm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2269432Z test_nvfuser_extremal_values_renorm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2269757Z test_nvfuser_extremal_values_repeat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2270085Z test_nvfuser_extremal_values_repeat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2270418Z test_nvfuser_extremal_values_repeat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2270890Z test_nvfuser_extremal_values_repeat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2271254Z test_nvfuser_extremal_values_repeat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2271510Z test_nvfuser_extremal_values_repeat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2272027Z test_nvfuser_extremal_values_repeat_interleave_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2272443Z test_nvfuser_extremal_values_repeat_interleave_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2272719Z test_nvfuser_extremal_values_repeat_interleave_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2273061Z test_nvfuser_extremal_values_repeat_interleave_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2273473Z test_nvfuser_extremal_values_repeat_interleave_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2273768Z test_nvfuser_extremal_values_repeat_interleave_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2274262Z test_nvfuser_extremal_values_reshape_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2274679Z test_nvfuser_extremal_values_reshape_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2274886Z test_nvfuser_extremal_values_reshape_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2275247Z test_nvfuser_extremal_values_reshape_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2275538Z test_nvfuser_extremal_values_reshape_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2275944Z test_nvfuser_extremal_values_reshape_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2276270Z test_nvfuser_extremal_values_reshape_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2276593Z test_nvfuser_extremal_values_reshape_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2276919Z test_nvfuser_extremal_values_reshape_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2277243Z test_nvfuser_extremal_values_reshape_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2277553Z test_nvfuser_extremal_values_reshape_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2277873Z test_nvfuser_extremal_values_reshape_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2278196Z test_nvfuser_extremal_values_resize__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2278517Z test_nvfuser_extremal_values_resize__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2278890Z test_nvfuser_extremal_values_resize__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2279217Z test_nvfuser_extremal_values_resize__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2279539Z test_nvfuser_extremal_values_resize__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2279855Z test_nvfuser_extremal_values_resize__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2280178Z test_nvfuser_extremal_values_resize_as__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2280507Z test_nvfuser_extremal_values_resize_as__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2280837Z test_nvfuser_extremal_values_resize_as__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2281163Z test_nvfuser_extremal_values_resize_as__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2281485Z test_nvfuser_extremal_values_resize_as__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2281791Z test_nvfuser_extremal_values_resize_as__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2282121Z test_nvfuser_extremal_values_resolve_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2282454Z test_nvfuser_extremal_values_resolve_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2282848Z test_nvfuser_extremal_values_resolve_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2283177Z test_nvfuser_extremal_values_resolve_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2283505Z test_nvfuser_extremal_values_resolve_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2283823Z test_nvfuser_extremal_values_resolve_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2284146Z test_nvfuser_extremal_values_resolve_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2284480Z test_nvfuser_extremal_values_resolve_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2284807Z test_nvfuser_extremal_values_resolve_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2285125Z test_nvfuser_extremal_values_resolve_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2285449Z test_nvfuser_extremal_values_resolve_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2285813Z test_nvfuser_extremal_values_resolve_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2286132Z test_nvfuser_extremal_values_roll_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2286451Z test_nvfuser_extremal_values_roll_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2286770Z test_nvfuser_extremal_values_roll_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2287085Z test_nvfuser_extremal_values_roll_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2287448Z test_nvfuser_extremal_values_roll_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2287757Z test_nvfuser_extremal_values_roll_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2288067Z test_nvfuser_extremal_values_rot90_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2288385Z test_nvfuser_extremal_values_rot90_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2288707Z test_nvfuser_extremal_values_rot90_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2289028Z test_nvfuser_extremal_values_rot90_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2289338Z test_nvfuser_extremal_values_rot90_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2289698Z test_nvfuser_extremal_values_rot90_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2289998Z test_nvfuser_extremal_values_round_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2290301Z test_nvfuser_extremal_values_round_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2290601Z test_nvfuser_extremal_values_round_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2290902Z test_nvfuser_extremal_values_round_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2291241Z test_nvfuser_extremal_values_round_decimals_0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2291574Z test_nvfuser_extremal_values_round_decimals_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2291906Z test_nvfuser_extremal_values_round_decimals_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2292240Z test_nvfuser_extremal_values_round_decimals_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2292616Z test_nvfuser_extremal_values_round_decimals_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2292960Z test_nvfuser_extremal_values_round_decimals_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2293285Z test_nvfuser_extremal_values_round_decimals_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2293616Z test_nvfuser_extremal_values_round_decimals_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2293951Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2294271Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2294597Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2294917Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2295235Z test_nvfuser_extremal_values_rsqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2295554Z test_nvfuser_extremal_values_rsqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2295877Z test_nvfuser_extremal_values_rsqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2296249Z test_nvfuser_extremal_values_rsqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2296558Z test_nvfuser_extremal_values_rsqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2296862Z test_nvfuser_extremal_values_rsqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2297165Z test_nvfuser_extremal_values_rsub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2297484Z test_nvfuser_extremal_values_rsub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2297809Z test_nvfuser_extremal_values_rsub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2298124Z test_nvfuser_extremal_values_rsub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2298412Z test_nvfuser_extremal_values_rsub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2298713Z test_nvfuser_extremal_values_rsub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2299084Z test_nvfuser_extremal_values_scatter_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2299432Z test_nvfuser_extremal_values_scatter_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2299762Z test_nvfuser_extremal_values_scatter_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2300088Z test_nvfuser_extremal_values_scatter_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2300411Z test_nvfuser_extremal_values_scatter_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2300730Z test_nvfuser_extremal_values_scatter_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2301056Z test_nvfuser_extremal_values_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2301387Z test_nvfuser_extremal_values_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2301713Z test_nvfuser_extremal_values_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2302034Z test_nvfuser_extremal_values_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2302341Z test_nvfuser_extremal_values_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2302665Z test_nvfuser_extremal_values_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2303074Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2303411Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2303729Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2304050Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2304380Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2304706Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2305023Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2305338Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2305707Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2306039Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2306362Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2306663Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2306988Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2307308Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2307626Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2307948Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2308265Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2308597Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2308934Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2309319Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2309650Z test_nvfuser_extremal_values_searchsorted_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2309979Z test_nvfuser_extremal_values_searchsorted_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2310304Z test_nvfuser_extremal_values_searchsorted_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2310851Z test_nvfuser_extremal_values_segment_reduce_lengths_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2311176Z test_nvfuser_extremal_values_segment_reduce_lengths_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2311491Z test_nvfuser_extremal_values_segment_reduce_lengths_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2311820Z test_nvfuser_extremal_values_segment_reduce_lengths_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2312160Z test_nvfuser_extremal_values_segment_reduce_offsets_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2312572Z test_nvfuser_extremal_values_segment_reduce_offsets_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2312925Z test_nvfuser_extremal_values_segment_reduce_offsets_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2313251Z test_nvfuser_extremal_values_segment_reduce_offsets_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2313570Z test_nvfuser_extremal_values_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2313897Z test_nvfuser_extremal_values_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2314226Z test_nvfuser_extremal_values_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2314550Z test_nvfuser_extremal_values_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2314858Z test_nvfuser_extremal_values_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2315177Z test_nvfuser_extremal_values_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2315510Z test_nvfuser_extremal_values_select_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2315828Z test_nvfuser_extremal_values_select_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2316163Z test_nvfuser_extremal_values_select_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2316550Z test_nvfuser_extremal_values_select_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2316867Z test_nvfuser_extremal_values_sgn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2317181Z test_nvfuser_extremal_values_sgn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2317502Z test_nvfuser_extremal_values_sgn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2317816Z test_nvfuser_extremal_values_sgn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2318120Z test_nvfuser_extremal_values_sgn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2318420Z test_nvfuser_extremal_values_sgn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2318733Z test_nvfuser_extremal_values_short_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2319055Z test_nvfuser_extremal_values_short_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2319415Z test_nvfuser_extremal_values_short_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2319730Z test_nvfuser_extremal_values_short_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2320037Z test_nvfuser_extremal_values_short_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2320339Z test_nvfuser_extremal_values_short_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2320658Z test_nvfuser_extremal_values_sigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2320985Z test_nvfuser_extremal_values_sigmoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2321315Z test_nvfuser_extremal_values_sigmoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2321635Z test_nvfuser_extremal_values_sigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2321952Z test_nvfuser_extremal_values_sigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2322272Z test_nvfuser_extremal_values_sigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2322593Z test_nvfuser_extremal_values_sign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2322964Z test_nvfuser_extremal_values_sign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2323266Z test_nvfuser_extremal_values_sign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2323562Z test_nvfuser_extremal_values_sign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2323867Z test_nvfuser_extremal_values_signbit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2324187Z test_nvfuser_extremal_values_signbit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2324506Z test_nvfuser_extremal_values_signbit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2324830Z test_nvfuser_extremal_values_signbit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2325140Z test_nvfuser_extremal_values_sin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2325459Z test_nvfuser_extremal_values_sin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2325775Z test_nvfuser_extremal_values_sin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2326128Z test_nvfuser_extremal_values_sin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2326447Z test_nvfuser_extremal_values_sin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2326746Z test_nvfuser_extremal_values_sin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2327059Z test_nvfuser_extremal_values_sinc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2327379Z test_nvfuser_extremal_values_sinc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2327686Z test_nvfuser_extremal_values_sinc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2328006Z test_nvfuser_extremal_values_sinc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2328309Z test_nvfuser_extremal_values_sinc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2328610Z test_nvfuser_extremal_values_sinc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2328927Z test_nvfuser_extremal_values_sinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2329247Z test_nvfuser_extremal_values_sinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2329565Z test_nvfuser_extremal_values_sinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2329930Z test_nvfuser_extremal_values_sinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2330236Z test_nvfuser_extremal_values_sinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2330536Z test_nvfuser_extremal_values_sinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2330852Z test_nvfuser_extremal_values_slice_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2331178Z test_nvfuser_extremal_values_slice_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2331488Z test_nvfuser_extremal_values_slice_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2331805Z test_nvfuser_extremal_values_slice_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2332112Z test_nvfuser_extremal_values_slice_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2332414Z test_nvfuser_extremal_values_slice_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2332850Z test_nvfuser_extremal_values_slice_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2333196Z test_nvfuser_extremal_values_slice_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2333525Z test_nvfuser_extremal_values_slice_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2333846Z test_nvfuser_extremal_values_slice_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2334168Z test_nvfuser_extremal_values_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2334487Z test_nvfuser_extremal_values_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2334813Z test_nvfuser_extremal_values_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2335131Z test_nvfuser_extremal_values_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2335467Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2335794Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2336133Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2336519Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2336855Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2337192Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2337507Z test_nvfuser_extremal_values_sort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2337822Z test_nvfuser_extremal_values_sort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2338129Z test_nvfuser_extremal_values_sort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2338429Z test_nvfuser_extremal_values_sort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2338777Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2339122Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2339515Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2339859Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2340175Z test_nvfuser_extremal_values_special_airy_ai_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2340505Z test_nvfuser_extremal_values_special_airy_ai_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2340840Z test_nvfuser_extremal_values_special_bessel_j0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2341173Z test_nvfuser_extremal_values_special_bessel_j0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2341509Z test_nvfuser_extremal_values_special_bessel_j1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2341843Z test_nvfuser_extremal_values_special_bessel_j1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2342171Z test_nvfuser_extremal_values_special_bessel_y0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2342497Z test_nvfuser_extremal_values_special_bessel_y0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2342826Z test_nvfuser_extremal_values_special_bessel_y1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2343207Z test_nvfuser_extremal_values_special_bessel_y1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2343507Z test_nvfuser_extremal_values_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2343803Z test_nvfuser_extremal_values_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2344083Z test_nvfuser_extremal_values_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2344377Z test_nvfuser_extremal_values_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2344666Z test_nvfuser_extremal_values_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2344954Z test_nvfuser_extremal_values_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2345239Z test_nvfuser_extremal_values_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2345529Z test_nvfuser_extremal_values_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2345861Z test_nvfuser_extremal_values_special_entr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2346192Z test_nvfuser_extremal_values_special_entr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2346563Z test_nvfuser_extremal_values_special_entr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2346901Z test_nvfuser_extremal_values_special_entr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2347226Z test_nvfuser_extremal_values_special_erfcx_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2347556Z test_nvfuser_extremal_values_special_erfcx_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2347833Z test_nvfuser_extremal_values_special_hermite_polynomial_h_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2348129Z test_nvfuser_extremal_values_special_hermite_polynomial_h_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2348426Z test_nvfuser_extremal_values_special_hermite_polynomial_he_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2348715Z test_nvfuser_extremal_values_special_hermite_polynomial_he_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2349043Z test_nvfuser_extremal_values_special_i0e_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2349366Z test_nvfuser_extremal_values_special_i0e_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2349690Z test_nvfuser_extremal_values_special_i0e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2350009Z test_nvfuser_extremal_values_special_i0e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2350400Z test_nvfuser_extremal_values_special_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2350941Z test_nvfuser_extremal_values_special_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2351250Z test_nvfuser_extremal_values_special_i1e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2351580Z test_nvfuser_extremal_values_special_i1e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2351864Z test_nvfuser_extremal_values_special_laguerre_polynomial_l_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2352164Z test_nvfuser_extremal_values_special_laguerre_polynomial_l_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2352459Z test_nvfuser_extremal_values_special_legendre_polynomial_p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2352751Z test_nvfuser_extremal_values_special_legendre_polynomial_p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2353086Z test_nvfuser_extremal_values_special_log_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2353491Z test_nvfuser_extremal_values_special_log_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2353856Z test_nvfuser_extremal_values_special_modified_bessel_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2354206Z test_nvfuser_extremal_values_special_modified_bessel_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2354549Z test_nvfuser_extremal_values_special_modified_bessel_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2354892Z test_nvfuser_extremal_values_special_modified_bessel_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2355235Z test_nvfuser_extremal_values_special_modified_bessel_k0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2355578Z test_nvfuser_extremal_values_special_modified_bessel_k0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2355903Z test_nvfuser_extremal_values_special_modified_bessel_k1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2356242Z test_nvfuser_extremal_values_special_modified_bessel_k1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2356570Z test_nvfuser_extremal_values_special_ndtr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2356901Z test_nvfuser_extremal_values_special_ndtr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2357302Z test_nvfuser_extremal_values_special_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2357621Z test_nvfuser_extremal_values_special_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2357944Z test_nvfuser_extremal_values_special_ndtri_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2358271Z test_nvfuser_extremal_values_special_ndtri_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2358639Z test_nvfuser_extremal_values_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2359012Z test_nvfuser_extremal_values_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2359377Z test_nvfuser_extremal_values_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2359732Z test_nvfuser_extremal_values_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2360172Z test_nvfuser_extremal_values_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2360538Z test_nvfuser_extremal_values_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2360881Z test_nvfuser_extremal_values_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2361189Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2361494Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2361801Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2362105Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2362408Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-12-01T11:11:41.2362706Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2363001Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2363297Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-12-01T11:11:41.2363654Z test_nvfuser_extremal_values_special_spherical_bessel_j0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2364006Z test_nvfuser_extremal_values_special_spherical_bessel_j0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2364393Z test_nvfuser_extremal_values_special_xlog1py_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2364712Z test_nvfuser_extremal_values_special_xlog1py_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2365044Z test_nvfuser_extremal_values_special_xlog1py_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2365376Z test_nvfuser_extremal_values_special_xlog1py_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2365705Z test_nvfuser_extremal_values_special_zeta_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2366033Z test_nvfuser_extremal_values_special_zeta_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2366351Z test_nvfuser_extremal_values_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2366674Z test_nvfuser_extremal_values_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2366995Z test_nvfuser_extremal_values_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2367359Z test_nvfuser_extremal_values_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2367685Z test_nvfuser_extremal_values_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2367989Z test_nvfuser_extremal_values_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2368319Z test_nvfuser_extremal_values_split_list_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2368656Z test_nvfuser_extremal_values_split_list_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2368979Z test_nvfuser_extremal_values_split_list_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2369314Z test_nvfuser_extremal_values_split_list_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2369644Z test_nvfuser_extremal_values_split_list_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2369972Z test_nvfuser_extremal_values_split_list_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2370307Z test_nvfuser_extremal_values_split_with_sizes_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2370649Z test_nvfuser_extremal_values_split_with_sizes_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2371032Z test_nvfuser_extremal_values_split_with_sizes_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2371361Z test_nvfuser_extremal_values_split_with_sizes_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2371692Z test_nvfuser_extremal_values_split_with_sizes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2372020Z test_nvfuser_extremal_values_split_with_sizes_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2372341Z test_nvfuser_extremal_values_sqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2372664Z test_nvfuser_extremal_values_sqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2372986Z test_nvfuser_extremal_values_sqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2373288Z test_nvfuser_extremal_values_sqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2373593Z test_nvfuser_extremal_values_sqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2373935Z test_nvfuser_extremal_values_sqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2374263Z test_nvfuser_extremal_values_square_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2374588Z test_nvfuser_extremal_values_square_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2374908Z test_nvfuser_extremal_values_square_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2375227Z test_nvfuser_extremal_values_square_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2375538Z test_nvfuser_extremal_values_square_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2375852Z test_nvfuser_extremal_values_square_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2376171Z test_nvfuser_extremal_values_squeeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2376497Z test_nvfuser_extremal_values_squeeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2376822Z test_nvfuser_extremal_values_squeeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2377130Z test_nvfuser_extremal_values_squeeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2377459Z test_nvfuser_extremal_values_squeeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2377827Z test_nvfuser_extremal_values_squeeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2378147Z test_nvfuser_extremal_values_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2378468Z test_nvfuser_extremal_values_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2378788Z test_nvfuser_extremal_values_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2379115Z test_nvfuser_extremal_values_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2379431Z test_nvfuser_extremal_values_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2379741Z test_nvfuser_extremal_values_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2380062Z test_nvfuser_extremal_values_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2380383Z test_nvfuser_extremal_values_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2380743Z test_nvfuser_extremal_values_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2381073Z test_nvfuser_extremal_values_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2381361Z test_nvfuser_extremal_values_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2381661Z test_nvfuser_extremal_values_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2381986Z test_nvfuser_extremal_values_std_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2382314Z test_nvfuser_extremal_values_std_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2382646Z test_nvfuser_extremal_values_std_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2382967Z test_nvfuser_extremal_values_std_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2383290Z test_nvfuser_extremal_values_std_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2383608Z test_nvfuser_extremal_values_std_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2383931Z test_nvfuser_extremal_values_stft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2384251Z test_nvfuser_extremal_values_stft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2384618Z test_nvfuser_extremal_values_stft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2384923Z test_nvfuser_extremal_values_stft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2385209Z test_nvfuser_extremal_values_sub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2385519Z test_nvfuser_extremal_values_sub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2385838Z test_nvfuser_extremal_values_sub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2386154Z test_nvfuser_extremal_values_sub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2386465Z test_nvfuser_extremal_values_sub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2386760Z test_nvfuser_extremal_values_sub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2387065Z test_nvfuser_extremal_values_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2387413Z test_nvfuser_extremal_values_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2387739Z test_nvfuser_extremal_values_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2388043Z test_nvfuser_extremal_values_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2388344Z test_nvfuser_extremal_values_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2388639Z test_nvfuser_extremal_values_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2388949Z test_nvfuser_extremal_values_sum_to_size_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2389271Z test_nvfuser_extremal_values_sum_to_size_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2389601Z test_nvfuser_extremal_values_sum_to_size_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2389923Z test_nvfuser_extremal_values_sum_to_size_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2390245Z test_nvfuser_extremal_values_sum_to_size_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2390835Z test_nvfuser_extremal_values_sum_to_size_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2391105Z test_nvfuser_extremal_values_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2391504Z test_nvfuser_extremal_values_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2391816Z test_nvfuser_extremal_values_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2392117Z test_nvfuser_extremal_values_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2392438Z test_nvfuser_extremal_values_svd_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2392766Z test_nvfuser_extremal_values_svd_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2393098Z test_nvfuser_extremal_values_symeig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2393408Z test_nvfuser_extremal_values_symeig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2393727Z test_nvfuser_extremal_values_symeig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2394031Z test_nvfuser_extremal_values_symeig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2394401Z test_nvfuser_extremal_values_t_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2394736Z test_nvfuser_extremal_values_t_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2395053Z test_nvfuser_extremal_values_t_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2395362Z test_nvfuser_extremal_values_t_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2395675Z test_nvfuser_extremal_values_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2395993Z test_nvfuser_extremal_values_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2396330Z test_nvfuser_extremal_values_take_along_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2396667Z test_nvfuser_extremal_values_take_along_dim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2397010Z test_nvfuser_extremal_values_take_along_dim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2397326Z test_nvfuser_extremal_values_take_along_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2397656Z test_nvfuser_extremal_values_take_along_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2398046Z test_nvfuser_extremal_values_take_along_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2398363Z test_nvfuser_extremal_values_take_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2398681Z test_nvfuser_extremal_values_take_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2399000Z test_nvfuser_extremal_values_take_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2399320Z test_nvfuser_extremal_values_take_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2399628Z test_nvfuser_extremal_values_take_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2399942Z test_nvfuser_extremal_values_take_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2400246Z test_nvfuser_extremal_values_tan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2400562Z test_nvfuser_extremal_values_tan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2400875Z test_nvfuser_extremal_values_tan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2401235Z test_nvfuser_extremal_values_tan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2401539Z test_nvfuser_extremal_values_tan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2401841Z test_nvfuser_extremal_values_tan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2402153Z test_nvfuser_extremal_values_tanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2402472Z test_nvfuser_extremal_values_tanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2402794Z test_nvfuser_extremal_values_tanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2403114Z test_nvfuser_extremal_values_tanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2403418Z test_nvfuser_extremal_values_tanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2403720Z test_nvfuser_extremal_values_tanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2404048Z test_nvfuser_extremal_values_tensor_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2404384Z test_nvfuser_extremal_values_tensor_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2404769Z test_nvfuser_extremal_values_tensor_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2405095Z test_nvfuser_extremal_values_tensor_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2405404Z test_nvfuser_extremal_values_tensor_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2405722Z test_nvfuser_extremal_values_tensor_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2406050Z test_nvfuser_extremal_values_tensordot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2406377Z test_nvfuser_extremal_values_tensordot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2406709Z test_nvfuser_extremal_values_tensordot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2407035Z test_nvfuser_extremal_values_tensordot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2407360Z test_nvfuser_extremal_values_tensordot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2407729Z test_nvfuser_extremal_values_tensordot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2408059Z test_nvfuser_extremal_values_tile_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2408381Z test_nvfuser_extremal_values_tile_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2408699Z test_nvfuser_extremal_values_tile_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2409016Z test_nvfuser_extremal_values_tile_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2409305Z test_nvfuser_extremal_values_tile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2409609Z test_nvfuser_extremal_values_tile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2409932Z test_nvfuser_extremal_values_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2410249Z test_nvfuser_extremal_values_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2410559Z test_nvfuser_extremal_values_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2410873Z test_nvfuser_extremal_values_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2411194Z test_nvfuser_extremal_values_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2411567Z test_nvfuser_extremal_values_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2411893Z test_nvfuser_extremal_values_to_sparse_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2412224Z test_nvfuser_extremal_values_to_sparse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2412554Z test_nvfuser_extremal_values_to_sparse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2412880Z test_nvfuser_extremal_values_to_sparse_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2413210Z test_nvfuser_extremal_values_to_sparse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2413519Z test_nvfuser_extremal_values_to_sparse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2413847Z test_nvfuser_extremal_values_topk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2414165Z test_nvfuser_extremal_values_topk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2414516Z test_nvfuser_extremal_values_topk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2414832Z test_nvfuser_extremal_values_topk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2415163Z test_nvfuser_extremal_values_trace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2415489Z test_nvfuser_extremal_values_trace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2415811Z test_nvfuser_extremal_values_trace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2416131Z test_nvfuser_extremal_values_trace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2416449Z test_nvfuser_extremal_values_trace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2416763Z test_nvfuser_extremal_values_trace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2417095Z test_nvfuser_extremal_values_transpose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2417411Z test_nvfuser_extremal_values_transpose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2417747Z test_nvfuser_extremal_values_transpose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2418076Z test_nvfuser_extremal_values_transpose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2418461Z test_nvfuser_extremal_values_transpose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2418787Z test_nvfuser_extremal_values_transpose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2419108Z test_nvfuser_extremal_values_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2419436Z test_nvfuser_extremal_values_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2419767Z test_nvfuser_extremal_values_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2420093Z test_nvfuser_extremal_values_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2420417Z test_nvfuser_extremal_values_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2420744Z test_nvfuser_extremal_values_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2421070Z test_nvfuser_extremal_values_trapz_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2421441Z test_nvfuser_extremal_values_trapz_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2421760Z test_nvfuser_extremal_values_trapz_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2422082Z test_nvfuser_extremal_values_trapz_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2422401Z test_nvfuser_extremal_values_trapz_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2422706Z test_nvfuser_extremal_values_trapz_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2423049Z test_nvfuser_extremal_values_triangular_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2423384Z test_nvfuser_extremal_values_triangular_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2423723Z test_nvfuser_extremal_values_triangular_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2424137Z test_nvfuser_extremal_values_triangular_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2424388Z test_nvfuser_extremal_values_tril_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2424703Z test_nvfuser_extremal_values_tril_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2425020Z test_nvfuser_extremal_values_tril_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2425387Z test_nvfuser_extremal_values_tril_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2425683Z test_nvfuser_extremal_values_tril_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2426005Z test_nvfuser_extremal_values_triu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2426323Z test_nvfuser_extremal_values_triu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2426637Z test_nvfuser_extremal_values_triu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2426949Z test_nvfuser_extremal_values_triu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2427250Z test_nvfuser_extremal_values_triu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2427576Z test_nvfuser_extremal_values_true_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2427903Z test_nvfuser_extremal_values_true_divide_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2428278Z test_nvfuser_extremal_values_true_divide_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2428616Z test_nvfuser_extremal_values_true_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2428941Z test_nvfuser_extremal_values_true_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2429265Z test_nvfuser_extremal_values_true_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2429585Z test_nvfuser_extremal_values_trunc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2429891Z test_nvfuser_extremal_values_trunc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2430209Z test_nvfuser_extremal_values_trunc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2430748Z test_nvfuser_extremal_values_trunc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2431051Z test_nvfuser_extremal_values_unbind_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2431381Z test_nvfuser_extremal_values_unbind_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2431705Z test_nvfuser_extremal_values_unbind_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2432024Z test_nvfuser_extremal_values_unbind_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2432418Z test_nvfuser_extremal_values_unbind_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2432724Z test_nvfuser_extremal_values_unbind_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2433049Z test_nvfuser_extremal_values_unflatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2433383Z test_nvfuser_extremal_values_unflatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2433718Z test_nvfuser_extremal_values_unflatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2434132Z test_nvfuser_extremal_values_unflatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2434361Z test_nvfuser_extremal_values_unflatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2434689Z test_nvfuser_extremal_values_unflatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2435118Z test_nvfuser_extremal_values_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2435498Z test_nvfuser_extremal_values_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2435816Z test_nvfuser_extremal_values_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2436058Z test_nvfuser_extremal_values_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2436371Z test_nvfuser_extremal_values_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2436676Z test_nvfuser_extremal_values_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2437004Z test_nvfuser_extremal_values_uniform_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2437335Z test_nvfuser_extremal_values_uniform_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2437651Z test_nvfuser_extremal_values_uniform_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2437973Z test_nvfuser_extremal_values_uniform_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2438277Z test_nvfuser_extremal_values_uniform_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2438602Z test_nvfuser_extremal_values_uniform_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2439048Z test_nvfuser_extremal_values_unique_consecutive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2439389Z test_nvfuser_extremal_values_unique_consecutive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2439725Z test_nvfuser_extremal_values_unique_consecutive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2440044Z test_nvfuser_extremal_values_unique_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2440355Z test_nvfuser_extremal_values_unique_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2440664Z test_nvfuser_extremal_values_unique_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2440993Z test_nvfuser_extremal_values_unsqueeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2441329Z test_nvfuser_extremal_values_unsqueeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2441666Z test_nvfuser_extremal_values_unsqueeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2442037Z test_nvfuser_extremal_values_unsqueeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2442357Z test_nvfuser_extremal_values_unsqueeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2442688Z test_nvfuser_extremal_values_unsqueeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2443005Z test_nvfuser_extremal_values_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2443316Z test_nvfuser_extremal_values_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2443635Z test_nvfuser_extremal_values_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2443956Z test_nvfuser_extremal_values_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2444267Z test_nvfuser_extremal_values_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2444569Z test_nvfuser_extremal_values_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2444892Z test_nvfuser_extremal_values_var_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2445224Z test_nvfuser_extremal_values_var_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2445557Z test_nvfuser_extremal_values_var_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2445948Z test_nvfuser_extremal_values_var_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2446271Z test_nvfuser_extremal_values_var_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2446579Z test_nvfuser_extremal_values_var_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2446901Z test_nvfuser_extremal_values_vdot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2447226Z test_nvfuser_extremal_values_vdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2447551Z test_nvfuser_extremal_values_vdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2447871Z test_nvfuser_extremal_values_vdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2448178Z test_nvfuser_extremal_values_vdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2448479Z test_nvfuser_extremal_values_vdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2448861Z test_nvfuser_extremal_values_view_as_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2449206Z test_nvfuser_extremal_values_view_as_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2449545Z test_nvfuser_extremal_values_view_as_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2449871Z test_nvfuser_extremal_values_view_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2450197Z test_nvfuser_extremal_values_view_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2450509Z test_nvfuser_extremal_values_view_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2450833Z test_nvfuser_extremal_values_view_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2451155Z test_nvfuser_extremal_values_view_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2451475Z test_nvfuser_extremal_values_view_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2451807Z test_nvfuser_extremal_values_view_as_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2452139Z test_nvfuser_extremal_values_view_as_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2452456Z test_nvfuser_extremal_values_view_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2452825Z test_nvfuser_extremal_values_view_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2453149Z test_nvfuser_extremal_values_view_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2453468Z test_nvfuser_extremal_values_view_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2453773Z test_nvfuser_extremal_values_view_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2454084Z test_nvfuser_extremal_values_view_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2454416Z test_nvfuser_extremal_values_vsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2454728Z test_nvfuser_extremal_values_vsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2455057Z test_nvfuser_extremal_values_vsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2455382Z test_nvfuser_extremal_values_vsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2455731Z test_nvfuser_extremal_values_vsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2456054Z test_nvfuser_extremal_values_vsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2456378Z test_nvfuser_extremal_values_vstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2456705Z test_nvfuser_extremal_values_vstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2457036Z test_nvfuser_extremal_values_vstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2457358Z test_nvfuser_extremal_values_vstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2457674Z test_nvfuser_extremal_values_vstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2457986Z test_nvfuser_extremal_values_vstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2458292Z test_nvfuser_extremal_values_where_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2458596Z test_nvfuser_extremal_values_where_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2458923Z test_nvfuser_extremal_values_where_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2459246Z test_nvfuser_extremal_values_where_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2459620Z test_nvfuser_extremal_values_where_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2459971Z test_nvfuser_extremal_values_where_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2460294Z test_nvfuser_extremal_values_xlogy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2460607Z test_nvfuser_extremal_values_xlogy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2460918Z test_nvfuser_extremal_values_xlogy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2461229Z test_nvfuser_extremal_values_xlogy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2461542Z test_nvfuser_extremal_values_zero__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2461866Z test_nvfuser_extremal_values_zero__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2462191Z test_nvfuser_extremal_values_zero__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2462556Z test_nvfuser_extremal_values_zero__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2462861Z test_nvfuser_extremal_values_zero__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2463166Z test_nvfuser_extremal_values_zero__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2463480Z test_nvfuser_extremal_values_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2463803Z test_nvfuser_extremal_values_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2464132Z test_nvfuser_extremal_values_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2464452Z test_nvfuser_extremal_values_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2464769Z test_nvfuser_extremal_values_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2465077Z test_nvfuser_extremal_values_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2465405Z test_nvfuser_extremal_values_zeros_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2465737Z test_nvfuser_extremal_values_zeros_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2466069Z test_nvfuser_extremal_values_zeros_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2466443Z test_nvfuser_extremal_values_zeros_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2466741Z test_nvfuser_extremal_values_zeros_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2467068Z test_nvfuser_extremal_values_zeros_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:11:41.2467295Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.001s) 2022-12-01T11:11:41.2467520Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... ok (0.250s) 2022-12-01T11:11:41.2467728Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... ok (0.001s) 2022-12-01T11:11:41.2467986Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... skip: Testing on CPU only (0.000s) 2022-12-01T11:11:41.2468204Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.012s) 2022-12-01T11:11:41.2468235Z 2022-12-01T11:11:41.2468661Z ---------------------------------------------------------------------- 2022-12-01T11:11:41.2468789Z Ran 8158 tests in 173.594s 2022-12-01T11:11:41.2468809Z 2022-12-01T11:11:41.2468904Z OK (skipped=8078) 2022-12-01T11:11:41.2468944Z 2022-12-01T11:11:41.2469052Z Generating XML reports... 2022-12-01T11:11:41.2469474Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20221201110843.xml 2022-12-01T11:11:41.2469920Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20221201110843.xml 2022-12-01T11:11:41.2470415Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20221201110843.xml 2022-12-01T11:11:41.2471074Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuserOpInfoCUDA-20221201110843.xml 2022-12-01T11:11:41.2471096Z 2022-12-01T11:11:41.2471707Z ##[endgroup] 2022-12-01T11:11:41.2472109Z FINISHED PRINTING LOG FILE of test_jit_cuda_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_cuda_fuser_uv9z5vsk) 2022-12-01T11:11:41.2472129Z 2022-12-01T11:11:41.2472342Z Running test_cuda ... [2022-12-01 11:11:40.949504] 2022-12-01T11:11:41.2472762Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:11:40.949796] 2022-12-01T11:14:33.3384733Z 2022-12-01T11:14:33.3387503Z Expand the folded group to see the log file of test_cuda 2022-12-01T11:14:33.3388468Z ##[group]PRINTING LOG FILE of test_cuda (/var/lib/jenkins/workspace/test/test-reports/test_cuda_5hm_y_8f) 2022-12-01T11:14:33.3389051Z 2022-12-01T11:14:33.3389136Z Running tests... 2022-12-01T11:14:33.3389789Z ---------------------------------------------------------------------- 2022-12-01T11:14:33.3393435Z Test results will be stored in test-reports/python-unittest/test_cuda 2022-12-01T11:14:33.3394233Z test_arithmetic_large_tensor (__main__.TestCuda) ... skip: was disabled due to not enough memory, but actually it always fail (0.001s) 2022-12-01T11:14:33.3394777Z test_autocast_banned (__main__.TestCuda) ... ok (0.062s) 2022-12-01T11:14:33.3395109Z test_autocast_cache_leak (__main__.TestCuda) ... ok (0.420s) 2022-12-01T11:14:33.3395501Z test_autocast_cat_jit (__main__.TestCuda) ... ok (0.072s) 2022-12-01T11:14:33.3395870Z test_autocast_checkpointing (__main__.TestCuda) ... ok (0.006s) 2022-12-01T11:14:33.3396222Z test_autocast_custom_cast_inputs (__main__.TestCuda) ... ok (0.005s) 2022-12-01T11:14:33.3396785Z test_autocast_custom_enabled (__main__.TestCuda) ... ok (0.004s) 2022-12-01T11:14:33.3397449Z test_autocast_ignored_types (__main__.TestCuda) ... ok (0.011s) 2022-12-01T11:14:33.3398084Z test_autocast_linalg_fp16 (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3398582Z test_autocast_methods_expect_builtin_promote (__main__.TestCuda) ... ok (0.004s) 2022-12-01T11:14:33.3398888Z test_autocast_methods_fp16 (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3399262Z test_autocast_methods_fp32 (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3399629Z test_autocast_nn_bf16 (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3400000Z test_autocast_nn_fp16 (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3402389Z test_autocast_nn_fp32 (__main__.TestCuda) ... ok (0.005s) 2022-12-01T11:14:33.3404925Z test_autocast_rnn (__main__.TestCuda) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/rnn.py:476: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-12-01T11:14:33.3406833Z result = _VF.rnn_tanh(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-12-01T11:14:33.3408067Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/rnn.py:485: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-12-01T11:14:33.3409152Z result = _VF.rnn_tanh(input, batch_sizes, hx, self._flat_weights, self.bias, 2022-12-01T11:14:33.3411903Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/rnn.py:955: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-12-01T11:14:33.3412768Z result = _VF.gru(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-12-01T11:14:33.3413957Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/rnn.py:958: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-12-01T11:14:33.3415298Z result = _VF.gru(input, batch_sizes, hx, self._flat_weights, self.bias, 2022-12-01T11:14:33.3417424Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/rnn.py:774: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-12-01T11:14:33.3418405Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-12-01T11:14:33.3419526Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/rnn.py:777: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-12-01T11:14:33.3420331Z result = _VF.lstm(input, batch_sizes, hx, self._flat_weights, self.bias, 2022-12-01T11:14:33.3420657Z ok (9.667s) 2022-12-01T11:14:33.3420974Z test_autocast_torch_bf16 (__main__.TestCuda) ... ok (0.004s) 2022-12-01T11:14:33.3421359Z test_autocast_torch_expect_builtin_promote (__main__.TestCuda) ... ok (0.006s) 2022-12-01T11:14:33.3422950Z test_autocast_torch_fp16 (__main__.TestCuda) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:1580: UserWarning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:971.) 2022-12-01T11:14:33.3423898Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-12-01T11:14:33.3424222Z ok (0.637s) 2022-12-01T11:14:33.3424511Z test_autocast_torch_fp32 (__main__.TestCuda) ... ok (0.892s) 2022-12-01T11:14:33.3424917Z test_autocast_torch_need_autocast_promote (__main__.TestCuda) ... ok (0.007s) 2022-12-01T11:14:33.3425341Z test_autogpu (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3425747Z test_batch_norm_gather_stats (__main__.TestCuda) ... ok (0.004s) 2022-12-01T11:14:33.3426095Z test_bincount_ext (__main__.TestCuda) ... ok (0.007s) 2022-12-01T11:14:33.3426464Z test_caching_allocator_record_stream_oom (__main__.TestCuda) 2022-12-01T11:14:33.3426885Z allocations delayed by a record_stream call should still be freed on ... ok (0.963s) 2022-12-01T11:14:33.3427998Z test_caching_pinned_memory (__main__.TestCuda) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79508 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T11:14:33.3428810Z test_caching_pinned_memory_multi_gpu (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3429264Z test_cat_autogpu (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3429723Z test_check_error (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3430101Z test_copy_device (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3430899Z test_copy_non_blocking (__main__.TestCuda) ... ok (0.179s) 2022-12-01T11:14:33.3431345Z test_copy_streams (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3431797Z test_cublas_allow_fp16_reduced_precision_reduction_get_set (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3432203Z test_cublas_allow_tf32_get_set (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3432608Z test_cublas_multiple_threads_same_device (__main__.TestCuda) ... ok (0.407s) 2022-12-01T11:14:33.3433066Z test_cuda_device_memory_allocated (__main__.TestCuda) ... skip: Test needs multiple GPUs (0.001s) 2022-12-01T11:14:33.3433484Z test_cuda_get_device_capability (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3433871Z test_cuda_get_device_name (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3434283Z test_cuda_init_race (__main__.TestCuda) ... skip: only one GPU detected (0.000s) 2022-12-01T11:14:33.3434700Z test_cuda_kernel_loop_overflow (__main__.TestCuda) ... ok (0.258s) 2022-12-01T11:14:33.3435111Z test_cuda_kernel_loop_overflow_large (__main__.TestCuda) ... skip: not enough memory (0.001s) 2022-12-01T11:14:33.3435542Z test_cuda_memory_leak_detection (__main__.TestCuda) ... ok (0.186s) 2022-12-01T11:14:33.3435965Z test_cuda_memory_leak_detection_propagates_errors (__main__.TestCuda) ... ok (0.051s) 2022-12-01T11:14:33.3436393Z test_cuda_set_device (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-12-01T11:14:33.3436799Z test_cuda_synchronize (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3437166Z test_cudart_register (__main__.TestCuda) ... ok (0.009s) 2022-12-01T11:14:33.3437541Z test_cudnn_allow_tf32_get_set (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3437926Z test_cudnn_multiple_threads_same_device (__main__.TestCuda) ... ok (11.076s) 2022-12-01T11:14:33.3438353Z test_current_stream (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-12-01T11:14:33.3438908Z test_cusparse_multiple_threads_same_device (__main__.TestCuda) ... ok (122.621s) 2022-12-01T11:14:33.3439321Z test_default_stream (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-12-01T11:14:33.3439697Z test_events (__main__.TestCuda) ... ok (0.062s) 2022-12-01T11:14:33.3440107Z test_events_multi_gpu_elapsed_time (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-12-01T11:14:33.3440567Z test_events_multi_gpu_query (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-12-01T11:14:33.3440986Z test_events_wait (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-12-01T11:14:33.3441383Z test_external_streams (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3441802Z test_external_streams_multi_device (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-12-01T11:14:33.3442404Z test_fixed_cuda_assert_async (__main__.TestCuda) ... /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu:106: _assert_async_cuda_kernel: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != 0` failed. 2022-12-01T11:14:33.3442923Z Traceback (most recent call last): 2022-12-01T11:14:33.3443234Z File "", line 4, in 2022-12-01T11:14:33.3443761Z File "/opt/conda/lib/python3.10/site-packages/torch/cuda/__init__.py", line 566, in synchronize 2022-12-01T11:14:33.3444135Z return torch._C._cuda_synchronize() 2022-12-01T11:14:33.3444556Z RuntimeError: CUDA error: device-side assert triggered 2022-12-01T11:14:33.3445030Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-12-01T11:14:33.3445475Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-12-01T11:14:33.3446069Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu:106: _assert_async_cuda_kernel: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != 0` failed. 2022-12-01T11:14:33.3446542Z Traceback (most recent call last): 2022-12-01T11:14:33.3446851Z File "", line 4, in 2022-12-01T11:14:33.3447330Z File "/opt/conda/lib/python3.10/site-packages/torch/cuda/__init__.py", line 566, in synchronize 2022-12-01T11:14:33.3447722Z return torch._C._cuda_synchronize() 2022-12-01T11:14:33.3448134Z RuntimeError: CUDA error: device-side assert triggered 2022-12-01T11:14:33.3448589Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-12-01T11:14:33.3449050Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-12-01T11:14:33.3449564Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu:106: _assert_async_cuda_kernel: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != 0` failed. 2022-12-01T11:14:33.3450017Z Traceback (most recent call last): 2022-12-01T11:14:33.3450297Z File "", line 4, in 2022-12-01T11:14:33.3450795Z File "/opt/conda/lib/python3.10/site-packages/torch/cuda/__init__.py", line 566, in synchronize 2022-12-01T11:14:33.3451188Z return torch._C._cuda_synchronize() 2022-12-01T11:14:33.3451579Z RuntimeError: CUDA error: device-side assert triggered 2022-12-01T11:14:33.3452054Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-12-01T11:14:33.3452518Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-12-01T11:14:33.3453074Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu:110: _assert_async_cuda_kernel: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != c10::complex(0, 0)` failed. 2022-12-01T11:14:33.3453528Z Traceback (most recent call last): 2022-12-01T11:14:33.3453833Z File "", line 4, in 2022-12-01T11:14:33.3454331Z File "/opt/conda/lib/python3.10/site-packages/torch/cuda/__init__.py", line 566, in synchronize 2022-12-01T11:14:33.3454705Z return torch._C._cuda_synchronize() 2022-12-01T11:14:33.3455117Z RuntimeError: CUDA error: device-side assert triggered 2022-12-01T11:14:33.3455665Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-12-01T11:14:33.3456103Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-12-01T11:14:33.3456406Z ok (11.427s) 2022-12-01T11:14:33.3456734Z test_float32_matmul_precision_get_set (__main__.TestCuda) ... ok (0.004s) 2022-12-01T11:14:33.3457111Z test_gather_bool (__main__.TestCuda) ... ok (0.006s) 2022-12-01T11:14:33.3457446Z test_get_device_index (__main__.TestCuda) ... ok (0.004s) 2022-12-01T11:14:33.3457854Z test_get_set_rng_state_all (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3458276Z test_grad_scaling_accumulation (__main__.TestCuda) ... ok (0.027s) 2022-12-01T11:14:33.3458649Z test_grad_scaling_autocast (__main__.TestCuda) ... ok (0.064s) 2022-12-01T11:14:33.3459047Z test_grad_scaling_autocast_foreach (__main__.TestCuda) ... ok (0.061s) 2022-12-01T11:14:33.3459450Z test_grad_scaling_autocast_fused (__main__.TestCuda) ... ok (0.014s) 2022-12-01T11:14:33.3459872Z test_grad_scaling_autocast_fused_optimizers (__main__.TestCuda) ... ok (0.094s) 2022-12-01T11:14:33.3460264Z test_grad_scaling_clipping (__main__.TestCuda) ... ok (0.031s) 2022-12-01T11:14:33.3460672Z test_grad_scaling_clipping_separate_unscale (__main__.TestCuda) ... ok (0.030s) 2022-12-01T11:14:33.3461119Z test_grad_scaling_device_as_key (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3461553Z test_grad_scaling_multigpu (__main__.TestCuda) ... skip: only one GPU detected (0.002s) 2022-12-01T11:14:33.3461971Z test_grad_scaling_multiple (__main__.TestCuda) ... ok (0.046s) 2022-12-01T11:14:33.3462352Z test_grad_scaling_penalty (__main__.TestCuda) ... ok (0.046s) 2022-12-01T11:14:33.3462745Z test_grad_scaling_scale (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3463218Z test_grad_scaling_state_dict (__main__.TestCuda) ... ok (0.004s) 2022-12-01T11:14:33.3463613Z test_grad_scaling_unscale (__main__.TestCuda) ... ok (0.015s) 2022-12-01T11:14:33.3464000Z test_grad_scaling_unscale_sparse (__main__.TestCuda) ... ok (0.009s) 2022-12-01T11:14:33.3464376Z test_grad_scaling_update_scale (__main__.TestCuda) ... ok (0.004s) 2022-12-01T11:14:33.3464752Z test_graph_adam_adamw (__main__.TestCuda) ... ok (0.583s) 2022-12-01T11:14:33.3465120Z test_graph_capture_oom (__main__.TestCuda) ... ok (0.063s) 2022-12-01T11:14:33.3465467Z test_graph_capture_simple (__main__.TestCuda) ... ok (0.005s) 2022-12-01T11:14:33.3466020Z test_graph_concurrent_replay (__main__.TestCuda) ... skip: Temporarily disabled due to a graphs bug in libcuda.so, see https://github.com/pytorch/pytorch/pull/57556 (0.002s) 2022-12-01T11:14:33.3466553Z test_graph_cudnn_dropout (__main__.TestCuda) ... ok (0.250s) 2022-12-01T11:14:33.3466931Z test_graph_grad_scaling (__main__.TestCuda) ... ok (0.119s) 2022-12-01T11:14:33.3467305Z test_graph_is_current_stream_capturing (__main__.TestCuda) ... ok (0.007s) 2022-12-01T11:14:33.3467752Z test_graph_make_graphed_callables_with_amp_cache_disabled (__main__.TestCuda) ... ok (0.881s) 2022-12-01T11:14:33.3468248Z test_graph_make_graphed_callables_with_amp_cache_enabled (__main__.TestCuda) ... expected failure (0.197s) 2022-12-01T11:14:33.3468707Z test_graph_make_graphed_callables_without_amp (__main__.TestCuda) ... ok (0.865s) 2022-12-01T11:14:33.3469165Z test_graph_memory_stats_and_use_result_after_destroy_graph (__main__.TestCuda) ... ok (0.501s) 2022-12-01T11:14:33.3469585Z test_graph_record_stream (__main__.TestCuda) ... ok (0.047s) 2022-12-01T11:14:33.3469965Z test_graph_rng_distributions (__main__.TestCuda) ... ok (0.074s) 2022-12-01T11:14:33.3470334Z test_graph_rng_functional (__main__.TestCuda) ... ok (0.016s) 2022-12-01T11:14:33.3471061Z test_graph_scaling_fusedadam (__main__.TestCuda) ... ok (0.102s) 2022-12-01T11:14:33.3471454Z test_graph_three_successive (__main__.TestCuda) ... ok (0.011s) 2022-12-01T11:14:33.3471913Z test_graph_two_successive (__main__.TestCuda) ... ok (0.014s) 2022-12-01T11:14:33.3472349Z test_huge_index (__main__.TestCuda) ... skip: not enough memory (0.001s) 2022-12-01T11:14:33.3472704Z test_lazy_init (__main__.TestCuda) 2022-12-01T11:14:33.3473080Z Validate that no CUDA calls are made during `import torch` call ... ok (1.416s) 2022-12-01T11:14:33.3473464Z test_load_nonexistent_device (__main__.TestCuda) ... ok (0.004s) 2022-12-01T11:14:33.3473830Z test_manual_seed (__main__.TestCuda) ... ok (0.005s) 2022-12-01T11:14:33.3474184Z test_matmul_memory_use (__main__.TestCuda) ... ok (0.004s) 2022-12-01T11:14:33.3474553Z test_max_large_axis (__main__.TestCuda) ... skip: not enough memory (0.001s) 2022-12-01T11:14:33.3474924Z test_mean_fp16 (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3475262Z test_mem_get_info (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3475603Z test_memory_allocation (__main__.TestCuda) ... ok (0.052s) 2022-12-01T11:14:33.3475963Z test_memory_stats (__main__.TestCuda) ... ok (0.347s) 2022-12-01T11:14:33.3476368Z test_memory_stats_multigpu (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3476767Z test_min_max_inits (__main__.TestCuda) ... ok (0.006s) 2022-12-01T11:14:33.3477161Z test_multigpu_serialization_remap (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-12-01T11:14:33.3477650Z test_multigpu_serialization_remap_dict (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-12-01T11:14:33.3478121Z test_multigpu_storage_clone (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-12-01T11:14:33.3478508Z test_multinomial_ext (__main__.TestCuda) ... ok (0.026s) 2022-12-01T11:14:33.3478978Z test_multinomial_invalid_probs_cuda (__main__.TestCuda) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T11:14:33.3479529Z test_new (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3479949Z test_noncontiguous_pinned_memory (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3480326Z test_norm_type_conversion (__main__.TestCuda) ... ok (0.008s) 2022-12-01T11:14:33.3480672Z test_nvtx (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3481014Z test_out_of_memory (__main__.TestCuda) ... ok (0.045s) 2022-12-01T11:14:33.3481336Z test_prod_large (__main__.TestCuda) ... ok (0.019s) 2022-12-01T11:14:33.3481685Z test_record_stream (__main__.TestCuda) ... ok (0.056s) 2022-12-01T11:14:33.3482062Z test_record_stream_on_shifted_view (__main__.TestCuda) ... ok (0.004s) 2022-12-01T11:14:33.3482445Z test_reduction_gpu_memory_accessing (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3482985Z test_rocm_backward_pass_guard (__main__.TestCuda) ... skip: ROCm-only test (0.001s) 2022-12-01T11:14:33.3483420Z test_serialization_array_with_empty (__main__.TestCuda) ... ok (0.005s) 2022-12-01T11:14:33.3483832Z test_serialization_array_with_storage (__main__.TestCuda) ... ok (0.009s) 2022-12-01T11:14:33.3484227Z test_set_per_process_memory_fraction (__main__.TestCuda) ... ok (0.020s) 2022-12-01T11:14:33.3484632Z test_specify_improper_device_name (__main__.TestCuda) ... ok (0.004s) 2022-12-01T11:14:33.3485055Z test_stream_context (__main__.TestCuda) ... skip: detected only one GPU (0.002s) 2022-12-01T11:14:33.3485473Z test_stream_event_device (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-12-01T11:14:33.3485913Z test_stream_event_nogil (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-12-01T11:14:33.3486315Z test_stream_event_repr (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3486705Z test_streaming_backwards_callback (__main__.TestCuda) ... ok (0.022s) 2022-12-01T11:14:33.3487135Z test_streaming_backwards_device_transfer (__main__.TestCuda) ... skip: only one GPU detected (0.002s) 2022-12-01T11:14:33.3487602Z test_streaming_backwards_multiple_streams (__main__.TestCuda) ... ok (0.139s) 2022-12-01T11:14:33.3488012Z test_streaming_backwards_sync (__main__.TestCuda) ... ok (0.020s) 2022-12-01T11:14:33.3488464Z test_streaming_backwards_sync_graph_root (__main__.TestCuda) ... ok (0.262s) 2022-12-01T11:14:33.3488837Z test_streams (__main__.TestCuda) ... ok (0.004s) 2022-12-01T11:14:33.3489224Z test_streams_multi_gpu (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-12-01T11:14:33.3489667Z test_streams_multi_gpu_eq (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-12-01T11:14:33.3490132Z test_streams_multi_gpu_query (__main__.TestCuda) ... skip: detected only one GPU (0.002s) 2022-12-01T11:14:33.3490693Z test_streams_priority (__main__.TestCuda) ... skip: multi-GPU not supported (0.001s) 2022-12-01T11:14:33.3491086Z test_sum_fp16 (__main__.TestCuda) ... ok (0.010s) 2022-12-01T11:14:33.3491567Z test_tensor_device (__main__.TestCuda) ... skip: multi-GPU not supported (0.001s) 2022-12-01T11:14:33.3491944Z test_tiny_half_norm_ (__main__.TestCuda) ... ok (0.003s) 2022-12-01T11:14:33.3492315Z test_to_cpu_blocking_by_default (__main__.TestCuda) ... ok (0.109s) 2022-12-01T11:14:33.3492691Z test_to_non_blocking (__main__.TestCuda) ... ok (0.441s) 2022-12-01T11:14:33.3493009Z test_to_numpy (__main__.TestCuda) ... ok (0.004s) 2022-12-01T11:14:33.3493400Z test_torch_manual_seed_seeds_cuda_devices (__main__.TestCuda) ... ok (0.004s) 2022-12-01T11:14:33.3493790Z test_type_conversions (__main__.TestCuda) ... ok (0.005s) 2022-12-01T11:14:33.3494148Z test_allocator_settings (__main__.TestCudaComm) ... ok (0.018s) 2022-12-01T11:14:33.3494577Z test_broadcast_coalesced (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3495064Z test_broadcast_coalesced_dense_only (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3495662Z test_broadcast_coalesced_empty_tensors (__main__.TestCudaComm) ... skip: only one GPU detected (0.000s) 2022-12-01T11:14:33.3496191Z test_broadcast_cpu (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3496657Z test_broadcast_gpu (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3497081Z test_cpp_memory_snapshot_pickle (__main__.TestCudaComm) ... ok (1.859s) 2022-12-01T11:14:33.3497507Z test_gather (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3497916Z test_gather_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3498364Z test_gather_namedtuple (__main__.TestCudaComm) ... skip: Test needs multiple GPUs (0.003s) 2022-12-01T11:14:33.3498818Z test_gather_neg_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3499214Z test_matmul_device_mismatch (__main__.TestCudaComm) ... ok (0.041s) 2022-12-01T11:14:33.3499663Z test_memory_format_scatter_gather (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3500162Z test_memory_snapshot (__main__.TestCudaComm) ... Downloading flamegraph.pl to: /tmp/1000_flamegraph.pl 2022-12-01T11:14:33.3500533Z ok (0.225s) 2022-12-01T11:14:33.3500812Z test_raises_oom (__main__.TestCudaComm) ... ok (0.005s) 2022-12-01T11:14:33.3501208Z test_reduce_add (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3501660Z test_reduce_add_coalesced (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3502118Z test_reduce_add_coalesced_dense_only (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3502580Z test_scatter_cpu (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3503018Z test_scatter_cpu_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3503471Z test_scatter_cpu_neg_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3503906Z test_scatter_cpu_sizes (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3504346Z test_scatter_gpu (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3504853Z test_scatter_gpu_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3505279Z test_scatter_gpu_neg_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3505728Z test_scatter_gpu_sizes (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-12-01T11:14:33.3506186Z test_scatter_namedtuple (__main__.TestCudaComm) ... skip: Test needs multiple GPUs (0.002s) 2022-12-01T11:14:33.3506453Z 2022-12-01T11:14:33.3506740Z ---------------------------------------------------------------------- 2022-12-01T11:14:33.3507070Z Ran 175 tests in 168.639s 2022-12-01T11:14:33.3507243Z 2022-12-01T11:14:33.3507388Z OK (skipped=62, expected failures=1) 2022-12-01T11:14:33.3507581Z 2022-12-01T11:14:33.3507709Z Generating XML reports... 2022-12-01T11:14:33.3508210Z Generated XML report: test-reports/python-unittest/test_cuda/TEST-TestCuda-20221201111144.xml 2022-12-01T11:14:33.3508857Z Generated XML report: test-reports/python-unittest/test_cuda/TEST-TestCudaComm-20221201111144.xml 2022-12-01T11:14:33.3509157Z 2022-12-01T11:14:33.3509575Z ##[endgroup] 2022-12-01T11:14:33.3510077Z FINISHED PRINTING LOG FILE of test_cuda (/var/lib/jenkins/workspace/test/test-reports/test_cuda_5hm_y_8f) 2022-12-01T11:14:33.3510344Z 2022-12-01T11:14:33.3510892Z Running test_cpp_extensions_jit ... [2022-12-01 11:14:33.338731] 2022-12-01T11:14:33.3511570Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:14:33.339103] 2022-12-01T11:15:46.7673583Z 2022-12-01T11:15:46.7674359Z Expand the folded group to see the log file of test_cpp_extensions_jit 2022-12-01T11:15:46.7678455Z ##[group]PRINTING LOG FILE of test_cpp_extensions_jit (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_jit_e6s54kfo) 2022-12-01T11:15:46.7678907Z 2022-12-01T11:15:46.7679016Z Running tests... 2022-12-01T11:15:46.7679836Z ---------------------------------------------------------------------- 2022-12-01T11:15:46.7680436Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_jit 2022-12-01T11:15:46.7680807Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (3.146s) 2022-12-01T11:15:46.7681857Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (19.973s) 2022-12-01T11:15:46.7682397Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-12-01T11:15:46.7683067Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/cpp_frontend_extension... 2022-12-01T11:15:46.7683604Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/cpp_frontend_extension/build.ninja... 2022-12-01T11:15:46.7683949Z Building extension module cpp_frontend_extension... 2022-12-01T11:15:46.7684339Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:15:46.7686185Z [1/2] c++ -MMD -MF cpp_frontend_extension.o.d -DTORCH_EXTENSION_NAME=cpp_frontend_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cpp_frontend_extension.cpp -o cpp_frontend_extension.o 2022-12-01T11:15:46.7687693Z [2/2] c++ cpp_frontend_extension.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o cpp_frontend_extension.so 2022-12-01T11:15:46.7688175Z Loading extension module cpp_frontend_extension... 2022-12-01T11:15:46.7688683Z ok (1.786s) 2022-12-01T11:15:46.7689152Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-12-01T11:15:46.7690400Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T11:15:46.7691192Z Loading extension module cpp_frontend_extension... 2022-12-01T11:15:46.7691699Z ok (0.003s) 2022-12-01T11:15:46.7692426Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-12-01T11:15:46.7693480Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T11:15:46.7693852Z Loading extension module cpp_frontend_extension... 2022-12-01T11:15:46.7694083Z ok (0.012s) 2022-12-01T11:15:46.7694545Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-12-01T11:15:46.7695220Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T11:15:46.7695667Z Loading extension module cpp_frontend_extension... 2022-12-01T11:15:46.7696098Z ok (0.004s) 2022-12-01T11:15:46.7696414Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-12-01T11:15:46.7696959Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/is_python_module... 2022-12-01T11:15:46.7697457Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/is_python_module/build.ninja... 2022-12-01T11:15:46.7697957Z Building extension module is_python_module... 2022-12-01T11:15:46.7698302Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:15:46.7699983Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py310_cu116/is_python_module/main.cpp -o main.o 2022-12-01T11:15:46.7701365Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module.so 2022-12-01T11:15:46.7701831Z Loading extension module is_python_module... 2022-12-01T11:15:46.7702707Z /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T11:15:46.7703428Z warnings.warn( 2022-12-01T11:15:46.7704082Z /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T11:15:46.7704671Z warnings.warn( 2022-12-01T11:15:46.7705463Z /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T11:15:46.7706045Z warnings.warn( 2022-12-01T11:15:46.7706976Z /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T11:15:46.7707525Z warnings.warn( 2022-12-01T11:15:46.7707777Z ok (1.536s) 2022-12-01T11:15:46.7708237Z test_half_support (__main__.TestCppExtensionJIT) 2022-12-01T11:15:46.7708548Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-12-01T11:15:46.7709096Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-12-01T11:15:46.7709651Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-12-01T11:15:46.7710329Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-12-01T11:15:46.7711514Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension... 2022-12-01T11:15:46.7712031Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension/build.ninja... 2022-12-01T11:15:46.7712466Z Building extension module inline_jit_extension... 2022-12-01T11:15:46.7712803Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:15:46.7714611Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension/main.cpp -o main.o 2022-12-01T11:15:46.7716033Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension.so 2022-12-01T11:15:46.7716514Z Loading extension module inline_jit_extension... 2022-12-01T11:15:46.7716843Z ok (1.569s) 2022-12-01T11:15:46.7717179Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.001s) 2022-12-01T11:15:46.7717943Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-12-01T11:15:46.7718419Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension_with_functions_dict... 2022-12-01T11:15:46.7719113Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension_with_functions_dict/build.ninja... 2022-12-01T11:15:46.7719457Z Building extension module inline_jit_extension_with_functions_dict... 2022-12-01T11:15:46.7719842Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:15:46.7721666Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_dict -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension_with_functions_dict/main.cpp -o main.o 2022-12-01T11:15:46.7723162Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_dict.so 2022-12-01T11:15:46.7723704Z Loading extension module inline_jit_extension_with_functions_dict... 2022-12-01T11:15:46.7724150Z ok (1.536s) 2022-12-01T11:15:46.7724484Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-12-01T11:15:46.7725221Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension_with_functions_list... 2022-12-01T11:15:46.7725666Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension_with_functions_list/build.ninja... 2022-12-01T11:15:46.7726138Z Building extension module inline_jit_extension_with_functions_list... 2022-12-01T11:15:46.7726573Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:15:46.7728279Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_list -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py310_cu116/inline_jit_extension_with_functions_list/main.cpp -o main.o 2022-12-01T11:15:46.7729800Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_list.so 2022-12-01T11:15:46.7730342Z Loading extension module inline_jit_extension_with_functions_list... 2022-12-01T11:15:46.7730647Z ok (1.498s) 2022-12-01T11:15:46.7731238Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-12-01T11:15:46.7731644Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/jit_extension... 2022-12-01T11:15:46.7732142Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/jit_extension/build.ninja... 2022-12-01T11:15:46.7732603Z Building extension module jit_extension... 2022-12-01T11:15:46.7732894Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:15:46.7734675Z [1/3] c++ -MMD -MF jit_extension2.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension2.cpp -o jit_extension2.o 2022-12-01T11:15:46.7737276Z [2/3] c++ -MMD -MF jit_extension.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension.cpp -o jit_extension.o 2022-12-01T11:15:46.7738827Z [3/3] c++ jit_extension.o jit_extension2.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o jit_extension.so 2022-12-01T11:15:46.7739308Z Loading extension module jit_extension... 2022-12-01T11:15:46.7739571Z ok (1.881s) 2022-12-01T11:15:46.7739988Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:15:46.7740590Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-12-01T11:15:46.7741206Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/torch_test_cuda_extension... 2022-12-01T11:15:46.7741620Z Detected CUDA files, patching ldflags 2022-12-01T11:15:46.7742052Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/torch_test_cuda_extension/build.ninja... 2022-12-01T11:15:46.7742497Z Building extension module torch_test_cuda_extension... 2022-12-01T11:15:46.7742840Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:15:46.7744659Z [1/3] c++ -MMD -MF cuda_extension.o.d -DTORCH_EXTENSION_NAME=torch_test_cuda_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_extension.cpp -o cuda_extension.o 2022-12-01T11:15:46.7747823Z [2/3] /usr/local/cuda/bin/nvcc -DTORCH_EXTENSION_NAME=torch_test_cuda_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_52,code=compute_52 -gencode=arch=compute_52,code=sm_52 --compiler-options '-fPIC' -O2 -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_extension.cu -o cuda_extension.cuda.o 2022-12-01T11:15:46.7749878Z [3/3] c++ cuda_extension.o cuda_extension.cuda.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -lc10_cuda -ltorch_cpu -ltorch_cuda_cu -ltorch_cuda_cpp -ltorch -ltorch_python -L/usr/local/cuda/lib64 -lcudart -o torch_test_cuda_extension.so 2022-12-01T11:15:46.7750693Z Loading extension module torch_test_cuda_extension... 2022-12-01T11:15:46.7751231Z ok (28.249s) 2022-12-01T11:15:46.7751775Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-12-01T11:15:46.7752349Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/torch_test_cudnn_extension... 2022-12-01T11:15:46.7752754Z Detected CUDA files, patching ldflags 2022-12-01T11:15:46.7753172Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/torch_test_cudnn_extension/build.ninja... 2022-12-01T11:15:46.7753624Z Building extension module torch_test_cudnn_extension... 2022-12-01T11:15:46.7754111Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:15:46.7755901Z [1/2] c++ -MMD -MF cudnn_extension.o.d -DTORCH_EXTENSION_NAME=torch_test_cudnn_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /usr/local/cuda/include -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cudnn_extension.cpp -o cudnn_extension.o 2022-12-01T11:15:46.7757539Z [2/2] c++ cudnn_extension.o -shared -lcudnn -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -lc10_cuda -ltorch_cpu -ltorch_cuda_cu -ltorch_cuda_cpp -ltorch -ltorch_python -L/usr/local/cuda/lib64 -lcudart -o torch_test_cudnn_extension.so 2022-12-01T11:15:46.7758155Z Loading extension module torch_test_cudnn_extension... 2022-12-01T11:15:46.7758437Z ok (2.269s) 2022-12-01T11:15:46.7758899Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-12-01T11:15:46.7759598Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/lenient_flag_handling_extension... 2022-12-01T11:15:46.7760140Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/lenient_flag_handling_extension/build.ninja... 2022-12-01T11:15:46.7760588Z Building extension module lenient_flag_handling_extension... 2022-12-01T11:15:46.7760957Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:15:46.7762864Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -O0 -Wall -c /var/lib/jenkins/.cache/torch_extensions/py310_cu116/lenient_flag_handling_extension/main.cpp -o main.o 2022-12-01T11:15:46.7764394Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o lenient_flag_handling_extension.so 2022-12-01T11:15:46.7764902Z Loading extension module lenient_flag_handling_extension... 2022-12-01T11:15:46.7765195Z ok (1.600s) 2022-12-01T11:15:46.7766228Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80933 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T11:15:46.7767171Z test_returns_shared_library_path_when_is_python_module_is_true (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-12-01T11:15:46.7767949Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-12-01T11:15:46.7768504Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/is_python_module/build.ninja... 2022-12-01T11:15:46.7768914Z Building extension module is_python_module_v1... 2022-12-01T11:15:46.7769270Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:15:46.7771003Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module_v1 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py310_cu116/is_python_module/main.cpp -o main.o 2022-12-01T11:15:46.7772381Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module_v1.so 2022-12-01T11:15:46.7772848Z Loading extension module is_python_module_v1... 2022-12-01T11:15:46.7773123Z ok (1.524s) 2022-12-01T11:15:46.7773598Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-12-01T11:15:46.7774199Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/test_set_default_type... 2022-12-01T11:15:46.7774703Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/test_set_default_type/build.ninja... 2022-12-01T11:15:46.7788488Z Building extension module test_set_default_type... 2022-12-01T11:15:46.7788828Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:15:46.7791665Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=test_set_default_type -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py310_cu116/test_set_default_type/main.cpp -o main.o 2022-12-01T11:15:46.7793964Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o test_set_default_type.so 2022-12-01T11:15:46.7794696Z Loading extension module test_set_default_type... 2022-12-01T11:15:46.7795107Z ok (1.513s) 2022-12-01T11:15:46.7795777Z test_warning (__main__.TestCppExtensionJIT) ... [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T11:15:46.7796514Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T11:15:46.7796911Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T11:15:46.7797325Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T11:15:46.7797863Z UserWarning: Error with torch.DoubleTensor (Triggered internally at /var/lib/jenkins/.cache/torch_extensions/py310_cu116/warn_mod/main.cpp:12.) 2022-12-01T11:15:46.7798267Z ok (3.093s) 2022-12-01T11:15:46.7798433Z 2022-12-01T11:15:46.7798740Z ---------------------------------------------------------------------- 2022-12-01T11:15:46.7799095Z Ran 23 tests in 71.211s 2022-12-01T11:15:46.7799267Z 2022-12-01T11:15:46.7799382Z OK (skipped=5) 2022-12-01T11:15:46.7799519Z 2022-12-01T11:15:46.7799653Z Generating XML reports... 2022-12-01T11:15:46.7800252Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20221201111435.xml 2022-12-01T11:15:46.7800604Z 2022-12-01T11:15:46.7800985Z ##[endgroup] 2022-12-01T11:15:46.7801534Z FINISHED PRINTING LOG FILE of test_cpp_extensions_jit (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_jit_e6s54kfo) 2022-12-01T11:15:46.7801872Z 2022-12-01T11:15:46.7802153Z Running distributions/test_distributions ... [2022-12-01 11:15:46.767402] 2022-12-01T11:15:46.7803018Z Executing ['/opt/conda/bin/python', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:15:46.767797] 2022-12-01T11:16:46.3281332Z 2022-12-01T11:16:46.3281959Z Expand the folded group to see the log file of distributions/test_distributions 2022-12-01T11:16:46.3285201Z ##[group]PRINTING LOG FILE of distributions/test_distributions (/var/lib/jenkins/workspace/test/test-reports/distributions-test_distributions_ckkqfvg7) 2022-12-01T11:16:46.3285499Z 2022-12-01T11:16:46.3285586Z Running tests... 2022-12-01T11:16:46.3286478Z ---------------------------------------------------------------------- 2022-12-01T11:16:46.3287316Z Test results will be stored in test-reports/python-unittest/distributions.test_distributions 2022-12-01T11:16:46.3289685Z test_cdf (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-12-01T11:16:46.3290601Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-12-01T11:16:46.3291144Z /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:16:46.3291682Z warnings.warn("Singular sample detected.") 2022-12-01T11:16:46.3291978Z ok (0.051s) 2022-12-01T11:16:46.3292202Z test_icdf (__main__.TestAgainstScipy) ... ok (0.030s) 2022-12-01T11:16:46.3292607Z test_mean (__main__.TestAgainstScipy) ... ok (1.930s) 2022-12-01T11:16:46.3294362Z test_variance_stddev (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-12-01T11:16:46.3295357Z return torch.as_tensor(tensor_like) 2022-12-01T11:16:46.3295639Z ok (0.046s) 2022-12-01T11:16:46.3295949Z test_params_constraints (__main__.TestConstraints) ... ok (0.081s) 2022-12-01T11:16:46.3296376Z test_support_constraints (__main__.TestConstraints) ... ok (0.103s) 2022-12-01T11:16:46.3296910Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3297406Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:16:46.3297910Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:16:46.3298346Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:16:46.3298753Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3299323Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:16:46.3299741Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-12-01T11:16:46.3300106Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3300590Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3301138Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3301584Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3302000Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:16:46.3302465Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:16:46.3302870Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:16:46.3303346Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.031s) 2022-12-01T11:16:46.3303777Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3304252Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3304722Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3305240Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3305622Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3306093Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:16:46.3306559Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3307029Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3307582Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:16:46.3307964Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:16:46.3308438Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3308884Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3309342Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:16:46.3309832Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:16:46.3310238Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3311161Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3311615Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.007s) 2022-12-01T11:16:46.3312082Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3312528Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3312991Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:16:46.3313524Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3313914Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:16:46.3314351Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:16:46.3314814Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:16:46.3315278Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:16:46.3315821Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T11:16:46.3316187Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-12-01T11:16:46.3316637Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.026s) 2022-12-01T11:16:46.3317060Z test_bernoulli (__main__.TestDistributions) ... ok (0.102s) 2022-12-01T11:16:46.3317417Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:16:46.3317838Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:16:46.3318252Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.088s) 2022-12-01T11:16:46.3318621Z test_beta_sample (__main__.TestDistributions) ... ok (0.462s) 2022-12-01T11:16:46.3319009Z test_beta_shape (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T11:16:46.3319417Z test_beta_underflow (__main__.TestDistributions) ... ok (0.042s) 2022-12-01T11:16:46.3319781Z test_beta_underflow_gpu (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T11:16:46.3320265Z test_binomial (__main__.TestDistributions) ... ok (0.033s) 2022-12-01T11:16:46.3320670Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:16:46.3321092Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T11:16:46.3321503Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.072s) 2022-12-01T11:16:46.3321952Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T11:16:46.3322378Z test_binomial_sample (__main__.TestDistributions) ... ok (0.071s) 2022-12-01T11:16:46.3322844Z test_binomial_stable (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:16:46.3323171Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.093s) 2022-12-01T11:16:46.3323587Z test_categorical_1d (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T11:16:46.3324025Z test_categorical_2d (__main__.TestDistributions) ... ok (0.011s) 2022-12-01T11:16:46.3324392Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:16:46.3324805Z test_cauchy (__main__.TestDistributions) ... ok (0.017s) 2022-12-01T11:16:46.3325526Z test_cdf_icdf_inverse (__main__.TestDistributions) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:16:46.3326025Z warnings.warn("Singular sample detected.") 2022-12-01T11:16:46.3326382Z ok (0.268s) 2022-12-01T11:16:46.3326644Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.119s) 2022-12-01T11:16:46.3327036Z test_chi2_sample (__main__.TestDistributions) ... ok (0.133s) 2022-12-01T11:16:46.3327395Z test_chi2_shape (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T11:16:46.3327796Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.019s) 2022-12-01T11:16:46.3328282Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:16:46.3328738Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T11:16:46.3329101Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:16:46.3329502Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.051s) 2022-12-01T11:16:46.3329980Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:16:46.3330614Z test_distribution_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:16:46.3331221Z warnings.warn("Singular sample detected.") 2022-12-01T11:16:46.3331431Z ok (0.806s) 2022-12-01T11:16:46.3331758Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.203s) 2022-12-01T11:16:46.3332282Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.040s) 2022-12-01T11:16:46.3332607Z test_exponential (__main__.TestDistributions) ... ok (0.013s) 2022-12-01T11:16:46.3332993Z test_exponential_sample (__main__.TestDistributions) ... ok (0.128s) 2022-12-01T11:16:46.3333466Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T11:16:46.3333814Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (1.130s) 2022-12-01T11:16:46.3334233Z test_gamma_gpu_sample (__main__.TestDistributions) ... ok (0.375s) 2022-12-01T11:16:46.3334716Z test_gamma_gpu_shape (__main__.TestDistributions) ... ok (0.012s) 2022-12-01T11:16:46.3335031Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T11:16:46.3335445Z test_gamma_sample (__main__.TestDistributions) ... ok (0.383s) 2022-12-01T11:16:46.3335907Z test_gamma_shape (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T11:16:46.3336200Z test_geometric (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T11:16:46.3336619Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.016s) 2022-12-01T11:16:46.3337127Z test_geometric_sample (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T11:16:46.3337489Z test_gumbel (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T11:16:46.3337870Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.743s) 2022-12-01T11:16:46.3338304Z test_halfcauchy (__main__.TestDistributions) ... ok (0.012s) 2022-12-01T11:16:46.3338619Z test_halfnormal (__main__.TestDistributions) ... ok (0.012s) 2022-12-01T11:16:46.3339016Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T11:16:46.3339486Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.123s) 2022-12-01T11:16:46.3339805Z test_has_examples (__main__.TestDistributions) ... ok (0.001s) 2022-12-01T11:16:46.3340523Z test_independent_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:16:46.3341051Z warnings.warn("Singular sample detected.") 2022-12-01T11:16:46.3341347Z ok (0.905s) 2022-12-01T11:16:46.3341662Z test_independent_shape (__main__.TestDistributions) ... ok (0.374s) 2022-12-01T11:16:46.3342098Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.039s) 2022-12-01T11:16:46.3342541Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.028s) 2022-12-01T11:16:46.3342942Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T11:16:46.3343336Z test_laplace (__main__.TestDistributions) ... ok (0.024s) 2022-12-01T11:16:46.3343721Z test_laplace_sample (__main__.TestDistributions) ... ok (0.372s) 2022-12-01T11:16:46.3344107Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:16:46.3344519Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.016s) 2022-12-01T11:16:46.3344927Z test_logisticnormal (__main__.TestDistributions) ... ok (0.030s) 2022-12-01T11:16:46.3345401Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:16:46.3345825Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.417s) 2022-12-01T11:16:46.3346226Z test_lognormal (__main__.TestDistributions) ... ok (0.021s) 2022-12-01T11:16:46.3346618Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T11:16:46.3347097Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.371s) 2022-12-01T11:16:46.3347444Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T11:16:46.3347904Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.038s) 2022-12-01T11:16:46.3348372Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T11:16:46.3348818Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.051s) 2022-12-01T11:16:46.3349276Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.060s) 2022-12-01T11:16:46.3349720Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T11:16:46.3350132Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.062s) 2022-12-01T11:16:46.3350790Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T11:16:46.3351457Z test_mode (__main__.TestDistributions) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:16:46.3351965Z warnings.warn("Singular sample detected.") 2022-12-01T11:16:46.3352240Z ok (0.147s) 2022-12-01T11:16:46.3352563Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.015s) 2022-12-01T11:16:46.3352997Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T11:16:46.3353401Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.016s) 2022-12-01T11:16:46.3353824Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T11:16:46.3354259Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.028s) 2022-12-01T11:16:46.3354808Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:16:46.3355228Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.141s) 2022-12-01T11:16:46.3355662Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.093s) 2022-12-01T11:16:46.3356127Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:16:46.3356563Z test_negative_binomial (__main__.TestDistributions) ... ok (0.026s) 2022-12-01T11:16:46.3356981Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.067s) 2022-12-01T11:16:46.3357435Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T11:16:46.3357857Z test_normal (__main__.TestDistributions) ... ok (0.024s) 2022-12-01T11:16:46.3358218Z test_normal_sample (__main__.TestDistributions) ... ok (0.374s) 2022-12-01T11:16:46.3358628Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T11:16:46.3359042Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T11:16:46.3359462Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:16:46.3359883Z test_pareto (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T11:16:46.3360264Z test_pareto_sample (__main__.TestDistributions) ... ok (0.373s) 2022-12-01T11:16:46.3360647Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2022-12-01T11:16:46.3361060Z test_poisson_gpu_sample (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T11:16:46.3362264Z test_poisson_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T11:16:46.3363039Z warnings.warn(msg, FutureWarning) 2022-12-01T11:16:46.3363300Z ok (0.010s) 2022-12-01T11:16:46.3363627Z test_poisson_sample (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T11:16:46.3364028Z test_poisson_shape (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:16:46.3364428Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.021s) 2022-12-01T11:16:46.3364829Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.012s) 2022-12-01T11:16:46.3365268Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.020s) 2022-12-01T11:16:46.3365670Z test_repr (__main__.TestDistributions) ... ok (0.029s) 2022-12-01T11:16:46.3366052Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.025s) 2022-12-01T11:16:46.3366795Z test_rsample_requires_grad (__main__.TestDistributions) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:16:46.3367321Z warnings.warn("Singular sample detected.") 2022-12-01T11:16:46.3367663Z ok (0.025s) 2022-12-01T11:16:46.3367916Z test_sample_detached (__main__.TestDistributions) ... ok (0.027s) 2022-12-01T11:16:46.3368309Z test_studentT (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T11:16:46.3368700Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.138s) 2022-12-01T11:16:46.3369080Z test_studentT_sample (__main__.TestDistributions) ... ok (1.567s) 2022-12-01T11:16:46.3369496Z test_support_attributes (__main__.TestDistributions) ... ok (0.036s) 2022-12-01T11:16:46.3369889Z test_uniform (__main__.TestDistributions) ... ok (0.015s) 2022-12-01T11:16:46.3370282Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.042s) 2022-12-01T11:16:46.3370711Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.012s) 2022-12-01T11:16:46.3371115Z test_vonmises_sample (__main__.TestDistributions) ... ok (8.781s) 2022-12-01T11:16:46.3372039Z test_wishart_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-12-01T11:16:46.3372801Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-12-01T11:16:46.3373455Z /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:16:46.3373910Z warnings.warn("Singular sample detected.") 2022-12-01T11:16:46.3374205Z ok (0.100s) 2022-12-01T11:16:46.3374509Z test_wishart_moments (__main__.TestDistributions) ... ok (1.617s) 2022-12-01T11:16:46.3374921Z test_wishart_properties (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:16:46.3375332Z test_wishart_sample (__main__.TestDistributions) ... ok (0.385s) 2022-12-01T11:16:46.3376084Z test_wishart_shape (__main__.TestDistributions) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:16:46.3376572Z warnings.warn("Singular sample detected.") 2022-12-01T11:16:46.3377142Z /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:16:46.3377587Z warnings.warn("Singular sample detected.") 2022-12-01T11:16:46.3378149Z /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:16:46.3378574Z warnings.warn("Singular sample detected.") 2022-12-01T11:16:46.3379135Z /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:16:46.3379578Z warnings.warn("Singular sample detected.") 2022-12-01T11:16:46.3380176Z /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:16:46.3380636Z warnings.warn("Singular sample detected.") 2022-12-01T11:16:46.3381193Z /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:16:46.3381634Z warnings.warn("Singular sample detected.") 2022-12-01T11:16:46.3381903Z ok (0.168s) 2022-12-01T11:16:46.3382260Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:16:46.3382753Z test_zero_excluded_binomial (__main__.TestDistributions) ... ok (0.509s) 2022-12-01T11:16:46.3383129Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.002s) 2022-12-01T11:16:46.3383499Z test_cat_transform (__main__.TestFunctors) ... ok (0.004s) 2022-12-01T11:16:46.3383880Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.004s) 2022-12-01T11:16:46.3384255Z test_stack_transform (__main__.TestFunctors) ... ok (0.004s) 2022-12-01T11:16:46.3384902Z test_cdf (__main__.TestJit) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:16:46.3385385Z warnings.warn("Singular sample detected.") 2022-12-01T11:16:46.3385677Z ok (3.465s) 2022-12-01T11:16:46.3386364Z test_entropy (__main__.TestJit) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-12-01T11:16:46.3387121Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-12-01T11:16:46.3387496Z ok (4.651s) 2022-12-01T11:16:46.3387786Z test_enumerate_support (__main__.TestJit) ... ok (0.327s) 2022-12-01T11:16:46.3388135Z test_log_prob (__main__.TestJit) ... ok (7.968s) 2022-12-01T11:16:46.3388465Z test_mean (__main__.TestJit) ... ok (2.148s) 2022-12-01T11:16:46.3388794Z test_rsample (__main__.TestJit) ... ok (0.532s) 2022-12-01T11:16:46.3389106Z test_sample (__main__.TestJit) ... ok (0.759s) 2022-12-01T11:16:46.3389527Z test_variance (__main__.TestJit) ... ok (3.701s) 2022-12-01T11:16:46.3389894Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.056s) 2022-12-01T11:16:46.3390253Z test_entropy_monte_carlo (__main__.TestKL) ... ok (2.976s) 2022-12-01T11:16:46.3390852Z test_kl_edgecases (__main__.TestKL) ... ok (0.018s) 2022-12-01T11:16:46.3391144Z test_kl_exponential_family (__main__.TestKL) ... ok (0.034s) 2022-12-01T11:16:46.3391476Z test_kl_infinite (__main__.TestKL) ... ok (0.024s) 2022-12-01T11:16:46.3391848Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.033s) 2022-12-01T11:16:46.3392262Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.026s) 2022-12-01T11:16:46.3392651Z test_kl_monte_carlo (__main__.TestKL) ... ok (0.864s) 2022-12-01T11:16:46.3392994Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.040s) 2022-12-01T11:16:46.3393380Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.023s) 2022-12-01T11:16:46.3393861Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.022s) 2022-12-01T11:16:46.3394165Z test_kl_shape (__main__.TestKL) ... ok (0.067s) 2022-12-01T11:16:46.3394510Z test_kl_transformed (__main__.TestKL) ... ok (0.017s) 2022-12-01T11:16:46.3394939Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.006s) 2022-12-01T11:16:46.3395408Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.004s) 2022-12-01T11:16:46.3395872Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.020s) 2022-12-01T11:16:46.3396323Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-12-01T11:16:46.3396786Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-12-01T11:16:46.3397306Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.002s) 2022-12-01T11:16:46.3397793Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.003s) 2022-12-01T11:16:46.3398264Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.040s) 2022-12-01T11:16:46.3398729Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.006s) 2022-12-01T11:16:46.3399233Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.005s) 2022-12-01T11:16:46.3399710Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.003s) 2022-12-01T11:16:46.3400160Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.003s) 2022-12-01T11:16:46.3400558Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.064s) 2022-12-01T11:16:46.3400928Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.064s) 2022-12-01T11:16:46.3401278Z test_chi2 (__main__.TestRsample) ... ok (0.033s) 2022-12-01T11:16:46.3401633Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.636s) 2022-12-01T11:16:46.3402038Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.066s) 2022-12-01T11:16:46.3402435Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.124s) 2022-12-01T11:16:46.3402793Z test_gamma (__main__.TestRsample) ... ok (0.032s) 2022-12-01T11:16:46.3403123Z test_invalid (__main__.TestValidation) ... ok (0.029s) 2022-12-01T11:16:46.3403495Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.400s) 2022-12-01T11:16:46.3403860Z test_valid (__main__.TestValidation) ... ok (0.019s) 2022-12-01T11:16:46.3404235Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.007s) 2022-12-01T11:16:46.3404486Z 2022-12-01T11:16:46.3404775Z ---------------------------------------------------------------------- 2022-12-01T11:16:46.3405108Z Ran 219 tests in 55.249s 2022-12-01T11:16:46.3405277Z 2022-12-01T11:16:46.3405371Z OK 2022-12-01T11:16:46.3405492Z 2022-12-01T11:16:46.3405619Z Generating XML reports... 2022-12-01T11:16:46.3406308Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20221201111550.xml 2022-12-01T11:16:46.3407066Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20221201111550.xml 2022-12-01T11:16:46.3407823Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20221201111550.xml 2022-12-01T11:16:46.3408597Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20221201111550.xml 2022-12-01T11:16:46.3409342Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20221201111550.xml 2022-12-01T11:16:46.3410053Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20221201111550.xml 2022-12-01T11:16:46.3410741Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20221201111550.xml 2022-12-01T11:16:46.3411523Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20221201111550.xml 2022-12-01T11:16:46.3412335Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20221201111550.xml 2022-12-01T11:16:46.3413082Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20221201111550.xml 2022-12-01T11:16:46.3413794Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20221201111550.xml 2022-12-01T11:16:46.3414132Z 2022-12-01T11:16:46.3414522Z ##[endgroup] 2022-12-01T11:16:46.3415126Z FINISHED PRINTING LOG FILE of distributions/test_distributions (/var/lib/jenkins/workspace/test/test-reports/distributions-test_distributions_ckkqfvg7) 2022-12-01T11:16:46.3415485Z 2022-12-01T11:16:46.3415778Z Running test_autograd ... [2022-12-01 11:16:46.328238] 2022-12-01T11:16:46.3416397Z Executing ['/opt/conda/bin/python', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:16:46.328545] 2022-12-01T11:17:15.8167426Z 2022-12-01T11:17:15.8171970Z Expand the folded group to see the log file of test_autograd 2022-12-01T11:17:15.8172988Z ##[group]PRINTING LOG FILE of test_autograd (/var/lib/jenkins/workspace/test/test-reports/test_autograd_mdb474ey) 2022-12-01T11:17:15.8173511Z 2022-12-01T11:17:15.8173592Z Running tests... 2022-12-01T11:17:15.8174169Z ---------------------------------------------------------------------- 2022-12-01T11:17:15.8174922Z Test results will be stored in test-reports/python-unittest/test_autograd 2022-12-01T11:17:15.8175532Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:17:15.8177656Z test_accumulate_grad (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:197: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp:1064.) 2022-12-01T11:17:15.8179120Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-12-01T11:17:15.8179414Z ok (0.003s) 2022-12-01T11:17:15.8184127Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8184907Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8185614Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:3713: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-12-01T11:17:15.8186441Z with detect_anomaly(): 2022-12-01T11:17:15.8186689Z ok (0.002s) 2022-12-01T11:17:15.8186971Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:17:15.8187355Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.016s) 2022-12-01T11:17:15.8187785Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8188155Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8188915Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.260s) 2022-12-01T11:17:15.8189636Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8190202Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:17:15.8191238Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:17:15.8192038Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.098s) 2022-12-01T11:17:15.8192772Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.021s) 2022-12-01T11:17:15.8193389Z test_backward (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8194049Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8194749Z test_backward_copy (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8195409Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8196059Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8197152Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8198037Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8199015Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:17:15.8199800Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8200488Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:17:15.8201397Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8203428Z test_calculate_shape_util (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/nested/__init__.py:84: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-12-01T11:17:15.8204410Z return torch._nested_tensor_from_tensor_list(tensor_list, dtype, None, device, None) 2022-12-01T11:17:15.8204751Z ok (0.002s) 2022-12-01T11:17:15.8205068Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8205479Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8205876Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8206365Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:17:15.8206846Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-12-01T11:17:15.8207394Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.003s) 2022-12-01T11:17:15.8207845Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-12-01T11:17:15.8208334Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.000s) 2022-12-01T11:17:15.8208833Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-12-01T11:17:15.8209281Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.003s) 2022-12-01T11:17:15.8209723Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-12-01T11:17:15.8210292Z Verifies that correct gradients are calculated for checkpoint ... ok (0.002s) 2022-12-01T11:17:15.8210738Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8211199Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-12-01T11:17:15.8212867Z Verifies gradient correctness when checkpoint without reentrant autograd ... /var/lib/jenkins/workspace/test/test_autograd.py:5038: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T11:17:15.8213914Z b_grad = a.grad 2022-12-01T11:17:15.8215319Z /var/lib/jenkins/workspace/test/test_autograd.py:5045: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T11:17:15.8216230Z c_grad = a.grad 2022-12-01T11:17:15.8216468Z ok (0.416s) 2022-12-01T11:17:15.8216845Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8217431Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8217947Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-12-01T11:17:15.8218483Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:17:15.8218983Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-12-01T11:17:15.8219511Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:17:15.8220111Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:17:15.8220648Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-12-01T11:17:15.8221076Z Ensures that gradient hooks are only called once per tensor. ... ok (0.002s) 2022-12-01T11:17:15.8221517Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.406s) 2022-12-01T11:17:15.8221945Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T11:17:15.8222348Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:17:15.8222758Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.123s) 2022-12-01T11:17:15.8223143Z test_custom_function_error (__main__.TestAutograd) ... ok (0.091s) 2022-12-01T11:17:15.8223547Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8223962Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.027s) 2022-12-01T11:17:15.8224410Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T11:17:15.8224881Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:17:15.8225395Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.017s) 2022-12-01T11:17:15.8225835Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:17:15.8226262Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8226667Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8227070Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T11:17:15.8227509Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:17:15.8227931Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:17:15.8228326Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:17:15.8228723Z test_deep_reentrant (__main__.TestAutograd) ... ok (0.336s) 2022-12-01T11:17:15.8229140Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:17:15.8229546Z test_dep_nograd (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8229897Z test_dependent_backward (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8230257Z test_detach (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:17:15.8231005Z test_detach_base (__main__.TestAutograd) 2022-12-01T11:17:15.8231335Z detaching base does not detach view ... ok (0.001s) 2022-12-01T11:17:15.8231735Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:17:15.8232169Z test_diagonal_derivative_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8232998Z test_diagonal_expanded_v (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:2294: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T11:17:15.8233668Z v_expanded = torch.tensor(value).expand(10) 2022-12-01T11:17:15.8233967Z ok (0.002s) 2022-12-01T11:17:15.8234262Z test_dir (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:17:15.8234617Z test_disabling_saved_tensor_hooks (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:17:15.8235039Z test_disabling_saved_tensor_hooks_nested (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8235450Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8235849Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8236242Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8236636Z test_free_deep_graph (__main__.TestAutograd) ... ok (2.549s) 2022-12-01T11:17:15.8237034Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (1.889s) 2022-12-01T11:17:15.8237432Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (1.766s) 2022-12-01T11:17:15.8237815Z test_function (__main__.TestAutograd) ... ok (0.088s) 2022-12-01T11:17:15.8238185Z test_function_returns_input (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8238579Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8238958Z test_gc_in_destructor (__main__.TestAutograd) 2022-12-01T11:17:15.8239364Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.633s) 2022-12-01T11:17:15.8239761Z test_grad (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:17:15.8240095Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8240470Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8240853Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8241223Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.017s) 2022-12-01T11:17:15.8241611Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8242086Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:17:15.8242476Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:17:15.8242905Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8243321Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8244930Z test_grad_nonleaf (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:601: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T11:17:15.8245943Z self.assertIsNone(x.grad) 2022-12-01T11:17:15.8246191Z ok (0.004s) 2022-12-01T11:17:15.8246524Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8248186Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:653: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T11:17:15.8249229Z self.assertIsNone(x_list[0].grad) 2022-12-01T11:17:15.8250676Z /var/lib/jenkins/workspace/test/test_autograd.py:660: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T11:17:15.8251615Z self.assertIsNone(x_list[i].grad) 2022-12-01T11:17:15.8251871Z ok (0.004s) 2022-12-01T11:17:15.8252187Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8252592Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8253007Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.031s) 2022-12-01T11:17:15.8253443Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.061s) 2022-12-01T11:17:15.8253857Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-12-01T11:17:15.8254299Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.030s) 2022-12-01T11:17:15.8255387Z test_gradcheck_check_no_differentiable_outputs (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T11:17:15.8256036Z warnings.warn( 2022-12-01T11:17:15.8256290Z ok (0.004s) 2022-12-01T11:17:15.8256647Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.012s) 2022-12-01T11:17:15.8257654Z test_gradcheck_custom_error (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T11:17:15.8258369Z warnings.warn( 2022-12-01T11:17:15.8258617Z ok (0.022s) 2022-12-01T11:17:15.8258937Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T11:17:15.8259357Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.130s) 2022-12-01T11:17:15.8259783Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:17:15.8260230Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:17:15.8260676Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:17:15.8262035Z test_gradcheck_get_analytical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:580: UserWarning: get_analytical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-12-01T11:17:15.8263050Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-12-01T11:17:15.8263402Z ok (0.011s) 2022-12-01T11:17:15.8264666Z test_gradcheck_get_numerical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:173: UserWarning: get_numerical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-12-01T11:17:15.8265681Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-12-01T11:17:15.8266034Z ok (0.009s) 2022-12-01T11:17:15.8266967Z test_gradcheck_jacobian_mismatch (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T11:17:15.8267624Z warnings.warn( 2022-12-01T11:17:15.8267856Z ok (0.062s) 2022-12-01T11:17:15.8268804Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T11:17:15.8269466Z warnings.warn( 2022-12-01T11:17:15.8269721Z ok (0.026s) 2022-12-01T11:17:15.8270039Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.120s) 2022-12-01T11:17:15.8270819Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8271291Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.019s) 2022-12-01T11:17:15.8272141Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:3971: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T11:17:15.8273042Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-12-01T11:17:15.8273453Z expected failure (0.009s) 2022-12-01T11:17:15.8273811Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:17:15.8274968Z test_gradcheck_test_outputs (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T11:17:15.8275600Z warnings.warn( 2022-12-01T11:17:15.8275852Z ok (0.002s) 2022-12-01T11:17:15.8276195Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:17:15.8276599Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T11:17:15.8277024Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T11:17:15.8277422Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.019s) 2022-12-01T11:17:15.8277818Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8278189Z test_hessian_vector (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8278547Z test_hook_none (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8278916Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8279254Z test_hooks (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:17:15.8279613Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8280009Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8280376Z test_indexing (__main__.TestAutograd) ... ok (0.028s) 2022-12-01T11:17:15.8280754Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:17:15.8281122Z test_inplace (__main__.TestAutograd) ... ok (0.028s) 2022-12-01T11:17:15.8281503Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.012s) 2022-12-01T11:17:15.8281970Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:17:15.8282399Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:17:15.8282818Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8283207Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.078s) 2022-12-01T11:17:15.8283599Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8283974Z test_integer_outputs (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:17:15.8284333Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:17:15.8284716Z test_isolated_node (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8285142Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8285568Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8286637Z test_lobpcg (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80338 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T11:17:15.8287396Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8287816Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8288233Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8288607Z test_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8288982Z test_multi_backward (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8289371Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8290521Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:1105: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at /var/lib/jenkins/workspace/c10/core/TensorImpl.h:1761.) 2022-12-01T11:17:15.8291360Z return super(Tensor, self).refine_names(names) 2022-12-01T11:17:15.8291650Z ok (0.002s) 2022-12-01T11:17:15.8292000Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.003s) 2022-12-01T11:17:15.8292437Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.012s) 2022-12-01T11:17:15.8292892Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8293319Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:17:15.8293745Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8294135Z test_next_functions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8294500Z test_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8294866Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8295220Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8296176Z test_no_grad_copy_sparse (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2325: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-12-01T11:17:15.8296805Z warnings.warn( 2022-12-01T11:17:15.8297061Z ok (0.008s) 2022-12-01T11:17:15.8297353Z test_no_grad_input (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8297738Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:17:15.8298180Z test_no_grad_python_function (__main__.TestAutograd) 2022-12-01T11:17:15.8298543Z Python Functions should respect grad mode. ... ok (0.001s) 2022-12-01T11:17:15.8298937Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T11:17:15.8299337Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8299743Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:17:15.8300122Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:17:15.8300509Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:17:15.8300901Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8301268Z test_once_differentiable (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8301687Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:17:15.8302156Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T11:17:15.8302542Z test_pickle (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:17:15.8302920Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8303301Z test_power_function (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8303934Z test_profiler (__main__.TestAutograd) ... STAGE:2022-12-01 11:17:00 20762:20762 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:17:15.8304559Z STAGE:2022-12-01 11:17:00 20762:20762 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:17:15.8304922Z ok (0.316s) 2022-12-01T11:17:15.8305246Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8305904Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... STAGE:2022-12-01 11:17:00 20762:20762 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:17:15.8306584Z STAGE:2022-12-01 11:17:00 20762:20762 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:17:15.8306861Z 2022-12-01T11:17:15.8307039Z =================================================================================================================================================================== 2022-12-01T11:17:15.8307394Z TEST 2022-12-01T11:17:15.8307991Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:17:15.8308612Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:17:15.8309358Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:17:15.8309933Z aten::lstm 1.05% 311.000us 4.91% 1.453ms 1.453ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8310339Z aten::lstm 1.00% 295.000us 4.92% 1.455ms 1.455ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8311998Z aten::lstm 0.99% 292.000us 4.84% 1.432ms 1.432ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8312409Z aten::lstm 0.98% 291.000us 4.97% 1.472ms 1.472ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8312818Z aten::lstm 0.98% 289.000us 4.81% 1.425ms 1.425ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8313219Z aten::lstm 0.96% 284.000us 4.80% 1.420ms 1.420ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8313715Z aten::lstm 0.96% 283.000us 4.86% 1.439ms 1.439ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8314134Z aten::lstm 0.93% 275.000us 4.98% 1.475ms 1.475ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8314508Z aten::lstm 0.93% 274.000us 4.80% 1.421ms 1.421ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8314918Z aten::lstm 0.91% 270.000us 5.02% 1.486ms 1.486ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8315620Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:17:15.8316109Z Self CPU time total: 29.596ms 2022-12-01T11:17:15.8316296Z 2022-12-01T11:17:15.8316755Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:17:15.8317377Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:17:15.8318124Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:17:15.8318677Z aten::lstm 17.98% 5.320ms 97.74% 28.927ms 1.446ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8319078Z aten::addmm 10.53% 3.115ms 13.56% 4.012ms 20.060us 200 [[80], [3, 20], [20, 80], [], []] 2022-12-01T11:17:15.8319456Z aten::mul 8.49% 2.514ms 8.49% 2.514ms 4.190us 600 [[3, 20], [3, 20]] 2022-12-01T11:17:15.8319966Z aten::sigmoid_ 7.93% 2.347ms 7.93% 2.347ms 3.912us 600 [[3, 20]] 2022-12-01T11:17:15.8320386Z aten::unsafe_split 6.01% 1.779ms 14.86% 4.397ms 21.985us 200 [[3, 80], [], []] 2022-12-01T11:17:15.8320801Z aten::slice 4.74% 1.404ms 4.81% 1.423ms 1.779us 800 [[3, 80], [], [], [], []] 2022-12-01T11:17:15.8321201Z aten::narrow 4.03% 1.194ms 8.59% 2.543ms 3.179us 800 [[3, 80], [], [], []] 2022-12-01T11:17:15.8321591Z aten::tanh_ 3.52% 1.042ms 3.52% 1.042ms 5.210us 200 [[3, 20]] 2022-12-01T11:17:15.8321966Z aten::tanh 3.44% 1.018ms 3.44% 1.018ms 5.090us 200 [[3, 20]] 2022-12-01T11:17:15.8322366Z aten::add_ 2.94% 870.000us 2.94% 870.000us 4.350us 200 [[3, 80], [3, 80], []] 2022-12-01T11:17:15.8323049Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:17:15.8323528Z Self CPU time total: 29.596ms 2022-12-01T11:17:15.8323708Z 2022-12-01T11:17:15.8323865Z =================================================================================================================================================================== 2022-12-01T11:17:15.8324145Z TEST 2022-12-01T11:17:15.8324514Z =================================================================================================================================================================== 2022-12-01T11:17:15.8324958Z This report only display top-level ops statistics 2022-12-01T11:17:15.8325616Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:17:15.8326230Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:17:15.8326958Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:17:15.8327510Z aten::lstm 1.05% 311.000us 4.91% 1.453ms 1.453ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8327909Z aten::lstm 1.00% 295.000us 4.92% 1.455ms 1.455ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8328284Z aten::lstm 0.99% 292.000us 4.84% 1.432ms 1.432ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8328693Z aten::lstm 0.98% 291.000us 4.97% 1.472ms 1.472ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8329091Z aten::lstm 0.98% 289.000us 4.81% 1.425ms 1.425ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8329486Z aten::lstm 0.96% 284.000us 4.80% 1.420ms 1.420ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8329879Z aten::lstm 0.96% 283.000us 4.86% 1.439ms 1.439ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8330316Z aten::lstm 0.93% 275.000us 4.98% 1.475ms 1.475ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8330705Z aten::lstm 0.93% 274.000us 4.80% 1.421ms 1.421ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8331109Z aten::lstm 0.91% 270.000us 5.02% 1.486ms 1.486ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8331796Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:17:15.8332272Z Self CPU time total: 29.596ms 2022-12-01T11:17:15.8332434Z 2022-12-01T11:17:15.8332754Z STAGE:2022-12-01 11:17:02 20762:20762 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T11:17:15.8333159Z =================================================================================================================================================================== 2022-12-01T11:17:15.8333571Z This report only display top-level ops statistics 2022-12-01T11:17:15.8334248Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:17:15.8334835Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:17:15.8335577Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:17:15.8336190Z aten::lstm 17.98% 5.320ms 97.74% 28.927ms 1.446ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:17:15.8336617Z aten::randn 1.27% 377.000us 2.25% 666.000us 11.100us 60 [[], [], [], [], []] 2022-12-01T11:17:15.8337278Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:17:15.8337758Z Self CPU time total: 29.596ms 2022-12-01T11:17:15.8337941Z 2022-12-01T11:17:15.8338117Z Total time based on python measurements: 31.354ms 2022-12-01T11:17:15.8338489Z CPU time measurement python side overhead: 5.94% 2022-12-01T11:17:15.8338772Z ok (1.658s) 2022-12-01T11:17:15.8339084Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-12-01T11:17:15.8339770Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-12-01 11:17:02 20762:20762 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:17:15.8340435Z STAGE:2022-12-01 11:17:02 20762:20762 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:17:15.8340798Z ok (0.004s) 2022-12-01T11:17:15.8341138Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8341818Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-12-01 11:17:02 20762:20762 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:17:15.8342464Z STAGE:2022-12-01 11:17:02 20762:20762 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:17:15.8342831Z ok (0.072s) 2022-12-01T11:17:15.8343821Z test_profiler_seq_nr (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/66893 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T11:17:15.8344896Z test_profiler_shapes (__main__.TestAutograd) ... STAGE:2022-12-01 11:17:02 20762:20762 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:17:15.8345532Z STAGE:2022-12-01 11:17:02 20762:20762 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:17:15.8345815Z 2022-12-01T11:17:15.8346269Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T11:17:15.8346859Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:17:15.8347563Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T11:17:15.8348101Z aten::linear 2.82% 8.000us 34.15% 97.000us 97.000us 1 [[128, 20], [30, 20], [30]] 2022-12-01T11:17:15.8348495Z aten::t 6.69% 19.000us 9.86% 28.000us 28.000us 1 [[30, 20]] 2022-12-01T11:17:15.8348894Z aten::transpose 2.11% 6.000us 3.17% 9.000us 9.000us 1 [[30, 20], [], []] 2022-12-01T11:17:15.8349312Z aten::as_strided 1.06% 3.000us 1.06% 3.000us 3.000us 1 [[30, 20], [], [], []] 2022-12-01T11:17:15.8349721Z aten::addmm 17.25% 49.000us 21.48% 61.000us 61.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-12-01T11:17:15.8350124Z aten::expand 1.41% 4.000us 1.41% 4.000us 4.000us 1 [[30], [], []] 2022-12-01T11:17:15.8350940Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[30], [], [], []] 2022-12-01T11:17:15.8351381Z aten::copy_ 2.82% 8.000us 2.82% 8.000us 8.000us 1 [[128, 30], [128, 30], []] 2022-12-01T11:17:15.8351789Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-12-01T11:17:15.8352206Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-12-01T11:17:15.8352610Z aten::linear 1.41% 4.000us 65.85% 187.000us 187.000us 1 [[128, 30], [40, 30], [40]] 2022-12-01T11:17:15.8352983Z aten::t 1.76% 5.000us 3.17% 9.000us 9.000us 1 [[40, 30]] 2022-12-01T11:17:15.8353383Z aten::transpose 1.06% 3.000us 1.41% 4.000us 4.000us 1 [[40, 30], [], []] 2022-12-01T11:17:15.8353803Z aten::as_strided 0.35% 1.000us 0.35% 1.000us 1.000us 1 [[40, 30], [], [], []] 2022-12-01T11:17:15.8354202Z aten::addmm 58.45% 166.000us 61.27% 174.000us 174.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-12-01T11:17:15.8354598Z aten::expand 0.70% 2.000us 0.70% 2.000us 2.000us 1 [[40], [], []] 2022-12-01T11:17:15.8354976Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40], [], [], []] 2022-12-01T11:17:15.8355381Z aten::copy_ 2.11% 6.000us 2.11% 6.000us 6.000us 1 [[128, 40], [128, 40], []] 2022-12-01T11:17:15.8355864Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-12-01T11:17:15.8356277Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-12-01T11:17:15.8356943Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T11:17:15.8357380Z Self CPU time total: 284.000us 2022-12-01T11:17:15.8357565Z 2022-12-01T11:17:15.8357673Z ok (0.006s) 2022-12-01T11:17:15.8358267Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-12-01 11:17:02 20762:20762 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:17:15.8358921Z STAGE:2022-12-01 11:17:02 20762:20762 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:17:15.8359292Z ok (0.003s) 2022-12-01T11:17:15.8359639Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (1.420s) 2022-12-01T11:17:15.8360308Z test_record_function (__main__.TestAutograd) ... STAGE:2022-12-01 11:17:03 20762:20762 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:17:15.8360940Z STAGE:2022-12-01 11:17:03 20762:20762 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:17:15.8361539Z STAGE:2022-12-01 11:17:03 20762:20762 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:17:15.8362138Z STAGE:2022-12-01 11:17:03 20762:20762 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:17:15.8362477Z ok (0.008s) 2022-12-01T11:17:15.8363077Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-12-01 11:17:03 20762:20762 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:17:15.8363794Z STAGE:2022-12-01 11:17:03 20762:20762 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:17:15.8364173Z ok (0.004s) 2022-12-01T11:17:15.8364496Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8365207Z test_record_function_new_signatures (__main__.TestAutograd) ... STAGE:2022-12-01 11:17:03 20762:20762 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:17:15.8365879Z STAGE:2022-12-01 11:17:03 20762:20762 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:17:15.8366245Z ok (0.004s) 2022-12-01T11:17:15.8366546Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8366949Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8367373Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8367795Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8368223Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8368652Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8369066Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8369471Z test_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8369836Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8370222Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8370579Z test_retain_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8370949Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8371336Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8371723Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8372126Z test_return_duplicate (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:17:15.8372606Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:17:15.8372970Z test_return_leaf (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8373342Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8373727Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8374135Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8374509Z test_save_output_nr (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8374969Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8375495Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8376030Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:17:15.8376535Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.016s) 2022-12-01T11:17:15.8377000Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8377420Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8377807Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:17:15.8378202Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8378575Z test_select_sum (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:17:15.8378931Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8379339Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8379747Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8380204Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8380622Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8381076Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8381507Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8381874Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8382272Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8382700Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8383102Z test_setitem (__main__.TestAutograd) ... ok (0.020s) 2022-12-01T11:17:15.8383447Z test_setitem_mask (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:17:15.8383884Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8384396Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8384797Z test_shape (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8385209Z test_sharded_grad (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:17:15.8385586Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8385970Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8386351Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8386751Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8387126Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8387491Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8387893Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8388294Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8388668Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.029s) 2022-12-01T11:17:15.8389384Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:3823: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:17:15.8390109Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:17:15.8390905Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:17:15.8391201Z should be replaced with 2022-12-01T11:17:15.8391621Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:17:15.8391930Z and 2022-12-01T11:17:15.8392184Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:17:15.8392484Z should be replaced with 2022-12-01T11:17:15.8393121Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T11:17:15.8393619Z w, v = torch.symeig(A, eigenvectors=False) 2022-12-01T11:17:15.8393882Z ok (0.007s) 2022-12-01T11:17:15.8394202Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8394594Z test_thread_shutdown (__main__.TestAutograd) ... ok (1.388s) 2022-12-01T11:17:15.8394949Z test_too_many_grads (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8395327Z test_type_conversions (__main__.TestAutograd) ... ok (0.025s) 2022-12-01T11:17:15.8395698Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:17:15.8396049Z test_unused_output (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8396445Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8396848Z test_variable_traverse (__main__.TestAutograd) ... ok (0.105s) 2022-12-01T11:17:15.8397329Z test_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8397706Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8398119Z test_will_engine_execute_node (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T11:17:15.8398580Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.004s) 2022-12-01T11:17:15.8399059Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.008s) 2022-12-01T11:17:15.8399575Z test_advanced_indexing_backwards_large_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:17:15.8400121Z test_advanced_indexing_backwards_memory_format_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:17:15.8400669Z test_backward_device_cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:17:15.8401162Z test_copy__cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:17:15.8401665Z test_copy_forward_ad_broadcasting_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:17:15.8402194Z test_copy_forward_ad_same_layout_copies_grad_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:17:15.8402662Z test_copy_r_to_c_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:17:15.8403146Z test_cross_device_reentrant_autograd_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:17:15.8403643Z test_free_unneeded_tensor_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:17:15.8404117Z test_grad_assignment_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.010s) 2022-12-01T11:17:15.8404601Z test_gradcheck_input_output_different_device_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:17:15.8405129Z test_inplace_multiple_output_view_of_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:17:15.8405641Z test_inplace_on_view_backprop_base_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:17:15.8407442Z test_inplace_on_view_backprop_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_autograd.py:8397: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T11:17:15.8408520Z self.assertIsNone(a.grad) 2022-12-01T11:17:15.8408771Z ok (0.002s) 2022-12-01T11:17:15.8409167Z test_inplace_on_view_backprop_view_of_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:17:15.8409680Z test_inplace_on_view_gradcheck_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.035s) 2022-12-01T11:17:15.8410328Z test_inplace_on_view_makes_base_require_grad_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.013s) 2022-12-01T11:17:15.8410820Z test_inplace_on_view_modify_base_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.013s) 2022-12-01T11:17:15.8411325Z test_inplace_on_view_multi_output_safe_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.012s) 2022-12-01T11:17:15.8411837Z test_inplace_on_view_multi_output_unsafe_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:17:15.8412325Z test_inplace_on_view_multiple_outputs_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:17:15.8412817Z test_inplace_on_view_non_contig_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:17:15.8413321Z test_inplace_on_view_of_multiple_output_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:17:15.8413879Z test_inplace_on_view_of_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:17:15.8414354Z test_inplace_on_view_python_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.030s) 2022-12-01T11:17:15.8414838Z test_inplace_on_view_then_no_grad_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:17:15.8415378Z test_inputbuffer_add_multidevice_cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:17:15.8415930Z test_min_max_median_backprops_to_all_values_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.006s) 2022-12-01T11:17:15.8416397Z test_mv_grad_stride_0_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.014s) 2022-12-01T11:17:15.8416863Z test_non_differentiable_ops_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:17:15.8417338Z test_parameter_resize_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:17:15.8417776Z test_pin_memory_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:17:15.8418238Z test_profiler_emit_itt_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:17:15.8418709Z test_profiler_emit_nvtx_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.001s) 2022-12-01T11:17:15.8419179Z test_pyscalar_conversions_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:17:15.8419644Z test_reentrant_parent_error_on_cpu_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.131s) 2022-12-01T11:17:15.8420135Z test_requires_grad_factory_cuda_float32 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:17:15.8420621Z test_requires_grad_factory_cuda_float64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:17:15.8421112Z test_rnn_backward_to_input_but_not_parameters_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.307s) 2022-12-01T11:17:15.8422289Z test_scatter_index_reduce_amin_amax_backprops_to_all_values_cuda (__main__.TestAutogradDeviceTypeCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:1427: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T11:17:15.8423087Z func_out = func(*tupled_inputs) 2022-12-01T11:17:15.8423878Z /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:1427: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu:1042.) 2022-12-01T11:17:15.8424439Z func_out = func(*tupled_inputs) 2022-12-01T11:17:15.8424683Z ok (0.021s) 2022-12-01T11:17:15.8425071Z test_scatter_index_reduce_prod_gradgrad_error_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.035s) 2022-12-01T11:17:15.8425595Z test_set_requires_grad_only_for_floats_cuda_float16 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:17:15.8426100Z test_set_requires_grad_only_for_floats_cuda_float32 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:17:15.8426612Z test_set_requires_grad_only_for_floats_cuda_float64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:17:15.8427127Z test_set_requires_grad_only_for_floats_cuda_int16 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:17:15.8427638Z test_set_requires_grad_only_for_floats_cuda_int32 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:17:15.8428124Z test_set_requires_grad_only_for_floats_cuda_int64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:17:15.8428627Z test_set_requires_grad_only_for_floats_cuda_int8 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:17:15.8429129Z test_simple_reentrant_cross_device_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.004s) 2022-12-01T11:17:15.8429623Z test_sparse_backward_cuda_complex128 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.012s) 2022-12-01T11:17:15.8430149Z test_sparse_backward_cuda_float64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.007s) 2022-12-01T11:17:15.8431041Z test_sparse_ctor_getter_backward_cuda_complex128 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.636s) 2022-12-01T11:17:15.8431567Z test_sparse_ctor_getter_backward_cuda_float64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.042s) 2022-12-01T11:17:15.8432038Z test_sparse_mask_autograd_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-12-01T11:17:15.8432526Z test_strided_leaf_grad_layout_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.008s) 2022-12-01T11:17:15.8432991Z test_to_r_to_c_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-12-01T11:17:15.8433506Z test_unused_output_device_cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:17:15.8434001Z test_warning_in_backward_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-12-01T11:17:15.8434486Z test_where_functional_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.025s) 2022-12-01T11:17:15.8434955Z test_where_scalar_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.023s) 2022-12-01T11:17:15.8435427Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-12-01T11:17:15.8435873Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:17:15.8436329Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:17:15.8436794Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.024s) 2022-12-01T11:17:15.8437250Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.010s) 2022-12-01T11:17:15.8437698Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:17:15.8438136Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:17:15.8438585Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:17:15.8438996Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:17:15.8439540Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:17:15.8440033Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:17:15.8440490Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:17:15.8440952Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T11:17:15.8441442Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T11:17:15.8441940Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:17:15.8442445Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:17:15.8442965Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:17:15.8443459Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:17:15.8443892Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T11:17:15.8444328Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:17:15.8444767Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-12-01T11:17:15.8445176Z test_print (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T11:17:15.8445615Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-12-01T11:17:15.8446068Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-12-01T11:17:15.8446516Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T11:17:15.8447045Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T11:17:15.8447559Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T11:17:15.8448066Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-12-01T11:17:15.8448600Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-12-01T11:17:15.8449126Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.006s) 2022-12-01T11:17:15.8449659Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.008s) 2022-12-01T11:17:15.8450175Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-12-01T11:17:15.8450734Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:17:15.8451304Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:17:15.8451901Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:17:15.8452492Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.019s) 2022-12-01T11:17:15.8453097Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.178s) 2022-12-01T11:17:15.8453687Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.535s) 2022-12-01T11:17:15.8454294Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.092s) 2022-12-01T11:17:15.8454900Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.668s) 2022-12-01T11:17:15.8455461Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:17:15.8456089Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-12-01T11:17:15.8456671Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T11:17:15.8457261Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8457829Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:17:15.8458416Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.026s) 2022-12-01T11:17:15.8459012Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:17:15.8459606Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-12-01T11:17:15.8460170Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8460745Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-12-01T11:17:15.8461302Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:17:15.8461849Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-12-01T11:17:15.8462371Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:17:15.8462910Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.023s) 2022-12-01T11:17:15.8463525Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:17:15.8464122Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:17:15.8464680Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8465266Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-12-01T11:17:15.8465853Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8466417Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:17:15.8467017Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.019s) 2022-12-01T11:17:15.8467642Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.188s) 2022-12-01T11:17:15.8468260Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:17:15.8468849Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.057s) 2022-12-01T11:17:15.8469478Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:17:15.8470126Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.052s) 2022-12-01T11:17:15.8471097Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T11:17:15.8471683Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:17:15.8472263Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.111s) 2022-12-01T11:17:15.8472915Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.800s) 2022-12-01T11:17:15.8473468Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:17:15.8473986Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-12-01T11:17:15.8474535Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8475097Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:17:15.8475643Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8476156Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-12-01T11:17:15.8476691Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8477229Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:17:15.8477762Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8478275Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:17:15.8478853Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.075s) 2022-12-01T11:17:15.8479457Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.585s) 2022-12-01T11:17:15.8480042Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.059s) 2022-12-01T11:17:15.8480716Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.412s) 2022-12-01T11:17:15.8481322Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:17:15.8481895Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:17:15.8482460Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T11:17:15.8483130Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T11:17:15.8483735Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:17:15.8484334Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-12-01T11:17:15.8484932Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8485529Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:17:15.8486109Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8486681Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:17:15.8487215Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8487766Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:17:15.8488316Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:17:15.8488869Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-12-01T11:17:15.8489499Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8490080Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:17:15.8490649Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:17:15.8491175Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:17:15.8491737Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:17:15.8492320Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:17:15.8492942Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:17:15.8493570Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.028s) 2022-12-01T11:17:15.8494215Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8494852Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-12-01T11:17:15.8495476Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:17:15.8496073Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.029s) 2022-12-01T11:17:15.8496770Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:17:15.8497437Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.098s) 2022-12-01T11:17:15.8498073Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:17:15.8498661Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.035s) 2022-12-01T11:17:15.8499295Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:17:15.8499936Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.039s) 2022-12-01T11:17:15.8500561Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:17:15.8501154Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.061s) 2022-12-01T11:17:15.8501763Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T11:17:15.8502371Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8502942Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.081s) 2022-12-01T11:17:15.8503470Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.568s) 2022-12-01T11:17:15.8504023Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8504561Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:17:15.8505112Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8505649Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:17:15.8506259Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:17:15.8506793Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:17:15.8507335Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8507847Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:17:15.8508382Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:17:15.8508916Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:17:15.8509439Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.100s) 2022-12-01T11:17:15.8509993Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.731s) 2022-12-01T11:17:15.8510957Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:17:15.8511522Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:17:15.8512047Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8512609Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:17:15.8513158Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8513690Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:17:15.8514291Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8514852Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:17:15.8515389Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:17:15.8515901Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:17:15.8516441Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.072s) 2022-12-01T11:17:15.8516993Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.501s) 2022-12-01T11:17:15.8517538Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8518057Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:17:15.8518612Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8519177Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:17:15.8519723Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8520232Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:17:15.8520770Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:17:15.8521300Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:17:15.8521813Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:17:15.8522348Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:17:15.8522867Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:17:15.8523445Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:17:15.8523920Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.007s) 2022-12-01T11:17:15.8524442Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.008s) 2022-12-01T11:17:15.8524969Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-12-01T11:17:15.8525505Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:17:15.8526018Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:17:15.8526545Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:17:15.8527084Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:17:15.8527613Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.008s) 2022-12-01T11:17:15.8528150Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:17:15.8528658Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:17:15.8529173Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.005s) 2022-12-01T11:17:15.8529673Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.011s) 2022-12-01T11:17:15.8530188Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:17:15.8530768Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:17:15.8531310Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:17:15.8531811Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:17:15.8532322Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.005s) 2022-12-01T11:17:15.8532893Z test_autograd_composite_implicit_and_dispatch_registration_cuda (__main__.TestAutogradMultipleDispatchCUDA) ... ok (0.005s) 2022-12-01T11:17:15.8533499Z test_autograd_multiple_dispatch_registrations_cuda (__main__.TestAutogradMultipleDispatchCUDA) ... ok (0.004s) 2022-12-01T11:17:15.8534016Z test_foward_mode_AD_cuda (__main__.TestAutogradMultipleDispatchCUDA) ... ok (0.005s) 2022-12-01T11:17:15.8534568Z test_per_dispatch_key_input_saving_cuda (__main__.TestAutogradMultipleDispatchCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:17:15.8535108Z test_view_copy_cuda (__main__.TestAutogradMultipleDispatchCUDA) ... ok (0.003s) 2022-12-01T11:17:15.8535550Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.117s) 2022-12-01T11:17:15.8536014Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-12-01T11:17:15.8536477Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.023s) 2022-12-01T11:17:15.8536933Z test_multithread_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8537406Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.003s) 2022-12-01T11:17:15.8537886Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-12-01T11:17:15.8538340Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.026s) 2022-12-01T11:17:15.8538763Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.011s) 2022-12-01T11:17:15.8539228Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.017s) 2022-12-01T11:17:15.8539563Z 2022-12-01T11:17:15.8539866Z ---------------------------------------------------------------------- 2022-12-01T11:17:15.8540225Z Ran 508 tests in 24.959s 2022-12-01T11:17:15.8540373Z 2022-12-01T11:17:15.8540521Z OK (skipped=12, expected failures=2) 2022-12-01T11:17:15.8540719Z 2022-12-01T11:17:15.8540851Z Generating XML reports... 2022-12-01T11:17:15.8541399Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutograd-20221201111650.xml 2022-12-01T11:17:15.8542134Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20221201111650.xml 2022-12-01T11:17:15.8542920Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCUDA-20221201111650.xml 2022-12-01T11:17:15.8543676Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20221201111650.xml 2022-12-01T11:17:15.8544466Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20221201111650.xml 2022-12-01T11:17:15.8545291Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20221201111650.xml 2022-12-01T11:17:15.8546090Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20221201111650.xml 2022-12-01T11:17:15.8546878Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCUDA-20221201111650.xml 2022-12-01T11:17:15.8547640Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20221201111650.xml 2022-12-01T11:17:15.8547987Z 2022-12-01T11:17:15.8548425Z ##[endgroup] 2022-12-01T11:17:15.8548951Z FINISHED PRINTING LOG FILE of test_autograd (/var/lib/jenkins/workspace/test/test-reports/test_autograd_mdb474ey) 2022-12-01T11:17:15.8549254Z 2022-12-01T11:17:15.8549574Z Running test_tensor_creation_ops ... [2022-12-01 11:17:15.817477] 2022-12-01T11:17:15.8550255Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:17:15.817770] 2022-12-01T11:18:56.5929339Z 2022-12-01T11:18:56.5930360Z Expand the folded group to see the log file of test_tensor_creation_ops 2022-12-01T11:18:56.5931599Z ##[group]PRINTING LOG FILE of test_tensor_creation_ops (/var/lib/jenkins/workspace/test/test-reports/test_tensor_creation_ops_m1fiushu) 2022-12-01T11:18:56.5935005Z 2022-12-01T11:18:56.5935524Z Running tests... 2022-12-01T11:18:56.5936460Z ---------------------------------------------------------------------- 2022-12-01T11:18:56.5937020Z Test results will be stored in test-reports/python-unittest/test_tensor_creation_ops 2022-12-01T11:18:56.5937499Z test_alias_from_buffer_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:18:56.5938009Z test_alias_from_buffer_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5938550Z test_alias_from_buffer_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5939030Z test_alias_from_buffer_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5939460Z test_alias_from_buffer_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5940179Z test_alias_from_buffer_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5940849Z test_alias_from_buffer_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5943452Z test_alias_from_buffer_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5944380Z test_alias_from_buffer_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5945475Z test_alias_from_buffer_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5946779Z test_alias_from_buffer_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5947750Z test_alias_from_dlpack_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.008s) 2022-12-01T11:18:56.5948340Z test_alias_from_dlpack_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.011s) 2022-12-01T11:18:56.5948784Z test_alias_from_dlpack_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-12-01T11:18:56.5949225Z test_alias_from_dlpack_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-12-01T11:18:56.5949641Z test_alias_from_dlpack_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-12-01T11:18:56.5950066Z test_alias_from_dlpack_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-12-01T11:18:56.5950803Z test_alias_from_dlpack_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-12-01T11:18:56.5951247Z test_alias_from_dlpack_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-12-01T11:18:56.5951641Z test_alias_from_dlpack_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-12-01T11:18:56.5952052Z test_alias_from_dlpack_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-12-01T11:18:56.5952475Z test_alias_from_dlpack_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-12-01T11:18:56.5952906Z test_alias_from_numpy_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5953783Z test_alias_from_numpy_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5954213Z test_alias_from_numpy_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5954671Z test_alias_from_numpy_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5955259Z test_alias_from_numpy_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5955741Z test_alias_from_numpy_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5956231Z test_alias_from_numpy_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5956675Z test_alias_from_numpy_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5957113Z test_alias_from_numpy_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5957654Z test_alias_from_numpy_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5958368Z test_alias_from_numpy_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5959146Z test_alias_from_tensor_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-12-01T11:18:56.5960067Z test_alias_from_tensor_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-12-01T11:18:56.5960942Z test_alias_from_tensor_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-12-01T11:18:56.5961795Z test_alias_from_tensor_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-12-01T11:18:56.5962507Z test_alias_from_tensor_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-12-01T11:18:56.5963269Z test_alias_from_tensor_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-12-01T11:18:56.5963953Z test_alias_from_tensor_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-12-01T11:18:56.5964758Z test_alias_from_tensor_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-12-01T11:18:56.5965682Z test_alias_from_tensor_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-12-01T11:18:56.5966134Z test_alias_from_tensor_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-12-01T11:18:56.5966540Z test_alias_from_tensor_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-12-01T11:18:56.5967010Z test_alias_from_tensor_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-12-01T11:18:56.5967404Z test_astensor_consistency_cuda (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5967986Z test_copy_from_buffer_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5968546Z test_copy_from_buffer_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5968950Z test_copy_from_buffer_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5969422Z test_copy_from_buffer_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5969909Z test_copy_from_buffer_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5970351Z test_copy_from_buffer_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5970822Z test_copy_from_buffer_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5971256Z test_copy_from_buffer_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5971705Z test_copy_from_buffer_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5972154Z test_copy_from_buffer_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5972607Z test_copy_from_buffer_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5973033Z test_copy_from_dlpack_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-12-01T11:18:56.5973831Z test_copy_from_dlpack_cuda_complex128 (__main__.TestAsArrayCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:3675: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T11:18:56.5974575Z result = torch.asarray(cvt(original), **kwargs) 2022-12-01T11:18:56.5974958Z ok (0.016s) 2022-12-01T11:18:56.5975199Z test_copy_from_dlpack_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-12-01T11:18:56.5975626Z test_copy_from_dlpack_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-12-01T11:18:56.5976046Z test_copy_from_dlpack_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-12-01T11:18:56.5976491Z test_copy_from_dlpack_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-12-01T11:18:56.5976850Z test_copy_from_dlpack_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-12-01T11:18:56.5977261Z test_copy_from_dlpack_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-12-01T11:18:56.5977748Z test_copy_from_dlpack_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.013s) 2022-12-01T11:18:56.5978059Z test_copy_from_dlpack_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-12-01T11:18:56.5978477Z test_copy_from_dlpack_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-12-01T11:18:56.5979042Z test_copy_from_dlpack_mult_devices_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5979518Z test_copy_from_dlpack_mult_devices_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5980052Z test_copy_from_dlpack_mult_devices_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5980593Z test_copy_from_dlpack_mult_devices_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5981127Z test_copy_from_dlpack_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5981718Z test_copy_from_dlpack_mult_devices_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5982175Z test_copy_from_dlpack_mult_devices_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5982770Z test_copy_from_dlpack_mult_devices_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5983294Z test_copy_from_dlpack_mult_devices_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5983817Z test_copy_from_dlpack_mult_devices_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5984371Z test_copy_from_dlpack_mult_devices_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5984818Z test_copy_from_numpy_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5985281Z test_copy_from_numpy_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5985851Z test_copy_from_numpy_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5986225Z test_copy_from_numpy_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5986696Z test_copy_from_numpy_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5987231Z test_copy_from_numpy_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5987603Z test_copy_from_numpy_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5988062Z test_copy_from_numpy_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5988562Z test_copy_from_numpy_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5988950Z test_copy_from_numpy_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5989446Z test_copy_from_numpy_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.5989963Z test_copy_from_tensor_mult_devices_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5990705Z test_copy_from_tensor_mult_devices_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5991260Z test_copy_from_tensor_mult_devices_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5991781Z test_copy_from_tensor_mult_devices_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5992311Z test_copy_from_tensor_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5992878Z test_copy_from_tensor_mult_devices_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5993409Z test_copy_from_tensor_mult_devices_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5993917Z test_copy_from_tensor_mult_devices_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5994441Z test_copy_from_tensor_mult_devices_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5994954Z test_copy_from_tensor_mult_devices_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5995476Z test_copy_from_tensor_mult_devices_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.5995914Z test_copy_list_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-12-01T11:18:56.5996317Z test_copy_list_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-12-01T11:18:56.5996723Z test_copy_list_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-12-01T11:18:56.5997116Z test_copy_list_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-12-01T11:18:56.5997614Z test_copy_list_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-12-01T11:18:56.5998012Z test_copy_list_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-12-01T11:18:56.5998403Z test_copy_list_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-12-01T11:18:56.5998775Z test_copy_list_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-12-01T11:18:56.5999166Z test_copy_list_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-12-01T11:18:56.5999553Z test_copy_list_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-12-01T11:18:56.5999926Z test_copy_list_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-12-01T11:18:56.6000312Z test_copy_list_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-12-01T11:18:56.6000713Z test_copy_tensor_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-12-01T11:18:56.6001129Z test_copy_tensor_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.013s) 2022-12-01T11:18:56.6001530Z test_copy_tensor_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-12-01T11:18:56.6001950Z test_copy_tensor_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-12-01T11:18:56.6002363Z test_copy_tensor_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-12-01T11:18:56.6002743Z test_copy_tensor_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-12-01T11:18:56.6003142Z test_copy_tensor_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-12-01T11:18:56.6003530Z test_copy_tensor_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.013s) 2022-12-01T11:18:56.6003902Z test_copy_tensor_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.013s) 2022-12-01T11:18:56.6004290Z test_copy_tensor_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.013s) 2022-12-01T11:18:56.6004761Z test_copy_tensor_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.013s) 2022-12-01T11:18:56.6005170Z test_copy_tensor_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.013s) 2022-12-01T11:18:56.6005579Z test_retain_autograd_history_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6006024Z test_retain_autograd_history_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6006466Z test_unsupported_alias_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-12-01T11:18:56.6006948Z test_unsupported_alias_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.6007477Z test_empty_like_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.6007957Z test_full_like_inference_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6008402Z test_ones_like_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6008890Z test_ones_like_multiple_device_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.6009399Z test_zeros_like_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6009899Z test_zeros_like_multiple_device_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:18:56.6010414Z test_normal_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.017s) 2022-12-01T11:18:56.6010857Z test_normal_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.016s) 2022-12-01T11:18:56.6011316Z test_normal_std_error_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.024s) 2022-12-01T11:18:56.6011778Z test_rand_cuda_complex128 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6012853Z test_rand_cuda_complex32 (__main__.TestRandomTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:3323: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T11:18:56.6013640Z res1 = torch.rand(size, size, dtype=dtype, device=device) 2022-12-01T11:18:56.6013937Z ok (0.002s) 2022-12-01T11:18:56.6014290Z test_rand_cuda_complex64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6014732Z test_rand_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6015186Z test_rand_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6015661Z test_randint_cuda (__main__.TestRandomTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:18:56.6016174Z test_randint_inference_cuda (__main__.TestRandomTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:18:56.6016645Z test_randn_cuda_bfloat16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6017106Z test_randn_cuda_complex128 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6017573Z test_randn_cuda_complex32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6018025Z test_randn_cuda_complex64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6018482Z test_randn_cuda_float16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6018939Z test_randn_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6019394Z test_randn_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6019832Z test_random_neg_values_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6020291Z test_randperm_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.241s) 2022-12-01T11:18:56.6020780Z test_randperm_device_compatibility_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.195s) 2022-12-01T11:18:56.6021316Z test_uniform_from_to_cuda_bfloat16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.020s) 2022-12-01T11:18:56.6021815Z test_uniform_from_to_cuda_float16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.022s) 2022-12-01T11:18:56.6022305Z test_uniform_from_to_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.070s) 2022-12-01T11:18:56.6022778Z test_uniform_from_to_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.136s) 2022-12-01T11:18:56.6023206Z test_arange_bfloat16_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6023628Z test_arange_cuda (__main__.TestTensorCreationCUDA) ... ok (0.077s) 2022-12-01T11:18:56.6024068Z test_arange_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6024514Z test_arange_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6024968Z test_arange_device_vs_cpu_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6025426Z test_arange_device_vs_cpu_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6025904Z test_arange_inference_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-12-01T11:18:56.6026340Z test_as_strided_neg_cuda (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-12-01T11:18:56.6026794Z test_as_tensor_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-12-01T11:18:56.6027232Z test_block_diag_cuda (__main__.TestTensorCreationCUDA) ... ok (0.058s) 2022-12-01T11:18:56.6027637Z test_block_diag_scipy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.045s) 2022-12-01T11:18:56.6028071Z test_cartesian_prod_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-12-01T11:18:56.6028520Z test_cat2_cuda_float16 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:18:56.6028979Z test_cat2_cuda_float64 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:18:56.6029430Z test_cat2_cuda_int32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:18:56.6029968Z test_cat_all_dtypes_and_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-12-01T11:18:56.6030666Z test_cat_big_cuda (__main__.TestTensorCreationCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:18:56.6031148Z test_cat_cuda (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-12-01T11:18:56.6031531Z test_cat_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6031954Z test_cat_empty_legacy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6032392Z test_cat_in_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.107s) 2022-12-01T11:18:56.6032813Z test_cat_mem_overlap_cuda (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-12-01T11:18:56.6033258Z test_cat_out_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6033684Z test_cat_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-12-01T11:18:56.6034113Z test_cat_out_memory_format_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-12-01T11:18:56.6034549Z test_cat_preserve_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-12-01T11:18:56.6035011Z test_cat_stack_cross_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-12-01T11:18:56.6035458Z test_combinations_cuda (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-12-01T11:18:56.6035947Z test_complex_type_conversions_cuda (__main__.TestTensorCreationCUDA) ... skip: real and imag not implemented for complex (0.001s) 2022-12-01T11:18:56.6036492Z test_constructor_device_legacy_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-12-01T11:18:56.6036999Z test_constructor_dtypes_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:18:56.6037950Z test_ctor_with_numpy_array_cuda (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:1443: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. 2022-12-01T11:18:56.6039005Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-12-01T11:18:56.6039380Z np.float, 2022-12-01T11:18:56.6040012Z /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:1450: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. 2022-12-01T11:18:56.6040909Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-12-01T11:18:56.6041300Z np.bool, 2022-12-01T11:18:56.6041509Z ok (0.012s) 2022-12-01T11:18:56.6041864Z test_device_rounding_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6042317Z test_device_rounding_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6042746Z test_device_rounding_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6043224Z test_diag_embed_cuda_float32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.6043669Z test_diagflat_cuda (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-12-01T11:18:56.6044076Z test_dsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.031s) 2022-12-01T11:18:56.6044503Z test_dsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.029s) 2022-12-01T11:18:56.6044922Z test_dsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.026s) 2022-12-01T11:18:56.6045347Z test_dstack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.052s) 2022-12-01T11:18:56.6045857Z test_dstack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.052s) 2022-12-01T11:18:56.6046281Z test_dstack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.051s) 2022-12-01T11:18:56.6046713Z test_dstack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.051s) 2022-12-01T11:18:56.6047110Z test_dstack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.051s) 2022-12-01T11:18:56.6047525Z test_dstack_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.028s) 2022-12-01T11:18:56.6047933Z test_dstack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.028s) 2022-12-01T11:18:56.6048343Z test_dstack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.027s) 2022-12-01T11:18:56.6048733Z test_dstack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.028s) 2022-12-01T11:18:56.6049147Z test_dstack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.028s) 2022-12-01T11:18:56.6049560Z test_empty_full_cuda (__main__.TestTensorCreationCUDA) ... ok (0.084s) 2022-12-01T11:18:56.6049966Z test_empty_overflow_cuda (__main__.TestTensorCreationCUDA) ... ok (0.017s) 2022-12-01T11:18:56.6050393Z test_empty_strided_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-12-01T11:18:56.6050822Z test_empty_tensor_props_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-12-01T11:18:56.6051235Z test_eye_cuda (__main__.TestTensorCreationCUDA) ... ok (0.231s) 2022-12-01T11:18:56.6051642Z test_fill_all_dtypes_and_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.319s) 2022-12-01T11:18:56.6052115Z test_float_to_int_conversion_finite_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6052600Z test_float_to_int_conversion_finite_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6053183Z test_float_to_int_conversion_finite_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6053723Z test_float_to_int_conversion_finite_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6069822Z test_float_to_int_conversion_finite_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6070327Z test_float_to_int_conversion_finite_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6071065Z test_float_to_int_conversion_nonfinite_cuda_bool (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.6071630Z test_float_to_int_conversion_nonfinite_cuda_int16 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.6072190Z test_float_to_int_conversion_nonfinite_cuda_int32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.6072710Z test_float_to_int_conversion_nonfinite_cuda_int64 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.6073265Z test_float_to_int_conversion_nonfinite_cuda_int8 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.6073823Z test_float_to_int_conversion_nonfinite_cuda_uint8 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.6074329Z test_full_inference_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6074771Z test_full_inference_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6075229Z test_full_inference_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6075670Z test_full_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-12-01T11:18:56.6076083Z test_hsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.038s) 2022-12-01T11:18:56.6076524Z test_hsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.036s) 2022-12-01T11:18:56.6076960Z test_hsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.033s) 2022-12-01T11:18:56.6077429Z test_hstack_column_stack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.098s) 2022-12-01T11:18:56.6078054Z test_hstack_column_stack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.097s) 2022-12-01T11:18:56.6078533Z test_hstack_column_stack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.097s) 2022-12-01T11:18:56.6079005Z test_hstack_column_stack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.097s) 2022-12-01T11:18:56.6079445Z test_hstack_column_stack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.097s) 2022-12-01T11:18:56.6079907Z test_hstack_column_stack_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.069s) 2022-12-01T11:18:56.6080368Z test_hstack_column_stack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.069s) 2022-12-01T11:18:56.6080832Z test_hstack_column_stack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.069s) 2022-12-01T11:18:56.6081280Z test_hstack_column_stack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.069s) 2022-12-01T11:18:56.6081748Z test_hstack_column_stack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.069s) 2022-12-01T11:18:56.6082216Z test_kaiser_window_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (1.129s) 2022-12-01T11:18:56.6082651Z test_kaiser_window_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.857s) 2022-12-01T11:18:56.6083106Z test_kaiser_window_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.854s) 2022-12-01T11:18:56.6083558Z test_kaiser_window_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.892s) 2022-12-01T11:18:56.6084016Z test_kaiser_window_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.218s) 2022-12-01T11:18:56.6084445Z test_large_linspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6084896Z test_large_linspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6085486Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cuda (__main__.TestTensorCreationCUDA) ... ok (0.158s) 2022-12-01T11:18:56.6085991Z test_linlogspace_mem_overlap_cuda (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2022-12-01T11:18:56.6086438Z test_linspace_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-12-01T11:18:56.6086894Z test_linspace_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (14.251s) 2022-12-01T11:18:56.6087353Z test_linspace_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (13.865s) 2022-12-01T11:18:56.6087779Z test_linspace_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (14.087s) 2022-12-01T11:18:56.6088225Z test_linspace_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (14.017s) 2022-12-01T11:18:56.6088672Z test_linspace_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-12-01T11:18:56.6089090Z test_linspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (13.900s) 2022-12-01T11:18:56.6089533Z test_linspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (13.826s) 2022-12-01T11:18:56.6089975Z test_linspace_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-12-01T11:18:56.6090407Z test_linspace_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-12-01T11:18:56.6090827Z test_linspace_deduction_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6091302Z test_linspace_device_vs_cpu_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6091799Z test_linspace_device_vs_cpu_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6092268Z test_linspace_device_vs_cpu_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6092770Z test_linspace_device_vs_cpu_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6093217Z test_linspace_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6093692Z test_linspace_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6094145Z test_linspace_special_steps_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6094697Z test_linspace_special_steps_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6095176Z test_linspace_special_steps_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6095654Z test_linspace_special_steps_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6096112Z test_linspace_special_steps_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6096597Z test_linspace_special_steps_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6097084Z test_linspace_vs_numpy_complex_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.099s) 2022-12-01T11:18:56.6097556Z test_linspace_vs_numpy_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.081s) 2022-12-01T11:18:56.6098037Z test_linspace_vs_numpy_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.097s) 2022-12-01T11:18:56.6098512Z test_linspace_vs_numpy_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.045s) 2022-12-01T11:18:56.6098977Z test_linspace_vs_numpy_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.041s) 2022-12-01T11:18:56.6099417Z test_logspace_base2_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6099877Z test_logspace_base2_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6100335Z test_logspace_base2_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6100762Z test_logspace_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-12-01T11:18:56.6101208Z test_logspace_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-12-01T11:18:56.6101707Z test_logspace_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.021s) 2022-12-01T11:18:56.6102164Z test_logspace_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-12-01T11:18:56.6102588Z test_logspace_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-12-01T11:18:56.6103023Z test_logspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-12-01T11:18:56.6103450Z test_logspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-12-01T11:18:56.6103849Z test_logspace_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-12-01T11:18:56.6104291Z test_logspace_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-12-01T11:18:56.6104744Z test_logspace_deduction_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6105217Z test_logspace_device_vs_cpu_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6105680Z test_logspace_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6106164Z test_logspace_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6106645Z test_logspace_special_steps_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6107097Z test_logspace_special_steps_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6107573Z test_logspace_special_steps_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6108072Z test_logspace_vs_numpy_complex_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.096s) 2022-12-01T11:18:56.6108560Z test_logspace_vs_numpy_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.291s) 2022-12-01T11:18:56.6109004Z test_logspace_vs_numpy_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.284s) 2022-12-01T11:18:56.6110139Z test_meshgrid_default_indexing_cuda (__main__.TestTensorCreationCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3191.) 2022-12-01T11:18:56.6111259Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-12-01T11:18:56.6111588Z ok (0.004s) 2022-12-01T11:18:56.6111914Z test_meshgrid_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-12-01T11:18:56.6112371Z test_meshgrid_ij_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-12-01T11:18:56.6112841Z test_meshgrid_ij_indexing_is_default_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6113326Z test_meshgrid_inconsistent_device_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-12-01T11:18:56.6113779Z test_meshgrid_inconsistent_dtype_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-12-01T11:18:56.6114248Z test_meshgrid_non_1d_tensor_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-12-01T11:18:56.6114729Z test_meshgrid_unsupported_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-12-01T11:18:56.6115179Z test_meshgrid_vs_numpy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.021s) 2022-12-01T11:18:56.6115640Z test_meshgrid_warns_if_no_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6116107Z test_meshgrid_xy_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-12-01T11:18:56.6116560Z test_new_empty_strided_cuda (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-12-01T11:18:56.6117029Z test_new_methods_requires_grad_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.6117525Z test_new_tensor_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-12-01T11:18:56.6118018Z test_offset_scalar_cast_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.6118530Z test_ones_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-12-01T11:18:56.6118965Z test_random_bool_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6119400Z test_random_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6119841Z test_random_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6120245Z test_random_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6120676Z test_random_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6121098Z test_random_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6121497Z test_random_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6121945Z test_random_default_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6122408Z test_random_default_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6122870Z test_random_default_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6123302Z test_random_default_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6123761Z test_random_default_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6124216Z test_random_default_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6124635Z test_random_default_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6125089Z test_random_default_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6125540Z test_random_default_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6125991Z test_random_from_to_bool_cuda (__main__.TestTensorCreationCUDA) ... ok (0.263s) 2022-12-01T11:18:56.6126424Z test_random_from_to_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.053s) 2022-12-01T11:18:56.6126884Z test_random_from_to_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.051s) 2022-12-01T11:18:56.6127338Z test_random_from_to_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.051s) 2022-12-01T11:18:56.6127852Z test_random_from_to_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.051s) 2022-12-01T11:18:56.6128299Z test_random_from_to_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.283s) 2022-12-01T11:18:56.6128746Z test_random_from_to_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.283s) 2022-12-01T11:18:56.6129177Z test_random_from_to_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.039s) 2022-12-01T11:18:56.6129598Z test_random_from_to_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.283s) 2022-12-01T11:18:56.6130048Z test_random_from_to_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.248s) 2022-12-01T11:18:56.6130501Z test_random_full_range_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6130948Z test_random_full_range_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6131415Z test_random_full_range_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6131876Z test_random_full_range_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6132338Z test_random_full_range_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6132766Z test_random_full_range_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6133215Z test_random_full_range_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6133665Z test_random_full_range_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6134095Z test_random_full_range_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6135690Z test_random_to_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^8), 2^8]. Due to precision limitations c10::BFloat16 can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-12-01T11:18:56.6136573Z t.random_(to_) 2022-12-01T11:18:56.6136807Z ok (0.015s) 2022-12-01T11:18:56.6138150Z test_random_to_cuda_float16 (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^11), 2^11]. Due to precision limitations c10::Half can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-12-01T11:18:56.6138968Z t.random_(to_) 2022-12-01T11:18:56.6139225Z ok (0.014s) 2022-12-01T11:18:56.6140408Z test_random_to_cuda_float32 (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^24), 2^24]. Due to precision limitations float can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-12-01T11:18:56.6141234Z t.random_(to_) 2022-12-01T11:18:56.6141483Z ok (0.014s) 2022-12-01T11:18:56.6142704Z test_random_to_cuda_float64 (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^53), 2^53]. Due to precision limitations double can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-12-01T11:18:56.6143590Z t.random_(to_) 2022-12-01T11:18:56.6143817Z ok (0.014s) 2022-12-01T11:18:56.6144166Z test_random_to_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.031s) 2022-12-01T11:18:56.6144608Z test_random_to_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.031s) 2022-12-01T11:18:56.6145019Z test_random_to_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-12-01T11:18:56.6145454Z test_random_to_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.031s) 2022-12-01T11:18:56.6145890Z test_random_to_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.026s) 2022-12-01T11:18:56.6146318Z test_range_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-12-01T11:18:56.6146789Z test_range_factories_64bit_indexing_cuda (__main__.TestTensorCreationCUDA) ... skip: Insufficient cuda:0 memory (0.327s) 2022-12-01T11:18:56.6147296Z test_range_warning_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-12-01T11:18:56.6147743Z test_repeat_interleave_cuda (__main__.TestTensorCreationCUDA) ... ok (0.029s) 2022-12-01T11:18:56.6148154Z test_roll_cuda (__main__.TestTensorCreationCUDA) ... ok (0.033s) 2022-12-01T11:18:56.6148634Z test_signal_window_functions_window_bartlett_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2022-12-01T11:18:56.6149171Z test_signal_window_functions_window_bartlett_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-12-01T11:18:56.6149697Z test_signal_window_functions_window_bartlett_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-12-01T11:18:56.6150195Z test_signal_window_functions_window_bartlett_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2022-12-01T11:18:56.6150893Z test_signal_window_functions_window_bartlett_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-12-01T11:18:56.6151503Z test_signal_window_functions_window_blackman_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-12-01T11:18:56.6152048Z test_signal_window_functions_window_blackman_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-12-01T11:18:56.6152543Z test_signal_window_functions_window_blackman_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-12-01T11:18:56.6153058Z test_signal_window_functions_window_blackman_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-12-01T11:18:56.6153578Z test_signal_window_functions_window_blackman_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-12-01T11:18:56.6154098Z test_signal_window_functions_window_hamming_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-12-01T11:18:56.6154599Z test_signal_window_functions_window_hamming_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-12-01T11:18:56.6155130Z test_signal_window_functions_window_hamming_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-12-01T11:18:56.6155645Z test_signal_window_functions_window_hamming_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-12-01T11:18:56.6156137Z test_signal_window_functions_window_hamming_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-12-01T11:18:56.6156651Z test_signal_window_functions_window_hann_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-12-01T11:18:56.6157166Z test_signal_window_functions_window_hann_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-12-01T11:18:56.6157678Z test_signal_window_functions_window_hann_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-12-01T11:18:56.6158166Z test_signal_window_functions_window_hann_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-12-01T11:18:56.6158665Z test_signal_window_functions_window_hann_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-12-01T11:18:56.6159176Z test_simple_scalar_cast_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:18:56.6159768Z test_stack_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:18:56.6160219Z test_stack_out_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:18:56.6160703Z test_strided_mismatched_stride_shape_cuda (__main__.TestTensorCreationCUDA) ... ok (0.027s) 2022-12-01T11:18:56.6161190Z test_tensor_ctor_device_inference_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-12-01T11:18:56.6161622Z test_tensor_device_cuda (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-12-01T11:18:56.6162074Z test_tensor_factories_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.236s) 2022-12-01T11:18:56.6162570Z test_tensor_factory_copy_var_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-12-01T11:18:56.6163081Z test_tensor_factory_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2022-12-01T11:18:56.6163534Z test_tensor_factory_gpu_type_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6164021Z test_tensor_factory_gpu_type_inference_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6164540Z test_tensor_factory_type_inference_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-12-01T11:18:56.6165051Z test_tensor_from_non_writable_numpy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6165527Z test_tensor_from_sequence_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-12-01T11:18:56.6166011Z test_torch_complex_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6166475Z test_torch_complex_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6166902Z test_torch_complex_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6167448Z test_torch_complex_floating_dtype_error_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-12-01T11:18:56.6167980Z test_torch_complex_floating_dtype_error_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-12-01T11:18:56.6168510Z test_torch_complex_floating_dtype_error_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-12-01T11:18:56.6169006Z test_torch_complex_floating_dtype_error_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-12-01T11:18:56.6169524Z test_torch_complex_floating_dtype_error_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-12-01T11:18:56.6170036Z test_torch_complex_floating_dtype_error_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-12-01T11:18:56.6170549Z test_torch_complex_floating_dtype_error_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-12-01T11:18:56.6171033Z test_torch_complex_floating_dtype_error_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-12-01T11:18:56.6171540Z test_torch_complex_out_dtype_error_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-12-01T11:18:56.6172037Z test_torch_complex_out_dtype_error_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-12-01T11:18:56.6172515Z test_torch_complex_same_dtype_error_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-12-01T11:18:56.6173012Z test_torch_complex_same_dtype_error_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-12-01T11:18:56.6173489Z test_torch_polar_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6173941Z test_torch_polar_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-12-01T11:18:56.6174373Z test_unpack_double_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-12-01T11:18:56.6174828Z test_unpack_double_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-12-01T11:18:56.6175270Z test_vander_cuda (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-12-01T11:18:56.6175685Z test_vander_types_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-12-01T11:18:56.6176211Z test_vander_types_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-12-01T11:18:56.6176674Z test_vander_types_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-12-01T11:18:56.6177134Z test_vander_types_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-12-01T11:18:56.6177556Z test_vander_types_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-12-01T11:18:56.6178009Z test_vander_types_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-12-01T11:18:56.6178470Z test_vander_types_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-12-01T11:18:56.6178893Z test_vander_types_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-12-01T11:18:56.6179349Z test_vander_types_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-12-01T11:18:56.6179794Z test_vander_types_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-12-01T11:18:56.6180250Z test_vsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.024s) 2022-12-01T11:18:56.6180669Z test_vsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.022s) 2022-12-01T11:18:56.6181103Z test_vsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.020s) 2022-12-01T11:18:56.6181554Z test_vstack_row_stack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.110s) 2022-12-01T11:18:56.6182001Z test_vstack_row_stack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.110s) 2022-12-01T11:18:56.6182473Z test_vstack_row_stack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.109s) 2022-12-01T11:18:56.6182937Z test_vstack_row_stack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.109s) 2022-12-01T11:18:56.6183398Z test_vstack_row_stack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.109s) 2022-12-01T11:18:56.6183896Z test_vstack_row_stack_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.067s) 2022-12-01T11:18:56.6184366Z test_vstack_row_stack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.067s) 2022-12-01T11:18:56.6184816Z test_vstack_row_stack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.067s) 2022-12-01T11:18:56.6185239Z test_vstack_row_stack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.067s) 2022-12-01T11:18:56.6185692Z test_vstack_row_stack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.067s) 2022-12-01T11:18:56.6186128Z test_zeros_cuda (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-12-01T11:18:56.6186593Z test_zeros_dtype_layout_device_match_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6187086Z test_zeros_dtype_layout_device_match_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6187600Z test_zeros_dtype_layout_device_match_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6188106Z test_zeros_dtype_layout_device_match_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6188606Z test_zeros_dtype_layout_device_match_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6189079Z test_zeros_dtype_layout_device_match_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6189579Z test_zeros_dtype_layout_device_match_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-12-01T11:18:56.6190038Z test_zeros_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-12-01T11:18:56.6190284Z 2022-12-01T11:18:56.6190782Z ---------------------------------------------------------------------- 2022-12-01T11:18:56.6191150Z Ran 454 tests in 97.197s 2022-12-01T11:18:56.6191326Z 2022-12-01T11:18:56.6191445Z OK (skipped=100) 2022-12-01T11:18:56.6191613Z 2022-12-01T11:18:56.6191748Z Generating XML reports... 2022-12-01T11:18:56.6192318Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCUDA-20221201111718.xml 2022-12-01T11:18:56.6193234Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCUDA-20221201111718.xml 2022-12-01T11:18:56.6194043Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCUDA-20221201111718.xml 2022-12-01T11:18:56.6194835Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCUDA-20221201111718.xml 2022-12-01T11:18:56.6195165Z 2022-12-01T11:18:56.6195613Z ##[endgroup] 2022-12-01T11:18:56.6196184Z FINISHED PRINTING LOG FILE of test_tensor_creation_ops (/var/lib/jenkins/workspace/test/test-reports/test_tensor_creation_ops_m1fiushu) 2022-12-01T11:18:56.6196517Z 2022-12-01T11:18:56.6196750Z Running test_cuda_trace ... [2022-12-01 11:18:56.593393] 2022-12-01T11:18:56.6197396Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:18:56.593710] 2022-12-01T11:19:34.8103129Z 2022-12-01T11:19:34.8103973Z Expand the folded group to see the log file of test_cuda_trace 2022-12-01T11:19:34.8104937Z ##[group]PRINTING LOG FILE of test_cuda_trace (/var/lib/jenkins/workspace/test/test-reports/test_cuda_trace_lh0w5puc) 2022-12-01T11:19:34.8105396Z 2022-12-01T11:19:34.8109152Z , <__main__.TestCudaTrace testMethod=test_device_synchronization_callback>, <__main__.TestCudaTrace testMethod=test_event_creation_callback>, <__main__.TestCudaTrace testMethod=test_event_deletion_callback>, <__main__.TestCudaTrace testMethod=test_event_record_callback>, <__main__.TestCudaTrace testMethod=test_event_synchronization_callback>, <__main__.TestCudaTrace testMethod=test_event_wait_callback>, <__main__.TestCudaTrace testMethod=test_memcpy_synchronization>, <__main__.TestCudaTrace testMethod=test_memory_allocation_callback>, <__main__.TestCudaTrace testMethod=test_memory_deallocation_callback>, <__main__.TestCudaTrace testMethod=test_stream_creation_callback>, <__main__.TestCudaTrace testMethod=test_stream_synchronization_callback>]> 2022-12-01T11:19:34.8111265Z test_all_trace_callbacks_called (__main__.TestCudaTrace) 2022-12-01T11:19:34.8111670Z test_device_synchronization_callback (__main__.TestCudaTrace) 2022-12-01T11:19:34.8112053Z test_event_creation_callback (__main__.TestCudaTrace) 2022-12-01T11:19:34.8112393Z test_event_deletion_callback (__main__.TestCudaTrace) 2022-12-01T11:19:34.8112745Z test_event_record_callback (__main__.TestCudaTrace) 2022-12-01T11:19:34.8113120Z test_event_synchronization_callback (__main__.TestCudaTrace) 2022-12-01T11:19:34.8115978Z test_event_wait_callback (__main__.TestCudaTrace) 2022-12-01T11:19:34.8116820Z test_memcpy_synchronization (__main__.TestCudaTrace) 2022-12-01T11:19:34.8117581Z test_memory_allocation_callback (__main__.TestCudaTrace) 2022-12-01T11:19:34.8118054Z test_memory_deallocation_callback (__main__.TestCudaTrace) 2022-12-01T11:19:34.8118533Z test_stream_creation_callback (__main__.TestCudaTrace) 2022-12-01T11:19:34.8119221Z test_stream_synchronization_callback (__main__.TestCudaTrace) 2022-12-01T11:19:34.8120364Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T11:19:34.8121323Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T11:19:34.8122207Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T11:19:34.8123026Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T11:19:34.8123414Z 2022-12-01T11:19:34.8123574Z Running tests... 2022-12-01T11:19:34.8124203Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8124736Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2022-12-01T11:19:34.8125056Z test_all_trace_callbacks_called (__main__.TestCudaTrace) ... ok (1.330s) 2022-12-01T11:19:34.8125501Z 2022-12-01T11:19:34.8125777Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8126087Z Ran 1 test in 1.330s 2022-12-01T11:19:34.8126254Z 2022-12-01T11:19:34.8126349Z OK 2022-12-01T11:19:34.8126489Z 2022-12-01T11:19:34.8126618Z Generating XML reports... 2022-12-01T11:19:34.8127149Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111859.xml 2022-12-01T11:19:34.8127819Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T11:19:34.8128281Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T11:19:34.8128869Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T11:19:34.8129337Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T11:19:34.8129580Z 2022-12-01T11:19:34.8129791Z Running tests... 2022-12-01T11:19:34.8130185Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8130691Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2022-12-01T11:19:34.8131132Z test_device_synchronization_callback (__main__.TestCudaTrace) ... ok (1.318s) 2022-12-01T11:19:34.8131379Z 2022-12-01T11:19:34.8131629Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8131961Z Ran 1 test in 1.318s 2022-12-01T11:19:34.8132129Z 2022-12-01T11:19:34.8132228Z OK 2022-12-01T11:19:34.8132364Z 2022-12-01T11:19:34.8132490Z Generating XML reports... 2022-12-01T11:19:34.8133012Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111902.xml 2022-12-01T11:19:34.8133771Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T11:19:34.8134247Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T11:19:34.8134819Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T11:19:34.8135300Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T11:19:34.8135534Z 2022-12-01T11:19:34.8135646Z Running tests... 2022-12-01T11:19:34.8136060Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8136550Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2022-12-01T11:19:34.8136977Z test_event_creation_callback (__main__.TestCudaTrace) ... ok (1.322s) 2022-12-01T11:19:34.8137208Z 2022-12-01T11:19:34.8137475Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8137789Z Ran 1 test in 1.322s 2022-12-01T11:19:34.8137953Z 2022-12-01T11:19:34.8138049Z OK 2022-12-01T11:19:34.8138191Z 2022-12-01T11:19:34.8138318Z Generating XML reports... 2022-12-01T11:19:34.8138841Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111905.xml 2022-12-01T11:19:34.8139506Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T11:19:34.8139967Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T11:19:34.8140555Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T11:19:34.8141018Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T11:19:34.8141254Z 2022-12-01T11:19:34.8141365Z Running tests... 2022-12-01T11:19:34.8141779Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8142287Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2022-12-01T11:19:34.8142698Z test_event_deletion_callback (__main__.TestCudaTrace) ... ok (1.328s) 2022-12-01T11:19:34.8143000Z 2022-12-01T11:19:34.8143270Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8143599Z Ran 1 test in 1.328s 2022-12-01T11:19:34.8143766Z 2022-12-01T11:19:34.8143841Z OK 2022-12-01T11:19:34.8143978Z 2022-12-01T11:19:34.8144104Z Generating XML reports... 2022-12-01T11:19:34.8144646Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111908.xml 2022-12-01T11:19:34.8145315Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T11:19:34.8145756Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T11:19:34.8146343Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T11:19:34.8146822Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T11:19:34.8147062Z 2022-12-01T11:19:34.8147155Z Running tests... 2022-12-01T11:19:34.8147571Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8148075Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2022-12-01T11:19:34.8148503Z test_event_record_callback (__main__.TestCudaTrace) ... ok (1.331s) 2022-12-01T11:19:34.8148710Z 2022-12-01T11:19:34.8148978Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8149310Z Ran 1 test in 1.331s 2022-12-01T11:19:34.8149474Z 2022-12-01T11:19:34.8149571Z OK 2022-12-01T11:19:34.8149711Z 2022-12-01T11:19:34.8149817Z Generating XML reports... 2022-12-01T11:19:34.8150349Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111911.xml 2022-12-01T11:19:34.8151465Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T11:19:34.8152027Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T11:19:34.8152617Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T11:19:34.8153100Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T11:19:34.8153334Z 2022-12-01T11:19:34.8153445Z Running tests... 2022-12-01T11:19:34.8153837Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8154349Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2022-12-01T11:19:34.8154791Z test_event_synchronization_callback (__main__.TestCudaTrace) ... ok (1.323s) 2022-12-01T11:19:34.8155036Z 2022-12-01T11:19:34.8155301Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8155616Z Ran 1 test in 1.323s 2022-12-01T11:19:34.8155782Z 2022-12-01T11:19:34.8155879Z OK 2022-12-01T11:19:34.8156016Z 2022-12-01T11:19:34.8156142Z Generating XML reports... 2022-12-01T11:19:34.8156666Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111914.xml 2022-12-01T11:19:34.8157341Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T11:19:34.8157804Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T11:19:34.8158388Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T11:19:34.8158869Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T11:19:34.8159084Z 2022-12-01T11:19:34.8159193Z Running tests... 2022-12-01T11:19:34.8159599Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8160096Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2022-12-01T11:19:34.8160492Z test_event_wait_callback (__main__.TestCudaTrace) ... ok (1.319s) 2022-12-01T11:19:34.8160717Z 2022-12-01T11:19:34.8160987Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8161398Z Ran 1 test in 1.319s 2022-12-01T11:19:34.8161560Z 2022-12-01T11:19:34.8161652Z OK 2022-12-01T11:19:34.8161768Z 2022-12-01T11:19:34.8161890Z Generating XML reports... 2022-12-01T11:19:34.8162425Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111917.xml 2022-12-01T11:19:34.8163088Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T11:19:34.8163525Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T11:19:34.8164102Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T11:19:34.8164575Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T11:19:34.8164806Z 2022-12-01T11:19:34.8164914Z Running tests... 2022-12-01T11:19:34.8165306Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8165805Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2022-12-01T11:19:34.8166225Z test_memcpy_synchronization (__main__.TestCudaTrace) ... ok (1.334s) 2022-12-01T11:19:34.8166457Z 2022-12-01T11:19:34.8166704Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8167032Z Ran 1 test in 1.334s 2022-12-01T11:19:34.8167192Z 2022-12-01T11:19:34.8167285Z OK 2022-12-01T11:19:34.8167418Z 2022-12-01T11:19:34.8167542Z Generating XML reports... 2022-12-01T11:19:34.8168057Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111920.xml 2022-12-01T11:19:34.8168712Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T11:19:34.8169163Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T11:19:34.8169784Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T11:19:34.8170273Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T11:19:34.8170506Z 2022-12-01T11:19:34.8170615Z Running tests... 2022-12-01T11:19:34.8171019Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8171501Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2022-12-01T11:19:34.8171923Z test_memory_allocation_callback (__main__.TestCudaTrace) ... ok (1.348s) 2022-12-01T11:19:34.8172155Z 2022-12-01T11:19:34.8172415Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8172726Z Ran 1 test in 1.348s 2022-12-01T11:19:34.8172885Z 2022-12-01T11:19:34.8172977Z OK 2022-12-01T11:19:34.8173112Z 2022-12-01T11:19:34.8173235Z Generating XML reports... 2022-12-01T11:19:34.8173766Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111923.xml 2022-12-01T11:19:34.8174414Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T11:19:34.8174866Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T11:19:34.8175441Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T11:19:34.8175898Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T11:19:34.8176132Z 2022-12-01T11:19:34.8176241Z Running tests... 2022-12-01T11:19:34.8176641Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8177142Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2022-12-01T11:19:34.8177558Z test_memory_deallocation_callback (__main__.TestCudaTrace) ... ok (1.321s) 2022-12-01T11:19:34.8177796Z 2022-12-01T11:19:34.8178059Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8178387Z Ran 1 test in 1.321s 2022-12-01T11:19:34.8178550Z 2022-12-01T11:19:34.8178687Z OK 2022-12-01T11:19:34.8178824Z 2022-12-01T11:19:34.8178946Z Generating XML reports... 2022-12-01T11:19:34.8179478Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111926.xml 2022-12-01T11:19:34.8180137Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T11:19:34.8180572Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T11:19:34.8181145Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T11:19:34.8181611Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T11:19:34.8181840Z 2022-12-01T11:19:34.8181930Z Running tests... 2022-12-01T11:19:34.8182337Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8182839Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2022-12-01T11:19:34.8183265Z test_stream_creation_callback (__main__.TestCudaTrace) ... ok (1.309s) 2022-12-01T11:19:34.8183479Z 2022-12-01T11:19:34.8183742Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8184066Z Ran 1 test in 1.309s 2022-12-01T11:19:34.8184224Z 2022-12-01T11:19:34.8184316Z OK 2022-12-01T11:19:34.8184450Z 2022-12-01T11:19:34.8184555Z Generating XML reports... 2022-12-01T11:19:34.8185083Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111929.xml 2022-12-01T11:19:34.8185738Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T11:19:34.8186188Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T11:19:34.8186801Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T11:19:34.8187282Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T11:19:34.8187522Z 2022-12-01T11:19:34.8187630Z Running tests... 2022-12-01T11:19:34.8188019Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8188516Z Test results will be stored in test-reports/python-unittest/test_cuda_trace 2022-12-01T11:19:34.8188950Z test_stream_synchronization_callback (__main__.TestCudaTrace) ... ok (1.326s) 2022-12-01T11:19:34.8189198Z 2022-12-01T11:19:34.8189463Z ---------------------------------------------------------------------- 2022-12-01T11:19:34.8189775Z Ran 1 test in 1.326s 2022-12-01T11:19:34.8189935Z 2022-12-01T11:19:34.8190027Z OK 2022-12-01T11:19:34.8190164Z 2022-12-01T11:19:34.8190286Z Generating XML reports... 2022-12-01T11:19:34.8191198Z Generated XML report: test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111932.xml 2022-12-01T11:19:34.8191511Z 2022-12-01T11:19:34.8192187Z ##[endgroup] 2022-12-01T11:19:34.8192821Z FINISHED PRINTING LOG FILE of test_cuda_trace (/var/lib/jenkins/workspace/test/test-reports/test_cuda_trace_lh0w5puc) 2022-12-01T11:19:34.8193129Z 2022-12-01T11:19:34.8193369Z Running test_mobile_optimizer ... [2022-12-01 11:19:34.810585] 2022-12-01T11:19:34.8193993Z Executing ['/opt/conda/bin/python', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:19:34.810887] 2022-12-01T11:19:39.3213974Z 2022-12-01T11:19:39.3215050Z Expand the folded group to see the log file of test_mobile_optimizer 2022-12-01T11:19:39.3216789Z ##[group]PRINTING LOG FILE of test_mobile_optimizer (/var/lib/jenkins/workspace/test/test-reports/test_mobile_optimizer_fnznvrpj) 2022-12-01T11:19:39.3217430Z 2022-12-01T11:19:39.3217600Z Running tests... 2022-12-01T11:19:39.3218086Z ---------------------------------------------------------------------- 2022-12-01T11:19:39.3218666Z Test results will be stored in test-reports/python-unittest/test_mobile_optimizer 2022-12-01T11:19:39.3219116Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (1.597s) 2022-12-01T11:19:39.3219747Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.041s) 2022-12-01T11:19:39.3220638Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.552s) 2022-12-01T11:19:39.3221120Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... skip: Needs torchvision (0.001s) 2022-12-01T11:19:39.3222037Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.204s) 2022-12-01T11:19:39.3222585Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.056s) 2022-12-01T11:19:39.3222920Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.172s) 2022-12-01T11:19:39.3223135Z 2022-12-01T11:19:39.3223421Z ---------------------------------------------------------------------- 2022-12-01T11:19:39.3223740Z Ran 7 tests in 2.624s 2022-12-01T11:19:39.3223904Z 2022-12-01T11:19:39.3224015Z OK (skipped=1) 2022-12-01T11:19:39.3224180Z 2022-12-01T11:19:39.3224307Z Generating XML reports... 2022-12-01T11:19:39.3224872Z Generated XML report: test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20221201111936.xml 2022-12-01T11:19:39.3225194Z 2022-12-01T11:19:39.3225528Z ##[endgroup] 2022-12-01T11:19:39.3226067Z FINISHED PRINTING LOG FILE of test_mobile_optimizer (/var/lib/jenkins/workspace/test/test-reports/test_mobile_optimizer_fnznvrpj) 2022-12-01T11:19:39.3226385Z 2022-12-01T11:19:39.3226693Z Running test_cpp_extensions_open_device_registration ... [2022-12-01 11:19:39.321363] 2022-12-01T11:19:39.3227403Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:19:39.321696] 2022-12-01T11:19:44.9157224Z 2022-12-01T11:19:44.9158500Z Expand the folded group to see the log file of test_cpp_extensions_open_device_registration 2022-12-01T11:19:44.9160339Z ##[group]PRINTING LOG FILE of test_cpp_extensions_open_device_registration (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_open_device_registration_oadi6iir) 2022-12-01T11:19:44.9160922Z 2022-12-01T11:19:44.9161061Z Running tests... 2022-12-01T11:19:44.9161840Z ---------------------------------------------------------------------- 2022-12-01T11:19:44.9162417Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_open_device_registration 2022-12-01T11:19:44.9163286Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using /var/lib/jenkins/.cache/torch_extensions/py310_cu116 as PyTorch extensions root... 2022-12-01T11:19:44.9164365Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py310_cu116/custom_device_extension... 2022-12-01T11:19:44.9164891Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py310_cu116/custom_device_extension/build.ninja... 2022-12-01T11:19:44.9165320Z Building extension module custom_device_extension... 2022-12-01T11:19:44.9165690Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:19:44.9167622Z [1/2] c++ -MMD -MF open_registration_extension.o.d -DTORCH_EXTENSION_NAME=custom_device_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.10/site-packages/torch/include/THC -isystem /opt/conda/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/open_registration_extension.cpp -o open_registration_extension.o 2022-12-01T11:19:44.9169214Z [2/2] c++ open_registration_extension.o -shared -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o custom_device_extension.so 2022-12-01T11:19:44.9169735Z Loading extension module custom_device_extension... 2022-12-01T11:19:44.9170186Z ok (3.421s) 2022-12-01T11:19:44.9170340Z 2022-12-01T11:19:44.9170596Z ---------------------------------------------------------------------- 2022-12-01T11:19:44.9170933Z Ran 1 test in 3.424s 2022-12-01T11:19:44.9171098Z 2022-12-01T11:19:44.9171196Z OK 2022-12-01T11:19:44.9171332Z 2022-12-01T11:19:44.9171464Z Generating XML reports... 2022-12-01T11:19:44.9172129Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20221201111941.xml 2022-12-01T11:19:44.9172550Z 2022-12-01T11:19:44.9172882Z ##[endgroup] 2022-12-01T11:19:44.9173527Z FINISHED PRINTING LOG FILE of test_cpp_extensions_open_device_registration (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_open_device_registration_oadi6iir) 2022-12-01T11:19:44.9173913Z 2022-12-01T11:19:44.9174160Z Running test_namedtuple_return_api ... [2022-12-01 11:19:44.915713] 2022-12-01T11:19:44.9174841Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:19:44.916109] 2022-12-01T11:19:49.8955143Z 2022-12-01T11:19:49.8955985Z Expand the folded group to see the log file of test_namedtuple_return_api 2022-12-01T11:19:49.8957311Z ##[group]PRINTING LOG FILE of test_namedtuple_return_api (/var/lib/jenkins/workspace/test/test-reports/test_namedtuple_return_api_kmwmo5bf) 2022-12-01T11:19:49.8957978Z 2022-12-01T11:19:49.8958117Z Running tests... 2022-12-01T11:19:49.8959152Z ---------------------------------------------------------------------- 2022-12-01T11:19:49.8960120Z Test results will be stored in test-reports/python-unittest/test_namedtuple_return_api 2022-12-01T11:19:49.8960892Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (1.569s) 2022-12-01T11:19:49.8962363Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:149: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T11:19:49.8963420Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:19:49.8963771Z Q, R = torch.qr(A, some) 2022-12-01T11:19:49.8964106Z should be replaced with 2022-12-01T11:19:49.8964893Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-12-01T11:19:49.8965435Z ret1 = func(a, *op.input) 2022-12-01T11:19:49.8966089Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:155: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T11:19:49.8966839Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:19:49.8967327Z Q, R = torch.qr(A, some) 2022-12-01T11:19:49.8967608Z should be replaced with 2022-12-01T11:19:49.8968461Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2367.) 2022-12-01T11:19:49.8968984Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-12-01T11:19:49.8969767Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:149: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:19:49.8970424Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:19:49.8971099Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:19:49.8971391Z should be replaced with 2022-12-01T11:19:49.8971793Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:19:49.8972278Z and 2022-12-01T11:19:49.8972611Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:19:49.8972912Z should be replaced with 2022-12-01T11:19:49.8973765Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T11:19:49.8974386Z ret1 = func(a, *op.input) 2022-12-01T11:19:49.8975152Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:155: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:19:49.8975822Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:19:49.8976492Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:19:49.8976790Z should be replaced with 2022-12-01T11:19:49.8977212Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:19:49.8977710Z and 2022-12-01T11:19:49.8977990Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:19:49.8978294Z should be replaced with 2022-12-01T11:19:49.8979160Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2824.) 2022-12-01T11:19:49.8979646Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-12-01T11:19:49.8980455Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:149: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T11:19:49.8981124Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T11:19:49.8981760Z X = torch.triangular_solve(B, A).solution 2022-12-01T11:19:49.8982064Z should be replaced with 2022-12-01T11:19:49.8982590Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T11:19:49.8983203Z ret1 = func(a, *op.input) 2022-12-01T11:19:49.8983827Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:149: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T11:19:49.8984601Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T11:19:49.8984897Z should be replaced with 2022-12-01T11:19:49.8985294Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T11:19:49.8985728Z and 2022-12-01T11:19:49.8986032Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T11:19:49.8986335Z should be replaced with 2022-12-01T11:19:49.8987060Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T11:19:49.8987538Z ret1 = func(a, *op.input) 2022-12-01T11:19:49.8987852Z ok (0.025s) 2022-12-01T11:19:49.8988392Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.582s) 2022-12-01T11:19:49.8988589Z 2022-12-01T11:19:49.8988885Z ---------------------------------------------------------------------- 2022-12-01T11:19:49.8989377Z Ran 3 tests in 3.177s 2022-12-01T11:19:49.8989668Z 2022-12-01T11:19:49.8989703Z OK 2022-12-01T11:19:49.8989843Z 2022-12-01T11:19:49.8989974Z Generating XML reports... 2022-12-01T11:19:49.8990972Z Generated XML report: test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20221201111946.xml 2022-12-01T11:19:49.8991340Z 2022-12-01T11:19:49.8991665Z ##[endgroup] 2022-12-01T11:19:49.8992501Z FINISHED PRINTING LOG FILE of test_namedtuple_return_api (/var/lib/jenkins/workspace/test/test-reports/test_namedtuple_return_api_kmwmo5bf) 2022-12-01T11:19:49.8992846Z 2022-12-01T11:19:49.8993122Z Running test_jit_disabled ... [2022-12-01 11:19:49.895554] 2022-12-01T11:19:49.8993976Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:19:49.895914] 2022-12-01T11:19:53.3858093Z 2022-12-01T11:19:53.3858875Z Expand the folded group to see the log file of test_jit_disabled 2022-12-01T11:19:53.3860814Z ##[group]PRINTING LOG FILE of test_jit_disabled (/var/lib/jenkins/workspace/test/test-reports/test_jit_disabled_hatnc3j8) 2022-12-01T11:19:53.3861275Z 2022-12-01T11:19:53.3861435Z Running tests... 2022-12-01T11:19:53.3862418Z ---------------------------------------------------------------------- 2022-12-01T11:19:53.3862968Z Test results will be stored in test-reports/python-unittest/test_jit_disabled 2022-12-01T11:19:53.3863349Z test_attribute (__main__.TestJitDisabled) ... ok (1.619s) 2022-12-01T11:19:53.3863717Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.045s) 2022-12-01T11:19:53.3864132Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.045s) 2022-12-01T11:19:53.3864378Z 2022-12-01T11:19:53.3864650Z ---------------------------------------------------------------------- 2022-12-01T11:19:53.3864990Z Ran 3 tests in 1.709s 2022-12-01T11:19:53.3865140Z 2022-12-01T11:19:53.3865243Z OK 2022-12-01T11:19:53.3865389Z 2022-12-01T11:19:53.3865519Z Generating XML reports... 2022-12-01T11:19:53.3866101Z Generated XML report: test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20221201111951.xml 2022-12-01T11:19:53.3866431Z 2022-12-01T11:19:53.3866744Z ##[endgroup] 2022-12-01T11:19:53.3867273Z FINISHED PRINTING LOG FILE of test_jit_disabled (/var/lib/jenkins/workspace/test/test-reports/test_jit_disabled_hatnc3j8) 2022-12-01T11:19:53.3867579Z 2022-12-01T11:19:53.3867849Z Running test_cpp_extensions_aot_ninja ... [2022-12-01 11:19:53.385980] 2022-12-01T11:19:55.2046495Z /opt/conda/lib/python3.10/site-packages/setuptools/_distutils/extension.py:134: UserWarning: Unknown Extension options: 'dlink' 2022-12-01T11:19:55.2047002Z warnings.warn(msg) 2022-12-01T11:19:55.2378542Z running install 2022-12-01T11:19:55.2380405Z /opt/conda/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-12-01T11:19:55.2380860Z warnings.warn( 2022-12-01T11:19:55.2516958Z running build 2022-12-01T11:19:55.2517287Z running build_py 2022-12-01T11:19:55.2581739Z creating build 2022-12-01T11:19:55.2582469Z creating build/lib.linux-x86_64-cpython-310 2022-12-01T11:19:55.2582976Z creating build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension 2022-12-01T11:19:55.2584053Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension 2022-12-01T11:19:55.2586478Z running build_ext 2022-12-01T11:19:55.3044714Z building 'torch_test_cpp_extension.cpp' extension 2022-12-01T11:19:55.3045442Z creating /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310 2022-12-01T11:19:55.3451178Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/build.ninja... 2022-12-01T11:19:55.3451686Z Compiling objects... 2022-12-01T11:19:55.3452032Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:19:56.7382845Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/extension.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:19:56.7385905Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-12-01T11:19:56.7386563Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-12-01T11:19:56.7387132Z from /opt/conda/lib/python3.10/site-packages/torch/include/torch/extension.h:6, 2022-12-01T11:19:56.7387597Z from /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:1: 2022-12-01T11:19:56.7388453Z /opt/conda/lib/python3.10/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-12-01T11:19:56.7389038Z /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:36:53: required from here 2022-12-01T11:19:56.7390040Z /opt/conda/lib/python3.10/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than the type of its field ‘pybind11::class_::’ [-Wattributes] 2022-12-01T11:19:56.7391056Z class class_ : public detail::generic_type { 2022-12-01T11:19:56.7391330Z ^~~~~~ 2022-12-01T11:19:56.7392133Z /opt/conda/lib/python3.10/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than its base ‘pybind11::detail::generic_type’ [-Wattributes] 2022-12-01T11:19:56.7504059Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/extension.o -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/cpp.cpython-310-x86_64-linux-gnu.so 2022-12-01T11:19:57.1348430Z building 'torch_test_cpp_extension.ort' extension 2022-12-01T11:19:57.1771220Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/build.ninja... 2022-12-01T11:19:57.1779111Z Compiling objects... 2022-12-01T11:19:57.1779818Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:19:58.3810935Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/ort_extension.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/ort_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:19:58.3873615Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/ort_extension.o -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/ort.cpython-310-x86_64-linux-gnu.so 2022-12-01T11:19:58.7454509Z building 'torch_test_cpp_extension.rng' extension 2022-12-01T11:19:58.7875753Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/build.ninja... 2022-12-01T11:19:58.7876916Z Compiling objects... 2022-12-01T11:19:58.7877306Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:20:00.0728980Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/rng_extension.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:20:00.0731123Z In file included from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-12-01T11:20:00.0731723Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-12-01T11:20:00.0732322Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-12-01T11:20:00.0732959Z from /opt/conda/lib/python3.10/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-12-01T11:20:00.0733439Z from /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp:6: 2022-12-01T11:20:00.0734327Z /opt/conda/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec_base.h:976:0: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-12-01T11:20:00.0734788Z # pragma unroll 2022-12-01T11:20:00.0735014Z 2022-12-01T11:20:00.0792765Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/rng_extension.o -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/rng.cpython-310-x86_64-linux-gnu.so 2022-12-01T11:20:00.4653790Z building 'torch_test_cpp_extension.cuda' extension 2022-12-01T11:20:00.5074728Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/build.ninja... 2022-12-01T11:20:00.5077078Z Compiling objects... 2022-12-01T11:20:00.5077509Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:20:01.9754547Z [1/3] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_extension.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cuda -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:20:28.4281139Z [2/3] /usr/local/cuda/bin/nvcc -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_extension_kernel.cu -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_extension_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O2 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cuda -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_52,code=compute_52 -gencode=arch=compute_52,code=sm_52 -std=c++14 2022-12-01T11:20:28.5740495Z [3/3] /usr/local/cuda/bin/nvcc -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_extension_kernel2.cu -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_extension_kernel2.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O2 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cuda -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_52,code=compute_52 -gencode=arch=compute_52,code=sm_52 -std=c++14 2022-12-01T11:20:28.5803419Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_extension.o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_extension_kernel.o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_extension_kernel2.o -L/opt/conda/lib/python3.10/site-packages/torch/lib -L/usr/local/cuda/lib64 -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda_cu -ltorch_cuda_cpp -o build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/cuda.cpython-310-x86_64-linux-gnu.so 2022-12-01T11:20:29.0143396Z building 'torch_test_cpp_extension.torch_library' extension 2022-12-01T11:20:29.0565818Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/build.ninja... 2022-12-01T11:20:29.0568172Z Compiling objects... 2022-12-01T11:20:29.0568465Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:22:00.4644185Z [1/1] /usr/local/cuda/bin/nvcc -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/torch_library.cu -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/torch_library.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O2 -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=torch_library -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_52,code=compute_52 -gencode=arch=compute_52,code=sm_52 -std=c++14 2022-12-01T11:22:00.4707533Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/torch_library.o -L/opt/conda/lib/python3.10/site-packages/torch/lib -L/usr/local/cuda/lib64 -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda_cu -ltorch_cuda_cpp -o build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/torch_library.cpython-310-x86_64-linux-gnu.so 2022-12-01T11:22:00.7435729Z building 'torch_test_cpp_extension.cublas_extension' extension 2022-12-01T11:22:00.7853236Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/build.ninja... 2022-12-01T11:22:00.7854344Z Compiling objects... 2022-12-01T11:22:00.7854697Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:22:02.0961413Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cublas_extension.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cublas_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cublas_extension.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cublas_extension -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:22:02.1023992Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cublas_extension.o -L/opt/conda/lib/python3.10/site-packages/torch/lib -L/usr/local/cuda/lib64 -lcublas -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda_cu -ltorch_cuda_cpp -o build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/cublas_extension.cpython-310-x86_64-linux-gnu.so 2022-12-01T11:22:02.4090318Z building 'torch_test_cpp_extension.cusolver_extension' extension 2022-12-01T11:22:02.4506646Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/build.ninja... 2022-12-01T11:22:02.4508129Z Compiling objects... 2022-12-01T11:22:02.4508452Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:22:04.0502860Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cusolver_extension.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cusolver_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cusolver_extension.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cusolver_extension -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:22:04.0566824Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cusolver_extension.o -L/opt/conda/lib/python3.10/site-packages/torch/lib -L/usr/local/cuda/lib64 -lcusolver -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda_cu -ltorch_cuda_cpp -o build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/cusolver_extension.cpython-310-x86_64-linux-gnu.so 2022-12-01T11:22:04.3696837Z building 'torch_test_cpp_extension.cuda_dlink' extension 2022-12-01T11:22:04.4124098Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/build.ninja... 2022-12-01T11:22:04.4126430Z Compiling objects... 2022-12-01T11:22:04.4126853Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:22:05.3597194Z [1/4] /usr/local/cuda/bin/nvcc -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_dlink_extension_add.cu -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_dlink_extension_add.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O2 -dc -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cuda_dlink -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_52,code=compute_52 -gencode=arch=compute_52,code=sm_52 -std=c++14 2022-12-01T11:22:05.7238550Z [2/4] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_dlink_extension.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_dlink_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_dlink_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cuda_dlink -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:22:32.0307683Z [3/4] /usr/local/cuda/bin/nvcc -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/usr/local/cuda/include -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/cuda_dlink_extension_kernel.cu -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_dlink_extension_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -O2 -dc -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=cuda_dlink -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_52,code=compute_52 -gencode=arch=compute_52,code=sm_52 -std=c++14 2022-12-01T11:22:32.1898285Z [4/4] /usr/local/cuda/bin/nvcc /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_dlink_extension.o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_dlink_extension_add.o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_dlink_extension_kernel.o -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/dlink.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -dlink -L/opt/conda/lib/python3.10/site-packages/torch/lib -L/usr/local/cuda/lib64 -dlto -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="_gcc" -DPYBIND11_STDLIB="_libstdcpp" -DPYBIND11_BUILD_ABI="_cxxabi1011" -DTORCH_EXTENSION_NAME=cuda_dlink -D_GLIBCXX_USE_CXX11_ABI=1 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_52,code=compute_52 -gencode=arch=compute_52,code=sm_52 2022-12-01T11:22:32.1900005Z nvlink warning : Ignoring -lto option because no LTO objects found (target: sm_50) 2022-12-01T11:22:32.1900542Z nvlink warning : Ignoring -lto option because no LTO objects found (target: sm_52) 2022-12-01T11:22:32.1963314Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_dlink_extension.o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_dlink_extension_add.o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/cuda_dlink_extension_kernel.o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-310/dlink.o -L/opt/conda/lib/python3.10/site-packages/torch/lib -L/usr/local/cuda/lib64 -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda_cu -ltorch_cuda_cpp -o build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/cuda_dlink.cpython-310-x86_64-linux-gnu.so 2022-12-01T11:22:32.6258471Z running install_lib 2022-12-01T11:22:32.6328708Z creating install 2022-12-01T11:22:32.6328982Z creating install/opt 2022-12-01T11:22:32.6329411Z creating install/opt/conda 2022-12-01T11:22:32.6329600Z creating install/opt/conda/lib 2022-12-01T11:22:32.6332771Z creating install/opt/conda/lib/python3.10 2022-12-01T11:22:32.6333626Z creating install/opt/conda/lib/python3.10/site-packages 2022-12-01T11:22:32.6335417Z creating install/opt/conda/lib/python3.10/site-packages/torch_test_cpp_extension 2022-12-01T11:22:32.6336262Z copying build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/__init__.py -> ./install/opt/conda/lib/python3.10/site-packages/torch_test_cpp_extension 2022-12-01T11:22:32.6337117Z copying build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/cpp.cpython-310-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.10/site-packages/torch_test_cpp_extension 2022-12-01T11:22:32.6427219Z copying build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/ort.cpython-310-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.10/site-packages/torch_test_cpp_extension 2022-12-01T11:22:32.6510811Z copying build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/rng.cpython-310-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.10/site-packages/torch_test_cpp_extension 2022-12-01T11:22:32.6599131Z copying build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/cuda.cpython-310-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.10/site-packages/torch_test_cpp_extension 2022-12-01T11:22:32.6688798Z copying build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/torch_library.cpython-310-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.10/site-packages/torch_test_cpp_extension 2022-12-01T11:22:32.6691939Z copying build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/cublas_extension.cpython-310-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.10/site-packages/torch_test_cpp_extension 2022-12-01T11:22:32.6770348Z copying build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/cusolver_extension.cpython-310-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.10/site-packages/torch_test_cpp_extension 2022-12-01T11:22:32.6847672Z copying build/lib.linux-x86_64-cpython-310/torch_test_cpp_extension/cuda_dlink.cpython-310-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.10/site-packages/torch_test_cpp_extension 2022-12-01T11:22:32.6944239Z byte-compiling ./install/opt/conda/lib/python3.10/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-310.pyc 2022-12-01T11:22:32.6946787Z running install_egg_info 2022-12-01T11:22:32.7119697Z running egg_info 2022-12-01T11:22:32.7120548Z creating torch_test_cpp_extension.egg-info 2022-12-01T11:22:32.7193914Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-12-01T11:22:32.7196368Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-12-01T11:22:32.7199652Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-12-01T11:22:32.7200773Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:22:32.7263864Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:22:32.7271468Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:22:32.7272292Z Copying torch_test_cpp_extension.egg-info to ./install/opt/conda/lib/python3.10/site-packages/torch_test_cpp_extension-0.0.0-py3.10.egg-info 2022-12-01T11:22:32.7278588Z running install_scripts 2022-12-01T11:22:34.6720215Z running install 2022-12-01T11:22:34.6721269Z /opt/conda/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-12-01T11:22:34.6721820Z warnings.warn( 2022-12-01T11:22:34.6855072Z running build 2022-12-01T11:22:34.6855329Z running build_ext 2022-12-01T11:22:34.7289841Z building 'no_python_abi_suffix_test' extension 2022-12-01T11:22:34.7290688Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-12-01T11:22:34.7291521Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-310 2022-12-01T11:22:34.7699152Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-310/build.ninja... 2022-12-01T11:22:34.7699928Z Compiling objects... 2022-12-01T11:22:34.7700296Z Using envvar MAX_JOBS (14) as the number of workers... 2022-12-01T11:22:34.8435936Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-310/no_python_abi_suffix_test.o.d -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/lib/python3.10/site-packages/torch/include -I/opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.10/site-packages/torch/include/TH -I/opt/conda/lib/python3.10/site-packages/torch/include/THC -I/opt/conda/include/python3.10 -c -c /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-310/no_python_abi_suffix_test.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:22:34.8485174Z creating build/lib.linux-x86_64-cpython-310 2022-12-01T11:22:34.8487722Z g++ -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-310/no_python_abi_suffix_test.o -L/opt/conda/lib/python3.10/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-310/no_python_abi_suffix_test.so 2022-12-01T11:22:34.9248507Z running install_lib 2022-12-01T11:22:34.9316840Z creating install 2022-12-01T11:22:34.9317372Z creating install/opt 2022-12-01T11:22:34.9317965Z creating install/opt/conda 2022-12-01T11:22:34.9318591Z creating install/opt/conda/lib 2022-12-01T11:22:34.9319245Z creating install/opt/conda/lib/python3.10 2022-12-01T11:22:34.9320407Z creating install/opt/conda/lib/python3.10/site-packages 2022-12-01T11:22:34.9321671Z copying build/lib.linux-x86_64-cpython-310/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.10/site-packages 2022-12-01T11:22:34.9327982Z running install_egg_info 2022-12-01T11:22:34.9488814Z running egg_info 2022-12-01T11:22:34.9489642Z creating no_python_abi_suffix_test.egg-info 2022-12-01T11:22:34.9549459Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-12-01T11:22:34.9552394Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-12-01T11:22:34.9556165Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-12-01T11:22:34.9557294Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:22:34.9618507Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:22:34.9626077Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:22:34.9635177Z Copying no_python_abi_suffix_test.egg-info to ./install/opt/conda/lib/python3.10/site-packages/no_python_abi_suffix_test-0.0.0-py3.10.egg-info 2022-12-01T11:22:34.9635747Z running install_scripts 2022-12-01T11:22:35.2221720Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:22:35.221542] 2022-12-01T11:22:39.7270222Z 2022-12-01T11:22:39.7271428Z Expand the folded group to see the log file of test_cpp_extensions_aot_ninja 2022-12-01T11:22:39.7272925Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_ninja_0beu3v0l) 2022-12-01T11:22:39.7273504Z 2022-12-01T11:22:39.7273767Z Running tests... 2022-12-01T11:22:39.7274562Z ---------------------------------------------------------------------- 2022-12-01T11:22:39.7275568Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-12-01T11:22:39.7279975Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.016s) 2022-12-01T11:22:39.7280789Z test_cublas_extension (__main__.TestCppExtensionAOT) ... ok (0.440s) 2022-12-01T11:22:39.7281721Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... ok (0.003s) 2022-12-01T11:22:39.7282553Z test_cuda_extension (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-12-01T11:22:39.7283147Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... ok (0.099s) 2022-12-01T11:22:39.7283895Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T11:22:39.7291720Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T11:22:39.7293145Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-12-01T11:22:39.7293980Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T11:22:39.7294417Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-12-01T11:22:39.7294780Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-12-01T11:22:39.7295194Z test_unregistered (__main__.TestORTTensor) ... ok (0.007s) 2022-12-01T11:22:39.7295467Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-12-01T11:22:39.7295823Z test_rng (__main__.TestRNGExtension) ... ok (0.004s) 2022-12-01T11:22:39.7296198Z test_torch_library (__main__.TestTorchLibrary) ... ok (0.068s) 2022-12-01T11:22:39.7296439Z 2022-12-01T11:22:39.7296795Z ---------------------------------------------------------------------- 2022-12-01T11:22:39.7297132Z Ran 15 tests in 0.650s 2022-12-01T11:22:39.7297322Z 2022-12-01T11:22:39.7297396Z OK 2022-12-01T11:22:39.7297599Z 2022-12-01T11:22:39.7297854Z Generating XML reports... 2022-12-01T11:22:39.7298733Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20221201112238.xml 2022-12-01T11:22:39.7299474Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20221201112238.xml 2022-12-01T11:22:39.7300361Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20221201112238.xml 2022-12-01T11:22:39.7301143Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20221201112238.xml 2022-12-01T11:22:39.7301484Z 2022-12-01T11:22:39.7301902Z ##[endgroup] 2022-12-01T11:22:39.7302462Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_ninja_0beu3v0l) 2022-12-01T11:22:39.7302806Z 2022-12-01T11:22:39.9723724Z 2022-12-01T11:22:39.9724245Z real 62m3.805s 2022-12-01T11:22:39.9724597Z user 138m3.192s 2022-12-01T11:22:39.9724812Z sys 14m4.179s 2022-12-01T11:22:39.9724982Z + assert_git_not_dirty 2022-12-01T11:22:39.9725577Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-12-01T11:22:39.9726184Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-12-01T11:22:39.9727341Z ++ git status --porcelain 2022-12-01T11:22:41.1383382Z + git_status= 2022-12-01T11:22:41.1384033Z + [[ -n '' ]] 2022-12-01T11:22:41.1462952Z Prepare all required actions 2022-12-01T11:22:41.1463472Z Getting action download info 2022-12-01T11:22:41.3766127Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T11:22:41.3766415Z with: 2022-12-01T11:22:41.3766861Z github-token: *** 2022-12-01T11:22:41.3767107Z env: 2022-12-01T11:22:41.3767338Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:22:41.3767618Z GPU_FLAG: --gpus all 2022-12-01T11:22:41.3767868Z ##[endgroup] 2022-12-01T11:22:41.3803700Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T11:22:41.3804029Z with: 2022-12-01T11:22:41.3804268Z shell: bash 2022-12-01T11:22:41.3804506Z timeout_minutes: 10 2022-12-01T11:22:41.3804767Z max_attempts: 5 2022-12-01T11:22:41.3805032Z retry_wait_seconds: 30 2022-12-01T11:22:41.3805588Z 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-01T11:22:41.3806110Z polling_interval_seconds: 1 2022-12-01T11:22:41.3806518Z warning_on_retry: true 2022-12-01T11:22:41.3806785Z continue_on_error: false 2022-12-01T11:22:41.3807033Z env: 2022-12-01T11:22:41.3807262Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:22:41.3807544Z GPU_FLAG: --gpus all 2022-12-01T11:22:41.3807944Z GITHUB_TOKEN: *** 2022-12-01T11:22:41.3808198Z ##[endgroup] 2022-12-01T11:22:41.4373698Z 2022-12-01T11:22:41.4382203Z ##[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-01T11:22:41.4438811Z + python3 -m pip install requests==2.26.0 2022-12-01T11:22:41.7383217Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:22:41.7618272Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T11:22:41.7805968Z 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-01T11:22:41.8031367Z 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-01T11:22:41.8047836Z 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-01T11:22:41.8060849Z 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-01T11:22:42.0738391Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-018e0e4aec04bc1bb 2022-12-01T11:22:43.7354510Z + GHA_WORKFLOW_JOB_ID=9818607934 2022-12-01T11:22:43.7355598Z + echo '::set-output name=job-id::9818607934' 2022-12-01T11:22:43.7369180Z ##[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-01T11:22:44.4467234Z Command completed after 1 attempt(s). 2022-12-01T11:22:44.4468046Z 2022-12-01T11:22:44.4470859Z ##[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-01T11:22:44.4652732Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T11:22:44.4653173Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T11:22:44.4667242Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:22:44.4667559Z env: 2022-12-01T11:22:44.4667815Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:22:44.4668078Z GPU_FLAG: --gpus all 2022-12-01T11:22:44.4668352Z MONITOR_SCRIPT_PID: 99186 2022-12-01T11:22:44.4668623Z ##[endgroup] 2022-12-01T11:22:44.4765049Z Prepare all required actions 2022-12-01T11:22:44.4765440Z Getting action download info 2022-12-01T11:22:44.6408266Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T11:22:44.8112168Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T11:22:44.8112476Z with: 2022-12-01T11:22:44.8112823Z file-suffix: test-default-3-4-linux.4xlarge.nvidia.gpu_9818607934 2022-12-01T11:22:44.8113141Z env: 2022-12-01T11:22:44.8113384Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:22:44.8113659Z GPU_FLAG: --gpus all 2022-12-01T11:22:44.8113896Z ##[endgroup] 2022-12-01T11:22:44.8146624Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T11:22:44.8147029Z # Remove any previous test jsons if they exist 2022-12-01T11:22:44.8147352Z rm -f test-jsons-*.zip 2022-12-01T11:22:44.8147692Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T11:22:44.8160386Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:22:44.8160816Z env: 2022-12-01T11:22:44.8161050Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:22:44.8161335Z GPU_FLAG: --gpus all 2022-12-01T11:22:44.8161701Z FILE_SUFFIX: test-default-3-4-linux.4xlarge.nvidia.gpu_9818607934 2022-12-01T11:22:44.8162040Z ##[endgroup] 2022-12-01T11:22:44.8282785Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T11:22:44.8318322Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T11:22:44.8325574Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T11:22:44.8326869Z adding: test/.pytorch-slow-tests.json (deflated 76%) 2022-12-01T11:22:44.8337767Z adding: test/.pytorch-disabled-tests.json (deflated 86%) 2022-12-01T11:22:44.8363862Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T11:22:44.8364268Z # Remove any previous test reports if they exist 2022-12-01T11:22:44.8364611Z rm -f test-reports-*.zip 2022-12-01T11:22:44.8364967Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T11:22:44.8376718Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:22:44.8377028Z env: 2022-12-01T11:22:44.8377276Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:22:44.8377531Z GPU_FLAG: --gpus all 2022-12-01T11:22:44.8377891Z FILE_SUFFIX: test-default-3-4-linux.4xlarge.nvidia.gpu_9818607934 2022-12-01T11:22:44.8378233Z ##[endgroup] 2022-12-01T11:22:44.8490772Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221201102043.xml (deflated 76%) 2022-12-01T11:22:44.8491780Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221201102043.xml (deflated 92%) 2022-12-01T11:22:44.8493078Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221201102043.xml (deflated 92%) 2022-12-01T11:22:44.8494104Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221201102043.xml (deflated 93%) 2022-12-01T11:22:44.8495039Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20221201102043.xml (deflated 90%) 2022-12-01T11:22:44.8495973Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221201102043.xml (deflated 66%) 2022-12-01T11:22:44.8496873Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20221201102043.xml (deflated 63%) 2022-12-01T11:22:44.8498386Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221201102043.xml (deflated 82%) 2022-12-01T11:22:44.8499372Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20221201102043.xml (deflated 72%) 2022-12-01T11:22:44.8500294Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221201102043.xml (deflated 84%) 2022-12-01T11:22:44.8501234Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221201102043.xml (deflated 86%) 2022-12-01T11:22:44.8502293Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221201102043.xml (deflated 75%) 2022-12-01T11:22:44.8503847Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221201102043.xml (deflated 81%) 2022-12-01T11:22:44.8504972Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221201102043.xml (deflated 79%) 2022-12-01T11:22:44.8508864Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221201102043.xml (deflated 88%) 2022-12-01T11:22:44.8510050Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221201102043.xml (deflated 84%) 2022-12-01T11:22:44.8511224Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221201102043.xml (deflated 70%) 2022-12-01T11:22:44.8512320Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221201102043.xml (deflated 88%) 2022-12-01T11:22:44.8513324Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221201102043.xml (deflated 76%) 2022-12-01T11:22:44.8514541Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221201102043.xml (deflated 73%) 2022-12-01T11:22:44.8515527Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221201102043.xml (deflated 70%) 2022-12-01T11:22:44.8516548Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221201102043.xml (deflated 82%) 2022-12-01T11:22:44.8517481Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221201102043.xml (deflated 53%) 2022-12-01T11:22:44.8518425Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221201102043.xml (deflated 72%) 2022-12-01T11:22:44.8519336Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221201102043.xml (deflated 74%) 2022-12-01T11:22:44.8520240Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221201102043.xml (deflated 72%) 2022-12-01T11:22:44.8521162Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221201102043.xml (deflated 52%) 2022-12-01T11:22:44.8522134Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221201102043.xml (deflated 79%) 2022-12-01T11:22:44.8523036Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221201102043.xml (deflated 72%) 2022-12-01T11:22:44.8525146Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221201102043.xml (deflated 77%) 2022-12-01T11:22:44.8527176Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221201102043.xml (deflated 76%) 2022-12-01T11:22:44.8529015Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221201102043.xml (deflated 74%) 2022-12-01T11:22:44.8530940Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221201102043.xml (deflated 90%) 2022-12-01T11:22:44.8532786Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20221201102043.xml (deflated 79%) 2022-12-01T11:22:44.8534416Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20221201102043.xml (deflated 62%) 2022-12-01T11:22:44.8536099Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221201102043.xml (deflated 85%) 2022-12-01T11:22:44.8537931Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20221201102043.xml (deflated 70%) 2022-12-01T11:22:44.8539739Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221201102043.xml (deflated 59%) 2022-12-01T11:22:44.8541585Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221201102043.xml (deflated 83%) 2022-12-01T11:22:44.8543402Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221201102043.xml (deflated 86%) 2022-12-01T11:22:44.8545311Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221201102043.xml (deflated 80%) 2022-12-01T11:22:44.8547264Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221201102043.xml (deflated 79%) 2022-12-01T11:22:44.8549188Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221201102043.xml (deflated 80%) 2022-12-01T11:22:44.8551428Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221201102043.xml (deflated 83%) 2022-12-01T11:22:44.8553163Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221201102043.xml (deflated 87%) 2022-12-01T11:22:44.8554914Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221201102043.xml (deflated 82%) 2022-12-01T11:22:44.8556644Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221201102043.xml (deflated 85%) 2022-12-01T11:22:44.8558352Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221201102043.xml (deflated 71%) 2022-12-01T11:22:44.8560069Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221201102043.xml (deflated 84%) 2022-12-01T11:22:44.8562392Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221201102043.xml (deflated 86%) 2022-12-01T11:22:44.8564299Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221201102043.xml (deflated 82%) 2022-12-01T11:22:44.8566187Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221201102043.xml (deflated 82%) 2022-12-01T11:22:44.8568110Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221201102043.xml (deflated 71%) 2022-12-01T11:22:44.8570011Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221201102043.xml (deflated 65%) 2022-12-01T11:22:44.8571714Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221201102043.xml (deflated 86%) 2022-12-01T11:22:44.8573611Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221201102043.xml (deflated 88%) 2022-12-01T11:22:44.8575443Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221201102043.xml (deflated 63%) 2022-12-01T11:22:44.8577594Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221201102043.xml (deflated 71%) 2022-12-01T11:22:44.8579456Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221201102043.xml (deflated 86%) 2022-12-01T11:22:44.8581357Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221201102043.xml (deflated 87%) 2022-12-01T11:22:44.8583175Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201102043.xml (deflated 85%) 2022-12-01T11:22:44.8584753Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20221201102043.xml (deflated 74%) 2022-12-01T11:22:44.8586417Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221201102043.xml (deflated 66%) 2022-12-01T11:22:44.8588241Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20221201102043.xml (deflated 72%) 2022-12-01T11:22:44.8741625Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaCUDA-20221201102044.xml (deflated 97%) 2022-12-01T11:22:44.8742926Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20221201102044.xml (deflated 81%) 2022-12-01T11:22:44.8744440Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20221201103509.xml (deflated 48%) 2022-12-01T11:22:44.8747215Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20221201103509.xml (deflated 85%) 2022-12-01T11:22:44.8751774Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20221201103509.xml (deflated 84%) 2022-12-01T11:22:44.8877295Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCUDA-20221201103509.xml (deflated 98%) 2022-12-01T11:22:44.8899302Z adding: test/test-reports/python-unittest/test_foreach/TEST-TestForeachCUDA-20221201103743.xml (deflated 96%) 2022-12-01T11:22:44.9020987Z adding: test/test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCUDA-20221201104236.xml (deflated 97%) 2022-12-01T11:22:44.9022641Z adding: test/test-reports/python-unittest/test_dataloader/TEST-IntegrationTestDataLoaderDataPipe-20221201104441.xml (deflated 44%) 2022-12-01T11:22:44.9024136Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20221201104441.xml (deflated 74%) 2022-12-01T11:22:44.9025640Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20221201104441.xml (deflated 54%) 2022-12-01T11:22:44.9027113Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20221201104441.xml (deflated 85%) 2022-12-01T11:22:44.9030286Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20221201104441.xml (deflated 90%) 2022-12-01T11:22:44.9032269Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20221201104441.xml (deflated 76%) 2022-12-01T11:22:44.9033766Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20221201104441.xml (deflated 61%) 2022-12-01T11:22:44.9035286Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20221201104441.xml (deflated 42%) 2022-12-01T11:22:44.9036812Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20221201104441.xml (deflated 40%) 2022-12-01T11:22:44.9038273Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20221201104441.xml (deflated 40%) 2022-12-01T11:22:44.9039570Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20221201104441.xml (deflated 71%) 2022-12-01T11:22:44.9041156Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20221201104441.xml (deflated 41%) 2022-12-01T11:22:44.9042551Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20221201104441.xml (deflated 51%) 2022-12-01T11:22:44.9043929Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20221201104441.xml (deflated 59%) 2022-12-01T11:22:44.9045437Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20221201104441.xml (deflated 42%) 2022-12-01T11:22:44.9046806Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseCUDA-20221201104543.xml (deflated 91%) 2022-12-01T11:22:44.9051162Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCUDA-20221201104543.xml (deflated 97%) 2022-12-01T11:22:44.9052481Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20221201104543.xml (deflated 40%) 2022-12-01T11:22:44.9053742Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20221201104543.xml (deflated 53%) 2022-12-01T11:22:44.9068218Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCUDA-20221201104543.xml (deflated 98%) 2022-12-01T11:22:44.9070278Z adding: test/test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20221201104632.xml (deflated 85%) 2022-12-01T11:22:44.9072715Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20221201104633.xml (deflated 86%) 2022-12-01T11:22:44.9074068Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20221201104633.xml (deflated 67%) 2022-12-01T11:22:44.9083343Z adding: test/test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCUDA-20221201104718.xml (deflated 97%) 2022-12-01T11:22:44.9084706Z adding: test/test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNN-20221201104746.xml (deflated 85%) 2022-12-01T11:22:44.9088538Z adding: test/test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNNDeviceTypeCUDA-20221201104746.xml (deflated 95%) 2022-12-01T11:22:44.9093557Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCUDA-20221201104811.xml (deflated 91%) 2022-12-01T11:22:44.9095031Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20221201104811.xml (deflated 72%) 2022-12-01T11:22:44.9096534Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20221201104811.xml (deflated 83%) 2022-12-01T11:22:44.9098118Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20221201104811.xml (deflated 73%) 2022-12-01T11:22:44.9099757Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20221201104811.xml (deflated 48%) 2022-12-01T11:22:44.9101202Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerITT-20221201104811.xml (deflated 41%) 2022-12-01T11:22:44.9102588Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20221201104811.xml (deflated 70%) 2022-12-01T11:22:44.9104112Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20221201104811.xml (deflated 81%) 2022-12-01T11:22:44.9105497Z adding: test/test-reports/python-unittest/test_transformers/TEST-TestTransformers-20221201104822.xml (deflated 93%) 2022-12-01T11:22:44.9106267Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20221201104828.xml (deflated 63%) 2022-12-01T11:22:44.9107676Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20221201104828.xml (deflated 85%) 2022-12-01T11:22:44.9109253Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20221201104828.xml (deflated 85%) 2022-12-01T11:22:44.9111804Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20221201104828.xml (deflated 83%) 2022-12-01T11:22:44.9112602Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20221201104828.xml (deflated 74%) 2022-12-01T11:22:44.9115326Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20221201104830.xml (deflated 87%) 2022-12-01T11:22:44.9116232Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20221201104830.xml (deflated 55%) 2022-12-01T11:22:44.9117191Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20221201104830.xml (deflated 82%) 2022-12-01T11:22:44.9122867Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20221201104837.xml (deflated 94%) 2022-12-01T11:22:44.9124929Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCUDA-20221201104837.xml (deflated 85%) 2022-12-01T11:22:44.9126978Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20221201104837.xml (deflated 86%) 2022-12-01T11:22:44.9132668Z adding: test/test-reports/python-unittest/test_module_init/TEST-TestModuleInitCUDA-20221201104840.xml (deflated 96%) 2022-12-01T11:22:44.9133375Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20221201104844.xml (deflated 76%) 2022-12-01T11:22:44.9134079Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20221201104844.xml (deflated 42%) 2022-12-01T11:22:44.9134952Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20221201104848.xml (deflated 54%) 2022-12-01T11:22:44.9135783Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20221201104848.xml (deflated 76%) 2022-12-01T11:22:44.9137935Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20221201104848.xml (deflated 85%) 2022-12-01T11:22:44.9138717Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20221201104848.xml (deflated 71%) 2022-12-01T11:22:44.9140028Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestGraph-20221201104848.xml (deflated 67%) 2022-12-01T11:22:44.9141678Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20221201104848.xml (deflated 75%) 2022-12-01T11:22:44.9143423Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20221201104848.xml (deflated 66%) 2022-12-01T11:22:44.9145119Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20221201104848.xml (deflated 74%) 2022-12-01T11:22:44.9146960Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20221201104848.xml (deflated 69%) 2022-12-01T11:22:44.9148456Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSharding-20221201104848.xml (deflated 61%) 2022-12-01T11:22:44.9149838Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20221201104848.xml (deflated 68%) 2022-12-01T11:22:44.9151561Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestTyping-20221201104848.xml (deflated 80%) 2022-12-01T11:22:44.9153031Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20221201104848.xml (deflated 42%) 2022-12-01T11:22:44.9154472Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20221201104848.xml (deflated 79%) 2022-12-01T11:22:44.9155898Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20221201104848.xml (deflated 59%) 2022-12-01T11:22:44.9157436Z adding: test/test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20221201104850.xml (deflated 83%) 2022-12-01T11:22:44.9158902Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20221201104854.xml (deflated 90%) 2022-12-01T11:22:44.9160514Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20221201104854.xml (deflated 86%) 2022-12-01T11:22:44.9161949Z adding: test/test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCUDA-20221201104858.xml (deflated 71%) 2022-12-01T11:22:44.9163380Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20221201104902.xml (deflated 67%) 2022-12-01T11:22:44.9164689Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCUDA-20221201104902.xml (deflated 72%) 2022-12-01T11:22:44.9166098Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20221201104905.xml (deflated 39%) 2022-12-01T11:22:44.9167451Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20221201104905.xml (deflated 58%) 2022-12-01T11:22:44.9168889Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20221201104907.xml (deflated 41%) 2022-12-01T11:22:44.9170279Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20221201104907.xml (deflated 66%) 2022-12-01T11:22:44.9171523Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20221201104907.xml (deflated 81%) 2022-12-01T11:22:44.9172764Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20221201104907.xml (deflated 87%) 2022-12-01T11:22:44.9174033Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20221201104920.xml (deflated 85%) 2022-12-01T11:22:44.9253395Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCUDA-20221201104920.xml (deflated 97%) 2022-12-01T11:22:44.9429984Z adding: test/test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCUDA-20221201104934.xml (deflated 97%) 2022-12-01T11:22:44.9435918Z adding: test/test-reports/python-unittest/test_jiterator/TEST-TestPythonJiteratorCUDA-20221201105556.xml (deflated 97%) 2022-12-01T11:22:44.9436822Z adding: test/test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20221201105656.xml (deflated 52%) 2022-12-01T11:22:44.9437667Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20221201105731.xml (deflated 60%) 2022-12-01T11:22:44.9438411Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20221201105731.xml (deflated 77%) 2022-12-01T11:22:44.9439202Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20221201105731.xml (deflated 72%) 2022-12-01T11:22:44.9440009Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20221201105731.xml (deflated 64%) 2022-12-01T11:22:44.9440938Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20221201105731.xml (deflated 84%) 2022-12-01T11:22:44.9441764Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20221201105731.xml (deflated 65%) 2022-12-01T11:22:44.9442515Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20221201105731.xml (deflated 66%) 2022-12-01T11:22:44.9443260Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20221201105731.xml (deflated 40%) 2022-12-01T11:22:44.9443998Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20221201105731.xml (deflated 60%) 2022-12-01T11:22:44.9446115Z adding: test/test-reports/python-unittest/test_masked/TEST-TestMaskedCUDA-20221201105739.xml (deflated 96%) 2022-12-01T11:22:44.9446955Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestBasicsCUDA-20221201105816.xml (deflated 78%) 2022-12-01T11:22:44.9448171Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20221201105816.xml (deflated 95%) 2022-12-01T11:22:44.9458626Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestOperatorsCUDA-20221201105816.xml (deflated 97%) 2022-12-01T11:22:44.9459633Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20221201105816.xml (deflated 84%) 2022-12-01T11:22:44.9461734Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20221201105816.xml (deflated 96%) 2022-12-01T11:22:44.9462376Z adding: test/test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20221201105825.xml (deflated 53%) 2022-12-01T11:22:44.9463533Z adding: test/test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCUDA-20221201105826.xml (deflated 92%) 2022-12-01T11:22:44.9464302Z adding: test/test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20221201105835.xml (deflated 53%) 2022-12-01T11:22:44.9465014Z adding: test/test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20221201105836.xml (deflated 52%) 2022-12-01T11:22:44.9465645Z adding: test/test-reports/python-unittest/test_logging/TEST-LoggingTest-20221201105843.xml (deflated 43%) 2022-12-01T11:22:44.9466706Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20221201105845.xml (deflated 82%) 2022-12-01T11:22:44.9467506Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20221201105845.xml (deflated 76%) 2022-12-01T11:22:44.9468259Z adding: test/test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20221201105845.xml (deflated 84%) 2022-12-01T11:22:44.9469032Z adding: test/test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20221201105845.xml (deflated 77%) 2022-12-01T11:22:44.9469774Z adding: test/test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20221201105845.xml (deflated 86%) 2022-12-01T11:22:44.9470691Z adding: test/test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20221201105845.xml (deflated 72%) 2022-12-01T11:22:44.9471474Z adding: test/test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20221201105845.xml (deflated 71%) 2022-12-01T11:22:44.9472232Z adding: test/test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20221201105845.xml (deflated 79%) 2022-12-01T11:22:44.9472912Z adding: test/test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20221201105845.xml (deflated 73%) 2022-12-01T11:22:44.9473617Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20221201105845.xml (deflated 76%) 2022-12-01T11:22:44.9474783Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20221201105845.xml (deflated 81%) 2022-12-01T11:22:44.9475667Z adding: test/test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20221201105845.xml (deflated 48%) 2022-12-01T11:22:44.9476437Z adding: test/test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20221201105845.xml (deflated 69%) 2022-12-01T11:22:44.9477138Z adding: test/test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20221201105845.xml (deflated 76%) 2022-12-01T11:22:44.9477853Z adding: test/test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20221201105845.xml (deflated 44%) 2022-12-01T11:22:44.9478557Z adding: test/test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20221201105845.xml (deflated 71%) 2022-12-01T11:22:44.9479242Z adding: test/test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20221201105851.xml (deflated 75%) 2022-12-01T11:22:44.9479920Z adding: test/test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20221201105851.xml (deflated 47%) 2022-12-01T11:22:44.9480660Z adding: test/test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20221201105857.xml (deflated 81%) 2022-12-01T11:22:44.9481486Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitor-20221201105857.xml (deflated 66%) 2022-12-01T11:22:44.9482200Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20221201105857.xml (deflated 41%) 2022-12-01T11:22:44.9482944Z adding: test/test-reports/python-unittest/test_cuda_sanitizer/TEST-TestArgumentHandler-20221201105903.xml (deflated 77%) 2022-12-01T11:22:44.9483652Z adding: test/test-reports/python-unittest/test_cuda_sanitizer/TEST-TestEventHandler-20221201105903.xml (deflated 85%) 2022-12-01T11:22:44.9484351Z adding: test/test-reports/python-unittest/test_cuda_sanitizer/TEST-TestMessages-20221201105903.xml (deflated 62%) 2022-12-01T11:22:44.9485026Z adding: test/test-reports/python-unittest/test_license/TEST-TestLicense-20221201105903.xml (deflated 49%) 2022-12-01T11:22:44.9485711Z adding: test/test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20221201105909.xml (deflated 61%) 2022-12-01T11:22:44.9486406Z adding: test/test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20221201105909.xml (deflated 63%) 2022-12-01T11:22:44.9487079Z adding: test/test-reports/python-unittest/test_itt/TEST-TestItt-20221201105914.xml (deflated 40%) 2022-12-01T11:22:44.9487868Z adding: test/test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20221201105915.xml (deflated 57%) 2022-12-01T11:22:44.9488662Z adding: test/test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20221201105922.xml (deflated 88%) 2022-12-01T11:22:44.9489787Z adding: test/test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCUDA-20221201105922.xml (deflated 94%) 2022-12-01T11:22:44.9490888Z adding: test/test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20221201105928.xml (deflated 74%) 2022-12-01T11:22:44.9492015Z adding: test/test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCUDA-20221201105929.xml (deflated 85%) 2022-12-01T11:22:44.9510879Z adding: test/test-reports/python-unittest/test_linalg/TEST-TestLinalgCUDA-20221201105934.xml (deflated 93%) 2022-12-01T11:22:44.9511843Z adding: test/test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20221201110523.xml (deflated 62%) 2022-12-01T11:22:44.9512549Z adding: test/test-reports/python-unittest/test_torch/TEST-TestDevicePrecisionCUDA-20221201110523.xml (deflated 86%) 2022-12-01T11:22:44.9517868Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorch-20221201110523.xml (deflated 88%) 2022-12-01T11:22:44.9532758Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCUDA-20221201110523.xml (deflated 93%) 2022-12-01T11:22:44.9533501Z adding: test/test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCUDA-20221201110523.xml (deflated 41%) 2022-12-01T11:22:44.9537941Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20221201110843.xml (deflated 88%) 2022-12-01T11:22:44.9538732Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20221201110843.xml (deflated 67%) 2022-12-01T11:22:44.9539529Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20221201110843.xml (deflated 48%) 2022-12-01T11:22:44.9727289Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuserOpInfoCUDA-20221201110843.xml (deflated 98%) 2022-12-01T11:22:44.9731931Z adding: test/test-reports/python-unittest/test_cuda/TEST-TestCuda-20221201111144.xml (deflated 86%) 2022-12-01T11:22:44.9732865Z adding: test/test-reports/python-unittest/test_cuda/TEST-TestCudaComm-20221201111144.xml (deflated 88%) 2022-12-01T11:22:44.9735511Z adding: test/test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20221201111435.xml (deflated 86%) 2022-12-01T11:22:44.9736428Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20221201111550.xml (deflated 62%) 2022-12-01T11:22:44.9737204Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20221201111550.xml (deflated 56%) 2022-12-01T11:22:44.9738003Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20221201111550.xml (deflated 91%) 2022-12-01T11:22:44.9741429Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20221201111550.xml (deflated 90%) 2022-12-01T11:22:44.9742196Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20221201111550.xml (deflated 70%) 2022-12-01T11:22:44.9742896Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20221201111550.xml (deflated 73%) 2022-12-01T11:22:44.9743609Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20221201111550.xml (deflated 82%) 2022-12-01T11:22:44.9744398Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20221201111550.xml (deflated 58%) 2022-12-01T11:22:44.9745232Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20221201111550.xml (deflated 83%) 2022-12-01T11:22:44.9745982Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20221201111550.xml (deflated 76%) 2022-12-01T11:22:44.9746721Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20221201111550.xml (deflated 68%) 2022-12-01T11:22:44.9758082Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutograd-20221201111650.xml (deflated 86%) 2022-12-01T11:22:44.9758848Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20221201111650.xml (deflated 60%) 2022-12-01T11:22:44.9760369Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCUDA-20221201111650.xml (deflated 86%) 2022-12-01T11:22:44.9761398Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20221201111650.xml (deflated 85%) 2022-12-01T11:22:44.9762213Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20221201111650.xml (deflated 71%) 2022-12-01T11:22:44.9765124Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20221201111650.xml (deflated 94%) 2022-12-01T11:22:44.9765940Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20221201111650.xml (deflated 87%) 2022-12-01T11:22:44.9766729Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCUDA-20221201111650.xml (deflated 70%) 2022-12-01T11:22:44.9767632Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20221201111650.xml (deflated 77%) 2022-12-01T11:22:44.9769958Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCUDA-20221201111718.xml (deflated 95%) 2022-12-01T11:22:44.9770729Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCUDA-20221201111718.xml (deflated 76%) 2022-12-01T11:22:44.9771540Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCUDA-20221201111718.xml (deflated 85%) 2022-12-01T11:22:44.9778606Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCUDA-20221201111718.xml (deflated 93%) 2022-12-01T11:22:44.9779338Z adding: test/test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111859.xml (deflated 41%) 2022-12-01T11:22:44.9780020Z adding: test/test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111902.xml (deflated 39%) 2022-12-01T11:22:44.9780802Z adding: test/test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111905.xml (deflated 39%) 2022-12-01T11:22:44.9781451Z adding: test/test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111908.xml (deflated 39%) 2022-12-01T11:22:44.9782116Z adding: test/test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111911.xml (deflated 39%) 2022-12-01T11:22:44.9782779Z adding: test/test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111914.xml (deflated 39%) 2022-12-01T11:22:44.9783443Z adding: test/test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111917.xml (deflated 39%) 2022-12-01T11:22:44.9784086Z adding: test/test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111920.xml (deflated 39%) 2022-12-01T11:22:44.9784753Z adding: test/test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111923.xml (deflated 39%) 2022-12-01T11:22:44.9785431Z adding: test/test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111926.xml (deflated 39%) 2022-12-01T11:22:44.9786096Z adding: test/test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111929.xml (deflated 40%) 2022-12-01T11:22:44.9786729Z adding: test/test-reports/python-unittest/test_cuda_trace/TEST-TestCudaTrace-20221201111932.xml (deflated 39%) 2022-12-01T11:22:44.9787409Z adding: test/test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20221201111936.xml (deflated 71%) 2022-12-01T11:22:44.9788243Z adding: test/test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20221201111941.xml (deflated 55%) 2022-12-01T11:22:44.9789075Z adding: test/test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20221201111946.xml (deflated 77%) 2022-12-01T11:22:44.9789780Z adding: test/test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20221201111951.xml (deflated 60%) 2022-12-01T11:22:44.9790804Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20221201112238.xml (deflated 79%) 2022-12-01T11:22:44.9791572Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20221201112238.xml (deflated 67%) 2022-12-01T11:22:44.9792297Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20221201112238.xml (deflated 40%) 2022-12-01T11:22:44.9793162Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20221201112238.xml (deflated 40%) 2022-12-01T11:22:44.9817024Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T11:22:44.9817438Z # Remove any previous test reports if they exist 2022-12-01T11:22:44.9817770Z rm -f usage-log-*.zip 2022-12-01T11:22:44.9818264Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T11:22:44.9818697Z # so check to see if the file exists first 2022-12-01T11:22:44.9819000Z if [ -f 'usage_log.txt' ]; then 2022-12-01T11:22:44.9819347Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T11:22:44.9819655Z fi 2022-12-01T11:22:44.9831662Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:22:44.9831975Z env: 2022-12-01T11:22:44.9832230Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:22:44.9832488Z GPU_FLAG: --gpus all 2022-12-01T11:22:44.9832862Z FILE_SUFFIX: test-default-3-4-linux.4xlarge.nvidia.gpu_9818607934 2022-12-01T11:22:44.9833216Z ##[endgroup] 2022-12-01T11:22:45.0243963Z adding: usage_log.txt (deflated 97%) 2022-12-01T11:22:45.0327569Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:22:45.0328111Z with: 2022-12-01T11:22:45.0328591Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:22:45.0329168Z retention-days: 14 2022-12-01T11:22:45.0329688Z if-no-files-found: warn 2022-12-01T11:22:45.0330397Z path: test-jsons-*.zip 2022-12-01T11:22:45.0330876Z name: artifact 2022-12-01T11:22:45.0331348Z s3-bucket: gha-artifacts 2022-12-01T11:22:45.0331826Z region: us-east-1 2022-12-01T11:22:45.0332268Z env: 2022-12-01T11:22:45.0332738Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:22:45.0333247Z GPU_FLAG: --gpus all 2022-12-01T11:22:45.0333743Z ##[endgroup] 2022-12-01T11:22:45.4984784Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:22:45.4985460Z With the provided path, there will be 1 file uploaded 2022-12-01T11:22:45.4985852Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:22:45.4997442Z Starting upload of test-jsons-test-default-3-4-linux.4xlarge.nvidia.gpu_9818607934.zip 2022-12-01T11:22:45.6281648Z Finished upload of test-jsons-test-default-3-4-linux.4xlarge.nvidia.gpu_9818607934.zip 2022-12-01T11:22:45.6457591Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:22:45.6457897Z with: 2022-12-01T11:22:45.6458195Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:22:45.6458523Z retention-days: 14 2022-12-01T11:22:45.6458807Z if-no-files-found: error 2022-12-01T11:22:45.6459074Z path: test-reports-*.zip 2022-12-01T11:22:45.6459337Z name: artifact 2022-12-01T11:22:45.6459601Z s3-bucket: gha-artifacts 2022-12-01T11:22:45.6459855Z region: us-east-1 2022-12-01T11:22:45.6460096Z env: 2022-12-01T11:22:45.6460526Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:22:45.6460715Z GPU_FLAG: --gpus all 2022-12-01T11:22:45.6460969Z ##[endgroup] 2022-12-01T11:22:46.1064644Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:22:46.1065486Z With the provided path, there will be 1 file uploaded 2022-12-01T11:22:46.1066276Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:22:46.1077561Z Starting upload of test-reports-test-default-3-4-linux.4xlarge.nvidia.gpu_9818607934.zip 2022-12-01T11:22:46.2954415Z Finished upload of test-reports-test-default-3-4-linux.4xlarge.nvidia.gpu_9818607934.zip 2022-12-01T11:22:46.3133477Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:22:46.3133739Z with: 2022-12-01T11:22:46.3134011Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:22:46.3134316Z retention-days: 14 2022-12-01T11:22:46.3134592Z if-no-files-found: ignore 2022-12-01T11:22:46.3134855Z path: usage-log-*.zip 2022-12-01T11:22:46.3135118Z name: artifact 2022-12-01T11:22:46.3135382Z s3-bucket: gha-artifacts 2022-12-01T11:22:46.3135640Z region: us-east-1 2022-12-01T11:22:46.3135878Z env: 2022-12-01T11:22:46.3136129Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:22:46.3136382Z GPU_FLAG: --gpus all 2022-12-01T11:22:46.3136644Z ##[endgroup] 2022-12-01T11:22:46.7740657Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:22:46.7741530Z With the provided path, there will be 1 file uploaded 2022-12-01T11:22:46.7741888Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:22:46.7753279Z Starting upload of usage-log-test-default-3-4-linux.4xlarge.nvidia.gpu_9818607934.zip 2022-12-01T11:22:46.8995294Z Finished upload of usage-log-test-default-3-4-linux.4xlarge.nvidia.gpu_9818607934.zip 2022-12-01T11:22:46.9232778Z ##[group]Run set -x 2022-12-01T11:22:46.9233194Z set -x 2022-12-01T11:22:46.9233521Z python3 -m pip install -r requirements.txt 2022-12-01T11:22:46.9233861Z python3 -m pip install boto3==1.19.12 2022-12-01T11:22:46.9234284Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T11:22:46.9248466Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:22:46.9248757Z env: 2022-12-01T11:22:46.9249016Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:22:46.9249302Z GPU_FLAG: --gpus all 2022-12-01T11:22:46.9249568Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T11:22:46.9249850Z BRANCH: pull/89997 2022-12-01T11:22:46.9250111Z TEST_CONFIG: default 2022-12-01T11:22:46.9250350Z SHARD_NUMBER: 3 2022-12-01T11:22:46.9250688Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T11:22:46.9251183Z PR_NUMBER: 89997 2022-12-01T11:22:46.9251450Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T11:22:46.9251783Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T11:22:46.9252122Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T11:22:46.9252389Z TAG: 2022-12-01T11:22:46.9252634Z WORKFLOW_ID: 3591403534 2022-12-01T11:22:46.9253113Z GITHUB_TOKEN: *** 2022-12-01T11:22:46.9253371Z GHA_WORKFLOW_JOB_ID: 9818607934 2022-12-01T11:22:46.9253648Z ##[endgroup] 2022-12-01T11:22:46.9285446Z + python3 -m pip install -r requirements.txt 2022-12-01T11:22:47.2265679Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:22:47.2608547Z 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-01T11:22:47.2646609Z 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-01T11:22:47.2658750Z 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-01T11:22:47.2673592Z 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-01T11:22:47.3224614Z 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-01T11:22:47.3238079Z 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-01T11:22:47.3354289Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-12-01T11:22:47.3366201Z 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-01T11:22:47.3627650Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T11:22:47.3879224Z 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-01T11:22:47.3892173Z 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-01T11:22:47.3901101Z 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-01T11:22:47.3916311Z 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-01T11:22:47.3946331Z 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-01T11:22:47.3970550Z 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-01T11:22:47.3985290Z 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-01T11:22:47.4015590Z 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-01T11:22:47.4388911Z 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-01T11:22:47.4617199Z 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-01T11:22:47.4644355Z 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-01T11:22:47.4660754Z 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-01T11:22:47.4673597Z 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-01T11:22:47.5799582Z + python3 -m pip install boto3==1.19.12 2022-12-01T11:22:47.8734876Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:22:47.8969245Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T11:22:47.9040072Z 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-01T11:22:47.9101972Z 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-01T11:22:47.9129968Z 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-01T11:22:47.9166175Z 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-01T11:22:47.9195664Z 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-01T11:22:47.9418321Z 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-01T11:22:48.1902672Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T11:23:23.9453399Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T11:23:23.9454841Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorType":"Runtime.ExitError","errorMessage":"RequestId: 115319b9-dde8-46c5-9629-538f31f12ac9 Error: Runtime exited with error: signal: killed"} 2022-12-01T11:23:23.9455406Z 2022-12-01T11:23:23.9455733Z ----- Historic stats comparison result ------ 2022-12-01T11:23:23.9458262Z 2022-12-01T11:23:23.9459095Z job: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T11:23:23.9459555Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T11:23:23.9459776Z 2022-12-01T11:23:23.9459997Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T11:23:23.9462773Z 2022-12-01T11:23:23.9463275Z : (master) 2022-12-01T11:23:23.9463887Z | 2022-12-01T11:23:23.9464516Z | * c13d400bff (HEAD) total time 5506.38s 2022-12-01T11:23:23.9464903Z | | 2022-12-01T11:23:23.9465133Z | : (59 commits) 2022-12-01T11:23:23.9465406Z |/ 2022-12-01T11:23:23.9466216Z * 67eb2d5952 (base) 18 reports, total time 3503.90s ± 2079.90s 2022-12-01T11:23:23.9466650Z * 1c5ca724f4 9 reports, total time 3529.71s ± 2080.27s 2022-12-01T11:23:23.9467274Z * 9d6109c4b0 9 reports, total time 3530.22s ± 2110.41s 2022-12-01T11:23:23.9468082Z * 736adc0808 9 reports, total time 3501.80s ± 2137.81s 2022-12-01T11:23:23.9468567Z * a348975e00 9 reports, total time 3551.46s ± 2118.11s 2022-12-01T11:23:23.9468987Z * db13049b88 9 reports, total time 3520.57s ± 2066.49s 2022-12-01T11:23:23.9469413Z * d07b85393a 9 reports, total time 3540.86s ± 2074.85s 2022-12-01T11:23:23.9469849Z * ac25c210e5 9 reports, total time 3549.18s ± 2105.70s 2022-12-01T11:23:23.9470255Z * 2355b6256b 9 reports, total time 3596.87s ± 2152.28s 2022-12-01T11:23:23.9471241Z * 4f95f7ae9b 9 reports, total time 3534.00s ± 2151.51s 2022-12-01T11:23:23.9471752Z | 2022-12-01T11:23:23.9471952Z : 2022-12-01T11:23:23.9472096Z 2022-12-01T11:23:23.9472280Z Removed (across 732 suites) 0 tests, totaling 0.00s 2022-12-01T11:23:23.9472649Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T11:23:23.9472989Z Added (across 251 suites) 61964 tests, totaling +5506.38s 2022-12-01T11:23:24.0864105Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T11:23:24.0864464Z with: 2022-12-01T11:23:24.0864683Z env: 2022-12-01T11:23:24.0864924Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:23:24.0865177Z GPU_FLAG: --gpus all 2022-12-01T11:23:24.0865425Z ##[endgroup] 2022-12-01T11:23:24.0885461Z ##[group]Run set -eou pipefail 2022-12-01T11:23:24.0885778Z set -eou pipefail 2022-12-01T11:23:24.0886033Z  2022-12-01T11:23:24.0886363Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T11:23:24.0886692Z for _ in $(seq 1440); do 2022-12-01T11:23:24.0887025Z  # Break if no ssh session exists anymore 2022-12-01T11:23:24.0887328Z  if [ "$(who)" = "" ]; then 2022-12-01T11:23:24.0887569Z  break 2022-12-01T11:23:24.0887805Z  fi 2022-12-01T11:23:24.0888042Z  echo "." 2022-12-01T11:23:24.0888273Z  sleep 5 2022-12-01T11:23:24.0888549Z done 2022-12-01T11:23:24.0902479Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:23:24.0902764Z env: 2022-12-01T11:23:24.0903009Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:23:24.0903281Z GPU_FLAG: --gpus all 2022-12-01T11:23:24.0903512Z ##[endgroup] 2022-12-01T11:23:24.0947283Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T11:23:24.1006867Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T11:23:24.1007297Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T11:23:24.1007652Z # shellcheck disable=SC2046 2022-12-01T11:23:24.1007963Z docker stop $(docker ps -q) || true 2022-12-01T11:23:24.1008258Z # Prune all of the docker images 2022-12-01T11:23:24.1008558Z docker system prune -af 2022-12-01T11:23:24.1020616Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:23:24.1020916Z env: 2022-12-01T11:23:24.1021166Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:23:24.1021421Z GPU_FLAG: --gpus all 2022-12-01T11:23:24.1021673Z ##[endgroup] 2022-12-01T11:23:24.6762048Z 4be83cd88baa 2022-12-01T11:23:25.4713550Z Deleted Containers: 2022-12-01T11:23:25.4714366Z 4be83cd88baacf04eb7c3fcd4bfb8c07c55f01009c816e2eafdb0aa9b2b591a2 2022-12-01T11:23:25.4714875Z 2022-12-01T11:23:30.6012651Z Deleted Images: 2022-12-01T11:23:30.6014258Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T11:23:30.6015347Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7@sha256:217fd7de680e1dd5bca4b2b4054bd05a8d454df5e210ffbf1e5955e01cf1f340 2022-12-01T11:23:30.6016612Z deleted: sha256:f1c05e1c4a24b2f30e4b2dd175e18efaf97173a54d9813ad2e6088a740690342 2022-12-01T11:23:30.6017359Z deleted: sha256:1e7def21582cf03150a2e3ad04e2701388eaa422b3720fe7f648241a8988388e 2022-12-01T11:23:30.6017814Z deleted: sha256:3a7e72ba714442f54696c557b74dca88c618446caa68ff6506c2ce93cd7b2a85 2022-12-01T11:23:30.6018168Z deleted: sha256:acc47a47b0a4383dfbd2bd91be28c265a6486f388812591a0a9c185c62047c0a 2022-12-01T11:23:30.6019068Z deleted: sha256:60f22f4a0a4afdbef80bed81f20ae4c7a54233808a9544253a3c30a2776d2f71 2022-12-01T11:23:30.6019522Z deleted: sha256:5efa4324ff86638bcfa35ab9b1debaddf3d7513732c27ca8dd7e60e8358da6c9 2022-12-01T11:23:30.6020147Z deleted: sha256:a7f286562f5d9f9a1490bbc0a8125ba19aefca94af08516be2493eeb191f127f 2022-12-01T11:23:30.6020596Z deleted: sha256:e403df4fa1d82e23b8db68b6e2b5562fcd55535dd72214b9421e7814eee51ffd 2022-12-01T11:23:30.6021164Z deleted: sha256:f9471dd8edb7c2e1eb3aefda26ec6e67ee49347262f97f3111f176eeb2bf9465 2022-12-01T11:23:30.6021616Z deleted: sha256:d6df7f8a51a6e7483b61b1f330f3a4417b815fce5a7ad4c2a89510a54f5537da 2022-12-01T11:23:30.6022052Z deleted: sha256:b12c66528bc64f807b7a52116ecdf950025b66a403dd328a33db5511b63fc3f1 2022-12-01T11:23:30.6022550Z deleted: sha256:e8a84d179a24426205a63771d9aa894a6889147decc6d227312415e2842d0e38 2022-12-01T11:23:30.6022966Z deleted: sha256:b1e802e06103bb69d2a413954707d2f281a894d36a1f7fa3a65efa626a0e5e43 2022-12-01T11:23:30.6023397Z deleted: sha256:8efc9a5c3ed0496241d3ce1f76339b4d1270b5470ce1429effc703ca61a04c50 2022-12-01T11:23:30.6023802Z deleted: sha256:fef4f8c199945077358334d285e9dbe762a116427ec29d567139bee51863bef4 2022-12-01T11:23:30.6024232Z deleted: sha256:3f9f9d5fa745067d0ddf7f1206fcf51b87304adb8d32c87e130cbaae4acee275 2022-12-01T11:23:30.6024674Z deleted: sha256:75fb962b88e95b55a260c8cebb5da299635f32f3b104d08b08a2e1fba788437b 2022-12-01T11:23:30.6025118Z deleted: sha256:bd2c58efdd30f071840e8b3fd569126cf238bfdd5f0cd18345e36b60f93489df 2022-12-01T11:23:30.6025566Z deleted: sha256:d72aae1f9d4b7e1acc7b1954fed6c4886c49cec893a48dac5337fee3c9bf4c08 2022-12-01T11:23:30.6026022Z deleted: sha256:2b0461664863c4ef4ad02da7c9ec92a1d6d08bc8a9b76b5a982b7a98549980d3 2022-12-01T11:23:30.6026445Z deleted: sha256:086197a6cf735060ac5a6e595333f0bc14643bfddd3c338439c22002c1bec257 2022-12-01T11:23:30.6026841Z deleted: sha256:64254e4d362f949e9732531c579ca041aa47d4f70f7c242fda19048d82df0a1d 2022-12-01T11:23:30.6027265Z deleted: sha256:25374ed655bf3ce154d4ee14bd8c4f3220431d67b0d18acf3efdd666bbc01285 2022-12-01T11:23:30.6027714Z deleted: sha256:70a8b1a97ab5caea7ba2d2ecea43b58781672c588ee6375271d2b5f04d31594c 2022-12-01T11:23:30.6028168Z deleted: sha256:758af05d13f6edc84594db4db15f7b8066c5da10f6d83717a1d8b6ae5a2caccf 2022-12-01T11:23:30.6028584Z deleted: sha256:b37c30a9368604ae9d1873491a752ae71aba89de73dec5588638c1d2e3917901 2022-12-01T11:23:30.6028994Z deleted: sha256:790f109bf6ce127a4f3e25ea1675387993204350100fca6cecb56f8b863ce2e5 2022-12-01T11:23:30.6029431Z deleted: sha256:df13ec8c62d036e4b9fe0fd768e7fae7c5f76430b4aae4f3f356d701621b86d8 2022-12-01T11:23:30.6029859Z deleted: sha256:ef027ba5732bd4bc180cc8f8d769cd28630e92609a88be8f472e4c8ee8a3bb6d 2022-12-01T11:23:30.6030325Z deleted: sha256:5751424dd4ee3deaaf3e9f8b8172683ff7f30d90dc2415c3833042333f52b619 2022-12-01T11:23:30.6031407Z deleted: sha256:ac0364f6b4441a779e12c1527f256b052fff92b14aca383c87e62a8d6e4d1470 2022-12-01T11:23:30.6031893Z deleted: sha256:1f8161738ca37b8a92ed2577a6d9705167fb325ad8f8512439b47251013af048 2022-12-01T11:23:30.6032302Z deleted: sha256:2f8770a5227a4d66f9bdea07ca3e6e7cda5b06fbc362b354ae29f7542b3e7a19 2022-12-01T11:23:30.6032763Z deleted: sha256:652470cd61eae170df59d88a3b038cd2ab199526f4ba54badf85dd5628d7cb37 2022-12-01T11:23:30.6033272Z deleted: sha256:155eec0e8b217d2bafa06b3f85e987c3164bbad427de092045ddbff33f091a1f 2022-12-01T11:23:30.6034167Z deleted: sha256:8c60c1d76e4c0216ef0cc9248e31a656ab0a29bc95f589f4b23a0634523058c7 2022-12-01T11:23:30.6034665Z deleted: sha256:2811ebe06c45b7997659f3d50562406d001f3e979f398f9b4844bac84b3c419e 2022-12-01T11:23:30.6035098Z deleted: sha256:6a690d8e14cafcab7ab578a42baf2ca075033cf306f03e13ae70150b8be2e586 2022-12-01T11:23:30.6035547Z deleted: sha256:635a5f6faf92c02fc91f0a365e65bb840b74b3b7c079ee1009e6c15cd7c0e7b4 2022-12-01T11:23:30.6035976Z deleted: sha256:2696ecc06a0fc00b7ef534ef78758030c9d69f082f8fcb2f5ab275c6fc199e7c 2022-12-01T11:23:30.6036438Z deleted: sha256:cec67903bb9f9cc16c8826dff0d76c876d88147fecd2dec21ebc0adc56e4f149 2022-12-01T11:23:30.6036884Z deleted: sha256:6d95f163e75e744dc79893bc297644cf2a70187540d68c847baeb77483c6a0f5 2022-12-01T11:23:30.6037329Z deleted: sha256:1b1204e913bbc6e599fc1cdcabede5cd1315dc1b55cd67052bc665a8f8e3cc1a 2022-12-01T11:23:30.6037753Z deleted: sha256:93670f5e92be335224cf3a8b69a526306d2fec5e5e4e42c272b8c0458060036a 2022-12-01T11:23:30.6038173Z deleted: sha256:a0b1388f987804a153c13745107eb2a30de9cc6dc9eab87ae191707765dd7175 2022-12-01T11:23:30.6038744Z deleted: sha256:129bdb873e79117f4e90135f0c6a58f775fcf596f4eb514b803771cef2da8278 2022-12-01T11:23:30.6039181Z deleted: sha256:2d49e3a81bd436bfd20fb4a849cdc98da82cb74afef3de38dda7a946d3fc4153 2022-12-01T11:23:30.6039639Z deleted: sha256:0ba4e259108e5311ddf6b79ae3a35f8f16a4004ef8817e50427baa3cc90ac081 2022-12-01T11:23:30.6040174Z deleted: sha256:c164403226561914f16becdeca65c54d20dba8dad414b062efc34c05c47bf725 2022-12-01T11:23:30.6040622Z deleted: sha256:cbe4006b2e6286d50c1b292fb71b69d5299d65f055285519eafc41eac3ef8a3c 2022-12-01T11:23:30.6041048Z deleted: sha256:edcec18dceb25f1a03ec20de4676464613e69072875a83f5c45e45a31aafc5b9 2022-12-01T11:23:30.6041477Z deleted: sha256:13c4f317ac4bb48997302756b8d5f8b602e835607c9806a1a5b200e9a0657d8a 2022-12-01T11:23:30.6041902Z deleted: sha256:57f043e380f4586c76968d6e062b50bac55254a5be7e80bea3c027a5bb316469 2022-12-01T11:23:30.6042304Z deleted: sha256:3e549931e0240b9aac25dc79ed6a6259863879a5c9bd20755f77cac27c1ab8c8 2022-12-01T11:23:30.6042541Z 2022-12-01T11:23:30.6042699Z Total reclaimed space: 18.9GB 2022-12-01T11:23:30.6101717Z Post job cleanup. 2022-12-01T11:23:30.6144300Z Post job cleanup. 2022-12-01T11:23:30.7539759Z [command]/usr/bin/git version 2022-12-01T11:23:30.7596499Z git version 2.37.1 2022-12-01T11:23:30.7660151Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/af225470-a46a-434d-8622-9b9c5dc944be' before making global git config changes 2022-12-01T11:23:30.7660763Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T11:23:30.7667087Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T11:23:30.7711343Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T11:23:30.7745983Z [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-01T11:23:30.8079835Z Entering 'android/libs/fbjni' 2022-12-01T11:23:30.8122945Z Entering 'third_party/FP16' 2022-12-01T11:23:30.8164753Z Entering 'third_party/FXdiv' 2022-12-01T11:23:30.8207381Z Entering 'third_party/NNPACK' 2022-12-01T11:23:30.8248982Z Entering 'third_party/QNNPACK' 2022-12-01T11:23:30.8290376Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T11:23:30.8333482Z Entering 'third_party/XNNPACK' 2022-12-01T11:23:30.8387712Z Entering 'third_party/benchmark' 2022-12-01T11:23:30.8428351Z Entering 'third_party/cpuinfo' 2022-12-01T11:23:30.8471437Z Entering 'third_party/cub' 2022-12-01T11:23:30.8513408Z Entering 'third_party/cudnn_frontend' 2022-12-01T11:23:30.8562541Z Entering 'third_party/cutlass' 2022-12-01T11:23:30.8614639Z Entering 'third_party/eigen' 2022-12-01T11:23:30.8658248Z Entering 'third_party/fbgemm' 2022-12-01T11:23:30.8700194Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T11:23:30.8740866Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T11:23:30.8782739Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T11:23:30.8823492Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T11:23:30.8865406Z Entering 'third_party/flatbuffers' 2022-12-01T11:23:30.8908818Z Entering 'third_party/fmt' 2022-12-01T11:23:30.8949335Z Entering 'third_party/foxi' 2022-12-01T11:23:30.8990299Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T11:23:30.9030822Z Entering 'third_party/gloo' 2022-12-01T11:23:30.9071575Z Entering 'third_party/googletest' 2022-12-01T11:23:30.9114863Z Entering 'third_party/ideep' 2022-12-01T11:23:30.9156574Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T11:23:30.9199898Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T11:23:30.9248023Z Entering 'third_party/ios-cmake' 2022-12-01T11:23:30.9288644Z Entering 'third_party/ittapi' 2022-12-01T11:23:30.9330153Z Entering 'third_party/kineto' 2022-12-01T11:23:30.9370716Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T11:23:30.9412741Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T11:23:30.9455447Z Entering 'third_party/nccl/nccl' 2022-12-01T11:23:30.9496050Z Entering 'third_party/neon2sse' 2022-12-01T11:23:30.9538609Z Entering 'third_party/nlohmann' 2022-12-01T11:23:30.9581521Z Entering 'third_party/onnx' 2022-12-01T11:23:30.9636699Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T11:23:30.9679732Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T11:23:30.9724471Z Entering 'third_party/onnx-tensorrt' 2022-12-01T11:23:30.9765221Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T11:23:30.9811076Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T11:23:30.9852037Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T11:23:30.9892916Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T11:23:30.9938731Z Entering 'third_party/pocketfft' 2022-12-01T11:23:30.9980077Z Entering 'third_party/protobuf' 2022-12-01T11:23:31.0025416Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T11:23:31.0065812Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T11:23:31.0108564Z Entering 'third_party/psimd' 2022-12-01T11:23:31.0149746Z Entering 'third_party/pthreadpool' 2022-12-01T11:23:31.0191939Z Entering 'third_party/pybind11' 2022-12-01T11:23:31.0234017Z Entering 'third_party/python-enum' 2022-12-01T11:23:31.0277226Z Entering 'third_party/python-peachpy' 2022-12-01T11:23:31.0320434Z Entering 'third_party/python-six' 2022-12-01T11:23:31.0364029Z Entering 'third_party/sleef' 2022-12-01T11:23:31.0407446Z Entering 'third_party/tbb' 2022-12-01T11:23:31.0453058Z Entering 'third_party/tensorpipe' 2022-12-01T11:23:31.0496426Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T11:23:31.0538390Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T11:23:31.0580860Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T11:23:31.0623335Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T11:23:31.0665051Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T11:23:31.0711531Z Entering 'third_party/zstd' 2022-12-01T11:23:31.0774794Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T11:23:31.0809385Z http.https://github.com/.extraheader 2022-12-01T11:23:31.0820805Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T11:23:31.0861702Z [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-01T11:23:31.1192930Z Entering 'android/libs/fbjni' 2022-12-01T11:23:31.1217711Z http.https://github.com/.extraheader 2022-12-01T11:23:31.1252017Z Entering 'third_party/FP16' 2022-12-01T11:23:31.1277369Z http.https://github.com/.extraheader 2022-12-01T11:23:31.1311204Z Entering 'third_party/FXdiv' 2022-12-01T11:23:31.1336788Z http.https://github.com/.extraheader 2022-12-01T11:23:31.1369461Z Entering 'third_party/NNPACK' 2022-12-01T11:23:31.1396297Z http.https://github.com/.extraheader 2022-12-01T11:23:31.1429780Z Entering 'third_party/QNNPACK' 2022-12-01T11:23:31.1456249Z http.https://github.com/.extraheader 2022-12-01T11:23:31.1489733Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T11:23:31.1515485Z http.https://github.com/.extraheader 2022-12-01T11:23:31.1552664Z Entering 'third_party/XNNPACK' 2022-12-01T11:23:31.1578015Z http.https://github.com/.extraheader 2022-12-01T11:23:31.1624675Z Entering 'third_party/benchmark' 2022-12-01T11:23:31.1650604Z http.https://github.com/.extraheader 2022-12-01T11:23:31.1683701Z Entering 'third_party/cpuinfo' 2022-12-01T11:23:31.1708520Z http.https://github.com/.extraheader 2022-12-01T11:23:31.1742107Z Entering 'third_party/cub' 2022-12-01T11:23:31.1767991Z http.https://github.com/.extraheader 2022-12-01T11:23:31.1800558Z Entering 'third_party/cudnn_frontend' 2022-12-01T11:23:31.1825231Z http.https://github.com/.extraheader 2022-12-01T11:23:31.1864523Z Entering 'third_party/cutlass' 2022-12-01T11:23:31.1890231Z http.https://github.com/.extraheader 2022-12-01T11:23:31.1932482Z Entering 'third_party/eigen' 2022-12-01T11:23:31.1957833Z http.https://github.com/.extraheader 2022-12-01T11:23:31.1993057Z Entering 'third_party/fbgemm' 2022-12-01T11:23:31.2017518Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2050984Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T11:23:31.2076650Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2109240Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T11:23:31.2133923Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2166739Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T11:23:31.2190790Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2223366Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T11:23:31.2247999Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2282024Z Entering 'third_party/flatbuffers' 2022-12-01T11:23:31.2306890Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2341271Z Entering 'third_party/fmt' 2022-12-01T11:23:31.2366418Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2398695Z Entering 'third_party/foxi' 2022-12-01T11:23:31.2423683Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2455915Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T11:23:31.2480190Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2511983Z Entering 'third_party/gloo' 2022-12-01T11:23:31.2537749Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2570748Z Entering 'third_party/googletest' 2022-12-01T11:23:31.2595674Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2627833Z Entering 'third_party/ideep' 2022-12-01T11:23:31.2653939Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2685619Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T11:23:31.2709956Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2746037Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T11:23:31.2770041Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2809814Z Entering 'third_party/ios-cmake' 2022-12-01T11:23:31.2835691Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2867435Z Entering 'third_party/ittapi' 2022-12-01T11:23:31.2891847Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2924606Z Entering 'third_party/kineto' 2022-12-01T11:23:31.2948873Z http.https://github.com/.extraheader 2022-12-01T11:23:31.2981354Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T11:23:31.3006326Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3038694Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T11:23:31.3063289Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3099347Z Entering 'third_party/nccl/nccl' 2022-12-01T11:23:31.3123978Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3156109Z Entering 'third_party/neon2sse' 2022-12-01T11:23:31.3180220Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3212322Z Entering 'third_party/nlohmann' 2022-12-01T11:23:31.3237823Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3271029Z Entering 'third_party/onnx' 2022-12-01T11:23:31.3294889Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3340790Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T11:23:31.3365747Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3399786Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T11:23:31.3423526Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3458587Z Entering 'third_party/onnx-tensorrt' 2022-12-01T11:23:31.3483136Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3515521Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T11:23:31.3539303Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3577329Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T11:23:31.3601718Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3634879Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T11:23:31.3659420Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3691846Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T11:23:31.3716640Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3754417Z Entering 'third_party/pocketfft' 2022-12-01T11:23:31.3778841Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3810137Z Entering 'third_party/protobuf' 2022-12-01T11:23:31.3835302Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3870248Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T11:23:31.3894486Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3926348Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T11:23:31.3950244Z http.https://github.com/.extraheader 2022-12-01T11:23:31.3984209Z Entering 'third_party/psimd' 2022-12-01T11:23:31.4009546Z http.https://github.com/.extraheader 2022-12-01T11:23:31.4041682Z Entering 'third_party/pthreadpool' 2022-12-01T11:23:31.4065735Z http.https://github.com/.extraheader 2022-12-01T11:23:31.4098253Z Entering 'third_party/pybind11' 2022-12-01T11:23:31.4122762Z http.https://github.com/.extraheader 2022-12-01T11:23:31.4155081Z Entering 'third_party/python-enum' 2022-12-01T11:23:31.4179167Z http.https://github.com/.extraheader 2022-12-01T11:23:31.4211137Z Entering 'third_party/python-peachpy' 2022-12-01T11:23:31.4236322Z http.https://github.com/.extraheader 2022-12-01T11:23:31.4268621Z Entering 'third_party/python-six' 2022-12-01T11:23:31.4293961Z http.https://github.com/.extraheader 2022-12-01T11:23:31.4326707Z Entering 'third_party/sleef' 2022-12-01T11:23:31.4352000Z http.https://github.com/.extraheader 2022-12-01T11:23:31.4384273Z Entering 'third_party/tbb' 2022-12-01T11:23:31.4408925Z http.https://github.com/.extraheader 2022-12-01T11:23:31.4444598Z Entering 'third_party/tensorpipe' 2022-12-01T11:23:31.4469409Z http.https://github.com/.extraheader 2022-12-01T11:23:31.4501457Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T11:23:31.4525412Z http.https://github.com/.extraheader 2022-12-01T11:23:31.4558038Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T11:23:31.4582244Z http.https://github.com/.extraheader 2022-12-01T11:23:31.4614939Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T11:23:31.4638835Z http.https://github.com/.extraheader 2022-12-01T11:23:31.4671479Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T11:23:31.4695486Z http.https://github.com/.extraheader 2022-12-01T11:23:31.4727061Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T11:23:31.4750674Z http.https://github.com/.extraheader 2022-12-01T11:23:31.4786290Z Entering 'third_party/zstd' 2022-12-01T11:23:31.4810255Z http.https://github.com/.extraheader 2022-12-01T11:23:31.5231504Z Cleaning up orphan processes